scripts/install.py

branch
maintenance
changeset 7362
028bf21bb5a2
parent 7345
bc0ee7fadd03
parent 7360
9190402e4505
child 7503
b17672e6812d
diff -r 274baadc5686 -r 028bf21bb5a2 scripts/install.py
--- a/scripts/install.py	Sat Dec 07 14:16:25 2019 +0100
+++ b/scripts/install.py	Wed Jan 01 12:01:54 2020 +0100
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 
-# Copyright (c) 2002 - 2019 Detlev Offenbach <detlev@die-offenbachs.de>
+# Copyright (c) 2002 - 2020 Detlev Offenbach <detlev@die-offenbachs.de>
 #
 # This is the install script for eric6.
 
@@ -1123,7 +1123,7 @@
         from eric6.UI.Info import Version, CopyrightShort
     else:
         Version = "Unknown"
-        CopyrightShort = "(c) 2002 - 2019 Detlev Offenbach"
+        CopyrightShort = "(c) 2002 - 2020 Detlev Offenbach"
     
     copyToFile(
         os.path.join(directories["contents"], "Info.plist"),

eric ide

mercurial