[gtkmm] Added copyright headers. Patch from Kalev Lember.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] Added copyright headers. Patch from Kalev Lember.
- Date: Tue, 6 Jul 2010 14:48:56 +0000 (UTC)
commit 3191aa841d858fa97dc29e28cbb657433e2a9b85
Author: Murray Cumming <murrayc murrayc com>
Date: Tue Jul 6 16:49:02 2010 +0200
Added copyright headers. Patch from Kalev Lember.
* tools/m4/convert.m4:
* tools/m4/convert_atk.m4:
* tools/m4/convert_gdk.m4:
* tools/m4/convert_gtk.m4:
* tools/m4/convert_gtkmm.m4:
* tools/m4/convert_pango.m4:
* tools/m4/filelist.am: Added LGPL2.1+ headers, like the other files.
ChangeLog | 14 +++++++++++++-
tools/m4/convert.m4 | 18 +++++++++++++++++-
tools/m4/convert_atk.m4 | 18 ++++++++++++++++++
tools/m4/convert_gdk.m4 | 18 ++++++++++++++++++
tools/m4/convert_gtk.m4 | 18 +++++++++++++++++-
tools/m4/convert_gtkmm.m4 | 18 +++++++++++++++++-
tools/m4/convert_pango.m4 | 17 +++++++++++++++++
tools/m4/filelist.am | 18 +++++++++++++++++-
8 files changed, 134 insertions(+), 5 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index a8cdb71..d28abbc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,16 @@
-2010-07-06 Murray Cumming <murrayc murrayc-desktop>
+2010-07-06 Murray Cumming <murrayc murrayc com>
+
+ Added copyright headers. Patch from Kalev Lember.
+
+ * tools/m4/convert.m4:
+ * tools/m4/convert_atk.m4:
+ * tools/m4/convert_gdk.m4:
+ * tools/m4/convert_gtk.m4:
+ * tools/m4/convert_gtkmm.m4:
+ * tools/m4/convert_pango.m4:
+ * tools/m4/filelist.am: Added LGPL2.1+ headers, like the other files.
+
+2010-07-06 Murray Cumming <murrayc murrayc com>
Fix the build with latest GTK+, using Cairo::Region.
diff --git a/tools/m4/convert.m4 b/tools/m4/convert.m4
index fa0df9c..fec2fef 100644
--- a/tools/m4/convert.m4
+++ b/tools/m4/convert.m4
@@ -1,4 +1,20 @@
-dnl $Id$
+## gtkmm - a C++ wrapper for the Gtk toolkit
+##
+## Copyright 2003-2010 The gtkmm Development Team
+##
+## This library is free software; you can redistribute it and/or
+## modify it under the terms of the GNU Lesser General Public
+## License as published by the Free Software Foundation; either
+## version 2.1 of the License, or (at your option) any later version.
+##
+## This 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
+## Lesser General Public License for more details.
+##
+## You should have received a copy of the GNU Lesser General Public
+## License along with this library; if not, write to the Free
+## Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
# Other libraries, such as libgnomeuimm, can provide their own convert.m4 files,
# Maybe choosing to include the same files as this one.
diff --git a/tools/m4/convert_atk.m4 b/tools/m4/convert_atk.m4
index df03f45..5ff1325 100644
--- a/tools/m4/convert_atk.m4
+++ b/tools/m4/convert_atk.m4
@@ -1,3 +1,21 @@
+## gtkmm - a C++ wrapper for the Gtk toolkit
+##
+## Copyright 2003-2010 The gtkmm Development Team
+##
+## This library is free software; you can redistribute it and/or
+## modify it under the terms of the GNU Lesser General Public
+## License as published by the Free Software Foundation; either
+## version 2.1 of the License, or (at your option) any later version.
+##
+## This 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
+## Lesser General Public License for more details.
+##
+## You should have received a copy of the GNU Lesser General Public
+## License along with this library; if not, write to the Free
+## Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
include(convert_glib.m4)
_EQUAL(State,AtkState)
diff --git a/tools/m4/convert_gdk.m4 b/tools/m4/convert_gdk.m4
index b0700bf..64d339b 100644
--- a/tools/m4/convert_gdk.m4
+++ b/tools/m4/convert_gdk.m4
@@ -1,3 +1,21 @@
+## gtkmm - a C++ wrapper for the Gtk toolkit
+##
+## Copyright 2003-2010 The gtkmm Development Team
+##
+## This library is free software; you can redistribute it and/or
+## modify it under the terms of the GNU Lesser General Public
+## License as published by the Free Software Foundation; either
+## version 2.1 of the License, or (at your option) any later version.
+##
+## This 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
+## Lesser General Public License for more details.
+##
+## You should have received a copy of the GNU Lesser General Public
+## License along with this library; if not, write to the Free
+## Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
include(convert_glib.m4)
include(convert_gio.m4)
diff --git a/tools/m4/convert_gtk.m4 b/tools/m4/convert_gtk.m4
index fbd7223..111bc7b 100644
--- a/tools/m4/convert_gtk.m4
+++ b/tools/m4/convert_gtk.m4
@@ -1,4 +1,20 @@
-dnl $Id$
+## gtkmm - a C++ wrapper for the Gtk toolkit
+##
+## Copyright 2003-2010 The gtkmm Development Team
+##
+## This library is free software; you can redistribute it and/or
+## modify it under the terms of the GNU Lesser General Public
+## License as published by the Free Software Foundation; either
+## version 2.1 of the License, or (at your option) any later version.
+##
+## This 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
+## Lesser General Public License for more details.
+##
+## You should have received a copy of the GNU Lesser General Public
+## License along with this library; if not, write to the Free
+## Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
include(convert_glib.m4)
diff --git a/tools/m4/convert_gtkmm.m4 b/tools/m4/convert_gtkmm.m4
index 2fec25c..239ef0e 100644
--- a/tools/m4/convert_gtkmm.m4
+++ b/tools/m4/convert_gtkmm.m4
@@ -1,4 +1,20 @@
-dnl $Id$
+## gtkmm - a C++ wrapper for the Gtk toolkit
+##
+## Copyright 2003-2010 The gtkmm Development Team
+##
+## This library is free software; you can redistribute it and/or
+## modify it under the terms of the GNU Lesser General Public
+## License as published by the Free Software Foundation; either
+## version 2.1 of the License, or (at your option) any later version.
+##
+## This 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
+## Lesser General Public License for more details.
+##
+## You should have received a copy of the GNU Lesser General Public
+## License along with this library; if not, write to the Free
+## Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
include(convert_base.m4)
include(convert_gtk.m4)
diff --git a/tools/m4/convert_pango.m4 b/tools/m4/convert_pango.m4
index 81c42fd..947b7ed 100644
--- a/tools/m4/convert_pango.m4
+++ b/tools/m4/convert_pango.m4
@@ -1,3 +1,20 @@
+## gtkmm - a C++ wrapper for the Gtk toolkit
+##
+## Copyright 2003-2010 The gtkmm Development Team
+##
+## This library is free software; you can redistribute it and/or
+## modify it under the terms of the GNU Lesser General Public
+## License as published by the Free Software Foundation; either
+## version 2.1 of the License, or (at your option) any later version.
+##
+## This 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
+## Lesser General Public License for more details.
+##
+## You should have received a copy of the GNU Lesser General Public
+## License along with this library; if not, write to the Free
+## Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
# Enums:
_CONV_ENUM(Pango,AttrType)
diff --git a/tools/m4/filelist.am b/tools/m4/filelist.am
index bc30567..c03bc22 100644
--- a/tools/m4/filelist.am
+++ b/tools/m4/filelist.am
@@ -1,4 +1,20 @@
-## This file is part of gtkmm.
+## gtkmm - a C++ wrapper for the Gtk toolkit
+##
+## Copyright 2003-2010 The gtkmm Development Team
+##
+## This library is free software; you can redistribute it and/or
+## modify it under the terms of the GNU Lesser General Public
+## License as published by the Free Software Foundation; either
+## version 2.1 of the License, or (at your option) any later version.
+##
+## This 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
+## Lesser General Public License for more details.
+##
+## You should have received a copy of the GNU Lesser General Public
+## License along with this library; if not, write to the Free
+## Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
files_codegen_m4 = \
convert.m4 \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]