diff options
Diffstat (limited to 'config/makeprops.py')
-rwxr-xr-x | config/makeprops.py | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/config/makeprops.py b/config/makeprops.py index 0e3ef334836..6847f891366 100755 --- a/config/makeprops.py +++ b/config/makeprops.py @@ -1,9 +1,7 @@ #!/usr/bin/env python -# ********************************************************************** # -# Copyright (c) 2003-present ZeroC, Inc. All rights reserved. +# Copyright (c) ZeroC, Inc. All rights reserved. # -# ********************************************************************** import os, sys, shutil, re, signal, time, pprint @@ -19,11 +17,9 @@ progname = os.path.basename(sys.argv[0]) contentHandler = None propertyClasses = {} -commonPreamble = """// ********************************************************************** // -// Copyright (c) 2003-present ZeroC, Inc. All rights reserved. +// Copyright (c) ZeroC, Inc. All rights reserved. // -// ********************************************************************** """ commonPreamble = commonPreamble + "// Generated by " + progname + " from file %(inputfile)s, " + time.ctime() commonPreamble = commonPreamble + """ |