summaryrefslogtreecommitdiff
path: root/java/demo/Manual/evictor_filesystem
diff options
context:
space:
mode:
Diffstat (limited to 'java/demo/Manual/evictor_filesystem')
-rw-r--r--java/demo/Manual/evictor_filesystem/Client.java2
-rw-r--r--java/demo/Manual/evictor_filesystem/DirectoryI.java2
-rw-r--r--java/demo/Manual/evictor_filesystem/FileI.java2
-rw-r--r--java/demo/Manual/evictor_filesystem/Filesystem.ice2
-rw-r--r--java/demo/Manual/evictor_filesystem/Grammar.java2
-rw-r--r--java/demo/Manual/evictor_filesystem/NodeFactory.java2
-rw-r--r--java/demo/Manual/evictor_filesystem/Parser.java2
-rw-r--r--java/demo/Manual/evictor_filesystem/PersistentFilesystem.ice2
-rw-r--r--java/demo/Manual/evictor_filesystem/Scanner.java2
-rw-r--r--java/demo/Manual/evictor_filesystem/Server.java2
-rw-r--r--java/demo/Manual/evictor_filesystem/Token.java2
-rwxr-xr-xjava/demo/Manual/evictor_filesystem/expect.py2
12 files changed, 12 insertions, 12 deletions
diff --git a/java/demo/Manual/evictor_filesystem/Client.java b/java/demo/Manual/evictor_filesystem/Client.java
index 93a48deb2b5..4f01c9e0787 100644
--- a/java/demo/Manual/evictor_filesystem/Client.java
+++ b/java/demo/Manual/evictor_filesystem/Client.java
@@ -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/java/demo/Manual/evictor_filesystem/DirectoryI.java b/java/demo/Manual/evictor_filesystem/DirectoryI.java
index 73074c8b5ec..0087731b0cf 100644
--- a/java/demo/Manual/evictor_filesystem/DirectoryI.java
+++ b/java/demo/Manual/evictor_filesystem/DirectoryI.java
@@ -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/java/demo/Manual/evictor_filesystem/FileI.java b/java/demo/Manual/evictor_filesystem/FileI.java
index f8904d52490..7f269e3b514 100644
--- a/java/demo/Manual/evictor_filesystem/FileI.java
+++ b/java/demo/Manual/evictor_filesystem/FileI.java
@@ -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/java/demo/Manual/evictor_filesystem/Filesystem.ice b/java/demo/Manual/evictor_filesystem/Filesystem.ice
index bb84720f462..a9c863544f1 100644
--- a/java/demo/Manual/evictor_filesystem/Filesystem.ice
+++ b/java/demo/Manual/evictor_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/java/demo/Manual/evictor_filesystem/Grammar.java b/java/demo/Manual/evictor_filesystem/Grammar.java
index 16234c61ea5..57f046c62e3 100644
--- a/java/demo/Manual/evictor_filesystem/Grammar.java
+++ b/java/demo/Manual/evictor_filesystem/Grammar.java
@@ -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/java/demo/Manual/evictor_filesystem/NodeFactory.java b/java/demo/Manual/evictor_filesystem/NodeFactory.java
index 80669a9bde2..851af0d4a3b 100644
--- a/java/demo/Manual/evictor_filesystem/NodeFactory.java
+++ b/java/demo/Manual/evictor_filesystem/NodeFactory.java
@@ -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/java/demo/Manual/evictor_filesystem/Parser.java b/java/demo/Manual/evictor_filesystem/Parser.java
index 8e89bed9a13..5e7854156aa 100644
--- a/java/demo/Manual/evictor_filesystem/Parser.java
+++ b/java/demo/Manual/evictor_filesystem/Parser.java
@@ -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/java/demo/Manual/evictor_filesystem/PersistentFilesystem.ice b/java/demo/Manual/evictor_filesystem/PersistentFilesystem.ice
index 07b7d43c382..b1334994276 100644
--- a/java/demo/Manual/evictor_filesystem/PersistentFilesystem.ice
+++ b/java/demo/Manual/evictor_filesystem/PersistentFilesystem.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/java/demo/Manual/evictor_filesystem/Scanner.java b/java/demo/Manual/evictor_filesystem/Scanner.java
index 2b81fcfd450..18ac8eacf09 100644
--- a/java/demo/Manual/evictor_filesystem/Scanner.java
+++ b/java/demo/Manual/evictor_filesystem/Scanner.java
@@ -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/java/demo/Manual/evictor_filesystem/Server.java b/java/demo/Manual/evictor_filesystem/Server.java
index 93449bf215c..cc84dec9ffe 100644
--- a/java/demo/Manual/evictor_filesystem/Server.java
+++ b/java/demo/Manual/evictor_filesystem/Server.java
@@ -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/java/demo/Manual/evictor_filesystem/Token.java b/java/demo/Manual/evictor_filesystem/Token.java
index 7a538343d6c..bcbb7baf96e 100644
--- a/java/demo/Manual/evictor_filesystem/Token.java
+++ b/java/demo/Manual/evictor_filesystem/Token.java
@@ -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/java/demo/Manual/evictor_filesystem/expect.py b/java/demo/Manual/evictor_filesystem/expect.py
index bcd9eb26f47..0c682a99f07 100755
--- a/java/demo/Manual/evictor_filesystem/expect.py
+++ b/java/demo/Manual/evictor_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.