summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Knoth <adi@drcomp.erfurt.thur.de>2013-04-22 20:47:52 +0200
committerAdrian Knoth <adi@drcomp.erfurt.thur.de>2013-04-22 20:47:52 +0200
commit7ca29e7c7572a0a367b12ee39ea70a88388d0372 (patch)
tree6e71fb174a792bac58fdede6bd6db4737c068eca
parent61153f7b87694b394cde528c50673577df3546a3 (diff)
Add proper GPL license to gtk2_ardour/canvas-imageframe.h
Since the file has been part of libgnomecanvas, it is GPL, too.
-rw-r--r--gtk2_ardour/canvas-imageframe.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/gtk2_ardour/canvas-imageframe.h b/gtk2_ardour/canvas-imageframe.h
index 8cfb6e273a..63775dbe3c 100644
--- a/gtk2_ardour/canvas-imageframe.h
+++ b/gtk2_ardour/canvas-imageframe.h
@@ -4,8 +4,25 @@
* copyrighted by the Regents of the University of California, Sun Microsystems, and other parties.
*
* Copyright (C) 1998 The Free Software Foundation
+ * All rights reserved.
*
* Author: Federico Mena <federico@nuclecu.unam.mx>
+ *
+ *
+ * The Gnome Library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public License as
+ * published by the Free Software Foundation; either version 2 of the
+ * License, or (at your option) any later version.
+ *
+ * The Gnome Library 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
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with the Gnome Library; see the file COPYING.LIB. If not,
+ * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*/