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"]}