[aisleriot] Go GPL3+
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [aisleriot] Go GPL3+
- Date: Mon, 1 Aug 2011 13:05:23 +0000 (UTC)
commit d3f2ed8cd522c4c0f15beed9d26b362650fac4ed
Author: Christian Persch <chpe gnome org>
Date: Mon Aug 1 15:04:55 2011 +0200
Go GPL3+
src/ar-stock.c | 2 +-
src/ar-stock.h | 2 +-
src/lib/ar-debug.c | 19 +++++++++----------
src/lib/ar-debug.h | 19 +++++++++----------
src/lib/ar-svg.c | 32 ++++++++++++++++----------------
src/lib/ar-svg.h | 32 ++++++++++++++++----------------
src/prop-editor.c | 8 ++++----
src/prop-editor.h | 8 ++++----
src/smclient/eggdesktopfile.c | 2 +-
src/smclient/eggdesktopfile.h | 2 +-
src/smclient/eggsmclient-dbus.c | 8 ++++----
src/smclient/eggsmclient-osx.c | 8 ++++----
src/smclient/eggsmclient-private.h | 2 +-
src/smclient/eggsmclient-win32.c | 8 ++++----
src/smclient/eggsmclient-xsmp.c | 8 ++++----
src/smclient/eggsmclient.c | 8 ++++----
src/smclient/eggsmclient.h | 2 +-
17 files changed, 84 insertions(+), 86 deletions(-)
---
diff --git a/src/ar-stock.c b/src/ar-stock.c
index 38fb31e..bd26cca 100644
--- a/src/ar-stock.c
+++ b/src/ar-stock.c
@@ -5,7 +5,7 @@
*
* This program 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 2 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/src/ar-stock.h b/src/ar-stock.h
index 0737d24..2f5090a 100644
--- a/src/ar-stock.h
+++ b/src/ar-stock.h
@@ -3,7 +3,7 @@
*
* This program 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 2 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
diff --git a/src/lib/ar-debug.c b/src/lib/ar-debug.c
index ac1c763..1472253 100644
--- a/src/lib/ar-debug.c
+++ b/src/lib/ar-debug.c
@@ -1,19 +1,18 @@
/*
* Copyright  2002,2003 Red Hat, Inc.
*
- * This 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 3 of the License, or
+ * This program 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.
*
- * This program 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.
+ * This program 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 Library General Public
- * License along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/src/lib/ar-debug.h b/src/lib/ar-debug.h
index 84bcdde..0552a74 100644
--- a/src/lib/ar-debug.h
+++ b/src/lib/ar-debug.h
@@ -1,19 +1,18 @@
/*
* Copyright  2002 Red Hat, Inc.
*
- * This 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 3 of the License, or
+ * This program 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.
*
- * This program 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.
+ * This program 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 Library General Public
- * License along with this program; if not, write to the Free Software
- * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* The interfaces in this file are subject to change at any time. */
diff --git a/src/lib/ar-svg.c b/src/lib/ar-svg.c
index 0a6748b..cc5b72b 100644
--- a/src/lib/ar-svg.c
+++ b/src/lib/ar-svg.c
@@ -1,20 +1,20 @@
/*
- Copyright  2004 Richard Hoelscher
- Copyright  2007, 2011 Christian Persch
-
- This 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 3, 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 Library General Public License for more details.
-
- You should have received a copy of the GNU Library General Public License
- along with this library; if not, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
+ * Copyright  2004 Richard Hoelscher
+ * Copyright  2007, 2011 Christian Persch
+ *
+ * This program 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.
+ *
+ * This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
+ */
/* Authors: Richard Hoelscher <rah rahga com> */
diff --git a/src/lib/ar-svg.h b/src/lib/ar-svg.h
index 90c1bac..9c3631e 100644
--- a/src/lib/ar-svg.h
+++ b/src/lib/ar-svg.h
@@ -1,20 +1,20 @@
/*
- Copyright  2004 Richard Hoelscher
- Copyright  2011 Christian Persch
-
- This 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 3, 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 Library General Public License for more details.
-
- You should have received a copy of the GNU Library General Public License
- along with this library; if not, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
+ * Copyright  2004 Richard Hoelscher
+ * Copyright  2011 Christian Persch
+ *
+ * This program 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.
+ *
+ * This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
+ */
/* Authors: Richard Hoelscher <rah rahga com> */
diff --git a/src/prop-editor.c b/src/prop-editor.c
index 87edd37..61513fe 100644
--- a/src/prop-editor.c
+++ b/src/prop-editor.c
@@ -2,16 +2,16 @@
* Copyright (C) 2000 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
+ * modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * version 3 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
- * Library General Public License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Library General Public
+ * 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., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
diff --git a/src/prop-editor.h b/src/prop-editor.h
index 377f817..7741290 100644
--- a/src/prop-editor.h
+++ b/src/prop-editor.h
@@ -2,16 +2,16 @@
* Copyright (C) 2000 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
+ * modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * version 3 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
- * Library General Public License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Library General Public
+ * 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., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
diff --git a/src/smclient/eggdesktopfile.c b/src/smclient/eggdesktopfile.c
index e3d19b2..391361e 100644
--- a/src/smclient/eggdesktopfile.c
+++ b/src/smclient/eggdesktopfile.c
@@ -7,7 +7,7 @@
*
* 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 of
+ * as published by the Free Software Foundation; either version 3 of
* the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful, but
diff --git a/src/smclient/eggdesktopfile.h b/src/smclient/eggdesktopfile.h
index 18fe463..17bd96e 100644
--- a/src/smclient/eggdesktopfile.h
+++ b/src/smclient/eggdesktopfile.h
@@ -3,7 +3,7 @@
*
* 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 of
+ * as published by the Free Software Foundation; either version 3 of
* the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful, but
diff --git a/src/smclient/eggsmclient-dbus.c b/src/smclient/eggsmclient-dbus.c
index 21d9199..4ac20ed 100644
--- a/src/smclient/eggsmclient-dbus.c
+++ b/src/smclient/eggsmclient-dbus.c
@@ -2,16 +2,16 @@
* Copyright (C) 2008 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
+ * modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * version 3 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
- * Library General Public License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Library General Public
+ * 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., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
diff --git a/src/smclient/eggsmclient-osx.c b/src/smclient/eggsmclient-osx.c
index 7d3ff4b..a6e8087 100644
--- a/src/smclient/eggsmclient-osx.c
+++ b/src/smclient/eggsmclient-osx.c
@@ -3,16 +3,16 @@
* Copyright (C) 2008 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
+ * modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * version 3 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
- * Library General Public License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Library General Public
+ * 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., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
diff --git a/src/smclient/eggsmclient-private.h b/src/smclient/eggsmclient-private.h
index 0c98eee..ce948f9 100644
--- a/src/smclient/eggsmclient-private.h
+++ b/src/smclient/eggsmclient-private.h
@@ -4,7 +4,7 @@
* 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 of the License, or (at your option) any later version.
+ * version 3 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
diff --git a/src/smclient/eggsmclient-win32.c b/src/smclient/eggsmclient-win32.c
index 91a2571..c73cb4c 100644
--- a/src/smclient/eggsmclient-win32.c
+++ b/src/smclient/eggsmclient-win32.c
@@ -2,16 +2,16 @@
* Copyright (C) 2007 Novell, Inc.
*
* This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
+ * modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * version 3 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
- * Library General Public License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Library General Public
+ * 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., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
diff --git a/src/smclient/eggsmclient-xsmp.c b/src/smclient/eggsmclient-xsmp.c
index da86d3c..c410332 100644
--- a/src/smclient/eggsmclient-xsmp.c
+++ b/src/smclient/eggsmclient-xsmp.c
@@ -6,16 +6,16 @@
* session code (C) 1998 The Open Group.
*
* This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
+ * modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * version 3 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
- * Library General Public License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Library General Public
+ * 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., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
diff --git a/src/smclient/eggsmclient.c b/src/smclient/eggsmclient.c
index 2198a55..79064e4 100644
--- a/src/smclient/eggsmclient.c
+++ b/src/smclient/eggsmclient.c
@@ -2,16 +2,16 @@
* Copyright (C) 2007 Novell, Inc.
*
* This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library General Public
+ * modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
+ * version 3 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
- * Library General Public License for more details.
+ * Lesser General Public License for more details.
*
- * You should have received a copy of the GNU Library General Public
+ * 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., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
diff --git a/src/smclient/eggsmclient.h b/src/smclient/eggsmclient.h
index f13bcec..6de47b6 100644
--- a/src/smclient/eggsmclient.h
+++ b/src/smclient/eggsmclient.h
@@ -4,7 +4,7 @@
* 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 of the License, or (at your option) any later version.
+ * version 3 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]