diff options
Diffstat (limited to 'certs/makecerts.py')
-rwxr-xr-x | certs/makecerts.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/certs/makecerts.py b/certs/makecerts.py index 9f7d211f666..1764a116637 100755 --- a/certs/makecerts.py +++ b/certs/makecerts.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2015 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. @@ -90,7 +90,7 @@ configFiles = {\ "ca.cnf":"\ # **********************************************************************\n\ #\n\ -# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.\n\ +# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.\n\ #\n\ # This copy of Ice is licensed to you under the terms described in the\n\ # ICE_LICENSE file included in this distribution.\n\ @@ -139,7 +139,7 @@ emailAddress = info@zeroc.com\n\ "ice.cnf":"\ # **********************************************************************\n\ #\n\ -# Copyright (c) 2003-2014 ZeroC, Inc. All rights reserved.\n\ +# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved.\n\ #\n\ # This copy of Ice is licensed to you under the terms described in the\n\ # ICE_LICENSE file included in this distribution.\n\ |