scripts/install.py

changeset 7360
9190402e4505
parent 7333
8479201bdf7b
child 7362
028bf21bb5a2
child 7448
29b54296cf8c
diff -r 2da9026f0f61 -r 9190402e4505 scripts/install.py
--- a/scripts/install.py	Mon Dec 23 10:48:43 2019 +0100
+++ b/scripts/install.py	Wed Jan 01 11:57:23 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