diff options
author | Benoit Foucher <benoit@zeroc.com> | 2009-03-26 11:49:57 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2009-03-26 11:49:57 +0100 |
commit | 6e6b425f236b15dfeb44f5a40fa6eac68a5b85a8 (patch) | |
tree | 921c7229c917b76de91c5486bdbdc4e7c09a9cdb /py/demo/Ice/protobuf/Server.py | |
parent | Merge branch 'build' (diff) | |
download | ice-6e6b425f236b15dfeb44f5a40fa6eac68a5b85a8.tar.bz2 ice-6e6b425f236b15dfeb44f5a40fa6eac68a5b85a8.tar.xz ice-6e6b425f236b15dfeb44f5a40fa6eac68a5b85a8.zip |
Copyright fixes
Diffstat (limited to 'py/demo/Ice/protobuf/Server.py')
-rw-r--r-- | py/demo/Ice/protobuf/Server.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/demo/Ice/protobuf/Server.py b/py/demo/Ice/protobuf/Server.py index 0ccd8d6dbc5..a0d4e538e71 100644 --- a/py/demo/Ice/protobuf/Server.py +++ b/py/demo/Ice/protobuf/Server.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2009 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. |