summaryrefslogtreecommitdiff
path: root/cpp/src/IceXML
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 /cpp/src/IceXML
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 'cpp/src/IceXML')
-rw-r--r--cpp/src/IceXML/IceXML.rc2
-rw-r--r--cpp/src/IceXML/Makefile2
-rw-r--r--cpp/src/IceXML/Makefile.mak2
-rw-r--r--cpp/src/IceXML/Parser.cpp2
-rw-r--r--cpp/src/IceXML/Parser.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/cpp/src/IceXML/IceXML.rc b/cpp/src/IceXML/IceXML.rc
index 7686614e016..32a371a6fae 100644
--- a/cpp/src/IceXML/IceXML.rc
+++ b/cpp/src/IceXML/IceXML.rc
@@ -25,7 +25,7 @@ BEGIN
VALUE "FileDescription", "IceXML DLL\0"
VALUE "FileVersion", "3.6b\0"
VALUE "InternalName", INTERNALNAME
- VALUE "LegalCopyright", "Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.\0"
+ VALUE "LegalCopyright", "Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.\0"
VALUE "OriginalFilename", ORIGINALFILENAME
VALUE "ProductName", "Ice\0"
VALUE "ProductVersion", "3.6b\0"
diff --git a/cpp/src/IceXML/Makefile b/cpp/src/IceXML/Makefile
index 86d6f6a599e..a15cc4df501 100644
--- a/cpp/src/IceXML/Makefile
+++ b/cpp/src/IceXML/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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.
diff --git a/cpp/src/IceXML/Makefile.mak b/cpp/src/IceXML/Makefile.mak
index c684260c828..328a3f9a9bb 100644
--- a/cpp/src/IceXML/Makefile.mak
+++ b/cpp/src/IceXML/Makefile.mak
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2015 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.
diff --git a/cpp/src/IceXML/Parser.cpp b/cpp/src/IceXML/Parser.cpp
index c37974c75d0..dccff6d34d5 100644
--- a/cpp/src/IceXML/Parser.cpp
+++ b/cpp/src/IceXML/Parser.cpp
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 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.
diff --git a/cpp/src/IceXML/Parser.h b/cpp/src/IceXML/Parser.h
index e33d4ff526b..c8f1f4a8bbb 100644
--- a/cpp/src/IceXML/Parser.h
+++ b/cpp/src/IceXML/Parser.h
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2015 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.