summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.copyrite_aliases61
-rw-r--r--doc/release.txt5
2 files changed, 65 insertions, 1 deletions
diff --git a/.copyrite_aliases b/.copyrite_aliases
new file mode 100644
index 000000000..4b95ec867
--- /dev/null
+++ b/.copyrite_aliases
@@ -0,0 +1,61 @@
+[
+ {
+ "mails": [
+ "cpopa@cloudbasesolutions.com",
+ "pcmanticore@gmail.com"
+ ],
+ "authoritative_mail": "pcmanticore@gmail.com",
+ "name": "Claudiu Popa"
+ },
+ {
+ "mails": [
+ "alexandre.fayolle@logilab.fr",
+ "emile.anclin@logilab.fr",
+ "david.douard@logilab.fr",
+ "laura.medioni@logilab.fr",
+ "anthony.truchet@logilab.fr",
+ "alain.leufroy@logilab.fr",
+ "julien.cristau@logilab.fr",
+ "Adrien.DiMascio@logilab.fr",
+ "emile@crater.logilab.fr",
+ "sylvain.thenault@logilab.fr",
+ "pierre-yves.david@logilab.fr",
+ "nicolas.chauvat@logilab.fr",
+ "afayolle.ml@free.fr",
+ "aurelien.campeas@logilab.fr",
+ "lmedioni@logilab.fr"
+
+ ],
+ "authoritative_mail": "contact@logilab.fr",
+ "name": "LOGILAB S.A. (Paris, FRANCE)"
+ },
+ {
+ "mails": [
+ "moylop260@vauxoo.com"
+ ],
+ "name": "Moises Lopez",
+ "authoritative_mail": "moylop260@vauxoo.com"
+ },
+ {
+ "mails": [
+ "nathaniel@google.com",
+ "mbp@google.com",
+ "tmarek@google.com",
+ "shlomme@gmail.com",
+ "balparda@google.com",
+ "dlindquist@google.com"
+ ],
+ "name": "Google, Inc."
+ },
+ {
+ "mails": [
+ "ashley@awhetter.co.uk",
+ "awhetter.2011@my.bristol.ac.uk",
+ "asw@dneg.com",
+ "AWhetter@users.noreply.github.com"
+ ],
+ "name": "Ashley Whetter",
+ "authoritative_mail": "ashley@awhetter.co.uk"
+ }
+
+]
diff --git a/doc/release.txt b/doc/release.txt
index 2be61bbc1..8d7bed796 100644
--- a/doc/release.txt
+++ b/doc/release.txt
@@ -58,7 +58,10 @@ Pre-release
Release by running the following:
-
+
+ For generating the new copyright notices for this release
+ $ copyrite --contribution-threshold 1 --change-threshold 3 --backend-type git --aliases=.copyrite_aliases . --jobs=8
+
$ git clean -fd && find . -name '*.pyc' -delete
$ python setup.py sdist --formats=gztar bdist_wheel
$ twine upload dist/*