]> git.eshelyaron.com Git - emacs.git/commitdiff
fsf copyright header
authorJoakim Verona <joakim@verona.se>
Sun, 8 Feb 2015 18:03:48 +0000 (19:03 +0100)
committerJoakim Verona <joakim@verona.se>
Sun, 8 Feb 2015 18:03:48 +0000 (19:03 +0100)
src/xwidget.c
src/xwidget.h

index aff5687d523c1dbdf4b4fae1676037665584f515..dadceeba638da72e25d856b643a39acfc63a2447 100644 (file)
@@ -1,3 +1,22 @@
+/* Support for embedding graphical components in a buffer.
+
+Copyright (C) 2011-2015 Free Software Foundation, Inc.
+
+This file is part of GNU Emacs.
+
+GNU Emacs 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.
+
+GNU Emacs 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 GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
+
 #include <config.h>
 #ifdef HAVE_XWIDGETS
 
index dcce0ea40d8f28004c59bebb52932dc26e6bd9f6..6f97cb17459ad8c4dc1eb3b4bd738c02d1d0949a 100644 (file)
@@ -1,3 +1,22 @@
+/* Support for embedding graphical components in a buffer.
+
+Copyright (C) 2011-2015 Free Software Foundation, Inc.
+
+This file is part of GNU Emacs.
+
+GNU Emacs 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.
+
+GNU Emacs 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 GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
+
 #ifndef XWIDGET_H_INCLUDED
 #define XWIDGET_H_INCLUDED