summaryrefslogtreecommitdiff
path: root/protobuf/FixUtil.py
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2015-01-05 10:18:10 -0330
committerDwayne Boone <dwayne@zeroc.com>2015-01-05 10:18:10 -0330
commit9776285f46e4dbc15f285394daffd1e69490fb21 (patch)
tree554789184a560ec5efc6a8e28d83fd0256d35fee /protobuf/FixUtil.py
parentICE-6253 Functional_TwowayCallbackDouble is invalid (diff)
downloadice-9776285f46e4dbc15f285394daffd1e69490fb21.tar.bz2
ice-9776285f46e4dbc15f285394daffd1e69490fb21.tar.xz
ice-9776285f46e4dbc15f285394daffd1e69490fb21.zip
Updated copyright to 2015
Diffstat (limited to 'protobuf/FixUtil.py')
-rwxr-xr-xprotobuf/FixUtil.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/protobuf/FixUtil.py b/protobuf/FixUtil.py
index 142c89abaac..7413a87092d 100755
--- a/protobuf/FixUtil.py
+++ b/protobuf/FixUtil.py
@@ -7,7 +7,7 @@ def copyright(commentMark, product, license):
result = [ ]
result.append(commentMark + " **********************************************************************\n")
result.append(commentMark + "\n")
- result.append(commentMark + " Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.\n")
+ result.append(commentMark + " Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.\n")
result.append(commentMark + "\n")
line1 = commentMark + (" This copy of %s is licensed to you under the terms described in the") % product
line2 = commentMark
@@ -29,7 +29,7 @@ def copyright(commentMark, product, license):
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.
#
# This copy of Ice Protobuf is licensed to you under the terms
# described in the ICE_PROTOBUF_LICENSE file included in this