summaryrefslogtreecommitdiff
path: root/cs/demo/Manual
diff options
context:
space:
mode:
Diffstat (limited to 'cs/demo/Manual')
-rw-r--r--cs/demo/Manual/Makefile2
-rw-r--r--cs/demo/Manual/Makefile.mak2
-rw-r--r--cs/demo/Manual/evictor/EvictorBase.cs2
-rw-r--r--cs/demo/Manual/evictor/LinkedList.cs2
-rw-r--r--cs/demo/Manual/lifecycle/Client.cs2
-rw-r--r--cs/demo/Manual/lifecycle/DirectoryI.cs2
-rw-r--r--cs/demo/Manual/lifecycle/FileI.cs2
-rw-r--r--cs/demo/Manual/lifecycle/Filesystem.ice2
-rw-r--r--cs/demo/Manual/lifecycle/Grammar.cs2
-rw-r--r--cs/demo/Manual/lifecycle/Makefile2
-rw-r--r--cs/demo/Manual/lifecycle/Makefile.mak2
-rw-r--r--cs/demo/Manual/lifecycle/NodeI.cs2
-rw-r--r--cs/demo/Manual/lifecycle/Parser.cs2
-rw-r--r--cs/demo/Manual/lifecycle/Scanner.cs2
-rw-r--r--cs/demo/Manual/lifecycle/Server.cs2
-rw-r--r--cs/demo/Manual/lifecycle/Token.cs2
-rwxr-xr-xcs/demo/Manual/lifecycle/expect.py2
-rw-r--r--cs/demo/Manual/printer/Client.cs2
-rw-r--r--cs/demo/Manual/printer/Makefile2
-rw-r--r--cs/demo/Manual/printer/Makefile.mak2
-rw-r--r--cs/demo/Manual/printer/Printer.ice2
-rw-r--r--cs/demo/Manual/printer/Server.cs2
-rwxr-xr-xcs/demo/Manual/printer/expect.py2
-rw-r--r--cs/demo/Manual/simple_filesystem/Client.cs2
-rw-r--r--cs/demo/Manual/simple_filesystem/DirectoryI.cs2
-rw-r--r--cs/demo/Manual/simple_filesystem/FileI.cs2
-rw-r--r--cs/demo/Manual/simple_filesystem/Filesystem.ice2
-rw-r--r--cs/demo/Manual/simple_filesystem/Makefile2
-rw-r--r--cs/demo/Manual/simple_filesystem/Makefile.mak2
-rw-r--r--cs/demo/Manual/simple_filesystem/Server.cs2
-rwxr-xr-xcs/demo/Manual/simple_filesystem/expect.py2
31 files changed, 31 insertions, 31 deletions
diff --git a/cs/demo/Manual/Makefile b/cs/demo/Manual/Makefile
index 262ced6206f..d642f2f3b8e 100644
--- a/cs/demo/Manual/Makefile
+++ b/cs/demo/Manual/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/cs/demo/Manual/Makefile.mak b/cs/demo/Manual/Makefile.mak
index 03f3ffbaae7..d9d76740e34 100644
--- a/cs/demo/Manual/Makefile.mak
+++ b/cs/demo/Manual/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/cs/demo/Manual/evictor/EvictorBase.cs b/cs/demo/Manual/evictor/EvictorBase.cs
index ec1a9089425..9a4008a8179 100644
--- a/cs/demo/Manual/evictor/EvictorBase.cs
+++ b/cs/demo/Manual/evictor/EvictorBase.cs
@@ -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/cs/demo/Manual/evictor/LinkedList.cs b/cs/demo/Manual/evictor/LinkedList.cs
index 84b17cb9474..c79cb59087c 100644
--- a/cs/demo/Manual/evictor/LinkedList.cs
+++ b/cs/demo/Manual/evictor/LinkedList.cs
@@ -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/cs/demo/Manual/lifecycle/Client.cs b/cs/demo/Manual/lifecycle/Client.cs
index de90c6dee20..29c234c6b56 100644
--- a/cs/demo/Manual/lifecycle/Client.cs
+++ b/cs/demo/Manual/lifecycle/Client.cs
@@ -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/cs/demo/Manual/lifecycle/DirectoryI.cs b/cs/demo/Manual/lifecycle/DirectoryI.cs
index 8f658b00267..868d356ae1c 100644
--- a/cs/demo/Manual/lifecycle/DirectoryI.cs
+++ b/cs/demo/Manual/lifecycle/DirectoryI.cs
@@ -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/cs/demo/Manual/lifecycle/FileI.cs b/cs/demo/Manual/lifecycle/FileI.cs
index 7c7d9c5050e..27c5468b4ea 100644
--- a/cs/demo/Manual/lifecycle/FileI.cs
+++ b/cs/demo/Manual/lifecycle/FileI.cs
@@ -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/cs/demo/Manual/lifecycle/Filesystem.ice b/cs/demo/Manual/lifecycle/Filesystem.ice
index a62086add45..dd81204e1de 100644
--- a/cs/demo/Manual/lifecycle/Filesystem.ice
+++ b/cs/demo/Manual/lifecycle/Filesystem.ice
@@ -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/cs/demo/Manual/lifecycle/Grammar.cs b/cs/demo/Manual/lifecycle/Grammar.cs
index c517902b8a9..cd32560b643 100644
--- a/cs/demo/Manual/lifecycle/Grammar.cs
+++ b/cs/demo/Manual/lifecycle/Grammar.cs
@@ -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/cs/demo/Manual/lifecycle/Makefile b/cs/demo/Manual/lifecycle/Makefile
index 69aa650f805..05ba57b5481 100644
--- a/cs/demo/Manual/lifecycle/Makefile
+++ b/cs/demo/Manual/lifecycle/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/cs/demo/Manual/lifecycle/Makefile.mak b/cs/demo/Manual/lifecycle/Makefile.mak
index 22ffab28e06..5aa90725f81 100644
--- a/cs/demo/Manual/lifecycle/Makefile.mak
+++ b/cs/demo/Manual/lifecycle/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/cs/demo/Manual/lifecycle/NodeI.cs b/cs/demo/Manual/lifecycle/NodeI.cs
index ca508dcd0bd..a14c5a571b0 100644
--- a/cs/demo/Manual/lifecycle/NodeI.cs
+++ b/cs/demo/Manual/lifecycle/NodeI.cs
@@ -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/cs/demo/Manual/lifecycle/Parser.cs b/cs/demo/Manual/lifecycle/Parser.cs
index e1c26fb95b8..6d8e0f255eb 100644
--- a/cs/demo/Manual/lifecycle/Parser.cs
+++ b/cs/demo/Manual/lifecycle/Parser.cs
@@ -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/cs/demo/Manual/lifecycle/Scanner.cs b/cs/demo/Manual/lifecycle/Scanner.cs
index e847439fe26..661f61d02d1 100644
--- a/cs/demo/Manual/lifecycle/Scanner.cs
+++ b/cs/demo/Manual/lifecycle/Scanner.cs
@@ -1,7 +1,7 @@
using System;
// **********************************************************************
//
-// 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/cs/demo/Manual/lifecycle/Server.cs b/cs/demo/Manual/lifecycle/Server.cs
index f474495da62..794563e255e 100644
--- a/cs/demo/Manual/lifecycle/Server.cs
+++ b/cs/demo/Manual/lifecycle/Server.cs
@@ -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/cs/demo/Manual/lifecycle/Token.cs b/cs/demo/Manual/lifecycle/Token.cs
index 6ad60dbabf1..7a758cbfa8a 100644
--- a/cs/demo/Manual/lifecycle/Token.cs
+++ b/cs/demo/Manual/lifecycle/Token.cs
@@ -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/cs/demo/Manual/lifecycle/expect.py b/cs/demo/Manual/lifecycle/expect.py
index 9d3b36982c2..79ae448bfb4 100755
--- a/cs/demo/Manual/lifecycle/expect.py
+++ b/cs/demo/Manual/lifecycle/expect.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# 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/cs/demo/Manual/printer/Client.cs b/cs/demo/Manual/printer/Client.cs
index 1a9b72d11de..a7ca79bf343 100644
--- a/cs/demo/Manual/printer/Client.cs
+++ b/cs/demo/Manual/printer/Client.cs
@@ -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/cs/demo/Manual/printer/Makefile b/cs/demo/Manual/printer/Makefile
index 4d210ee9439..541bc51c926 100644
--- a/cs/demo/Manual/printer/Makefile
+++ b/cs/demo/Manual/printer/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/cs/demo/Manual/printer/Makefile.mak b/cs/demo/Manual/printer/Makefile.mak
index 0a592304386..62e68fa2814 100644
--- a/cs/demo/Manual/printer/Makefile.mak
+++ b/cs/demo/Manual/printer/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/cs/demo/Manual/printer/Printer.ice b/cs/demo/Manual/printer/Printer.ice
index 01fc7af3360..6dd02856429 100644
--- a/cs/demo/Manual/printer/Printer.ice
+++ b/cs/demo/Manual/printer/Printer.ice
@@ -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/cs/demo/Manual/printer/Server.cs b/cs/demo/Manual/printer/Server.cs
index 5dd457ff9d5..310a0bf46d7 100644
--- a/cs/demo/Manual/printer/Server.cs
+++ b/cs/demo/Manual/printer/Server.cs
@@ -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/cs/demo/Manual/printer/expect.py b/cs/demo/Manual/printer/expect.py
index 1d7df752262..e6b3b6ce231 100755
--- a/cs/demo/Manual/printer/expect.py
+++ b/cs/demo/Manual/printer/expect.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# 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/cs/demo/Manual/simple_filesystem/Client.cs b/cs/demo/Manual/simple_filesystem/Client.cs
index 44b6adbe654..91b48a81bcb 100644
--- a/cs/demo/Manual/simple_filesystem/Client.cs
+++ b/cs/demo/Manual/simple_filesystem/Client.cs
@@ -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/cs/demo/Manual/simple_filesystem/DirectoryI.cs b/cs/demo/Manual/simple_filesystem/DirectoryI.cs
index c8e58de4235..348876aee9a 100644
--- a/cs/demo/Manual/simple_filesystem/DirectoryI.cs
+++ b/cs/demo/Manual/simple_filesystem/DirectoryI.cs
@@ -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/cs/demo/Manual/simple_filesystem/FileI.cs b/cs/demo/Manual/simple_filesystem/FileI.cs
index 3ecebed2448..7156b9761d2 100644
--- a/cs/demo/Manual/simple_filesystem/FileI.cs
+++ b/cs/demo/Manual/simple_filesystem/FileI.cs
@@ -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/cs/demo/Manual/simple_filesystem/Filesystem.ice b/cs/demo/Manual/simple_filesystem/Filesystem.ice
index 51efdb0d38b..f344b343df6 100644
--- a/cs/demo/Manual/simple_filesystem/Filesystem.ice
+++ b/cs/demo/Manual/simple_filesystem/Filesystem.ice
@@ -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/cs/demo/Manual/simple_filesystem/Makefile b/cs/demo/Manual/simple_filesystem/Makefile
index be435b17c24..d1550335252 100644
--- a/cs/demo/Manual/simple_filesystem/Makefile
+++ b/cs/demo/Manual/simple_filesystem/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/cs/demo/Manual/simple_filesystem/Makefile.mak b/cs/demo/Manual/simple_filesystem/Makefile.mak
index b447260049e..e2ef3ce5826 100644
--- a/cs/demo/Manual/simple_filesystem/Makefile.mak
+++ b/cs/demo/Manual/simple_filesystem/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/cs/demo/Manual/simple_filesystem/Server.cs b/cs/demo/Manual/simple_filesystem/Server.cs
index 60abb20348e..bf2af24e721 100644
--- a/cs/demo/Manual/simple_filesystem/Server.cs
+++ b/cs/demo/Manual/simple_filesystem/Server.cs
@@ -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/cs/demo/Manual/simple_filesystem/expect.py b/cs/demo/Manual/simple_filesystem/expect.py
index 4261bee3b2c..af87c244c30 100755
--- a/cs/demo/Manual/simple_filesystem/expect.py
+++ b/cs/demo/Manual/simple_filesystem/expect.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# **********************************************************************
#
-# 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.