summaryrefslogtreecommitdiff
path: root/thumbnailer
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2017-02-12 17:56:13 +0100
committerBastien Nocera <hadess@hadess.net>2017-02-12 17:56:13 +0100
commit237c5c0400dd8df7e5c680184567327a0738bebd (patch)
treeb4e57424c60d438bb761313d19d6fa9dd074cbbd /thumbnailer
parentd6a12dc34b37703889aa45ec4f88e1e16391ec15 (diff)
downloadgdk-pixbuf-237c5c0400dd8df7e5c680184567327a0738bebd.tar.gz
thumbnailer: Add copyright header
Diffstat (limited to 'thumbnailer')
-rw-r--r--thumbnailer/gdk-pixbuf-print-mime-types.c21
1 files changed, 21 insertions, 0 deletions
diff --git a/thumbnailer/gdk-pixbuf-print-mime-types.c b/thumbnailer/gdk-pixbuf-print-mime-types.c
index 0cf8393ce..e716ddc56 100644
--- a/thumbnailer/gdk-pixbuf-print-mime-types.c
+++ b/thumbnailer/gdk-pixbuf-print-mime-types.c
@@ -1,3 +1,24 @@
+/*
+ * Copyright (C) 2016 Bastien Nocera <hadess@hadess.net>
+ *
+ * Authors: Bastien Nocera <hadess@hadess.net>
+ *
+ * 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, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ */
+
#include <gdk-pixbuf/gdk-pixbuf.h>
int main (int argc, char **argv)