[hotssh] Updated FSF's address



commit ea0afa2c50e480c5425a3d9eb88fdaf83c0cf699
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Thu Jan 23 12:53:01 2014 +0100

    Updated FSF's address

 Makefile-decls.am                 |    4 +---
 Makefile.am                       |    4 +---
 src/hotssh-app.c                  |    4 +---
 src/hotssh-app.h                  |    4 +---
 src/hotssh-hostdb.c               |    4 +---
 src/hotssh-hostdb.h               |    4 +---
 src/hotssh-password-interaction.c |    4 +---
 src/hotssh-password-interaction.h |    4 +---
 src/hotssh-prefs.c                |    4 +---
 src/hotssh-prefs.h                |    4 +---
 src/hotssh-search-provider.c      |    4 +---
 src/hotssh-search-provider.h      |    4 +---
 src/hotssh-tab.c                  |    4 +---
 src/hotssh-tab.h                  |    4 +---
 src/hotssh-win.c                  |    4 +---
 src/hotssh-win.h                  |    4 +---
 src/main.c                        |    4 +---
 17 files changed, 17 insertions(+), 51 deletions(-)
---
diff --git a/Makefile-decls.am b/Makefile-decls.am
index cd28ba2..d429910 100644
--- a/Makefile-decls.am
+++ b/Makefile-decls.am
@@ -11,9 +11,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/>.
 
 # Common variables
 ACLOCAL_AMFLAGS =
diff --git a/Makefile.am b/Makefile.am
index d7cce68..029c30a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,9 +11,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/>.
 
 include Makefile-decls.am
 
diff --git a/src/hotssh-app.c b/src/hotssh-app.c
index 56a13e6..8acac70 100644
--- a/src/hotssh-app.c
+++ b/src/hotssh-app.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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
diff --git a/src/hotssh-app.h b/src/hotssh-app.h
index a880fa9..82affa8 100644
--- a/src/hotssh-app.h
+++ b/src/hotssh-app.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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #pragma once
diff --git a/src/hotssh-hostdb.c b/src/hotssh-hostdb.c
index a1e36b7..eb6edd5 100644
--- a/src/hotssh-hostdb.c
+++ b/src/hotssh-hostdb.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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
diff --git a/src/hotssh-hostdb.h b/src/hotssh-hostdb.h
index 7cb7b32..1f1e0bc 100644
--- a/src/hotssh-hostdb.h
+++ b/src/hotssh-hostdb.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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #pragma once
diff --git a/src/hotssh-password-interaction.c b/src/hotssh-password-interaction.c
index 8589ac8..5467de4 100644
--- a/src/hotssh-password-interaction.c
+++ b/src/hotssh-password-interaction.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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "config.h"
diff --git a/src/hotssh-password-interaction.h b/src/hotssh-password-interaction.h
index cf72826..16b57ce 100644
--- a/src/hotssh-password-interaction.h
+++ b/src/hotssh-password-interaction.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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #pragma once
diff --git a/src/hotssh-prefs.c b/src/hotssh-prefs.c
index 2acca7a..772a378 100644
--- a/src/hotssh-prefs.c
+++ b/src/hotssh-prefs.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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <gtk/gtk.h>
diff --git a/src/hotssh-prefs.h b/src/hotssh-prefs.h
index a46cc80..e1ffe0e 100644
--- a/src/hotssh-prefs.h
+++ b/src/hotssh-prefs.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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #pragma once
diff --git a/src/hotssh-search-provider.c b/src/hotssh-search-provider.c
index 21c4c9c..3e8d5af 100644
--- a/src/hotssh-search-provider.c
+++ b/src/hotssh-search-provider.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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <string.h>
diff --git a/src/hotssh-search-provider.h b/src/hotssh-search-provider.h
index c6a5427..31ac480 100644
--- a/src/hotssh-search-provider.h
+++ b/src/hotssh-search-provider.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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #pragma once
diff --git a/src/hotssh-tab.c b/src/hotssh-tab.c
index 6cca1fa..bec0376 100644
--- a/src/hotssh-tab.c
+++ b/src/hotssh-tab.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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "hotssh-tab.h"
diff --git a/src/hotssh-tab.h b/src/hotssh-tab.h
index e7f7f59..775aae0 100644
--- a/src/hotssh-tab.h
+++ b/src/hotssh-tab.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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #pragma once
diff --git a/src/hotssh-win.c b/src/hotssh-win.c
index a1a56d2..b3c0aa6 100644
--- a/src/hotssh-win.c
+++ b/src/hotssh-win.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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include "hotssh-win.h"
diff --git a/src/hotssh-win.h b/src/hotssh-win.h
index bf8ce45..a4dd15d 100644
--- a/src/hotssh-win.h
+++ b/src/hotssh-win.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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #pragma once
diff --git a/src/main.c b/src/main.c
index 375cca9..06e3a2d 100644
--- a/src/main.c
+++ b/src/main.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.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <gtk/gtk.h>


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