diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2010-02-12 15:01:35 +0100 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2010-02-12 15:01:35 +0100 |
commit | 7c80db2eb3bcdd73112bb5ed093c83918870353e (patch) | |
tree | 76843b21baede75d9b35202c01fce3573c6a583c /registry/source | |
parent | cb6dc8c0cbadd25385d581c0dd3583afc10fd26a (diff) |
changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
Diffstat (limited to 'registry/source')
-rw-r--r-- | registry/source/keyimpl.cxx | 5 | ||||
-rw-r--r-- | registry/source/keyimpl.hxx | 5 | ||||
-rw-r--r-- | registry/source/makefile.mk | 6 | ||||
-rw-r--r-- | registry/source/reflcnst.hxx | 5 | ||||
-rw-r--r-- | registry/source/reflread.cxx | 5 | ||||
-rw-r--r-- | registry/source/reflwrit.cxx | 5 | ||||
-rw-r--r-- | registry/source/regimpl.cxx | 5 | ||||
-rw-r--r-- | registry/source/regimpl.hxx | 5 | ||||
-rw-r--r-- | registry/source/registry.cxx | 5 | ||||
-rw-r--r-- | registry/source/regkey.cxx | 5 | ||||
-rw-r--r-- | registry/source/regkey.hxx | 5 |
11 files changed, 11 insertions, 45 deletions
diff --git a/registry/source/keyimpl.cxx b/registry/source/keyimpl.cxx index b41fbbb5ada9..17f84a3b3973 100644 --- a/registry/source/keyimpl.cxx +++ b/registry/source/keyimpl.cxx @@ -2,13 +2,10 @@ * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * Copyright 2008 by Sun Microsystems, Inc. + * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: keyimpl.cxx,v $ - * $Revision: 1.9.10.1 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify diff --git a/registry/source/keyimpl.hxx b/registry/source/keyimpl.hxx index 4e99696bcd44..f579040ab039 100644 --- a/registry/source/keyimpl.hxx +++ b/registry/source/keyimpl.hxx @@ -2,13 +2,10 @@ * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * Copyright 2008 by Sun Microsystems, Inc. + * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: keyimpl.hxx,v $ - * $Revision: 1.4.10.1 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify diff --git a/registry/source/makefile.mk b/registry/source/makefile.mk index d3603f6f565e..9b9cb5ca4fee 100644 --- a/registry/source/makefile.mk +++ b/registry/source/makefile.mk @@ -2,14 +2,10 @@ # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # -# Copyright 2008 by Sun Microsystems, Inc. +# Copyright 2000, 2010 Oracle and/or its affiliates. # # OpenOffice.org - a multi-platform office productivity suite # -# $RCSfile: makefile.mk,v $ -# -# $Revision: 1.8 $ -# # This file is part of OpenOffice.org. # # OpenOffice.org is free software: you can redistribute it and/or modify diff --git a/registry/source/reflcnst.hxx b/registry/source/reflcnst.hxx index 6cd9c2fe08a6..4b64a1ad61ea 100644 --- a/registry/source/reflcnst.hxx +++ b/registry/source/reflcnst.hxx @@ -2,13 +2,10 @@ * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * Copyright 2008 by Sun Microsystems, Inc. + * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: reflcnst.hxx,v $ - * $Revision: 1.6.10.1 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify diff --git a/registry/source/reflread.cxx b/registry/source/reflread.cxx index 0b5e3a559283..a61b5e5f58fa 100644 --- a/registry/source/reflread.cxx +++ b/registry/source/reflread.cxx @@ -2,13 +2,10 @@ * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * Copyright 2008 by Sun Microsystems, Inc. + * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: reflread.cxx,v $ - * $Revision: 1.20 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify diff --git a/registry/source/reflwrit.cxx b/registry/source/reflwrit.cxx index 218286820ed3..442951849b02 100644 --- a/registry/source/reflwrit.cxx +++ b/registry/source/reflwrit.cxx @@ -2,13 +2,10 @@ * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * Copyright 2008 by Sun Microsystems, Inc. + * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: reflwrit.cxx,v $ - * $Revision: 1.15.10.1 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify diff --git a/registry/source/regimpl.cxx b/registry/source/regimpl.cxx index b9edca734232..8d0c98b57041 100644 --- a/registry/source/regimpl.cxx +++ b/registry/source/regimpl.cxx @@ -2,13 +2,10 @@ * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * Copyright 2008 by Sun Microsystems, Inc. + * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: regimpl.cxx,v $ - * $Revision: 1.28.10.1 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify diff --git a/registry/source/regimpl.hxx b/registry/source/regimpl.hxx index 32baf9cc6ed5..739ca57b73d1 100644 --- a/registry/source/regimpl.hxx +++ b/registry/source/regimpl.hxx @@ -2,13 +2,10 @@ * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * Copyright 2008 by Sun Microsystems, Inc. + * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: regimpl.hxx,v $ - * $Revision: 1.5.10.1 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify diff --git a/registry/source/registry.cxx b/registry/source/registry.cxx index 139646f7cdc7..aa7d7cedcc27 100644 --- a/registry/source/registry.cxx +++ b/registry/source/registry.cxx @@ -2,13 +2,10 @@ * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * Copyright 2008 by Sun Microsystems, Inc. + * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: registry.cxx,v $ - * $Revision: 1.20.10.1 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify diff --git a/registry/source/regkey.cxx b/registry/source/regkey.cxx index 1d828a862a96..61153ed15170 100644 --- a/registry/source/regkey.cxx +++ b/registry/source/regkey.cxx @@ -2,13 +2,10 @@ * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * Copyright 2008 by Sun Microsystems, Inc. + * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: regkey.cxx,v $ - * $Revision: 1.7.8.1 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify diff --git a/registry/source/regkey.hxx b/registry/source/regkey.hxx index b3188d170681..4a9e711e28af 100644 --- a/registry/source/regkey.hxx +++ b/registry/source/regkey.hxx @@ -2,13 +2,10 @@ * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * - * Copyright 2008 by Sun Microsystems, Inc. + * Copyright 2000, 2010 Oracle and/or its affiliates. * * OpenOffice.org - a multi-platform office productivity suite * - * $RCSfile: regkey.hxx,v $ - * $Revision: 1.3 $ - * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify |