emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] xwidget_mvp 2619f12: fsf copyright header


From: Joakim Verona
Subject: [Emacs-diffs] xwidget_mvp 2619f12: fsf copyright header
Date: Sun, 08 Feb 2015 18:04:03 +0000

branch: xwidget_mvp
commit 2619f123fe096ae0790a1f39e8745606424aa41e
Author: Joakim Verona <address@hidden>
Commit: Joakim Verona <address@hidden>

    fsf copyright header
---
 src/xwidget.c |   19 +++++++++++++++++++
 src/xwidget.h |   19 +++++++++++++++++++
 2 files changed, 38 insertions(+), 0 deletions(-)

diff --git a/src/xwidget.c b/src/xwidget.c
index aff5687..dadceeb 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 <http://www.gnu.org/licenses/>.  */
+
 #include <config.h>
 #ifdef HAVE_XWIDGETS
 
diff --git a/src/xwidget.h b/src/xwidget.h
index dcce0ea..6f97cb1 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 <http://www.gnu.org/licenses/>.  */
+
 #ifndef XWIDGET_H_INCLUDED
 #define XWIDGET_H_INCLUDED
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]