summary refs log tree commit diff
path: root/etc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-11-06 15:49:18 -0500
committerJune McEnroe <june@causal.agency>2019-11-06 15:49:18 -0500
commite7abc551d6e2185a1ebf3cfbdc4b1a0dcc0f967a (patch)
treea70d011cf8d0a93c4f610af27cc0aa5408976e77 /etc
parentAdd uber message (diff)
downloadsrc-e7abc551d6e2185a1ebf3cfbdc4b1a0dcc0f967a.tar.gz
src-e7abc551d6e2185a1ebf3cfbdc4b1a0dcc0f967a.zip
Add GPL header template
Diffstat (limited to '')
-rw-r--r--etc/gpl.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/etc/gpl.c b/etc/gpl.c
new file mode 100644
index 00000000..f16b1021
--- /dev/null
+++ b/etc/gpl.c
@@ -0,0 +1,20 @@
+/* Copyright (C) 2019  June McEnroe <june@causal.agency>
+ *
+ * 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 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 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 <https://www.gnu.org/licenses/>.
+ */
+
+#include <err.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <sysexits.h>
368f4294&follow=1'>Add photos from September 22June McEnroe 2024-09-25Add photos from September 15June McEnroe 2024-09-24Add photos from September 14June McEnroe 2024-09-24Add photos from September 12June McEnroe 2024-09-24Add photos from September 7June McEnroe 2024-09-24Allow not having descriptionsJune McEnroe 2024-09-23Automatically select the last used lens for a bodyJune McEnroe 2024-09-19Add photos from September 5June McEnroe 2024-09-15Add some more film stocks to the listJune McEnroe 2024-09-13Add photos from September 2June McEnroe 2024-09-13Add Fomapan 200 to films listJune McEnroe 2024-09-10Add August 29 picnic photosJune McEnroe 2024-09-08Apply some bold to trips renderingJune McEnroe 2024-09-08Render trips hopefully more efficientlyJune McEnroe 2024-09-08Allow removing bodies and lensesJune McEnroe 2024-09-08Limit body width so it looks less silly on desktopJune McEnroe 2024-09-07Handle no film being loadedJune McEnroe 2024-09-07Fancy up the text a littleJune McEnroe