[eog] jpegutils: Add missing license headers



commit 6de1a4cabed6ef2adf86b1cdde1ee9ccf2b9b671
Author: Felix Riemann <friemann gnome org>
Date:   Sun Dec 30 17:42:21 2012 +0100

    jpegutils: Add missing license headers
    
    transupp.h is based on the file shipped by gThumb.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=689165

 jpegutils/jpegint.h  |   23 +++++++++++++++++++++++
 jpegutils/transupp.h |   19 +++++++++++++++++++
 2 files changed, 42 insertions(+), 0 deletions(-)
---
diff --git a/jpegutils/jpegint.h b/jpegutils/jpegint.h
index 302c342..975a277 100644
--- a/jpegutils/jpegint.h
+++ b/jpegutils/jpegint.h
@@ -1,3 +1,26 @@
+/*
+ * jpegint.h
+ * This file is part of eog
+ *
+ * Author: Felix Riemann <friemann gnome org>
+ *
+ * Copyright (C) 2010 GNOME Foundation
+ *
+ * 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.
+ */
+
 /* Wrapper around jpegint.h for libjpeg-8. */
 
 #if JPEG_LIB_VERSION >= 80
diff --git a/jpegutils/transupp.h b/jpegutils/transupp.h
index e45df17..8f5f5f3 100644
--- a/jpegutils/transupp.h
+++ b/jpegutils/transupp.h
@@ -1,3 +1,22 @@
+/*
+ *  GThumb
+ *
+ *  Copyright (C) 2001, 2002 The Free Software Foundation, Inc.
+ *
+ *  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 <http://www.gnu.org/licenses/>.
+ */
+
 #if JPEG_LIB_VERSION >= 80
 #include "transupp-8a.h"
 #else



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]