diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-02-13 13:42:07 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-02-13 13:42:07 +0000 |
commit | 9b45fd415667886f4c22245462f60a490df6706e (patch) | |
tree | 0ab77c6d7b1637426a15365a2411ea1a3212b095 /cpp/src | |
parent | moving IceGridAdmin.chm to runtime component (see bug 1801) (diff) | |
download | ice-9b45fd415667886f4c22245462f60a490df6706e.tar.bz2 ice-9b45fd415667886f4c22245462f60a490df6706e.tar.xz ice-9b45fd415667886f4c22245462f60a490df6706e.zip |
Updated copyright
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Ice/PropertyNames.cpp | 4 | ||||
-rw-r--r-- | cpp/src/Ice/PropertyNames.h | 4 | ||||
-rwxr-xr-x | cpp/src/ca/iceca | 8 | ||||
-rwxr-xr-x | cpp/src/slice2cs/Gen.cpp | 2 | ||||
-rw-r--r-- | cpp/src/slice2docbook/Gen.cpp | 2 | ||||
-rwxr-xr-x | cpp/src/slice2vb/Gen.cpp | 2 |
6 files changed, 11 insertions, 11 deletions
diff --git a/cpp/src/Ice/PropertyNames.cpp b/cpp/src/Ice/PropertyNames.cpp index f1ea6ad4392..d50446621b9 100644 --- a/cpp/src/Ice/PropertyNames.cpp +++ b/cpp/src/Ice/PropertyNames.cpp @@ -1,13 +1,13 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. // // ********************************************************************** -// Generated by makeprops.py from file `../config/PropertyNames.def', Mon Feb 12 13:36:27 2007 +// Generated by makeprops.py from file `./config/PropertyNames.def', Tue Feb 13 09:45:20 2007 // IMPORTANT: Do not edit this file -- any edits made here will be lost! diff --git a/cpp/src/Ice/PropertyNames.h b/cpp/src/Ice/PropertyNames.h index 431f38364be..53feb6627b7 100644 --- a/cpp/src/Ice/PropertyNames.h +++ b/cpp/src/Ice/PropertyNames.h @@ -1,13 +1,13 @@ // ********************************************************************** // -// Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. // // ********************************************************************** -// Generated by makeprops.py from file `../config/PropertyNames.def', Mon Feb 12 13:36:27 2007 +// Generated by makeprops.py from file `./config/PropertyNames.def', Tue Feb 13 09:45:20 2007 // IMPORTANT: Do not edit this file -- any edits made here will be lost! diff --git a/cpp/src/ca/iceca b/cpp/src/ca/iceca index 56245e1753b..69186250771 100755 --- a/cpp/src/ca/iceca +++ b/cpp/src/ca/iceca @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. # # This copy of Ice is licensed to you under the terms described in the # ICE_LICENSE file included in this distribution. @@ -337,7 +337,7 @@ if sys.argv[script] == "init": "ca.cnf":"\ # **********************************************************************\n\ #\n\ -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved.\n\ +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved.\n\ #\n\ # This copy of Ice is licensed to you under the terms described in the\n\ # ICE_LICENSE file included in this distribution.\n\ @@ -379,7 +379,7 @@ authorityKeyIdentifier = keyid:always,issuer:always\n\ "sign.cnf":"\ # **********************************************************************\n\ #\n\ -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved.\n\ +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved.\n\ #\n\ # This copy of Ice is licensed to you under the terms described in the\n\ # ICE_LICENSE file included in this distribution.\n\ @@ -420,7 +420,7 @@ authorityKeyIdentifier = keyid:always,issuer:always\n\ "req.cnf":"\ # **********************************************************************\n\ #\n\ -# Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved.\n\ +# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved.\n\ #\n\ # This copy of Ice is licensed to you under the terms described in the\n\ # ICE_LICENSE file included in this distribution.\n\ diff --git a/cpp/src/slice2cs/Gen.cpp b/cpp/src/slice2cs/Gen.cpp index 17b75bf0592..6ad8747048c 100755 --- a/cpp/src/slice2cs/Gen.cpp +++ b/cpp/src/slice2cs/Gen.cpp @@ -1038,7 +1038,7 @@ Slice::Gen::printHeader() static const char* header = "// **********************************************************************\n" "//\n" -"// Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved.\n" +"// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved.\n" "//\n" "// This copy of Ice is licensed to you under the terms described in the\n" "// ICE_LICENSE file included in this distribution.\n" diff --git a/cpp/src/slice2docbook/Gen.cpp b/cpp/src/slice2docbook/Gen.cpp index 86b8beac068..6730e281084 100644 --- a/cpp/src/slice2docbook/Gen.cpp +++ b/cpp/src/slice2docbook/Gen.cpp @@ -866,7 +866,7 @@ Slice::Gen::printHeader() "<!--\n" " **********************************************************************\n" "\n" -" Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved.\n" +" Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved.\n" "\n" " This copy of Ice is licensed to you under the terms described in the\n" " ICE_LICENSE file included in this distribution.\n" diff --git a/cpp/src/slice2vb/Gen.cpp b/cpp/src/slice2vb/Gen.cpp index ddba555e405..5780907339d 100755 --- a/cpp/src/slice2vb/Gen.cpp +++ b/cpp/src/slice2vb/Gen.cpp @@ -1025,7 +1025,7 @@ Slice::Gen::printHeader() static const char* header = "' **********************************************************************\n" "'\n" -"' Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved.\n" +"' Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved.\n" "'\n" "' This copy of Ice is licensed to you under the terms described in the\n" "' ICE_LICENSE file included in this distribution.\n" |