[five-or-more] Replace old FSF addresses with link



commit 35ef2336ae1f431c86cbc7bc1c4f61d3f2f0df84
Author: Anders Jonsson <anders jonsson norsjovallen se>
Date:   Thu Nov 16 22:51:34 2017 +0100

    Replace old FSF addresses with link

 src/five-or-more.c         |    4 +---
 src/games-file-list.c      |    3 +--
 src/games-file-list.h      |    3 +--
 src/games-gridframe.c      |    4 +---
 src/games-gridframe.h      |    4 +---
 src/games-preimage.c       |    3 +--
 src/games-preimage.h       |    3 +--
 src/games-score.c          |    4 +---
 src/games-score.h          |    4 +---
 src/games-scores-backend.c |    4 +---
 src/games-scores-backend.h |    4 +---
 src/games-scores-dialog.c  |    3 +--
 src/games-scores-dialog.h  |    3 +--
 src/games-scores.c         |    3 +--
 src/games-scores.h         |    3 +--
 15 files changed, 15 insertions(+), 37 deletions(-)
---
diff --git a/src/five-or-more.c b/src/five-or-more.c
index 16d8cba..f2a3dc7 100644
--- a/src/five-or-more.c
+++ b/src/five-or-more.c
@@ -19,9 +19,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 <https://www.gnu.org/licenses/>.
  */
 
 #include <config.h>
diff --git a/src/games-file-list.c b/src/games-file-list.c
index a544e1f..7162bbe 100644
--- a/src/games-file-list.c
+++ b/src/games-file-list.c
@@ -12,8 +12,7 @@
    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.  */
+   along with this library; if not, see <https://www.gnu.org/licenses/>.  */
 
 /* Authors:   Callum McKenzie <callum physics otago ac nz> */
 
diff --git a/src/games-file-list.h b/src/games-file-list.h
index 120b676..d0778ff 100644
--- a/src/games-file-list.h
+++ b/src/games-file-list.h
@@ -12,8 +12,7 @@
    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.  */
+   along with this library; if not, see <https://www.gnu.org/licenses/>.  */
 
 /* Authors:   Callum McKenzie <callum physics otago ac nz> */
 
diff --git a/src/games-gridframe.c b/src/games-gridframe.c
index aace376..371fed1 100644
--- a/src/games-gridframe.c
+++ b/src/games-gridframe.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 <https://www.gnu.org/licenses/>.
  */
 
 /* A lot of this was written by following the sorce for GtkFrame and
diff --git a/src/games-gridframe.h b/src/games-gridframe.h
index 2a8b32c..6459662 100644
--- a/src/games-gridframe.h
+++ b/src/games-gridframe.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 <https://www.gnu.org/licenses/>.
  */
 
 #ifndef GAMES_GRID_FRAME_H
diff --git a/src/games-preimage.c b/src/games-preimage.c
index 4d51df7..a581105 100644
--- a/src/games-preimage.c
+++ b/src/games-preimage.c
@@ -13,8 +13,7 @@
    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.  */
+   along with this library; if not, see <https://www.gnu.org/licenses/>.  */
 
 /* Authors:   Richard Hoelscher <rah rahga com> */
 
diff --git a/src/games-preimage.h b/src/games-preimage.h
index 15d8df5..417a7d0 100644
--- a/src/games-preimage.h
+++ b/src/games-preimage.h
@@ -12,8 +12,7 @@
   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.  */
+  along with this library; if not, see <https://www.gnu.org/licenses/>.  */
 
 /* Authors:   Richard Hoelscher <rah rahga com> */
 
diff --git a/src/games-score.c b/src/games-score.c
index cbcc6cd..9f48631 100644
--- a/src/games-score.c
+++ b/src/games-score.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 <https://www.gnu.org/licenses/>.
  */
 
 #include <config.h>
diff --git a/src/games-score.h b/src/games-score.h
index f9f30b3..45dd3e5 100644
--- a/src/games-score.h
+++ b/src/games-score.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 <https://www.gnu.org/licenses/>.
  */
 
 #ifndef GAMES_SCORE_H
diff --git a/src/games-scores-backend.c b/src/games-scores-backend.c
index 5b22534..5880e5f 100644
--- a/src/games-scores-backend.c
+++ b/src/games-scores-backend.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 <https://www.gnu.org/licenses/>.
  */
 
 #include <config.h>
diff --git a/src/games-scores-backend.h b/src/games-scores-backend.h
index c094431..9cc35d2 100644
--- a/src/games-scores-backend.h
+++ b/src/games-scores-backend.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 <https://www.gnu.org/licenses/>.
   */
 
 #ifndef GAMES_SCORES_BACKEND_H
diff --git a/src/games-scores-dialog.c b/src/games-scores-dialog.c
index 007fe2d..e49326f 100644
--- a/src/games-scores-dialog.c
+++ b/src/games-scores-dialog.c
@@ -14,8 +14,7 @@
    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.  */
+   along with this library; if not, see <https://www.gnu.org/licenses/>.  */
 
 /* Authors:   Callum McKenzie <callum physics otago ac nz> */
 
diff --git a/src/games-scores-dialog.h b/src/games-scores-dialog.h
index 8b168ae..24de6ca 100644
--- a/src/games-scores-dialog.h
+++ b/src/games-scores-dialog.h
@@ -14,8 +14,7 @@
    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.  */
+   along with this library; if not, see <https://www.gnu.org/licenses/>.  */
 
 /* Authors:   Callum McKenzie <callum physics otago ac nz> */
 
diff --git a/src/games-scores.c b/src/games-scores.c
index fe9d718..5dd9870 100644
--- a/src/games-scores.c
+++ b/src/games-scores.c
@@ -12,8 +12,7 @@
  * 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.  
+ * along with this library; if not, see <https://www.gnu.org/licenses/>.  
  * 
  */
 
diff --git a/src/games-scores.h b/src/games-scores.h
index f9180fd..98028d5 100644
--- a/src/games-scores.h
+++ b/src/games-scores.h
@@ -13,8 +13,7 @@
  * 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. 
+ * along with this library; if not, see <https://www.gnu.org/licenses/>. 
  *
  */
 


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