diff options
-rwxr-xr-x | certs/makecerts | 2 | ||||
-rwxr-xr-x | certs/makecerts.py | 2 | ||||
l--------- | cpp/certs | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/certs/makecerts b/certs/makecerts index bc2a7ff11ed..f05fcad37a6 100755 --- a/certs/makecerts +++ b/certs/makecerts @@ -1,7 +1,7 @@ #!/bin/sh # ********************************************************************** # -# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2008 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/certs/makecerts.py b/certs/makecerts.py index 6b75bc5e9bb..2ae501bb0af 100755 --- a/certs/makecerts.py +++ b/certs/makecerts.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2008 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/cpp/certs b/cpp/certs new file mode 120000 index 00000000000..36343b9bb72 --- /dev/null +++ b/cpp/certs @@ -0,0 +1 @@ +../certs
\ No newline at end of file |