summaryrefslogtreecommitdiff
path: root/cpp/demo/Freeze/library
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/Freeze/library')
-rw-r--r--cpp/demo/Freeze/library/BookFactory.cpp2
-rw-r--r--cpp/demo/Freeze/library/BookFactory.h2
-rw-r--r--cpp/demo/Freeze/library/Client.cpp2
-rw-r--r--cpp/demo/Freeze/library/Collocated.cpp2
-rw-r--r--cpp/demo/Freeze/library/Grammar.y2
-rw-r--r--cpp/demo/Freeze/library/Library.ice2
-rw-r--r--cpp/demo/Freeze/library/LibraryI.cpp2
-rw-r--r--cpp/demo/Freeze/library/LibraryI.h2
-rw-r--r--cpp/demo/Freeze/library/Makefile2
-rw-r--r--cpp/demo/Freeze/library/Parser.cpp2
-rw-r--r--cpp/demo/Freeze/library/Parser.h2
-rw-r--r--cpp/demo/Freeze/library/RunParser.cpp2
-rw-r--r--cpp/demo/Freeze/library/Scanner.l2
-rw-r--r--cpp/demo/Freeze/library/Server.cpp2
14 files changed, 14 insertions, 14 deletions
diff --git a/cpp/demo/Freeze/library/BookFactory.cpp b/cpp/demo/Freeze/library/BookFactory.cpp
index 522dfb2c253..123d3776905 100644
--- a/cpp/demo/Freeze/library/BookFactory.cpp
+++ b/cpp/demo/Freeze/library/BookFactory.cpp
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/demo/Freeze/library/BookFactory.h b/cpp/demo/Freeze/library/BookFactory.h
index fb5ffebe7c5..a998ab23c6c 100644
--- a/cpp/demo/Freeze/library/BookFactory.h
+++ b/cpp/demo/Freeze/library/BookFactory.h
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/demo/Freeze/library/Client.cpp b/cpp/demo/Freeze/library/Client.cpp
index e71a414a2b3..9e0ca3a9b1e 100644
--- a/cpp/demo/Freeze/library/Client.cpp
+++ b/cpp/demo/Freeze/library/Client.cpp
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/demo/Freeze/library/Collocated.cpp b/cpp/demo/Freeze/library/Collocated.cpp
index cd7d6bb4738..9cfaf2a3796 100644
--- a/cpp/demo/Freeze/library/Collocated.cpp
+++ b/cpp/demo/Freeze/library/Collocated.cpp
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/demo/Freeze/library/Grammar.y b/cpp/demo/Freeze/library/Grammar.y
index ac84b795787..c1970e7affb 100644
--- a/cpp/demo/Freeze/library/Grammar.y
+++ b/cpp/demo/Freeze/library/Grammar.y
@@ -3,7 +3,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/demo/Freeze/library/Library.ice b/cpp/demo/Freeze/library/Library.ice
index a2bb43d7685..74a313f7a59 100644
--- a/cpp/demo/Freeze/library/Library.ice
+++ b/cpp/demo/Freeze/library/Library.ice
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/demo/Freeze/library/LibraryI.cpp b/cpp/demo/Freeze/library/LibraryI.cpp
index 12930e03b3d..e51dfd0d574 100644
--- a/cpp/demo/Freeze/library/LibraryI.cpp
+++ b/cpp/demo/Freeze/library/LibraryI.cpp
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/demo/Freeze/library/LibraryI.h b/cpp/demo/Freeze/library/LibraryI.h
index 119f3c9ade3..91b2e90ed90 100644
--- a/cpp/demo/Freeze/library/LibraryI.h
+++ b/cpp/demo/Freeze/library/LibraryI.h
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/demo/Freeze/library/Makefile b/cpp/demo/Freeze/library/Makefile
index 88cfed08267..4c1ac2630bd 100644
--- a/cpp/demo/Freeze/library/Makefile
+++ b/cpp/demo/Freeze/library/Makefile
@@ -1,7 +1,7 @@
# **********************************************************************
#
# Copyright (c) 2001
-# Mutable Realms, Inc.
+# ZeroC, Inc.
# Huntsville, AL, USA
#
# All Rights Reserved
diff --git a/cpp/demo/Freeze/library/Parser.cpp b/cpp/demo/Freeze/library/Parser.cpp
index c77f5a18221..2c4d2f5cb37 100644
--- a/cpp/demo/Freeze/library/Parser.cpp
+++ b/cpp/demo/Freeze/library/Parser.cpp
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/demo/Freeze/library/Parser.h b/cpp/demo/Freeze/library/Parser.h
index fad67a9e1f6..30a469e2716 100644
--- a/cpp/demo/Freeze/library/Parser.h
+++ b/cpp/demo/Freeze/library/Parser.h
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/demo/Freeze/library/RunParser.cpp b/cpp/demo/Freeze/library/RunParser.cpp
index 9252cb877af..2deb15e8845 100644
--- a/cpp/demo/Freeze/library/RunParser.cpp
+++ b/cpp/demo/Freeze/library/RunParser.cpp
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/demo/Freeze/library/Scanner.l b/cpp/demo/Freeze/library/Scanner.l
index f27393172ca..2612345d6e3 100644
--- a/cpp/demo/Freeze/library/Scanner.l
+++ b/cpp/demo/Freeze/library/Scanner.l
@@ -3,7 +3,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved
diff --git a/cpp/demo/Freeze/library/Server.cpp b/cpp/demo/Freeze/library/Server.cpp
index 6e2521c6407..8ed4378224c 100644
--- a/cpp/demo/Freeze/library/Server.cpp
+++ b/cpp/demo/Freeze/library/Server.cpp
@@ -1,7 +1,7 @@
// **********************************************************************
//
// Copyright (c) 2001
-// Mutable Realms, Inc.
+// ZeroC, Inc.
// Huntsville, AL, USA
//
// All Rights Reserved