summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mustieles <daniel.mustieles@gmail.com>2014-01-23 12:49:15 +0100
committerDaniel Mustieles <daniel.mustieles@gmail.com>2014-01-31 14:06:14 +0100
commit914f7944ff4c25126bbfc871e546e70b88b8840f (patch)
tree153000c97b42c3a52489d3e2cfac179c935cc00f
parent1829f75a5a67eaf58aa33aca614f260a29199ffc (diff)
downloadyelp-914f7944ff4c25126bbfc871e546e70b88b8840f.tar.gz
Updated FSF's address
-rw-r--r--libyelp/yelp-bookmarks.c4
-rw-r--r--libyelp/yelp-bookmarks.h4
-rw-r--r--libyelp/yelp-bz2-decompressor.c4
-rw-r--r--libyelp/yelp-bz2-decompressor.h4
-rw-r--r--libyelp/yelp-debug.c4
-rw-r--r--libyelp/yelp-debug.h4
-rw-r--r--libyelp/yelp-docbook-document.c4
-rw-r--r--libyelp/yelp-docbook-document.h4
-rw-r--r--libyelp/yelp-document.c4
-rw-r--r--libyelp/yelp-document.h4
-rw-r--r--libyelp/yelp-error.c4
-rw-r--r--libyelp/yelp-error.h4
-rw-r--r--libyelp/yelp-help-list.c4
-rw-r--r--libyelp/yelp-help-list.h4
-rw-r--r--libyelp/yelp-info-document.c4
-rw-r--r--libyelp/yelp-info-document.h4
-rw-r--r--libyelp/yelp-info-parser.c4
-rw-r--r--libyelp/yelp-info-parser.h4
-rw-r--r--libyelp/yelp-location-entry.c4
-rw-r--r--libyelp/yelp-location-entry.h4
-rw-r--r--libyelp/yelp-lzma-decompressor.c4
-rw-r--r--libyelp/yelp-lzma-decompressor.h4
-rw-r--r--libyelp/yelp-magic-decompressor.c4
-rw-r--r--libyelp/yelp-magic-decompressor.h4
-rw-r--r--libyelp/yelp-mallard-document.c4
-rw-r--r--libyelp/yelp-mallard-document.h4
-rw-r--r--libyelp/yelp-man-document.c4
-rw-r--r--libyelp/yelp-man-document.h4
-rw-r--r--libyelp/yelp-man-parser.c4
-rw-r--r--libyelp/yelp-man-parser.h4
-rw-r--r--libyelp/yelp-settings.c4
-rw-r--r--libyelp/yelp-settings.h4
-rw-r--r--libyelp/yelp-simple-document.c4
-rw-r--r--libyelp/yelp-simple-document.h4
-rw-r--r--libyelp/yelp-sqlite-storage.c4
-rw-r--r--libyelp/yelp-sqlite-storage.h4
-rw-r--r--libyelp/yelp-storage.c4
-rw-r--r--libyelp/yelp-storage.h4
-rw-r--r--libyelp/yelp-transform.c4
-rw-r--r--libyelp/yelp-transform.h4
-rw-r--r--libyelp/yelp-uri.c4
-rw-r--r--libyelp/yelp-uri.h4
-rw-r--r--libyelp/yelp-view.c4
-rw-r--r--libyelp/yelp-view.h4
-rw-r--r--src/yelp-application.c4
-rw-r--r--src/yelp-application.h4
-rw-r--r--src/yelp-window.c4
-rw-r--r--src/yelp-window.h4
-rw-r--r--src/yelp.c4
-rw-r--r--tests/test-bz2.c4
-rw-r--r--tests/test-lzma.c4
-rw-r--r--tests/test-magic.c4
-rw-r--r--tests/test-settings.c4
-rw-r--r--tests/test-transform.c3
-rw-r--r--tests/test-uri.c4
-rw-r--r--tests/test-view.c4
56 files changed, 56 insertions, 167 deletions
diff --git a/libyelp/yelp-bookmarks.c b/libyelp/yelp-bookmarks.c
index a8aeab12..3ca9d1e2 100644
--- a/libyelp/yelp-bookmarks.c
+++ b/libyelp/yelp-bookmarks.c
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/libyelp/yelp-bookmarks.h b/libyelp/yelp-bookmarks.h
index 4c025184..80fe99a3 100644
--- a/libyelp/yelp-bookmarks.h
+++ b/libyelp/yelp-bookmarks.h
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/libyelp/yelp-bz2-decompressor.c b/libyelp/yelp-bz2-decompressor.c
index 98802cee..d8a73c9a 100644
--- a/libyelp/yelp-bz2-decompressor.c
+++ b/libyelp/yelp-bz2-decompressor.c
@@ -14,9 +14,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.
+ * Public License along with this library; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/libyelp/yelp-bz2-decompressor.h b/libyelp/yelp-bz2-decompressor.h
index e067f26e..3d442508 100644
--- a/libyelp/yelp-bz2-decompressor.h
+++ b/libyelp/yelp-bz2-decompressor.h
@@ -14,9 +14,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.
+ * Public License along with this library; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/libyelp/yelp-debug.c b/libyelp/yelp-debug.c
index 7a12dded..d787409d 100644
--- a/libyelp/yelp-debug.c
+++ b/libyelp/yelp-debug.c
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
diff --git a/libyelp/yelp-debug.h b/libyelp/yelp-debug.h
index 4322da2a..f41b43de 100644
--- a/libyelp/yelp-debug.h
+++ b/libyelp/yelp-debug.h
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __YELP_DEBUG_H__
diff --git a/libyelp/yelp-docbook-document.c b/libyelp/yelp-docbook-document.c
index 8516ae85..2a866ac9 100644
--- a/libyelp/yelp-docbook-document.c
+++ b/libyelp/yelp-docbook-document.c
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/libyelp/yelp-docbook-document.h b/libyelp/yelp-docbook-document.h
index 3e0f1841..f0229ee6 100644
--- a/libyelp/yelp-docbook-document.h
+++ b/libyelp/yelp-docbook-document.h
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/libyelp/yelp-document.c b/libyelp/yelp-document.c
index e686bb61..68041ac8 100644
--- a/libyelp/yelp-document.c
+++ b/libyelp/yelp-document.c
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/libyelp/yelp-document.h b/libyelp/yelp-document.h
index 3214dcf6..e5cab519 100644
--- a/libyelp/yelp-document.h
+++ b/libyelp/yelp-document.h
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/libyelp/yelp-error.c b/libyelp/yelp-error.c
index dec1903c..818d4711 100644
--- a/libyelp/yelp-error.c
+++ b/libyelp/yelp-error.c
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/libyelp/yelp-error.h b/libyelp/yelp-error.h
index 3dcbf6e8..e085ebf0 100644
--- a/libyelp/yelp-error.h
+++ b/libyelp/yelp-error.h
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/libyelp/yelp-help-list.c b/libyelp/yelp-help-list.c
index 5bb623e5..44363e33 100644
--- a/libyelp/yelp-help-list.c
+++ b/libyelp/yelp-help-list.c
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/libyelp/yelp-help-list.h b/libyelp/yelp-help-list.h
index 4cfd7e15..07773c0f 100644
--- a/libyelp/yelp-help-list.h
+++ b/libyelp/yelp-help-list.h
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/libyelp/yelp-info-document.c b/libyelp/yelp-info-document.c
index 7f3c0806..cb4f6efc 100644
--- a/libyelp/yelp-info-document.c
+++ b/libyelp/yelp-info-document.c
@@ -14,9 +14,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Don Scorgie <dscorgie@svn.gnome.org>
*/
diff --git a/libyelp/yelp-info-document.h b/libyelp/yelp-info-document.h
index a3f4a7bd..1d08ffe4 100644
--- a/libyelp/yelp-info-document.h
+++ b/libyelp/yelp-info-document.h
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Don Scorgie <dscorgie@svn.gnome.org>
*/
diff --git a/libyelp/yelp-info-parser.c b/libyelp/yelp-info-parser.c
index 559fbb28..6f93958b 100644
--- a/libyelp/yelp-info-parser.c
+++ b/libyelp/yelp-info-parser.c
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Davyd Madeley <davyd@madeley.id.au>
*/
diff --git a/libyelp/yelp-info-parser.h b/libyelp/yelp-info-parser.h
index d338a59a..cfd8a722 100644
--- a/libyelp/yelp-info-parser.h
+++ b/libyelp/yelp-info-parser.h
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Davyd Madeley <davyd@madeley.id.au>
*/
diff --git a/libyelp/yelp-location-entry.c b/libyelp/yelp-location-entry.c
index 512835ad..cb41c265 100644
--- a/libyelp/yelp-location-entry.c
+++ b/libyelp/yelp-location-entry.c
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/libyelp/yelp-location-entry.h b/libyelp/yelp-location-entry.h
index c925b791..f2b410a8 100644
--- a/libyelp/yelp-location-entry.h
+++ b/libyelp/yelp-location-entry.h
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/libyelp/yelp-lzma-decompressor.c b/libyelp/yelp-lzma-decompressor.c
index b304cde2..1b594045 100644
--- a/libyelp/yelp-lzma-decompressor.c
+++ b/libyelp/yelp-lzma-decompressor.c
@@ -14,9 +14,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.
+ * Public License along with this library; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/libyelp/yelp-lzma-decompressor.h b/libyelp/yelp-lzma-decompressor.h
index 7f1bce96..ea5799ed 100644
--- a/libyelp/yelp-lzma-decompressor.h
+++ b/libyelp/yelp-lzma-decompressor.h
@@ -14,9 +14,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.
+ * Public License along with this library; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/libyelp/yelp-magic-decompressor.c b/libyelp/yelp-magic-decompressor.c
index 6b3a83cc..506a6ae8 100644
--- a/libyelp/yelp-magic-decompressor.c
+++ b/libyelp/yelp-magic-decompressor.c
@@ -14,9 +14,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.
+ * Public License along with this library; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/libyelp/yelp-magic-decompressor.h b/libyelp/yelp-magic-decompressor.h
index 15c09bbd..1eb3ca57 100644
--- a/libyelp/yelp-magic-decompressor.h
+++ b/libyelp/yelp-magic-decompressor.h
@@ -14,9 +14,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.
+ * Public License along with this library; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/libyelp/yelp-mallard-document.c b/libyelp/yelp-mallard-document.c
index ca9e258e..92b54b4c 100644
--- a/libyelp/yelp-mallard-document.c
+++ b/libyelp/yelp-mallard-document.c
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/libyelp/yelp-mallard-document.h b/libyelp/yelp-mallard-document.h
index 9bfb52ab..25cc848c 100644
--- a/libyelp/yelp-mallard-document.h
+++ b/libyelp/yelp-mallard-document.h
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/libyelp/yelp-man-document.c b/libyelp/yelp-man-document.c
index 3d0116b7..fd931e8e 100644
--- a/libyelp/yelp-man-document.c
+++ b/libyelp/yelp-man-document.c
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/libyelp/yelp-man-document.h b/libyelp/yelp-man-document.h
index 2379f081..baf3cc19 100644
--- a/libyelp/yelp-man-document.h
+++ b/libyelp/yelp-man-document.h
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/libyelp/yelp-man-parser.c b/libyelp/yelp-man-parser.c
index 25b0f0c9..acec2705 100644
--- a/libyelp/yelp-man-parser.c
+++ b/libyelp/yelp-man-parser.c
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/libyelp/yelp-man-parser.h b/libyelp/yelp-man-parser.h
index 963dfbb2..158568e0 100644
--- a/libyelp/yelp-man-parser.h
+++ b/libyelp/yelp-man-parser.h
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/libyelp/yelp-settings.c b/libyelp/yelp-settings.c
index c3acaa59..2a4f6f09 100644
--- a/libyelp/yelp-settings.c
+++ b/libyelp/yelp-settings.c
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/libyelp/yelp-settings.h b/libyelp/yelp-settings.h
index bf6af532..87bfa0d2 100644
--- a/libyelp/yelp-settings.h
+++ b/libyelp/yelp-settings.h
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/libyelp/yelp-simple-document.c b/libyelp/yelp-simple-document.c
index 28dd31b7..2f6ab284 100644
--- a/libyelp/yelp-simple-document.c
+++ b/libyelp/yelp-simple-document.c
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/libyelp/yelp-simple-document.h b/libyelp/yelp-simple-document.h
index 5c091ab0..4ef78f66 100644
--- a/libyelp/yelp-simple-document.h
+++ b/libyelp/yelp-simple-document.h
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/libyelp/yelp-sqlite-storage.c b/libyelp/yelp-sqlite-storage.c
index e592b023..6c9a9d4b 100644
--- a/libyelp/yelp-sqlite-storage.c
+++ b/libyelp/yelp-sqlite-storage.c
@@ -13,9 +13,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.
+ * Public License along with this library; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/libyelp/yelp-sqlite-storage.h b/libyelp/yelp-sqlite-storage.h
index 56ebddd2..9666c86e 100644
--- a/libyelp/yelp-sqlite-storage.h
+++ b/libyelp/yelp-sqlite-storage.h
@@ -13,9 +13,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.
+ * Public License along with this library; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/libyelp/yelp-storage.c b/libyelp/yelp-storage.c
index fc61740b..bdac183c 100644
--- a/libyelp/yelp-storage.c
+++ b/libyelp/yelp-storage.c
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/libyelp/yelp-storage.h b/libyelp/yelp-storage.h
index da575798..f5d62266 100644
--- a/libyelp/yelp-storage.h
+++ b/libyelp/yelp-storage.h
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/libyelp/yelp-transform.c b/libyelp/yelp-transform.c
index 933ba04e..f3cab6ee 100644
--- a/libyelp/yelp-transform.c
+++ b/libyelp/yelp-transform.c
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/libyelp/yelp-transform.h b/libyelp/yelp-transform.h
index 4830520a..4dc6e8e9 100644
--- a/libyelp/yelp-transform.h
+++ b/libyelp/yelp-transform.h
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/libyelp/yelp-uri.c b/libyelp/yelp-uri.c
index 8708d1c8..e22dffbd 100644
--- a/libyelp/yelp-uri.c
+++ b/libyelp/yelp-uri.c
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/libyelp/yelp-uri.h b/libyelp/yelp-uri.h
index 7067ad45..7218a8a5 100644
--- a/libyelp/yelp-uri.h
+++ b/libyelp/yelp-uri.h
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/libyelp/yelp-view.c b/libyelp/yelp-view.c
index 9834c529..1529137b 100644
--- a/libyelp/yelp-view.c
+++ b/libyelp/yelp-view.c
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/libyelp/yelp-view.h b/libyelp/yelp-view.h
index 762dfead..53fe511d 100644
--- a/libyelp/yelp-view.h
+++ b/libyelp/yelp-view.h
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/src/yelp-application.c b/src/yelp-application.c
index 057cafdc..2ac1f998 100644
--- a/src/yelp-application.c
+++ b/src/yelp-application.c
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/src/yelp-application.h b/src/yelp-application.h
index 1329ec69..16b74d07 100644
--- a/src/yelp-application.h
+++ b/src/yelp-application.h
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/src/yelp-window.c b/src/yelp-window.c
index 43534cf8..d36c8fee 100644
--- a/src/yelp-window.c
+++ b/src/yelp-window.c
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/src/yelp-window.h b/src/yelp-window.h
index 6231e169..64db4c0f 100644
--- a/src/yelp-window.h
+++ b/src/yelp-window.h
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/src/yelp.c b/src/yelp.c
index cd034ecf..9045c35b 100644
--- a/src/yelp.c
+++ b/src/yelp.c
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/tests/test-bz2.c b/tests/test-bz2.c
index a2da96cb..06f583d4 100644
--- a/tests/test-bz2.c
+++ b/tests/test-bz2.c
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org
*/
diff --git a/tests/test-lzma.c b/tests/test-lzma.c
index 76af37d8..56412b97 100644
--- a/tests/test-lzma.c
+++ b/tests/test-lzma.c
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org
*/
diff --git a/tests/test-magic.c b/tests/test-magic.c
index 9a937991..8ae0eb99 100644
--- a/tests/test-magic.c
+++ b/tests/test-magic.c
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org
*/
diff --git a/tests/test-settings.c b/tests/test-settings.c
index e78bb780..11dc0ca9 100644
--- a/tests/test-settings.c
+++ b/tests/test-settings.c
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/tests/test-transform.c b/tests/test-transform.c
index a814be3a..6b93b96c 100644
--- a/tests/test-transform.c
+++ b/tests/test-transform.c
@@ -13,8 +13,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, Cambridge, MA 02139, USA.
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/tests/test-uri.c b/tests/test-uri.c
index cd521832..3867e602 100644
--- a/tests/test-uri.c
+++ b/tests/test-uri.c
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/
diff --git a/tests/test-view.c b/tests/test-view.c
index 73eeb37e..7059d5ce 100644
--- a/tests/test-view.c
+++ b/tests/test-view.c
@@ -13,9 +13,7 @@
* 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.
+ * License along with this program; if not, see <http://www.gnu.org/licenses/>.
*
* Author: Shaun McCance <shaunm@gnome.org>
*/