Skip to content

Commit

Permalink
Update FSF address in LGPL headers
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1223 64e312b2-a51f-0410-8e61-82d0ca0eb02a
  • Loading branch information
brarcher committed Sep 13, 2015
1 parent d87bfbd commit a283cef
Show file tree
Hide file tree
Showing 19 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/check.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions src/check.h.in
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/check_error.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions src/check_error.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions src/check_impl.h
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/check_list.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions src/check_list.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/check_log.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions src/check_log.h
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions src/check_msg.c
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions src/check_msg.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/check_pack.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions src/check_pack.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/check_print.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions src/check_print.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/check_run.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions src/check_str.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions src/check_str.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a283cef

Please sign in to comment.