summaryrefslogtreecommitdiff
path: root/cpp/demo/Freeze
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/Freeze')
-rw-r--r--cpp/demo/Freeze/Makefile10
-rw-r--r--cpp/demo/Freeze/backup/Client.cpp10
-rw-r--r--cpp/demo/Freeze/backup/Makefile10
-rw-r--r--cpp/demo/Freeze/bench/Client.cpp10
-rw-r--r--cpp/demo/Freeze/bench/Makefile10
-rw-r--r--cpp/demo/Freeze/bench/Test.ice10
-rw-r--r--cpp/demo/Freeze/library/BookFactory.cpp10
-rw-r--r--cpp/demo/Freeze/library/BookFactory.h10
-rw-r--r--cpp/demo/Freeze/library/Client.cpp10
-rw-r--r--cpp/demo/Freeze/library/Collocated.cpp10
-rw-r--r--cpp/demo/Freeze/library/Grammar.y10
-rw-r--r--cpp/demo/Freeze/library/Library.ice10
-rw-r--r--cpp/demo/Freeze/library/LibraryI.cpp10
-rw-r--r--cpp/demo/Freeze/library/LibraryI.h10
-rw-r--r--cpp/demo/Freeze/library/Makefile10
-rw-r--r--cpp/demo/Freeze/library/Parser.cpp10
-rw-r--r--cpp/demo/Freeze/library/Parser.h10
-rw-r--r--cpp/demo/Freeze/library/RunParser.cpp10
-rw-r--r--cpp/demo/Freeze/library/Scanner.l10
-rw-r--r--cpp/demo/Freeze/library/Server.cpp10
-rw-r--r--cpp/demo/Freeze/phonebook/Client.cpp10
-rw-r--r--cpp/demo/Freeze/phonebook/Collocated.cpp10
-rw-r--r--cpp/demo/Freeze/phonebook/ContactFactory.cpp10
-rw-r--r--cpp/demo/Freeze/phonebook/ContactFactory.h10
-rw-r--r--cpp/demo/Freeze/phonebook/Grammar.y10
-rw-r--r--cpp/demo/Freeze/phonebook/Makefile10
-rw-r--r--cpp/demo/Freeze/phonebook/Parser.cpp10
-rw-r--r--cpp/demo/Freeze/phonebook/Parser.h10
-rw-r--r--cpp/demo/Freeze/phonebook/PhoneBook.ice10
-rw-r--r--cpp/demo/Freeze/phonebook/PhoneBookI.cpp10
-rw-r--r--cpp/demo/Freeze/phonebook/PhoneBookI.h10
-rw-r--r--cpp/demo/Freeze/phonebook/RunParser.cpp10
-rw-r--r--cpp/demo/Freeze/phonebook/Scanner.l10
-rw-r--r--cpp/demo/Freeze/phonebook/Server.cpp10
34 files changed, 170 insertions, 170 deletions
diff --git a/cpp/demo/Freeze/Makefile b/cpp/demo/Freeze/Makefile
index d00a42d54e4..5ed12a2038d 100644
--- a/cpp/demo/Freeze/Makefile
+++ b/cpp/demo/Freeze/Makefile
@@ -1,17 +1,17 @@
# **********************************************************************
#
-# Copyright (c) 2003
+# Copyright (c) 2003 - 2004
# ZeroC, Inc.
-# Billerica, MA, USA
+# North Palm Beach, FL, USA
#
# All Rights Reserved.
#
-# Ice is free software; you can redistribute it and/or modify it under
-# the terms of the GNU General Public License version 2 as published by
-# the Free Software Foundation.
+# This copy of Ice is licensed to you under the terms described in the
+# ICE_LICENSE file included in this distribution.
#
# **********************************************************************
+
top_srcdir = ../..
include $(top_srcdir)/config/Make.rules
diff --git a/cpp/demo/Freeze/backup/Client.cpp b/cpp/demo/Freeze/backup/Client.cpp
index aa50d7b2ba6..8e927eda27f 100644
--- a/cpp/demo/Freeze/backup/Client.cpp
+++ b/cpp/demo/Freeze/backup/Client.cpp
@@ -1,17 +1,17 @@
// **********************************************************************
//
-// Copyright (c) 2003
+// Copyright (c) 2003 - 2004
// ZeroC, Inc.
-// Billerica, MA, USA
+// North Palm Beach, FL, USA
//
// All Rights Reserved.
//
-// Ice is free software; you can redistribute it and/or modify it under
-// the terms of the GNU General Public License version 2 as published by
-// the Free Software Foundation.
+// This copy of Ice is licensed to you under the terms described in the
+// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
+
#include <IntLongMap.h>
#include <IceUtil/Time.h>
#include <Freeze/Freeze.h>
diff --git a/cpp/demo/Freeze/backup/Makefile b/cpp/demo/Freeze/backup/Makefile
index 40e5045b292..faee7ad17a3 100644
--- a/cpp/demo/Freeze/backup/Makefile
+++ b/cpp/demo/Freeze/backup/Makefile
@@ -1,17 +1,17 @@
# **********************************************************************
#
-# Copyright (c) 2003
+# Copyright (c) 2003 - 2004
# ZeroC, Inc.
-# Billerica, MA, USA
+# North Palm Beach, FL, USA
#
# All Rights Reserved.
#
-# Ice is free software; you can redistribute it and/or modify it under
-# the terms of the GNU General Public License version 2 as published by
-# the Free Software Foundation.
+# This copy of Ice is licensed to you under the terms described in the
+# ICE_LICENSE file included in this distribution.
#
# **********************************************************************
+
top_srcdir = ../../..
CLIENT = client
diff --git a/cpp/demo/Freeze/bench/Client.cpp b/cpp/demo/Freeze/bench/Client.cpp
index 5eafd95583e..3fdab602785 100644
--- a/cpp/demo/Freeze/bench/Client.cpp
+++ b/cpp/demo/Freeze/bench/Client.cpp
@@ -1,17 +1,17 @@
// **********************************************************************
//
-// Copyright (c) 2003
+// Copyright (c) 2003 - 2004
// ZeroC, Inc.
-// Billerica, MA, USA
+// North Palm Beach, FL, USA
//
// All Rights Reserved.
//
-// Ice is free software; you can redistribute it and/or modify it under
-// the terms of the GNU General Public License version 2 as published by
-// the Free Software Foundation.
+// This copy of Ice is licensed to you under the terms described in the
+// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
+
#include <Ice/Application.h>
#include <Freeze/Freeze.h>
#include <BenchTypes.h>
diff --git a/cpp/demo/Freeze/bench/Makefile b/cpp/demo/Freeze/bench/Makefile
index cbcef82cab9..44da66ee36b 100644
--- a/cpp/demo/Freeze/bench/Makefile
+++ b/cpp/demo/Freeze/bench/Makefile
@@ -1,17 +1,17 @@
# **********************************************************************
#
-# Copyright (c) 2003
+# Copyright (c) 2003 - 2004
# ZeroC, Inc.
-# Billerica, MA, USA
+# North Palm Beach, FL, USA
#
# All Rights Reserved.
#
-# Ice is free software; you can redistribute it and/or modify it under
-# the terms of the GNU General Public License version 2 as published by
-# the Free Software Foundation.
+# This copy of Ice is licensed to you under the terms described in the
+# ICE_LICENSE file included in this distribution.
#
# **********************************************************************
+
top_srcdir = ../../..
CLIENT = client
diff --git a/cpp/demo/Freeze/bench/Test.ice b/cpp/demo/Freeze/bench/Test.ice
index ce2087e1eae..d32b95cb2f9 100644
--- a/cpp/demo/Freeze/bench/Test.ice
+++ b/cpp/demo/Freeze/bench/Test.ice
@@ -1,17 +1,17 @@
// **********************************************************************
//
-// Copyright (c) 2003
+// Copyright (c) 2003 - 2004
// ZeroC, Inc.
-// Billerica, MA, USA
+// North Palm Beach, FL, USA
//
// All Rights Reserved.
//
-// Ice is free software; you can redistribute it and/or modify it under
-// the terms of the GNU General Public License version 2 as published by
-// the Free Software Foundation.
+// This copy of Ice is licensed to you under the terms described in the
+// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
+
struct Struct1
{
long l;
diff --git a/cpp/demo/Freeze/library/BookFactory.cpp b/cpp/demo/Freeze/library/BookFactory.cpp
index 389e6848d2a..55db8e07182 100644
--- a/cpp/demo/Freeze/library/BookFactory.cpp
+++ b/cpp/demo/Freeze/library/BookFactory.cpp
@@ -1,17 +1,17 @@
// **********************************************************************
//
-// Copyright (c) 2003
+// Copyright (c) 2003 - 2004
// ZeroC, Inc.
-// Billerica, MA, USA
+// North Palm Beach, FL, USA
//
// All Rights Reserved.
//
-// Ice is free software; you can redistribute it and/or modify it under
-// the terms of the GNU General Public License version 2 as published by
-// the Free Software Foundation.
+// This copy of Ice is licensed to you under the terms described in the
+// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
+
#include <BookFactory.h>
using namespace std;
diff --git a/cpp/demo/Freeze/library/BookFactory.h b/cpp/demo/Freeze/library/BookFactory.h
index 2a6452be8e7..1730ab61862 100644
--- a/cpp/demo/Freeze/library/BookFactory.h
+++ b/cpp/demo/Freeze/library/BookFactory.h
@@ -1,17 +1,17 @@
// **********************************************************************
//
-// Copyright (c) 2003
+// Copyright (c) 2003 - 2004
// ZeroC, Inc.
-// Billerica, MA, USA
+// North Palm Beach, FL, USA
//
// All Rights Reserved.
//
-// Ice is free software; you can redistribute it and/or modify it under
-// the terms of the GNU General Public License version 2 as published by
-// the Free Software Foundation.
+// This copy of Ice is licensed to you under the terms described in the
+// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
+
#ifndef BOOK_FACTORY_H
#define BOOK_FACTORY_H
diff --git a/cpp/demo/Freeze/library/Client.cpp b/cpp/demo/Freeze/library/Client.cpp
index 855ac30f2d3..c70e171dcc5 100644
--- a/cpp/demo/Freeze/library/Client.cpp
+++ b/cpp/demo/Freeze/library/Client.cpp
@@ -1,17 +1,17 @@
// **********************************************************************
//
-// Copyright (c) 2003
+// Copyright (c) 2003 - 2004
// ZeroC, Inc.
-// Billerica, MA, USA
+// North Palm Beach, FL, USA
//
// All Rights Reserved.
//
-// Ice is free software; you can redistribute it and/or modify it under
-// the terms of the GNU General Public License version 2 as published by
-// the Free Software Foundation.
+// This copy of Ice is licensed to you under the terms described in the
+// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
+
#include <Ice/Application.h>
#include <Parser.h>
diff --git a/cpp/demo/Freeze/library/Collocated.cpp b/cpp/demo/Freeze/library/Collocated.cpp
index 1cf79be8ec0..06b7745156f 100644
--- a/cpp/demo/Freeze/library/Collocated.cpp
+++ b/cpp/demo/Freeze/library/Collocated.cpp
@@ -1,17 +1,17 @@
// **********************************************************************
//
-// Copyright (c) 2003
+// Copyright (c) 2003 - 2004
// ZeroC, Inc.
-// Billerica, MA, USA
+// North Palm Beach, FL, USA
//
// All Rights Reserved.
//
-// Ice is free software; you can redistribute it and/or modify it under
-// the terms of the GNU General Public License version 2 as published by
-// the Free Software Foundation.
+// This copy of Ice is licensed to you under the terms described in the
+// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
+
#include <Ice/Application.h>
#include <BookFactory.h>
#include <Parser.h>
diff --git a/cpp/demo/Freeze/library/Grammar.y b/cpp/demo/Freeze/library/Grammar.y
index 5e586120fd2..e3c9346149f 100644
--- a/cpp/demo/Freeze/library/Grammar.y
+++ b/cpp/demo/Freeze/library/Grammar.y
@@ -2,18 +2,18 @@
// **********************************************************************
//
-// Copyright (c) 2003
+// Copyright (c) 2003 - 2004
// ZeroC, Inc.
-// Billerica, MA, USA
+// North Palm Beach, FL, USA
//
// All Rights Reserved.
//
-// Ice is free software; you can redistribute it and/or modify it under
-// the terms of the GNU General Public License version 2 as published by
-// the Free Software Foundation.
+// This copy of Ice is licensed to you under the terms described in the
+// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
+
#include <Ice/Ice.h>
#include <Parser.h>
diff --git a/cpp/demo/Freeze/library/Library.ice b/cpp/demo/Freeze/library/Library.ice
index d25784bc1c5..e437c235493 100644
--- a/cpp/demo/Freeze/library/Library.ice
+++ b/cpp/demo/Freeze/library/Library.ice
@@ -1,17 +1,17 @@
// **********************************************************************
//
-// Copyright (c) 2003
+// Copyright (c) 2003 - 2004
// ZeroC, Inc.
-// Billerica, MA, USA
+// North Palm Beach, FL, USA
//
// All Rights Reserved.
//
-// Ice is free software; you can redistribute it and/or modify it under
-// the terms of the GNU General Public License version 2 as published by
-// the Free Software Foundation.
+// This copy of Ice is licensed to you under the terms described in the
+// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
+
#ifndef LIBRARY_ICE
#define LIBRARY_ICE
diff --git a/cpp/demo/Freeze/library/LibraryI.cpp b/cpp/demo/Freeze/library/LibraryI.cpp
index 19d9276f24f..1ed4bce7d9c 100644
--- a/cpp/demo/Freeze/library/LibraryI.cpp
+++ b/cpp/demo/Freeze/library/LibraryI.cpp
@@ -1,17 +1,17 @@
// **********************************************************************
//
-// Copyright (c) 2003
+// Copyright (c) 2003 - 2004
// ZeroC, Inc.
-// Billerica, MA, USA
+// North Palm Beach, FL, USA
//
// All Rights Reserved.
//
-// Ice is free software; you can redistribute it and/or modify it under
-// the terms of the GNU General Public License version 2 as published by
-// the Free Software Foundation.
+// This copy of Ice is licensed to you under the terms described in the
+// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
+
#include <Freeze/Freeze.h>
#include <LibraryI.h>
diff --git a/cpp/demo/Freeze/library/LibraryI.h b/cpp/demo/Freeze/library/LibraryI.h
index b3f4c065528..2a51f77c168 100644
--- a/cpp/demo/Freeze/library/LibraryI.h
+++ b/cpp/demo/Freeze/library/LibraryI.h
@@ -1,17 +1,17 @@
// **********************************************************************
//
-// Copyright (c) 2003
+// Copyright (c) 2003 - 2004
// ZeroC, Inc.
-// Billerica, MA, USA
+// North Palm Beach, FL, USA
//
// All Rights Reserved.
//
-// Ice is free software; you can redistribute it and/or modify it under
-// the terms of the GNU General Public License version 2 as published by
-// the Free Software Foundation.
+// This copy of Ice is licensed to you under the terms described in the
+// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
+
#ifndef LIBRARY_I_H
#define LIBRARY_I_H
diff --git a/cpp/demo/Freeze/library/Makefile b/cpp/demo/Freeze/library/Makefile
index beed209438a..96ad95996ed 100644
--- a/cpp/demo/Freeze/library/Makefile
+++ b/cpp/demo/Freeze/library/Makefile
@@ -1,17 +1,17 @@
# **********************************************************************
#
-# Copyright (c) 2003
+# Copyright (c) 2003 - 2004
# ZeroC, Inc.
-# Billerica, MA, USA
+# North Palm Beach, FL, USA
#
# All Rights Reserved.
#
-# Ice is free software; you can redistribute it and/or modify it under
-# the terms of the GNU General Public License version 2 as published by
-# the Free Software Foundation.
+# This copy of Ice is licensed to you under the terms described in the
+# ICE_LICENSE file included in this distribution.
#
# **********************************************************************
+
top_srcdir = ../../..
CLIENT = client
diff --git a/cpp/demo/Freeze/library/Parser.cpp b/cpp/demo/Freeze/library/Parser.cpp
index 3f5211f5f42..8028e306a52 100644
--- a/cpp/demo/Freeze/library/Parser.cpp
+++ b/cpp/demo/Freeze/library/Parser.cpp
@@ -1,17 +1,17 @@
// **********************************************************************
//
-// Copyright (c) 2003
+// Copyright (c) 2003 - 2004
// ZeroC, Inc.
-// Billerica, MA, USA
+// North Palm Beach, FL, USA
//
// All Rights Reserved.
//
-// Ice is free software; you can redistribute it and/or modify it under
-// the terms of the GNU General Public License version 2 as published by
-// the Free Software Foundation.
+// This copy of Ice is licensed to you under the terms described in the
+// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
+
#include <Ice/Ice.h>
#include <Parser.h>
diff --git a/cpp/demo/Freeze/library/Parser.h b/cpp/demo/Freeze/library/Parser.h
index 3e9d4646e7b..a3650b9cd51 100644
--- a/cpp/demo/Freeze/library/Parser.h
+++ b/cpp/demo/Freeze/library/Parser.h
@@ -1,17 +1,17 @@
// **********************************************************************
//
-// Copyright (c) 2003
+// Copyright (c) 2003 - 2004
// ZeroC, Inc.
-// Billerica, MA, USA
+// North Palm Beach, FL, USA
//
// All Rights Reserved.
//
-// Ice is free software; you can redistribute it and/or modify it under
-// the terms of the GNU General Public License version 2 as published by
-// the Free Software Foundation.
+// This copy of Ice is licensed to you under the terms described in the
+// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
+
#ifndef PARSER_H
#define PARSER_H
diff --git a/cpp/demo/Freeze/library/RunParser.cpp b/cpp/demo/Freeze/library/RunParser.cpp
index e234320ad28..f7d1bbd5d55 100644
--- a/cpp/demo/Freeze/library/RunParser.cpp
+++ b/cpp/demo/Freeze/library/RunParser.cpp
@@ -1,17 +1,17 @@
// **********************************************************************
//
-// Copyright (c) 2003
+// Copyright (c) 2003 - 2004
// ZeroC, Inc.
-// Billerica, MA, USA
+// North Palm Beach, FL, USA
//
// All Rights Reserved.
//
-// Ice is free software; you can redistribute it and/or modify it under
-// the terms of the GNU General Public License version 2 as published by
-// the Free Software Foundation.
+// This copy of Ice is licensed to you under the terms described in the
+// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
+
#include <Ice/Ice.h>
#include <Parser.h>
diff --git a/cpp/demo/Freeze/library/Scanner.l b/cpp/demo/Freeze/library/Scanner.l
index a63cc2bb733..96cbb62a4b3 100644
--- a/cpp/demo/Freeze/library/Scanner.l
+++ b/cpp/demo/Freeze/library/Scanner.l
@@ -2,18 +2,18 @@
// **********************************************************************
//
-// Copyright (c) 2003
+// Copyright (c) 2003 - 2004
// ZeroC, Inc.
-// Billerica, MA, USA
+// North Palm Beach, FL, USA
//
// All Rights Reserved.
//
-// Ice is free software; you can redistribute it and/or modify it under
-// the terms of the GNU General Public License version 2 as published by
-// the Free Software Foundation.
+// This copy of Ice is licensed to you under the terms described in the
+// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
+
#include <Ice/Ice.h>
#include <Parser.h>
#include <Grammar.h>
diff --git a/cpp/demo/Freeze/library/Server.cpp b/cpp/demo/Freeze/library/Server.cpp
index 758be5b11eb..9d496a4c56a 100644
--- a/cpp/demo/Freeze/library/Server.cpp
+++ b/cpp/demo/Freeze/library/Server.cpp
@@ -1,17 +1,17 @@
// **********************************************************************
//
-// Copyright (c) 2003
+// Copyright (c) 2003 - 2004
// ZeroC, Inc.
-// Billerica, MA, USA
+// North Palm Beach, FL, USA
//
// All Rights Reserved.
//
-// Ice is free software; you can redistribute it and/or modify it under
-// the terms of the GNU General Public License version 2 as published by
-// the Free Software Foundation.
+// This copy of Ice is licensed to you under the terms described in the
+// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
+
#include <Ice/Application.h>
#include <BookFactory.h>
#include <Freeze/Freeze.h>
diff --git a/cpp/demo/Freeze/phonebook/Client.cpp b/cpp/demo/Freeze/phonebook/Client.cpp
index 68288c0ad55..7b21c8a07f0 100644
--- a/cpp/demo/Freeze/phonebook/Client.cpp
+++ b/cpp/demo/Freeze/phonebook/Client.cpp
@@ -1,17 +1,17 @@
// **********************************************************************
//
-// Copyright (c) 2003
+// Copyright (c) 2003 - 2004
// ZeroC, Inc.
-// Billerica, MA, USA
+// North Palm Beach, FL, USA
//
// All Rights Reserved.
//
-// Ice is free software; you can redistribute it and/or modify it under
-// the terms of the GNU General Public License version 2 as published by
-// the Free Software Foundation.
+// This copy of Ice is licensed to you under the terms described in the
+// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
+
#include <Ice/Application.h>
#include <Parser.h>
diff --git a/cpp/demo/Freeze/phonebook/Collocated.cpp b/cpp/demo/Freeze/phonebook/Collocated.cpp
index 0f210a234d6..1f98f3a1509 100644
--- a/cpp/demo/Freeze/phonebook/Collocated.cpp
+++ b/cpp/demo/Freeze/phonebook/Collocated.cpp
@@ -1,17 +1,17 @@
// **********************************************************************
//
-// Copyright (c) 2003
+// Copyright (c) 2003 - 2004
// ZeroC, Inc.
-// Billerica, MA, USA
+// North Palm Beach, FL, USA
//
// All Rights Reserved.
//
-// Ice is free software; you can redistribute it and/or modify it under
-// the terms of the GNU General Public License version 2 as published by
-// the Free Software Foundation.
+// This copy of Ice is licensed to you under the terms described in the
+// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
+
#include <Ice/Application.h>
#include <ContactFactory.h>
#include <NameIndex.h>
diff --git a/cpp/demo/Freeze/phonebook/ContactFactory.cpp b/cpp/demo/Freeze/phonebook/ContactFactory.cpp
index 112f4364485..a596a7872b2 100644
--- a/cpp/demo/Freeze/phonebook/ContactFactory.cpp
+++ b/cpp/demo/Freeze/phonebook/ContactFactory.cpp
@@ -1,17 +1,17 @@
// **********************************************************************
//
-// Copyright (c) 2003
+// Copyright (c) 2003 - 2004
// ZeroC, Inc.
-// Billerica, MA, USA
+// North Palm Beach, FL, USA
//
// All Rights Reserved.
//
-// Ice is free software; you can redistribute it and/or modify it under
-// the terms of the GNU General Public License version 2 as published by
-// the Free Software Foundation.
+// This copy of Ice is licensed to you under the terms described in the
+// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
+
#include <ContactFactory.h>
#include <PhoneBookI.h>
diff --git a/cpp/demo/Freeze/phonebook/ContactFactory.h b/cpp/demo/Freeze/phonebook/ContactFactory.h
index c1d3f03c4b3..f980052673a 100644
--- a/cpp/demo/Freeze/phonebook/ContactFactory.h
+++ b/cpp/demo/Freeze/phonebook/ContactFactory.h
@@ -1,17 +1,17 @@
// **********************************************************************
//
-// Copyright (c) 2003
+// Copyright (c) 2003 - 2004
// ZeroC, Inc.
-// Billerica, MA, USA
+// North Palm Beach, FL, USA
//
// All Rights Reserved.
//
-// Ice is free software; you can redistribute it and/or modify it under
-// the terms of the GNU General Public License version 2 as published by
-// the Free Software Foundation.
+// This copy of Ice is licensed to you under the terms described in the
+// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
+
#ifndef CONTACT_FACTORY_H
#define CONTACT_FACTORY_H
diff --git a/cpp/demo/Freeze/phonebook/Grammar.y b/cpp/demo/Freeze/phonebook/Grammar.y
index b9d5f092b14..7cbb21d2773 100644
--- a/cpp/demo/Freeze/phonebook/Grammar.y
+++ b/cpp/demo/Freeze/phonebook/Grammar.y
@@ -2,18 +2,18 @@
// **********************************************************************
//
-// Copyright (c) 2003
+// Copyright (c) 2003 - 2004
// ZeroC, Inc.
-// Billerica, MA, USA
+// North Palm Beach, FL, USA
//
// All Rights Reserved.
//
-// Ice is free software; you can redistribute it and/or modify it under
-// the terms of the GNU General Public License version 2 as published by
-// the Free Software Foundation.
+// This copy of Ice is licensed to you under the terms described in the
+// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
+
#include <Ice/Ice.h>
#include <Parser.h>
diff --git a/cpp/demo/Freeze/phonebook/Makefile b/cpp/demo/Freeze/phonebook/Makefile
index 2ec4d4629a8..23c805b7794 100644
--- a/cpp/demo/Freeze/phonebook/Makefile
+++ b/cpp/demo/Freeze/phonebook/Makefile
@@ -1,18 +1,18 @@
# **********************************************************************
#
-# Copyright (c) 2003
+# Copyright (c) 2003 - 2004
# ZeroC, Inc.
-# Billerica, MA, USA
+# North Palm Beach, FL, USA
#
# All Rights Reserved.
#
-# Ice is free software; you can redistribute it and/or modify it under
-# the terms of the GNU General Public License version 2 as published by
-# the Free Software Foundation.
+# This copy of Ice is licensed to you under the terms described in the
+# ICE_LICENSE file included in this distribution.
#
# **********************************************************************
+
top_srcdir = ../../..
CLIENT = client
diff --git a/cpp/demo/Freeze/phonebook/Parser.cpp b/cpp/demo/Freeze/phonebook/Parser.cpp
index b77be8751e7..8bffb61f96f 100644
--- a/cpp/demo/Freeze/phonebook/Parser.cpp
+++ b/cpp/demo/Freeze/phonebook/Parser.cpp
@@ -1,17 +1,17 @@
// **********************************************************************
//
-// Copyright (c) 2003
+// Copyright (c) 2003 - 2004
// ZeroC, Inc.
-// Billerica, MA, USA
+// North Palm Beach, FL, USA
//
// All Rights Reserved.
//
-// Ice is free software; you can redistribute it and/or modify it under
-// the terms of the GNU General Public License version 2 as published by
-// the Free Software Foundation.
+// This copy of Ice is licensed to you under the terms described in the
+// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
+
#include <Ice/Ice.h>
#include <Parser.h>
diff --git a/cpp/demo/Freeze/phonebook/Parser.h b/cpp/demo/Freeze/phonebook/Parser.h
index 43c0028046e..34890d7f5f5 100644
--- a/cpp/demo/Freeze/phonebook/Parser.h
+++ b/cpp/demo/Freeze/phonebook/Parser.h
@@ -1,17 +1,17 @@
// **********************************************************************
//
-// Copyright (c) 2003
+// Copyright (c) 2003 - 2004
// ZeroC, Inc.
-// Billerica, MA, USA
+// North Palm Beach, FL, USA
//
// All Rights Reserved.
//
-// Ice is free software; you can redistribute it and/or modify it under
-// the terms of the GNU General Public License version 2 as published by
-// the Free Software Foundation.
+// This copy of Ice is licensed to you under the terms described in the
+// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
+
#ifndef PARSER_H
#define PARSER_H
diff --git a/cpp/demo/Freeze/phonebook/PhoneBook.ice b/cpp/demo/Freeze/phonebook/PhoneBook.ice
index 2dedc1b90a0..ddbe5fafb7b 100644
--- a/cpp/demo/Freeze/phonebook/PhoneBook.ice
+++ b/cpp/demo/Freeze/phonebook/PhoneBook.ice
@@ -1,17 +1,17 @@
// **********************************************************************
//
-// Copyright (c) 2003
+// Copyright (c) 2003 - 2004
// ZeroC, Inc.
-// Billerica, MA, USA
+// North Palm Beach, FL, USA
//
// All Rights Reserved.
//
-// Ice is free software; you can redistribute it and/or modify it under
-// the terms of the GNU General Public License version 2 as published by
-// the Free Software Foundation.
+// This copy of Ice is licensed to you under the terms described in the
+// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
+
#ifndef PHONE_BOOK_ICE
#define PHONE_BOOK_ICE
diff --git a/cpp/demo/Freeze/phonebook/PhoneBookI.cpp b/cpp/demo/Freeze/phonebook/PhoneBookI.cpp
index ea6fda416f4..23f62f2fcc7 100644
--- a/cpp/demo/Freeze/phonebook/PhoneBookI.cpp
+++ b/cpp/demo/Freeze/phonebook/PhoneBookI.cpp
@@ -1,17 +1,17 @@
// **********************************************************************
//
-// Copyright (c) 2003
+// Copyright (c) 2003 - 2004
// ZeroC, Inc.
-// Billerica, MA, USA
+// North Palm Beach, FL, USA
//
// All Rights Reserved.
//
-// Ice is free software; you can redistribute it and/or modify it under
-// the terms of the GNU General Public License version 2 as published by
-// the Free Software Foundation.
+// This copy of Ice is licensed to you under the terms described in the
+// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
+
#include <PhoneBookI.h>
#include <IceUtil/UUID.h>
diff --git a/cpp/demo/Freeze/phonebook/PhoneBookI.h b/cpp/demo/Freeze/phonebook/PhoneBookI.h
index 90595856546..4bae446e71e 100644
--- a/cpp/demo/Freeze/phonebook/PhoneBookI.h
+++ b/cpp/demo/Freeze/phonebook/PhoneBookI.h
@@ -1,17 +1,17 @@
// **********************************************************************
//
-// Copyright (c) 2003
+// Copyright (c) 2003 - 2004
// ZeroC, Inc.
-// Billerica, MA, USA
+// North Palm Beach, FL, USA
//
// All Rights Reserved.
//
-// Ice is free software; you can redistribute it and/or modify it under
-// the terms of the GNU General Public License version 2 as published by
-// the Free Software Foundation.
+// This copy of Ice is licensed to you under the terms described in the
+// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
+
#ifndef PHONE_BOOK_I_H
#define PHONE_BOOK_I_H
diff --git a/cpp/demo/Freeze/phonebook/RunParser.cpp b/cpp/demo/Freeze/phonebook/RunParser.cpp
index 537ec8b9057..5e5823194fe 100644
--- a/cpp/demo/Freeze/phonebook/RunParser.cpp
+++ b/cpp/demo/Freeze/phonebook/RunParser.cpp
@@ -1,17 +1,17 @@
// **********************************************************************
//
-// Copyright (c) 2003
+// Copyright (c) 2003 - 2004
// ZeroC, Inc.
-// Billerica, MA, USA
+// North Palm Beach, FL, USA
//
// All Rights Reserved.
//
-// Ice is free software; you can redistribute it and/or modify it under
-// the terms of the GNU General Public License version 2 as published by
-// the Free Software Foundation.
+// This copy of Ice is licensed to you under the terms described in the
+// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
+
#include <Ice/Ice.h>
#include <Parser.h>
diff --git a/cpp/demo/Freeze/phonebook/Scanner.l b/cpp/demo/Freeze/phonebook/Scanner.l
index 158bd36c831..de99029de14 100644
--- a/cpp/demo/Freeze/phonebook/Scanner.l
+++ b/cpp/demo/Freeze/phonebook/Scanner.l
@@ -2,18 +2,18 @@
// **********************************************************************
//
-// Copyright (c) 2003
+// Copyright (c) 2003 - 2004
// ZeroC, Inc.
-// Billerica, MA, USA
+// North Palm Beach, FL, USA
//
// All Rights Reserved.
//
-// Ice is free software; you can redistribute it and/or modify it under
-// the terms of the GNU General Public License version 2 as published by
-// the Free Software Foundation.
+// This copy of Ice is licensed to you under the terms described in the
+// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
+
#include <Ice/Ice.h>
#include <Parser.h>
#include <Grammar.h>
diff --git a/cpp/demo/Freeze/phonebook/Server.cpp b/cpp/demo/Freeze/phonebook/Server.cpp
index 9dcac3c1980..c65b1789a15 100644
--- a/cpp/demo/Freeze/phonebook/Server.cpp
+++ b/cpp/demo/Freeze/phonebook/Server.cpp
@@ -1,17 +1,17 @@
// **********************************************************************
//
-// Copyright (c) 2003
+// Copyright (c) 2003 - 2004
// ZeroC, Inc.
-// Billerica, MA, USA
+// North Palm Beach, FL, USA
//
// All Rights Reserved.
//
-// Ice is free software; you can redistribute it and/or modify it under
-// the terms of the GNU General Public License version 2 as published by
-// the Free Software Foundation.
+// This copy of Ice is licensed to you under the terms described in the
+// ICE_LICENSE file included in this distribution.
//
// **********************************************************************
+
#include <Ice/Application.h>
#include <ContactFactory.h>
#include <NameIndex.h>