log scripts/update-copyrights.py @ 8310:d6ccf6a9fd11

age author description
Sat, 28 Mar 2020 15:29:58 +0100 Mads Kiilerich scripts: fix crash from comparing integer with empty list
Sat, 28 Mar 2020 15:28:25 +0100 Mads Kiilerich scripts: in regexps, use + when we actually want to make long matches instead of empty
Sat, 28 Mar 2020 22:41:12 +0100 Mads Kiilerich scripts: use plain import of contributor_data
Thu, 06 Feb 2020 02:57:51 +0100 Mads Kiilerich py3: automatic migration with 2to3 -f unicode
Sat, 21 Dec 2019 15:14:08 +0100 Mads Kiilerich py3: some not-entirely-trivial removing of "unicode"
Sat, 23 Nov 2019 22:08:18 +0100 Mads Kiilerich py3: switch to use Python 3 interpreter, temporarily leaving many things very broken until they have been migrated/fixed in a reviewable way
Tue, 04 Feb 2020 03:05:15 +0100 Mads Kiilerich scripts: use explicit relative imports of contributor_data
Sat, 18 Jan 2020 22:42:50 +0100 Mads Kiilerich scripts: lower case contributor emails to normalize them stable
Sun, 04 Aug 2019 01:27:29 +0200 Mads Kiilerich flake8: fix E203 whitespace before ','
Wed, 07 Aug 2019 00:25:02 +0200 Mads Kiilerich scripts: initial run of import cleanup using isort
Sun, 21 Jul 2019 03:50:59 +0200 Mads Kiilerich docs: maintain copyright year from update-copyrights.py
Fri, 19 Jul 2019 01:00:11 +0200 Mads Kiilerich scripts: prepare for giving credit for contributions that have been integrated into other changesets
Fri, 15 Mar 2019 21:21:12 +0100 Thomas De Schampheleire scripts: extract contributor data out of update-copyrights.py
Sun, 03 Mar 2019 21:38:05 +0100 Thomas De Schampheleire update-copyrights: fixup double entry for Lars Kruse and regenerate
Tue, 29 Jan 2019 09:43:29 +0100 Andrej Shadura misc: update the contributor’s preferred name
Sat, 09 Jun 2018 16:30:22 +0200 Mads Kiilerich unicode: consistently use the preferred Python spelling 'utf-8' instead of the alias 'utf8'
Thu, 07 Jun 2018 01:46:02 +0200 Mads Kiilerich Merge stable
Sun, 18 Mar 2018 21:54:48 +0100 Thomas De Schampheleire make-release: import version and copyright updates from default branch (dba4e770d4b6) stable
Wed, 28 Feb 2018 21:20:59 +0100 Thomas De Schampheleire update-copyrights: adapt email of Thomas De Schampheleire
Fri, 25 Aug 2017 14:30:57 +0200 Lars Kruse py3: replace "file" with "open"
Mon, 03 Jul 2017 00:54:36 +0200 Mads Kiilerich scripts: add update-copyrights.py stable