diff options
Diffstat (limited to 'config/makeprops.py')
-rwxr-xr-x | config/makeprops.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/makeprops.py b/config/makeprops.py index 58bf20f1639..d00d62e0255 100755 --- a/config/makeprops.py +++ b/config/makeprops.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # ********************************************************************** # -# Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved. +# Copyright (c) 2003-2016 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. @@ -24,7 +24,7 @@ propertyClasses = {} commonPreamble = """// ********************************************************************** // -// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved. +// Copyright (c) 2003-2016 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. |