From 270bbdf06326f8cb44504a2a85f2f3f4276872e5 Mon Sep 17 00:00:00 2001 From: Daniel Knuettel Date: Fri, 29 Dec 2017 00:22:29 +0100 Subject: [PATCH] added GPLv2 versions --- licor/templates/AGPLv2.copyright.meta | 4 ++++ licor/templates/AGPLv2.copyright.tx | 17 +++++++++++++++++ licor/templates/AGPLv2.meta | 5 +++++ .../templates/AGPLv2.single-file.copyright.meta | 5 +++++ licor/templates/AGPLv2.single-file.copyright.tx | 14 ++++++++++++++ licor/templates/AGPLv2.single-file.meta | 5 +++++ licor/templates/AGPLv2.single-file.tx | 12 ++++++++++++ licor/templates/AGPLv2.tx | 14 ++++++++++++++ licor/templates/GPLv2.copyright.meta | 4 ++++ licor/templates/GPLv2.copyright.tx | 16 ++++++++++++++++ licor/templates/GPLv2.meta | 5 +++++ .../templates/GPLv2.single-file.copyright.meta | 5 +++++ licor/templates/GPLv2.single-file.copyright.tx | 14 ++++++++++++++ licor/templates/GPLv2.single-file.meta | 5 +++++ licor/templates/GPLv2.single-file.tx | 12 ++++++++++++ licor/templates/GPLv2.tx | 14 ++++++++++++++ licor/templates/LGPLv2.copyright.meta | 4 ++++ licor/templates/LGPLv2.copyright.tx | 17 +++++++++++++++++ licor/templates/LGPLv2.meta | 5 +++++ .../templates/LGPLv2.single-file.copyright.meta | 5 +++++ licor/templates/LGPLv2.single-file.copyright.tx | 14 ++++++++++++++ licor/templates/LGPLv2.single-file.meta | 5 +++++ licor/templates/LGPLv2.single-file.tx | 12 ++++++++++++ licor/templates/LGPLv2.tx | 14 ++++++++++++++ licor/templates/licenses_avail.json | 4 +++- 25 files changed, 230 insertions(+), 1 deletion(-) create mode 100644 licor/templates/AGPLv2.copyright.meta create mode 100644 licor/templates/AGPLv2.copyright.tx create mode 100644 licor/templates/AGPLv2.meta create mode 100644 licor/templates/AGPLv2.single-file.copyright.meta create mode 100644 licor/templates/AGPLv2.single-file.copyright.tx create mode 100644 licor/templates/AGPLv2.single-file.meta create mode 100644 licor/templates/AGPLv2.single-file.tx create mode 100644 licor/templates/AGPLv2.tx create mode 100644 licor/templates/GPLv2.copyright.meta create mode 100644 licor/templates/GPLv2.copyright.tx create mode 100644 licor/templates/GPLv2.meta create mode 100644 licor/templates/GPLv2.single-file.copyright.meta create mode 100644 licor/templates/GPLv2.single-file.copyright.tx create mode 100644 licor/templates/GPLv2.single-file.meta create mode 100644 licor/templates/GPLv2.single-file.tx create mode 100644 licor/templates/GPLv2.tx create mode 100644 licor/templates/LGPLv2.copyright.meta create mode 100644 licor/templates/LGPLv2.copyright.tx create mode 100644 licor/templates/LGPLv2.meta create mode 100644 licor/templates/LGPLv2.single-file.copyright.meta create mode 100644 licor/templates/LGPLv2.single-file.copyright.tx create mode 100644 licor/templates/LGPLv2.single-file.meta create mode 100644 licor/templates/LGPLv2.single-file.tx create mode 100644 licor/templates/LGPLv2.tx diff --git a/licor/templates/AGPLv2.copyright.meta b/licor/templates/AGPLv2.copyright.meta new file mode 100644 index 0000000..2588b4f --- /dev/null +++ b/licor/templates/AGPLv2.copyright.meta @@ -0,0 +1,4 @@ +{ + "keywords": ["author", "year", "project"], + "name": "AGPLv2" +} diff --git a/licor/templates/AGPLv2.copyright.tx b/licor/templates/AGPLv2.copyright.tx new file mode 100644 index 0000000..88df76d --- /dev/null +++ b/licor/templates/AGPLv2.copyright.tx @@ -0,0 +1,17 @@ +Copyright (c) ${year} ${author} + +This file is part of ${project}. + +${project} is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 2 of the License, or +(at your option) any later version. + +${project} is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with ${project}. If not, see . + diff --git a/licor/templates/AGPLv2.meta b/licor/templates/AGPLv2.meta new file mode 100644 index 0000000..2d886c5 --- /dev/null +++ b/licor/templates/AGPLv2.meta @@ -0,0 +1,5 @@ +{ + "keywords": ["project"], + "name": "AGPLv2" +} + diff --git a/licor/templates/AGPLv2.single-file.copyright.meta b/licor/templates/AGPLv2.single-file.copyright.meta new file mode 100644 index 0000000..2e39d71 --- /dev/null +++ b/licor/templates/AGPLv2.single-file.copyright.meta @@ -0,0 +1,5 @@ +{ + "keywords": ["author", "year"], + "name": "AGPLv2" +} + diff --git a/licor/templates/AGPLv2.single-file.copyright.tx b/licor/templates/AGPLv2.single-file.copyright.tx new file mode 100644 index 0000000..a895f7d --- /dev/null +++ b/licor/templates/AGPLv2.single-file.copyright.tx @@ -0,0 +1,14 @@ +Copyright (c) ${year} ${author} + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with this program. If not, see . diff --git a/licor/templates/AGPLv2.single-file.meta b/licor/templates/AGPLv2.single-file.meta new file mode 100644 index 0000000..fffa520 --- /dev/null +++ b/licor/templates/AGPLv2.single-file.meta @@ -0,0 +1,5 @@ +{ + "keywords": [], + "name": "AGPLv2" +} + diff --git a/licor/templates/AGPLv2.single-file.tx b/licor/templates/AGPLv2.single-file.tx new file mode 100644 index 0000000..54df13b --- /dev/null +++ b/licor/templates/AGPLv2.single-file.tx @@ -0,0 +1,12 @@ +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the Affero GNU General Public License +along with this program. If not, see . diff --git a/licor/templates/AGPLv2.tx b/licor/templates/AGPLv2.tx new file mode 100644 index 0000000..be744cc --- /dev/null +++ b/licor/templates/AGPLv2.tx @@ -0,0 +1,14 @@ +This file is part of ${project}. + +${project} is free software: you can redistribute it and/or modify +it under the terms of the GNU Affero General Public License as published by +the Free Software Foundation, either version 2 of the License, or +(at your option) any later version. + +${project} is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU Affero General Public License +along with ${project}. If not, see . diff --git a/licor/templates/GPLv2.copyright.meta b/licor/templates/GPLv2.copyright.meta new file mode 100644 index 0000000..14e4ac2 --- /dev/null +++ b/licor/templates/GPLv2.copyright.meta @@ -0,0 +1,4 @@ +{ + "keywords": ["author", "year", "project"], + "name": "GPLv2" +} diff --git a/licor/templates/GPLv2.copyright.tx b/licor/templates/GPLv2.copyright.tx new file mode 100644 index 0000000..97a2754 --- /dev/null +++ b/licor/templates/GPLv2.copyright.tx @@ -0,0 +1,16 @@ +Copyright (c) ${year} ${author} + +This file is part of ${project}. + +${project} is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 2 of the License, or +(at your option) any later version. + +${project} is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with ${project}. If not, see . diff --git a/licor/templates/GPLv2.meta b/licor/templates/GPLv2.meta new file mode 100644 index 0000000..b7a7037 --- /dev/null +++ b/licor/templates/GPLv2.meta @@ -0,0 +1,5 @@ +{ + "keywords": ["project"], + "name": "GPLv2" +} + diff --git a/licor/templates/GPLv2.single-file.copyright.meta b/licor/templates/GPLv2.single-file.copyright.meta new file mode 100644 index 0000000..847f4fa --- /dev/null +++ b/licor/templates/GPLv2.single-file.copyright.meta @@ -0,0 +1,5 @@ +{ + "keywords": ["author", "year"], + "name": "GPLv2" +} + diff --git a/licor/templates/GPLv2.single-file.copyright.tx b/licor/templates/GPLv2.single-file.copyright.tx new file mode 100644 index 0000000..4660483 --- /dev/null +++ b/licor/templates/GPLv2.single-file.copyright.tx @@ -0,0 +1,14 @@ +Copyright (c) ${year} ${author} + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . diff --git a/licor/templates/GPLv2.single-file.meta b/licor/templates/GPLv2.single-file.meta new file mode 100644 index 0000000..59a8b14 --- /dev/null +++ b/licor/templates/GPLv2.single-file.meta @@ -0,0 +1,5 @@ +{ + "keywords": [], + "name": "GPLv2" +} + diff --git a/licor/templates/GPLv2.single-file.tx b/licor/templates/GPLv2.single-file.tx new file mode 100644 index 0000000..4591cf6 --- /dev/null +++ b/licor/templates/GPLv2.single-file.tx @@ -0,0 +1,12 @@ +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . diff --git a/licor/templates/GPLv2.tx b/licor/templates/GPLv2.tx new file mode 100644 index 0000000..319a588 --- /dev/null +++ b/licor/templates/GPLv2.tx @@ -0,0 +1,14 @@ +This file is part of ${project}. + +${project} is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 2 of the License, or +(at your option) any later version. + +${project} is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with ${project}. If not, see . diff --git a/licor/templates/LGPLv2.copyright.meta b/licor/templates/LGPLv2.copyright.meta new file mode 100644 index 0000000..9a34c1e --- /dev/null +++ b/licor/templates/LGPLv2.copyright.meta @@ -0,0 +1,4 @@ +{ + "keywords": ["author", "year", "project"], + "name": "LGPLv2" +} diff --git a/licor/templates/LGPLv2.copyright.tx b/licor/templates/LGPLv2.copyright.tx new file mode 100644 index 0000000..de8cf59 --- /dev/null +++ b/licor/templates/LGPLv2.copyright.tx @@ -0,0 +1,17 @@ +Copyright (c) ${year} ${author} + +This file is part of ${project}. + +${project} is free software: you can redistribute it and/or modify +it under the terms of the GNU Lesser General Public License as published by +the Free Software Foundation, either version 2 of the License, or +(at your option) any later version. + +${project} is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Lesser General Public License for more details. + +You should have received a copy of the GNU Lesser General Public License +along with ${project}. If not, see . + diff --git a/licor/templates/LGPLv2.meta b/licor/templates/LGPLv2.meta new file mode 100644 index 0000000..a692c5c --- /dev/null +++ b/licor/templates/LGPLv2.meta @@ -0,0 +1,5 @@ +{ + "keywords": ["project"], + "name": "LGPLv2" +} + diff --git a/licor/templates/LGPLv2.single-file.copyright.meta b/licor/templates/LGPLv2.single-file.copyright.meta new file mode 100644 index 0000000..64ba085 --- /dev/null +++ b/licor/templates/LGPLv2.single-file.copyright.meta @@ -0,0 +1,5 @@ +{ + "keywords": ["author", "year"], + "name": "LGPLv2" +} + diff --git a/licor/templates/LGPLv2.single-file.copyright.tx b/licor/templates/LGPLv2.single-file.copyright.tx new file mode 100644 index 0000000..64227d0 --- /dev/null +++ b/licor/templates/LGPLv2.single-file.copyright.tx @@ -0,0 +1,14 @@ +Copyright (c) ${year} ${author} + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Lesser General Public License as published by +the Free Software Foundation, either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Lesser General Public License for more details. + +You should have received a copy of the GNU Lesser General Public License +along with this program. If not, see . diff --git a/licor/templates/LGPLv2.single-file.meta b/licor/templates/LGPLv2.single-file.meta new file mode 100644 index 0000000..8494972 --- /dev/null +++ b/licor/templates/LGPLv2.single-file.meta @@ -0,0 +1,5 @@ +{ + "keywords": ["year", "author"], + "name": "LGPLv2" +} + diff --git a/licor/templates/LGPLv2.single-file.tx b/licor/templates/LGPLv2.single-file.tx new file mode 100644 index 0000000..c8ef460 --- /dev/null +++ b/licor/templates/LGPLv2.single-file.tx @@ -0,0 +1,12 @@ +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU Lesser General Public License as published by +the Free Software Foundation, either version 2 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Lesser General Public License for more details. + +You should have received a copy of the GNU Lesser General Public License +along with this program. If not, see . diff --git a/licor/templates/LGPLv2.tx b/licor/templates/LGPLv2.tx new file mode 100644 index 0000000..47725a1 --- /dev/null +++ b/licor/templates/LGPLv2.tx @@ -0,0 +1,14 @@ +This file is part of ${project}. + +${project} is free software: you can redistribute it and/or modify +it under the terms of the GNU Lesser General Public License as published by +the Free Software Foundation, either version 2 of the License, or +(at your option) any later version. + +${project} is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU Lesser General Public License for more details. + +You should have received a copy of the GNU Lesser General Public License +along with ${project}. If not, see . diff --git a/licor/templates/licenses_avail.json b/licor/templates/licenses_avail.json index e605ab5..fe31784 100644 --- a/licor/templates/licenses_avail.json +++ b/licor/templates/licenses_avail.json @@ -1,4 +1,6 @@ -{ + "GPLv2": {"modifiers": ["single-file", "copyright"]}, + "AGPLv2": {"modifiers": ["single-file", "copyright"]}, + "LGPLv2": {"modifiers": ["single-file", "copyright"]}, "GPLv3": {"modifiers": ["single-file", "copyright"]}, "AGPLv3": {"modifiers": ["single-file", "copyright"]}, "LGPLv3": {"modifiers": ["single-file", "copyright"]}