summaryrefslogtreecommitdiff
path: root/py/test/Slice
diff options
context:
space:
mode:
Diffstat (limited to 'py/test/Slice')
-rw-r--r--py/test/Slice/Makefile2
-rw-r--r--py/test/Slice/Makefile.mak2
-rwxr-xr-xpy/test/Slice/import/Client.py2
-rw-r--r--py/test/Slice/import/Makefile2
-rw-r--r--py/test/Slice/import/Makefile.mak2
-rw-r--r--py/test/Slice/import/Test1.ice2
-rw-r--r--py/test/Slice/import/Test2.ice2
-rwxr-xr-xpy/test/Slice/import/run.py2
-rwxr-xr-xpy/test/Slice/keyword/Client.py2
-rw-r--r--py/test/Slice/keyword/Key.ice2
-rwxr-xr-xpy/test/Slice/keyword/run.py2
-rwxr-xr-xpy/test/Slice/macros/Client.py2
-rw-r--r--py/test/Slice/macros/Test.ice2
-rwxr-xr-xpy/test/Slice/macros/run.py2
-rwxr-xr-xpy/test/Slice/structure/Client.py2
-rw-r--r--py/test/Slice/structure/Test.ice2
-rwxr-xr-xpy/test/Slice/structure/run.py2
17 files changed, 17 insertions, 17 deletions
diff --git a/py/test/Slice/Makefile b/py/test/Slice/Makefile
index ff6e0079533..0033cf9bc24 100644
--- a/py/test/Slice/Makefile
+++ b/py/test/Slice/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2014 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/py/test/Slice/Makefile.mak b/py/test/Slice/Makefile.mak
index a3fdaaa3233..1c0ddd790f0 100644
--- a/py/test/Slice/Makefile.mak
+++ b/py/test/Slice/Makefile.mak
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2014 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/py/test/Slice/import/Client.py b/py/test/Slice/import/Client.py
index 13a297b7ee5..c47a0487260 100755
--- a/py/test/Slice/import/Client.py
+++ b/py/test/Slice/import/Client.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2014 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/py/test/Slice/import/Makefile b/py/test/Slice/import/Makefile
index abb7f633b80..c340b2b231d 100644
--- a/py/test/Slice/import/Makefile
+++ b/py/test/Slice/import/Makefile
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2014 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/py/test/Slice/import/Makefile.mak b/py/test/Slice/import/Makefile.mak
index 7a9c37b76c3..82ea4cc8f01 100644
--- a/py/test/Slice/import/Makefile.mak
+++ b/py/test/Slice/import/Makefile.mak
@@ -1,6 +1,6 @@
# **********************************************************************
#
-# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2014 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/py/test/Slice/import/Test1.ice b/py/test/Slice/import/Test1.ice
index fa483fad0df..468752e90ae 100644
--- a/py/test/Slice/import/Test1.ice
+++ b/py/test/Slice/import/Test1.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2014 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/py/test/Slice/import/Test2.ice b/py/test/Slice/import/Test2.ice
index 77ec51f5d32..b65c132b6d9 100644
--- a/py/test/Slice/import/Test2.ice
+++ b/py/test/Slice/import/Test2.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2014 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/py/test/Slice/import/run.py b/py/test/Slice/import/run.py
index aed5c7927ed..e6ba2480219 100755
--- a/py/test/Slice/import/run.py
+++ b/py/test/Slice/import/run.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2014 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/py/test/Slice/keyword/Client.py b/py/test/Slice/keyword/Client.py
index 0808a037304..9775c7f3c1a 100755
--- a/py/test/Slice/keyword/Client.py
+++ b/py/test/Slice/keyword/Client.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2014 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/py/test/Slice/keyword/Key.ice b/py/test/Slice/keyword/Key.ice
index 8f2f391ea5a..572f2cfbc59 100644
--- a/py/test/Slice/keyword/Key.ice
+++ b/py/test/Slice/keyword/Key.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2014 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/py/test/Slice/keyword/run.py b/py/test/Slice/keyword/run.py
index aed5c7927ed..e6ba2480219 100755
--- a/py/test/Slice/keyword/run.py
+++ b/py/test/Slice/keyword/run.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2014 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/py/test/Slice/macros/Client.py b/py/test/Slice/macros/Client.py
index 3504feddc6e..fe4f856f070 100755
--- a/py/test/Slice/macros/Client.py
+++ b/py/test/Slice/macros/Client.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2014 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/py/test/Slice/macros/Test.ice b/py/test/Slice/macros/Test.ice
index c3091f6b99f..f2042efe447 100644
--- a/py/test/Slice/macros/Test.ice
+++ b/py/test/Slice/macros/Test.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2014 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/py/test/Slice/macros/run.py b/py/test/Slice/macros/run.py
index aed5c7927ed..e6ba2480219 100755
--- a/py/test/Slice/macros/run.py
+++ b/py/test/Slice/macros/run.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2014 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/py/test/Slice/structure/Client.py b/py/test/Slice/structure/Client.py
index e83cf9fe768..3d7bac7c60f 100755
--- a/py/test/Slice/structure/Client.py
+++ b/py/test/Slice/structure/Client.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2014 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/py/test/Slice/structure/Test.ice b/py/test/Slice/structure/Test.ice
index d8c42de0ba4..9a5ebc04e01 100644
--- a/py/test/Slice/structure/Test.ice
+++ b/py/test/Slice/structure/Test.ice
@@ -1,6 +1,6 @@
// **********************************************************************
//
-// Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+// Copyright (c) 2003-2014 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/py/test/Slice/structure/run.py b/py/test/Slice/structure/run.py
index aed5c7927ed..e6ba2480219 100755
--- a/py/test/Slice/structure/run.py
+++ b/py/test/Slice/structure/run.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved.
+# Copyright (c) 2003-2014 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.