diff options
-rw-r--r-- | cpp/ICE_LICENSE | 2 | ||||
-rwxr-xr-x | cpp/fixCopyright.py | 2 | ||||
-rw-r--r-- | cppe/ICEE_LICENSE | 2 | ||||
-rw-r--r-- | cs/ICE_LICENSE | 2 | ||||
-rw-r--r-- | java/ICE_LICENSE | 2 | ||||
-rw-r--r-- | javae/ICEE_LICENSE | 2 | ||||
-rw-r--r-- | php/ICE_LICENSE | 2 | ||||
-rw-r--r-- | py/ICE_LICENSE | 2 | ||||
-rw-r--r-- | vb/ICE_LICENSE | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/cpp/ICE_LICENSE b/cpp/ICE_LICENSE index 84a16e8ff33..b2adafea485 100644 --- a/cpp/ICE_LICENSE +++ b/cpp/ICE_LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved. +Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. This copy of Ice is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as diff --git a/cpp/fixCopyright.py b/cpp/fixCopyright.py index 1a8ce7f75bb..e8293559778 100755 --- a/cpp/fixCopyright.py +++ b/cpp/fixCopyright.py @@ -19,7 +19,7 @@ def copyright(commentMark): result = [ ] result.append(commentMark + " **********************************************************************\n") result.append(commentMark + "\n") - result.append(commentMark + " Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved.\n") + result.append(commentMark + " Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved.\n") result.append(commentMark + "\n") result.append(commentMark + " This copy of Ice is licensed to you under the terms described in the\n") result.append(commentMark + " ICE_LICENSE file included in this distribution.\n") diff --git a/cppe/ICEE_LICENSE b/cppe/ICEE_LICENSE index 4c71e5f23cd..dda9e4abafc 100644 --- a/cppe/ICEE_LICENSE +++ b/cppe/ICEE_LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved. +Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. This copy of Ice-E is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as diff --git a/cs/ICE_LICENSE b/cs/ICE_LICENSE index e1a53230d41..b2adafea485 100644 --- a/cs/ICE_LICENSE +++ b/cs/ICE_LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2003 - 2005 ZeroC, Inc. All rights reserved. +Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. This copy of Ice is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as diff --git a/java/ICE_LICENSE b/java/ICE_LICENSE index 84a16e8ff33..b2adafea485 100644 --- a/java/ICE_LICENSE +++ b/java/ICE_LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved. +Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. This copy of Ice is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as diff --git a/javae/ICEE_LICENSE b/javae/ICEE_LICENSE index 53ab0fc7a1e..a88e5615727 100644 --- a/javae/ICEE_LICENSE +++ b/javae/ICEE_LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved. +Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. This copy of Ice-E is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as diff --git a/php/ICE_LICENSE b/php/ICE_LICENSE index 84a16e8ff33..b2adafea485 100644 --- a/php/ICE_LICENSE +++ b/php/ICE_LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved. +Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. This copy of Ice is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as diff --git a/py/ICE_LICENSE b/py/ICE_LICENSE index 84a16e8ff33..b2adafea485 100644 --- a/py/ICE_LICENSE +++ b/py/ICE_LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved. +Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. This copy of Ice is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as diff --git a/vb/ICE_LICENSE b/vb/ICE_LICENSE index e1a53230d41..b2adafea485 100644 --- a/vb/ICE_LICENSE +++ b/vb/ICE_LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2003 - 2005 ZeroC, Inc. All rights reserved. +Copyright (c) 2003-2006 ZeroC, Inc. All rights reserved. This copy of Ice is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as |