[totem] general: Update FSF licence address
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] general: Update FSF licence address
- Date: Fri, 10 Jan 2014 21:31:06 +0000 (UTC)
commit a5b0bf2a54118b4fd6e3b5af0e5500e3b5ae52f9
Author: Philip Withnall <philip withnall collabora co uk>
Date: Fri Jan 10 21:29:04 2014 +0000
general: Update FSF licence address
Instead of hard-coding the postal address for the FSF, reference the GNU
website.
https://bugzilla.gnome.org/show_bug.cgi?id=721520
browser-plugin/totemNPClass.cpp | 4 +---
browser-plugin/totemNPClass.h | 4 +---
browser-plugin/totemNPNGlue.cpp | 4 +---
browser-plugin/totemNPObject.cpp | 4 +---
browser-plugin/totemNPObject.h | 4 +---
browser-plugin/totemNPObjectWrapper.h | 4 +---
browser-plugin/totemNPVariantWrapper.h | 4 +---
src/backend/bacon-time-label.c | 4 +---
src/backend/bacon-time-label.h | 4 +---
src/backend/bacon-video-controls-actor.c | 4 +---
src/backend/bacon-video-controls-actor.h | 4 +---
src/backend/bacon-video-header-actor.c | 4 +---
src/backend/bacon-video-header-actor.h | 4 +---
src/backend/bacon-video-osd-actor.c | 4 +---
src/backend/bacon-video-osd-actor.h | 4 +---
src/backend/bacon-video-spinner-actor.c | 4 +---
src/backend/bacon-video-spinner-actor.h | 4 +---
src/backend/clock.c | 3 +--
src/backend/clock.h | 3 +--
src/backend/gsd-osd-window-private.h | 4 +---
src/backend/gsd-osd-window.c | 4 +---
src/backend/gsd-osd-window.h | 4 +---
src/eggfileformatchooser.c | 4 +---
src/eggfileformatchooser.h | 4 +---
src/plugins/pythonconsole/console.py | 3 +--
src/plugins/pythonconsole/pythonconsole.py | 3 +--
src/totem-interface.c | 3 +--
27 files changed, 27 insertions(+), 76 deletions(-)
---
diff --git a/browser-plugin/totemNPClass.cpp b/browser-plugin/totemNPClass.cpp
index d32a274..947ac92 100644
--- a/browser-plugin/totemNPClass.cpp
+++ b/browser-plugin/totemNPClass.cpp
@@ -12,9 +12,7 @@
* 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., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/browser-plugin/totemNPClass.h b/browser-plugin/totemNPClass.h
index ac9e030..fffd33c 100644
--- a/browser-plugin/totemNPClass.h
+++ b/browser-plugin/totemNPClass.h
@@ -12,9 +12,7 @@
* 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., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __TOTEM_NPCLASS_H__
diff --git a/browser-plugin/totemNPNGlue.cpp b/browser-plugin/totemNPNGlue.cpp
index 765bb0d..f3a93c5 100644
--- a/browser-plugin/totemNPNGlue.cpp
+++ b/browser-plugin/totemNPNGlue.cpp
@@ -13,9 +13,7 @@
* 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., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*
* ===========================================================================
* Derived from MPL/LGPL/GPL tri-licensed code
diff --git a/browser-plugin/totemNPObject.cpp b/browser-plugin/totemNPObject.cpp
index 0c6394b..31fef50 100644
--- a/browser-plugin/totemNPObject.cpp
+++ b/browser-plugin/totemNPObject.cpp
@@ -12,9 +12,7 @@
* 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., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/browser-plugin/totemNPObject.h b/browser-plugin/totemNPObject.h
index 17d5828..4adca3f 100644
--- a/browser-plugin/totemNPObject.h
+++ b/browser-plugin/totemNPObject.h
@@ -12,9 +12,7 @@
* 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., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __TOTEM_NPOBJECT_H__
diff --git a/browser-plugin/totemNPObjectWrapper.h b/browser-plugin/totemNPObjectWrapper.h
index d633eef..5075a71 100644
--- a/browser-plugin/totemNPObjectWrapper.h
+++ b/browser-plugin/totemNPObjectWrapper.h
@@ -12,9 +12,7 @@
* 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., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __TOTEM_NPOBJECT_WRAPPER_H__
diff --git a/browser-plugin/totemNPVariantWrapper.h b/browser-plugin/totemNPVariantWrapper.h
index 1b046e0..07bc959 100644
--- a/browser-plugin/totemNPVariantWrapper.h
+++ b/browser-plugin/totemNPVariantWrapper.h
@@ -12,9 +12,7 @@
* 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., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __TOTEM_NPVARIANT_WRAPPER_H__
diff --git a/src/backend/bacon-time-label.c b/src/backend/bacon-time-label.c
index ce88927..81583dc 100644
--- a/src/backend/bacon-time-label.c
+++ b/src/backend/bacon-time-label.c
@@ -15,9 +15,7 @@
* details.
*
* You should have received a copy of the GNU Lesser General
- * Public License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
*/
diff --git a/src/backend/bacon-time-label.h b/src/backend/bacon-time-label.h
index a896c12..5ad74a1 100644
--- a/src/backend/bacon-time-label.h
+++ b/src/backend/bacon-time-label.h
@@ -15,9 +15,7 @@
* details.
*
* You should have received a copy of the GNU Lesser General
- * Public License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
*/
diff --git a/src/backend/bacon-video-controls-actor.c b/src/backend/bacon-video-controls-actor.c
index eae21a9..40cd27e 100644
--- a/src/backend/bacon-video-controls-actor.c
+++ b/src/backend/bacon-video-controls-actor.c
@@ -15,9 +15,7 @@
* details.
*
* You should have received a copy of the GNU Lesser General
- * Public License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
*/
diff --git a/src/backend/bacon-video-controls-actor.h b/src/backend/bacon-video-controls-actor.h
index d777154..be1288c 100644
--- a/src/backend/bacon-video-controls-actor.h
+++ b/src/backend/bacon-video-controls-actor.h
@@ -15,9 +15,7 @@
* details.
*
* You should have received a copy of the GNU Lesser General
- * Public License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
*/
diff --git a/src/backend/bacon-video-header-actor.c b/src/backend/bacon-video-header-actor.c
index a352a44..4c3b3a8 100644
--- a/src/backend/bacon-video-header-actor.c
+++ b/src/backend/bacon-video-header-actor.c
@@ -15,9 +15,7 @@
* details.
*
* You should have received a copy of the GNU Lesser General
- * Public License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
*/
diff --git a/src/backend/bacon-video-header-actor.h b/src/backend/bacon-video-header-actor.h
index 5aa69a2..e81786c 100644
--- a/src/backend/bacon-video-header-actor.h
+++ b/src/backend/bacon-video-header-actor.h
@@ -15,9 +15,7 @@
* details.
*
* You should have received a copy of the GNU Lesser General
- * Public License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
*/
diff --git a/src/backend/bacon-video-osd-actor.c b/src/backend/bacon-video-osd-actor.c
index b557ed3..b2bebbb 100644
--- a/src/backend/bacon-video-osd-actor.c
+++ b/src/backend/bacon-video-osd-actor.c
@@ -19,9 +19,7 @@
* details.
*
* You should have received a copy of the GNU Lesser General
- * Public License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
diff --git a/src/backend/bacon-video-osd-actor.h b/src/backend/bacon-video-osd-actor.h
index dd8f165..4147235 100644
--- a/src/backend/bacon-video-osd-actor.h
+++ b/src/backend/bacon-video-osd-actor.h
@@ -21,9 +21,7 @@
* details.
*
* You should have received a copy of the GNU Lesser General
- * Public License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
*/
diff --git a/src/backend/bacon-video-spinner-actor.c b/src/backend/bacon-video-spinner-actor.c
index f205741..829c15c 100644
--- a/src/backend/bacon-video-spinner-actor.c
+++ b/src/backend/bacon-video-spinner-actor.c
@@ -15,9 +15,7 @@
* details.
*
* You should have received a copy of the GNU Lesser General
- * Public License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
*/
diff --git a/src/backend/bacon-video-spinner-actor.h b/src/backend/bacon-video-spinner-actor.h
index 128aded..9689857 100644
--- a/src/backend/bacon-video-spinner-actor.h
+++ b/src/backend/bacon-video-spinner-actor.h
@@ -15,9 +15,7 @@
* details.
*
* You should have received a copy of the GNU Lesser General
- * Public License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
*/
diff --git a/src/backend/clock.c b/src/backend/clock.c
index 9a4cd29..533af46 100644
--- a/src/backend/clock.c
+++ b/src/backend/clock.c
@@ -12,8 +12,7 @@
* 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Joaquim Rocha <me joaquimrocha com>
*/
diff --git a/src/backend/clock.h b/src/backend/clock.h
index b59a1b6..a9053a3 100644
--- a/src/backend/clock.h
+++ b/src/backend/clock.h
@@ -12,8 +12,7 @@
* 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, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Joaquim Rocha <me joaquimrocha com>
*/
diff --git a/src/backend/gsd-osd-window-private.h b/src/backend/gsd-osd-window-private.h
index b922ed4..8d7e2d2 100644
--- a/src/backend/gsd-osd-window-private.h
+++ b/src/backend/gsd-osd-window-private.h
@@ -21,9 +21,7 @@
* details.
*
* You should have received a copy of the GNU Lesser General
- * Public License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
*/
diff --git a/src/backend/gsd-osd-window.c b/src/backend/gsd-osd-window.c
index 6561a6f..38ce6d7 100644
--- a/src/backend/gsd-osd-window.c
+++ b/src/backend/gsd-osd-window.c
@@ -21,9 +21,7 @@
* details.
*
* You should have received a copy of the GNU Lesser General
- * Public License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
*/
diff --git a/src/backend/gsd-osd-window.h b/src/backend/gsd-osd-window.h
index caeb9bc..ebe086c 100644
--- a/src/backend/gsd-osd-window.h
+++ b/src/backend/gsd-osd-window.h
@@ -21,9 +21,7 @@
* details.
*
* You should have received a copy of the GNU Lesser General
- * Public License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Public License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
*/
diff --git a/src/eggfileformatchooser.c b/src/eggfileformatchooser.c
index e008107..a3ff2e1 100644
--- a/src/eggfileformatchooser.c
+++ b/src/eggfileformatchooser.c
@@ -12,9 +12,7 @@
* 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., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#ifdef HAVE_CONFIG_H
diff --git a/src/eggfileformatchooser.h b/src/eggfileformatchooser.h
index 7ef0aa3..409218f 100644
--- a/src/eggfileformatchooser.h
+++ b/src/eggfileformatchooser.h
@@ -12,9 +12,7 @@
* 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., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __EGG_FILE_FORMAT_CHOOSER_H__
#define __EGG_FILE_FORMAT_CHOOSER_H__
diff --git a/src/plugins/pythonconsole/console.py b/src/plugins/pythonconsole/console.py
index 632e026..4ffd6a4 100644
--- a/src/plugins/pythonconsole/console.py
+++ b/src/plugins/pythonconsole/console.py
@@ -15,8 +15,7 @@
# 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, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
# Parts from "Interactive Python-GTK Console" (stolen from epiphany's
# console.py)
diff --git a/src/plugins/pythonconsole/pythonconsole.py b/src/plugins/pythonconsole/pythonconsole.py
index f500039..92193b2 100644
--- a/src/plugins/pythonconsole/pythonconsole.py
+++ b/src/plugins/pythonconsole/pythonconsole.py
@@ -15,8 +15,7 @@
# 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, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# along with this program; if not, see <http://www.gnu.org/licenses/>.
# Parts from "Interactive Python-GTK Console" (stolen from epiphany's
# console.py)
diff --git a/src/totem-interface.c b/src/totem-interface.c
index 28678ee..ec02b53 100644
--- a/src/totem-interface.c
+++ b/src/totem-interface.c
@@ -14,8 +14,7 @@
*
* You should have received a copy of the GNU Library General Public
* License along with the Gnome Library; see the file COPYING.LIB. If not,
- * write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA 02110-1301 USA.
+ * see <http://www.gnu.org/licenses/>.
*
* Author: Bastien Nocera <hadess hadess net>
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]