Ricordisamoa has submitted this change and it was merged. Change subject: Clarify copyright statement, make space for more contributors ......................................................................
Clarify copyright statement, make space for more contributors Change-Id: Ibbfe78fbdbf0f4c9855c2caa6cd16aac6da3983b --- M app.py M chemistry.py M data.py M static/common.css M static/table.css 5 files changed, 15 insertions(+), 5 deletions(-) Approvals: Ricordisamoa: Verified; Looks good to me, approved diff --git a/app.py b/app.py index 00ad692..6186ca6 100644 --- a/app.py +++ b/app.py @@ -1,6 +1,8 @@ # -*- coding: utf-8 -*- """ -This file is part of the Wikidata periodic table © 2012-2015 by Ricordisamoa. +Copyright © 2012-2015 Ricordisamoa + +This file is part of the Wikidata periodic table. The Wikidata periodic table is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/chemistry.py b/chemistry.py index 1b51bdb..216f7aa 100644 --- a/chemistry.py +++ b/chemistry.py @@ -1,6 +1,8 @@ # -*- coding: utf-8 -*- """ -This file is part of the Wikidata periodic table © 2012-2015 by Ricordisamoa. +Copyright © 2012-2015 Ricordisamoa + +This file is part of the Wikidata periodic table. The Wikidata periodic table is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/data.py b/data.py index 489389f..41f7d16 100644 --- a/data.py +++ b/data.py @@ -1,6 +1,8 @@ # -*- coding: utf-8 -*- """ -This file is part of the Wikidata periodic table © 2012-2015 by Ricordisamoa. +Copyright © 2012-2015 Ricordisamoa + +This file is part of the Wikidata periodic table. The Wikidata periodic table is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/static/common.css b/static/common.css index e755ae3..eeb6fa4 100644 --- a/static/common.css +++ b/static/common.css @@ -1,5 +1,7 @@ /** - * This file is part of the Wikidata periodic table © 2012-2015 by Ricordisamoa. + * Copyright © 2012-2015 Ricordisamoa + * + * This file is part of the Wikidata periodic table. * * The Wikidata periodic table is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/static/table.css b/static/table.css index 79c7440..4c76a5e 100644 --- a/static/table.css +++ b/static/table.css @@ -1,5 +1,7 @@ /** - * This file is part of the Wikidata periodic table © 2012-2015 by Ricordisamoa. + * Copyright © 2012-2015 Ricordisamoa + * + * This file is part of the Wikidata periodic table. * * The Wikidata periodic table is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by -- To view, visit https://gerrit.wikimedia.org/r/261802 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ibbfe78fbdbf0f4c9855c2caa6cd16aac6da3983b Gerrit-PatchSet: 1 Gerrit-Project: labs/tools/ptable Gerrit-Branch: master Gerrit-Owner: Ricordisamoa <[email protected]> Gerrit-Reviewer: Ricordisamoa <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
