[devhelp] Updated FSF's address



commit c5db801ea2568266beabd2e1280edda0d412d5b1
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Thu Jan 23 12:54:07 2014 +0100

    Updated FSF's address
    
    https://bugzilla.gnome.org/show_bug.cgi?id=723225

 contrib/bulkman.pl     |    4 +---
 misc/devhelp.vim       |    4 +---
 src/devhelp.h          |    4 +---
 src/dh-app.c           |    4 +---
 src/dh-app.h           |    4 +---
 src/dh-assistant.c     |    4 +---
 src/dh-assistant.h     |    4 +---
 src/dh-book-manager.c  |    4 +---
 src/dh-book-manager.h  |    4 +---
 src/dh-book-tree.c     |    4 +---
 src/dh-book-tree.h     |    4 +---
 src/dh-book.c          |    4 +---
 src/dh-book.h          |    4 +---
 src/dh-common.c        |    4 +---
 src/dh-error.c         |    4 +---
 src/dh-error.h         |    4 +---
 src/dh-keyword-model.c |    4 +---
 src/dh-keyword-model.h |    4 +---
 src/dh-language.c      |    4 +---
 src/dh-language.h      |    4 +---
 src/dh-link.c          |    4 +---
 src/dh-link.h          |    4 +---
 src/dh-main.c          |    4 +---
 src/dh-parser.c        |    4 +---
 src/dh-parser.h        |    4 +---
 src/dh-preferences.c   |    4 +---
 src/dh-preferences.h   |    4 +---
 src/dh-settings.c      |    4 +---
 src/dh-settings.h      |    4 +---
 src/dh-sidebar.c       |    4 +---
 src/dh-sidebar.h       |    4 +---
 src/dh-util.c          |    4 +---
 src/dh-util.h          |    4 +---
 src/dh-window.c        |    4 +---
 src/dh-window.h        |    4 +---
 35 files changed, 35 insertions(+), 105 deletions(-)
---
diff --git a/contrib/bulkman.pl b/contrib/bulkman.pl
index 3fae167..a207d3d 100644
--- a/contrib/bulkman.pl
+++ b/contrib/bulkman.pl
@@ -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/>.
 #
 
 # We should be fully functional with search and all that
diff --git a/misc/devhelp.vim b/misc/devhelp.vim
index 12faa01..288fa50 100644
--- a/misc/devhelp.vim
+++ b/misc/devhelp.vim
@@ -29,9 +29,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.
+" along with this program; if not, see <http://www.gnu.org/licenses/>.
 
 " Devhelp plugin configuration. These variables may be set in .vimrc
 " to override the defaults
diff --git a/src/devhelp.h b/src/devhelp.h
index c71471d..aa2192a 100644
--- a/src/devhelp.h
+++ b/src/devhelp.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 __DEVHELP_H__
diff --git a/src/dh-app.c b/src/dh-app.c
index 612beb7..411a59d 100644
--- a/src/dh-app.c
+++ b/src/dh-app.c
@@ -16,9 +16,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/src/dh-app.h b/src/dh-app.h
index 735dae8..9280f65 100644
--- a/src/dh-app.h
+++ b/src/dh-app.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 __DH_APP_H__
diff --git a/src/dh-assistant.c b/src/dh-assistant.c
index 86a58ce..39adef9 100644
--- a/src/dh-assistant.c
+++ b/src/dh-assistant.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/src/dh-assistant.h b/src/dh-assistant.h
index 0204fb5..dd0547d 100644
--- a/src/dh-assistant.h
+++ b/src/dh-assistant.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 __DH_ASSISTANT_H__
diff --git a/src/dh-book-manager.c b/src/dh-book-manager.c
index 073669f..a8e1ad2 100644
--- a/src/dh-book-manager.c
+++ b/src/dh-book-manager.c
@@ -17,9 +17,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/src/dh-book-manager.h b/src/dh-book-manager.h
index 3f7b086..148aded 100644
--- a/src/dh-book-manager.h
+++ b/src/dh-book-manager.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 __DH_BOOK_MANAGER_H__
diff --git a/src/dh-book-tree.c b/src/dh-book-tree.c
index 93b85d7..9e4059d 100644
--- a/src/dh-book-tree.c
+++ b/src/dh-book-tree.c
@@ -16,9 +16,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/src/dh-book-tree.h b/src/dh-book-tree.h
index f5dc34a..1c13b60 100644
--- a/src/dh-book-tree.h
+++ b/src/dh-book-tree.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 __DH_BOOK_TREE_H__
diff --git a/src/dh-book.c b/src/dh-book.c
index fe33fde..1e4999b 100644
--- a/src/dh-book.c
+++ b/src/dh-book.c
@@ -16,9 +16,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/src/dh-book.h b/src/dh-book.h
index bb0681b..9d3fab9 100644
--- a/src/dh-book.h
+++ b/src/dh-book.h
@@ -16,9 +16,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 _DH_BOOK_H_
diff --git a/src/dh-common.c b/src/dh-common.c
index cdf41a8..78a56e9 100644
--- a/src/dh-common.c
+++ b/src/dh-common.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/src/dh-error.c b/src/dh-error.c
index 790eec7..ff09df8 100644
--- a/src/dh-error.c
+++ b/src/dh-error.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/>.
  */
 
 #include "config.h"
diff --git a/src/dh-error.h b/src/dh-error.h
index 5d4825c..add07e8 100644
--- a/src/dh-error.h
+++ b/src/dh-error.h
@@ -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/>.
  */
 
 #ifndef __DH_ERROR_H__
diff --git a/src/dh-keyword-model.c b/src/dh-keyword-model.c
index 0c9faba..99fa2e3 100644
--- a/src/dh-keyword-model.c
+++ b/src/dh-keyword-model.c
@@ -16,9 +16,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/src/dh-keyword-model.h b/src/dh-keyword-model.h
index e2ca1f9..1338c31 100644
--- a/src/dh-keyword-model.h
+++ b/src/dh-keyword-model.h
@@ -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/>.
  */
 
 #ifndef __DH_KEYWORD_MODEL_H__
diff --git a/src/dh-language.c b/src/dh-language.c
index da26560..8c166de 100644
--- a/src/dh-language.c
+++ b/src/dh-language.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/src/dh-language.h b/src/dh-language.h
index c8b858c..2c65400 100644
--- a/src/dh-language.h
+++ b/src/dh-language.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 __DH_LANGUAGE_H__
diff --git a/src/dh-link.c b/src/dh-link.c
index ea5215c..732e5a1 100644
--- a/src/dh-link.c
+++ b/src/dh-link.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/>.
  */
 
 #include "config.h"
diff --git a/src/dh-link.h b/src/dh-link.h
index 1bc2b64..71452be 100644
--- a/src/dh-link.h
+++ b/src/dh-link.h
@@ -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/>.
  */
 
 #ifndef __DH_LINK_H__
diff --git a/src/dh-main.c b/src/dh-main.c
index 14de703..9957da6 100644
--- a/src/dh-main.c
+++ b/src/dh-main.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/>.
  */
 
 #include "config.h"
diff --git a/src/dh-parser.c b/src/dh-parser.c
index ecafc48..3faa171 100644
--- a/src/dh-parser.c
+++ b/src/dh-parser.c
@@ -15,9 +15,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/src/dh-parser.h b/src/dh-parser.h
index ac1dc6a..bfab85f 100644
--- a/src/dh-parser.h
+++ b/src/dh-parser.h
@@ -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/>.
  */
 
 #ifndef __DH_PARSER_H__
diff --git a/src/dh-preferences.c b/src/dh-preferences.c
index 43429dd..5ebbe10 100644
--- a/src/dh-preferences.c
+++ b/src/dh-preferences.c
@@ -15,9 +15,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/src/dh-preferences.h b/src/dh-preferences.h
index ba95852..5517940 100644
--- a/src/dh-preferences.h
+++ b/src/dh-preferences.h
@@ -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/>.
  */
 
 #ifndef __DH_PREFERENCES_H__
diff --git a/src/dh-settings.c b/src/dh-settings.c
index b50e597..2e34d09 100644
--- a/src/dh-settings.c
+++ b/src/dh-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/>.
  */
 
 #include "config.h"
diff --git a/src/dh-settings.h b/src/dh-settings.h
index 0e5f37c..db49167 100644
--- a/src/dh-settings.h
+++ b/src/dh-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/>.
  */
 
 #ifndef __DH_SETTINGS_H__
diff --git a/src/dh-sidebar.c b/src/dh-sidebar.c
index d6f3fb1..6aeec7d 100644
--- a/src/dh-sidebar.c
+++ b/src/dh-sidebar.c
@@ -17,9 +17,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/src/dh-sidebar.h b/src/dh-sidebar.h
index ee52b09..f2a3749 100644
--- a/src/dh-sidebar.h
+++ b/src/dh-sidebar.h
@@ -15,9 +15,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 __DH_SIDEBAR_H__
diff --git a/src/dh-util.c b/src/dh-util.c
index 1eb7406..b93b9a4 100644
--- a/src/dh-util.c
+++ b/src/dh-util.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/>.
  */
 
 #include "config.h"
diff --git a/src/dh-util.h b/src/dh-util.h
index 630cc55..f754ca7 100644
--- a/src/dh-util.h
+++ b/src/dh-util.h
@@ -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/>.
  */
 
 #ifndef __DH_UTIL_H__
diff --git a/src/dh-window.c b/src/dh-window.c
index 2acfc28..4f558db 100644
--- a/src/dh-window.c
+++ b/src/dh-window.c
@@ -15,9 +15,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/src/dh-window.h b/src/dh-window.h
index 63a2219..9a4e9fc 100644
--- a/src/dh-window.h
+++ b/src/dh-window.h
@@ -15,9 +15,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 __DH_WINDOW_H__


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