diff options
Diffstat (limited to 'cpp/demo/Freeze/library')
-rw-r--r-- | cpp/demo/Freeze/library/BookFactory.cpp | 2 | ||||
-rw-r--r-- | cpp/demo/Freeze/library/BookFactory.h | 2 | ||||
-rw-r--r-- | cpp/demo/Freeze/library/Client.cpp | 2 | ||||
-rw-r--r-- | cpp/demo/Freeze/library/Collocated.cpp | 2 | ||||
-rw-r--r-- | cpp/demo/Freeze/library/Grammar.y | 2 | ||||
-rw-r--r-- | cpp/demo/Freeze/library/Library.ice | 2 | ||||
-rw-r--r-- | cpp/demo/Freeze/library/LibraryI.cpp | 2 | ||||
-rw-r--r-- | cpp/demo/Freeze/library/LibraryI.h | 2 | ||||
-rw-r--r-- | cpp/demo/Freeze/library/Makefile | 2 | ||||
-rw-r--r-- | cpp/demo/Freeze/library/Parser.cpp | 2 | ||||
-rw-r--r-- | cpp/demo/Freeze/library/Parser.h | 2 | ||||
-rw-r--r-- | cpp/demo/Freeze/library/RunParser.cpp | 2 | ||||
-rw-r--r-- | cpp/demo/Freeze/library/Scanner.l | 2 | ||||
-rw-r--r-- | cpp/demo/Freeze/library/Server.cpp | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/cpp/demo/Freeze/library/BookFactory.cpp b/cpp/demo/Freeze/library/BookFactory.cpp index a0362496cf3..522dfb2c253 100644 --- a/cpp/demo/Freeze/library/BookFactory.cpp +++ b/cpp/demo/Freeze/library/BookFactory.cpp @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2001 -// MutableRealms, Inc. +// Mutable Realms, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/cpp/demo/Freeze/library/BookFactory.h b/cpp/demo/Freeze/library/BookFactory.h index 58a95f2d8e5..fb5ffebe7c5 100644 --- a/cpp/demo/Freeze/library/BookFactory.h +++ b/cpp/demo/Freeze/library/BookFactory.h @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2001 -// MutableRealms, Inc. +// Mutable Realms, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/cpp/demo/Freeze/library/Client.cpp b/cpp/demo/Freeze/library/Client.cpp index 4f312b9a5dd..e71a414a2b3 100644 --- a/cpp/demo/Freeze/library/Client.cpp +++ b/cpp/demo/Freeze/library/Client.cpp @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2001 -// MutableRealms, Inc. +// Mutable Realms, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/cpp/demo/Freeze/library/Collocated.cpp b/cpp/demo/Freeze/library/Collocated.cpp index 5cbd6c29603..7dd09e7b716 100644 --- a/cpp/demo/Freeze/library/Collocated.cpp +++ b/cpp/demo/Freeze/library/Collocated.cpp @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2001 -// MutableRealms, Inc. +// Mutable Realms, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/cpp/demo/Freeze/library/Grammar.y b/cpp/demo/Freeze/library/Grammar.y index 54726d25168..ac84b795787 100644 --- a/cpp/demo/Freeze/library/Grammar.y +++ b/cpp/demo/Freeze/library/Grammar.y @@ -3,7 +3,7 @@ // ********************************************************************** // // Copyright (c) 2001 -// MutableRealms, Inc. +// Mutable Realms, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/cpp/demo/Freeze/library/Library.ice b/cpp/demo/Freeze/library/Library.ice index d89b61c2161..93f1e980048 100644 --- a/cpp/demo/Freeze/library/Library.ice +++ b/cpp/demo/Freeze/library/Library.ice @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2001 -// MutableRealms, Inc. +// Mutable Realms, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/cpp/demo/Freeze/library/LibraryI.cpp b/cpp/demo/Freeze/library/LibraryI.cpp index 0e1e37b20a4..cdf84bc827c 100644 --- a/cpp/demo/Freeze/library/LibraryI.cpp +++ b/cpp/demo/Freeze/library/LibraryI.cpp @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2001 -// MutableRealms, Inc. +// Mutable Realms, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/cpp/demo/Freeze/library/LibraryI.h b/cpp/demo/Freeze/library/LibraryI.h index 88c18a97a15..185c718577a 100644 --- a/cpp/demo/Freeze/library/LibraryI.h +++ b/cpp/demo/Freeze/library/LibraryI.h @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2001 -// MutableRealms, Inc. +// Mutable Realms, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/cpp/demo/Freeze/library/Makefile b/cpp/demo/Freeze/library/Makefile index 0c3141fcd8c..e1a07c5e5ef 100644 --- a/cpp/demo/Freeze/library/Makefile +++ b/cpp/demo/Freeze/library/Makefile @@ -1,7 +1,7 @@ # ********************************************************************** # # Copyright (c) 2001 -# MutableRealms, Inc. +# Mutable Realms, Inc. # Huntsville, AL, USA # # All Rights Reserved diff --git a/cpp/demo/Freeze/library/Parser.cpp b/cpp/demo/Freeze/library/Parser.cpp index 4e378330f97..c77f5a18221 100644 --- a/cpp/demo/Freeze/library/Parser.cpp +++ b/cpp/demo/Freeze/library/Parser.cpp @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2001 -// MutableRealms, Inc. +// Mutable Realms, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/cpp/demo/Freeze/library/Parser.h b/cpp/demo/Freeze/library/Parser.h index fa074055cd1..fad67a9e1f6 100644 --- a/cpp/demo/Freeze/library/Parser.h +++ b/cpp/demo/Freeze/library/Parser.h @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2001 -// MutableRealms, Inc. +// Mutable Realms, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/cpp/demo/Freeze/library/RunParser.cpp b/cpp/demo/Freeze/library/RunParser.cpp index 848872382ce..4dfe8af52c7 100644 --- a/cpp/demo/Freeze/library/RunParser.cpp +++ b/cpp/demo/Freeze/library/RunParser.cpp @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2001 -// MutableRealms, Inc. +// Mutable Realms, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/cpp/demo/Freeze/library/Scanner.l b/cpp/demo/Freeze/library/Scanner.l index 7ed4d6d9307..f27393172ca 100644 --- a/cpp/demo/Freeze/library/Scanner.l +++ b/cpp/demo/Freeze/library/Scanner.l @@ -3,7 +3,7 @@ // ********************************************************************** // // Copyright (c) 2001 -// MutableRealms, Inc. +// Mutable Realms, Inc. // Huntsville, AL, USA // // All Rights Reserved diff --git a/cpp/demo/Freeze/library/Server.cpp b/cpp/demo/Freeze/library/Server.cpp index f07515ac054..21672b53e9b 100644 --- a/cpp/demo/Freeze/library/Server.cpp +++ b/cpp/demo/Freeze/library/Server.cpp @@ -1,7 +1,7 @@ // ********************************************************************** // // Copyright (c) 2001 -// MutableRealms, Inc. +// Mutable Realms, Inc. // Huntsville, AL, USA // // All Rights Reserved |