summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-10-11 11:36:14 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-10-11 11:36:14 -0300
commit6e8f9432c4819c6f6b9b5b9030fab2260abdfc75 (patch)
treef15580c47d80b8f724a66f9d5ca707b07735f885
parentabc91c105265169c8a906aa94f9ba4e35a0e9992 (diff)
add src/doc/Makefile and src/img/Makefile
-rw-r--r--COPYING2
-rw-r--r--src/doc/Makefile15
-rw-r--r--src/img/Makefile15
3 files changed, 32 insertions, 0 deletions
diff --git a/COPYING b/COPYING
index 13d9e82..bd43f0d 100644
--- a/COPYING
+++ b/COPYING
@@ -171,8 +171,10 @@ Build files:
The Build files:
* "Makefile"
+* "src/doc/Makefile"
* "src/fnt/Makefile"
* "src/fnt/makefont.pe"
+* "src/img/Makefile"
It is free software; you can redistribute it and/or modify it under the terms of either:
diff --git a/src/doc/Makefile b/src/doc/Makefile
new file mode 100644
index 0000000..d87bf8e
--- /dev/null
+++ b/src/doc/Makefile
@@ -0,0 +1,15 @@
+# script to build Parabola Art Collections.
+# Copyright (C) 2015 Márcio Alexandre Silva Delgado <coadde@parabola.nu>
+#
+# 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 3 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 Affero 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 <http://www.gnu.org/licenses/>.
diff --git a/src/img/Makefile b/src/img/Makefile
new file mode 100644
index 0000000..d87bf8e
--- /dev/null
+++ b/src/img/Makefile
@@ -0,0 +1,15 @@
+# script to build Parabola Art Collections.
+# Copyright (C) 2015 Márcio Alexandre Silva Delgado <coadde@parabola.nu>
+#
+# 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 3 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 Affero 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 <http://www.gnu.org/licenses/>.