diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-03-02 16:36:08 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-03-02 16:36:08 +0000 |
commit | b403fd23b2b2bfb1e557fb67696a9b231e0bc1be (patch) | |
tree | aa708d6e4554e122fa77c24ed8c0c653c90d1997 /cpp | |
parent | Simplified deployment descriptors (diff) | |
download | ice-b403fd23b2b2bfb1e557fb67696a9b231e0bc1be.tar.bz2 ice-b403fd23b2b2bfb1e557fb67696a9b231e0bc1be.tar.xz ice-b403fd23b2b2bfb1e557fb67696a9b231e0bc1be.zip |
Added copyright header
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/config/client.cnf | 9 | ||||
-rw-r--r-- | cpp/config/generic.cnf | 9 | ||||
-rw-r--r-- | cpp/config/ice_ca.cnf | 9 | ||||
-rwxr-xr-x | cpp/config/makecerts | 9 | ||||
-rw-r--r-- | cpp/config/server.cnf | 9 |
5 files changed, 45 insertions, 0 deletions
diff --git a/cpp/config/client.cnf b/cpp/config/client.cnf index b921a1a7633..e24d606e03f 100644 --- a/cpp/config/client.cnf +++ b/cpp/config/client.cnf @@ -1,3 +1,12 @@ +# ********************************************************************** +# +# Copyright (c) 2003-2005 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. +# +# ********************************************************************** + # # ZeroC base OpenSSL configuration file. # diff --git a/cpp/config/generic.cnf b/cpp/config/generic.cnf index b70c960e484..64457012508 100644 --- a/cpp/config/generic.cnf +++ b/cpp/config/generic.cnf @@ -1,3 +1,12 @@ +# ********************************************************************** +# +# Copyright (c) 2003-2005 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. +# +# ********************************************************************** + # # ZeroC base OpenSSL configuration file. # diff --git a/cpp/config/ice_ca.cnf b/cpp/config/ice_ca.cnf index 68e202f10cd..491dad15c9f 100644 --- a/cpp/config/ice_ca.cnf +++ b/cpp/config/ice_ca.cnf @@ -1,3 +1,12 @@ +# ********************************************************************** +# +# Copyright (c) 2003-2005 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. +# +# ********************************************************************** + # # ZeroC base OpenSSL configuration file. # diff --git a/cpp/config/makecerts b/cpp/config/makecerts index 22c58b4b0a0..95fb3f6b85e 100755 --- a/cpp/config/makecerts +++ b/cpp/config/makecerts @@ -1,4 +1,13 @@ #!/bin/sh +# ********************************************************************** +# +# Copyright (c) 2003-2005 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. +# +# ********************************************************************** + # # This script creates the required CA key and certificate (if they do not # already exist) and server certificate/key pairs. diff --git a/cpp/config/server.cnf b/cpp/config/server.cnf index df68c9a2cb6..c9b2364db06 100644 --- a/cpp/config/server.cnf +++ b/cpp/config/server.cnf @@ -1,3 +1,12 @@ +# ********************************************************************** +# +# Copyright (c) 2003-2005 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. +# +# ********************************************************************** + # # ZeroC base OpenSSL configuration file. # |