From a283cef0d6fbca1fc515f7b11dbfcb19cf9796cc Mon Sep 17 00:00:00 2001 From: brarcher Date: Sun, 13 Sep 2015 16:39:09 +0000 Subject: [PATCH] Update FSF address in LGPL headers git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1223 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- NEWS | 2 +- src/check.c | 4 ++-- src/check.h.in | 6 +++--- src/check_error.c | 4 ++-- src/check_error.h | 4 ++-- src/check_impl.h | 6 +++--- src/check_list.c | 4 ++-- src/check_list.h | 4 ++-- src/check_log.c | 4 ++-- src/check_log.h | 6 +++--- src/check_msg.c | 6 +++--- src/check_msg.h | 4 ++-- src/check_pack.c | 4 ++-- src/check_pack.h | 4 ++-- src/check_print.c | 4 ++-- src/check_print.h | 4 ++-- src/check_run.c | 4 ++-- src/check_str.c | 4 ++-- src/check_str.h | 4 ++-- 19 files changed, 41 insertions(+), 41 deletions(-) diff --git a/NEWS b/NEWS index eccad93..1762cc8 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ In Development: # Mentioning Check 0.10.0 for now, to fix distcheck target until next release -* Add LGPL header to files where it was missing +* Add LGPL header to files where it was missing; update FSF address in LGPL headers Bug #110 Sun Aug 2, 2015: Released Check 0.10.0 diff --git a/src/check.c b/src/check.c index 20eec90..d0bb7ee 100644 --- a/src/check.c +++ b/src/check.c @@ -14,8 +14,8 @@ * * 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. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + * MA 02110-1301, USA. */ #include "../lib/libcompat.h" diff --git a/src/check.h.in b/src/check.h.in index 3d1459f..d096b2a 100644 --- a/src/check.h.in +++ b/src/check.h.in @@ -1,7 +1,7 @@ /*-*- mode:C; -*- */ /* * Check: a unit test framework for C - * Copyright (C) 2001, 2002, Arien Malec + * Copyright (C) 2001, 2002 Arien Malec * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -15,8 +15,8 @@ * * 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. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + * MA 02110-1301, USA. */ #ifndef CHECK_H diff --git a/src/check_error.c b/src/check_error.c index 2c186f8..865e7d5 100644 --- a/src/check_error.c +++ b/src/check_error.c @@ -14,8 +14,8 @@ * * 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. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + * MA 02110-1301, USA. */ #include "../lib/libcompat.h" diff --git a/src/check_error.h b/src/check_error.h index 33271b6..c2c8d34 100644 --- a/src/check_error.h +++ b/src/check_error.h @@ -14,8 +14,8 @@ * * 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. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + * MA 02110-1301, USA. */ #ifndef ERROR_H diff --git a/src/check_impl.h b/src/check_impl.h index d668eb2..15b14f1 100644 --- a/src/check_impl.h +++ b/src/check_impl.h @@ -1,6 +1,6 @@ /* * Check: a unit test framework for C - * Copyright (C) 2001,2002 Arien Malec + * Copyright (C) 2001, 2002 Arien Malec * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -14,8 +14,8 @@ * * 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. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + * MA 02110-1301, USA. */ #ifndef CHECK_IMPL_H diff --git a/src/check_list.c b/src/check_list.c index 98c7853..1fd61fe 100644 --- a/src/check_list.c +++ b/src/check_list.c @@ -14,8 +14,8 @@ * * 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. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + * MA 02110-1301, USA. */ #include "../lib/libcompat.h" diff --git a/src/check_list.h b/src/check_list.h index adefe5a..bffffae 100644 --- a/src/check_list.h +++ b/src/check_list.h @@ -14,8 +14,8 @@ * * 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. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + * MA 02110-1301, USA. */ #ifndef CHECK_LIST_H diff --git a/src/check_log.c b/src/check_log.c index b17414a..3b7cb72 100644 --- a/src/check_log.c +++ b/src/check_log.c @@ -14,8 +14,8 @@ * * 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. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + * MA 02110-1301, USA. */ #include "../lib/libcompat.h" diff --git a/src/check_log.h b/src/check_log.h index cdcb3bf..7223b98 100644 --- a/src/check_log.h +++ b/src/check_log.h @@ -1,6 +1,6 @@ /* * Check: a unit test framework for C - * Copyright (C) 2001,2002 Arien Malec + * Copyright (C) 2001, 2002 Arien Malec * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -14,8 +14,8 @@ * * 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. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + * MA 02110-1301, USA. */ #ifndef CHECK_LOG_H diff --git a/src/check_msg.c b/src/check_msg.c index 372f06e..a8139d2 100644 --- a/src/check_msg.c +++ b/src/check_msg.c @@ -1,6 +1,6 @@ /* * Check: a unit test framework for C - * Copyright (C) 2001 2002, Arien Malec + * Copyright (C) 2001, 2002 Arien Malec * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -14,8 +14,8 @@ * * 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. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + * MA 02110-1301, USA. */ #include "../lib/libcompat.h" diff --git a/src/check_msg.h b/src/check_msg.h index 64eca2f..c66a35a 100644 --- a/src/check_msg.h +++ b/src/check_msg.h @@ -14,8 +14,8 @@ * * 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. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + * MA 02110-1301, USA. */ #ifndef CHECK_MSG_NEW_H diff --git a/src/check_pack.c b/src/check_pack.c index fa9b354..341cfb6 100644 --- a/src/check_pack.c +++ b/src/check_pack.c @@ -14,8 +14,8 @@ * * 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. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + * MA 02110-1301, USA. */ #include "../lib/libcompat.h" diff --git a/src/check_pack.h b/src/check_pack.h index c38547f..3d469d2 100644 --- a/src/check_pack.h +++ b/src/check_pack.h @@ -14,8 +14,8 @@ * * 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. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + * MA 02110-1301, USA. */ #ifndef CHECK_PACK_H diff --git a/src/check_print.c b/src/check_print.c index 02762e5..d56e170 100644 --- a/src/check_print.c +++ b/src/check_print.c @@ -14,8 +14,8 @@ * * 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. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + * MA 02110-1301, USA. */ #include "../lib/libcompat.h" diff --git a/src/check_print.h b/src/check_print.h index b7eebc8..eabd8b9 100644 --- a/src/check_print.h +++ b/src/check_print.h @@ -14,8 +14,8 @@ * * 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. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + * MA 02110-1301, USA. */ #ifndef CHECK_PRINT_H diff --git a/src/check_run.c b/src/check_run.c index dd661a7..fe09e08 100644 --- a/src/check_run.c +++ b/src/check_run.c @@ -14,8 +14,8 @@ * * 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. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + * MA 02110-1301, USA. */ #include "../lib/libcompat.h" diff --git a/src/check_str.c b/src/check_str.c index f557112..58fdc11 100644 --- a/src/check_str.c +++ b/src/check_str.c @@ -14,8 +14,8 @@ * * 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. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + * MA 02110-1301, USA. */ #include "../lib/libcompat.h" diff --git a/src/check_str.h b/src/check_str.h index 5bf4162..b26eae2 100644 --- a/src/check_str.h +++ b/src/check_str.h @@ -14,8 +14,8 @@ * * 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. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, + * MA 02110-1301, USA. */ #ifndef CHECK_STR_H -- 2.40.0