From: Joakim Verona Date: Sun, 8 Feb 2015 18:03:48 +0000 (+0100) Subject: fsf copyright header X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2619f123fe096ae0790a1f39e8745606424aa41e;p=emacs.git fsf copyright header --- diff --git a/src/xwidget.c b/src/xwidget.c index aff5687d523..dadceeba638 100644 --- a/src/xwidget.c +++ b/src/xwidget.c @@ -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 . */ + #include #ifdef HAVE_XWIDGETS diff --git a/src/xwidget.h b/src/xwidget.h index dcce0ea40d8..6f97cb17459 100644 --- a/src/xwidget.h +++ b/src/xwidget.h @@ -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 . */ + #ifndef XWIDGET_H_INCLUDED #define XWIDGET_H_INCLUDED