Skip to content

Commit 19610f0

Browse files
committed
Remove obsolete FSF (Free Software Foundation) address
See libxmlplusplus/libxmlplusplus#72
1 parent 4e68e17 commit 19610f0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+91
-202
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
# Lesser General Public License for more details.
1212
#
1313
# You should have received a copy of the GNU Lesser General Public
14-
# License along with this library; if not, write to the Free Software
15-
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
14+
# License along with this library; if not, see <https://www.gnu.org/licenses/>.
1615

1716
cmake_minimum_required (VERSION 3.2)
1817

cmake/Makefile.am

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
## Lesser General Public License for more details.
1212
##
1313
## You should have received a copy of the GNU Lesser General Public
14-
## License along with this library; if not, write to the Free Software
15-
## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
14+
## License along with this library; if not, see <https://www.gnu.org/licenses/>.
1615

1716
dist_noinst_DATA = sigc++-3Config.cmake.in

examples/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
# Lesser General Public License for more details.
1212
#
1313
# You should have received a copy of the GNU Lesser General Public
14-
# License along with this library; if not, write to the Free Software
15-
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
14+
# License along with this library; if not, see <https://www.gnu.org/licenses/>.
1615

1716
function (add_sigcpp_example EXAMPLE_SOURCE_FILE)
1817
get_filename_component (example_name ${EXAMPLE_SOURCE_FILE} NAME_WE)

sigc++/.gitignore

Whitespace-only changes.

sigc++/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
# Lesser General Public License for more details.
1212
#
1313
# You should have received a copy of the GNU Lesser General Public
14-
# License along with this library; if not, write to the Free Software
15-
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
14+
# License along with this library; if not, see <https://www.gnu.org/licenses/>.
1615

1716
set (SOURCE_FILES
1817
connection.cc

sigc++/adaptors/adaptor_base.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/*
2-
* Copyright 2003 - 2016, The libsigc++ Development Team
1+
/* Copyright 2003 - 2016, The libsigc++ Development Team
32
*
43
* This library is free software; you can redistribute it and/or
54
* modify it under the terms of the GNU Lesser General Public
@@ -12,8 +11,7 @@
1211
* Lesser General Public License for more details.
1312
*
1413
* You should have received a copy of the GNU Lesser General Public
15-
* License along with this library; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
14+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
1715
*/
1816

1917
#ifndef SIGC_ADAPTORS_DEDUCE_RESULT_TYPE_H

sigc++/adaptors/adaptor_trait.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/*
2-
* Copyright 2003 - 2016, The libsigc++ Development Team
1+
/* Copyright 2003 - 2016, The libsigc++ Development Team
32
*
43
* This library is free software; you can redistribute it and/or
54
* modify it under the terms of the GNU Lesser General Public
@@ -12,8 +11,7 @@
1211
* Lesser General Public License for more details.
1312
*
1413
* You should have received a copy of the GNU Lesser General Public
15-
* License along with this library; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
14+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
1715
*/
1816

1917
#ifndef SIGC_ADAPTORS_ADAPTOR_TRAIT_H

sigc++/adaptors/adaptors.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
* Lesser General Public License for more details.
1212
*
1313
* You should have received a copy of the GNU Lesser General Public
14-
* License along with this library; if not, write to the Free Software
15-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16-
*
14+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
1715
*/
1816
#ifndef SIGC_ADAPTOR_HPP
1917
#define SIGC_ADAPTOR_HPP

sigc++/adaptors/adapts.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/*
2-
* Copyright 2003 - 2016, The libsigc++ Development Team
1+
/* Copyright 2003 - 2016, The libsigc++ Development Team
32
*
43
* This library is free software; you can redistribute it and/or
54
* modify it under the terms of the GNU Lesser General Public
@@ -12,8 +11,7 @@
1211
* Lesser General Public License for more details.
1312
*
1413
* You should have received a copy of the GNU Lesser General Public
15-
* License along with this library; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
14+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
1715
*/
1816

1917
#ifndef SIGC_ADAPTORS_ADAPTS_H

sigc++/adaptors/bind.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/*
2-
* Copyright 2003 - 2016, The libsigc++ Development Team
1+
/* Copyright 2003 - 2016, The libsigc++ Development Team
32
*
43
* This library is free software; you can redistribute it and/or
54
* modify it under the terms of the GNU Lesser General Public
@@ -12,8 +11,7 @@
1211
* Lesser General Public License for more details.
1312
*
1413
* You should have received a copy of the GNU Lesser General Public
15-
* License along with this library; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
14+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
1715
*/
1816

1917
#ifndef SIGC_ADAPTORS_BIND_H

sigc++/adaptors/bind_return.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/*
2-
* Copyright 2003 - 2016, The libsigc++ Development Team
1+
/* Copyright 2003 - 2016, The libsigc++ Development Team
32
*
43
* This library is free software; you can redistribute it and/or
54
* modify it under the terms of the GNU Lesser General Public
@@ -12,8 +11,7 @@
1211
* Lesser General Public License for more details.
1312
*
1413
* You should have received a copy of the GNU Lesser General Public
15-
* License along with this library; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
14+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
1715
*/
1816

1917
#ifndef SIGC_ADAPTORS_BIND_RETURN_H

sigc++/adaptors/bound_argument.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/*
2-
* Copyright 2005 - 2016, The libsigc++ Development Team
1+
/* Copyright 2005 - 2016, The libsigc++ Development Team
32
*
43
* This library is free software; you can redistribute it and/or
54
* modify it under the terms of the GNU Lesser General Public
@@ -12,8 +11,7 @@
1211
* Lesser General Public License for more details.
1312
*
1413
* You should have received a copy of the GNU Lesser General Public
15-
* License along with this library; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
14+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
1715
*/
1816

1917
#ifndef SIGC_BOUND_ARGUMENT_H

sigc++/adaptors/compose.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/*
2-
* Copyright 2003 - 2016, The libsigc++ Development Team
1+
/* Copyright 2003 - 2016, The libsigc++ Development Team
32
*
43
* This library is free software; you can redistribute it and/or
54
* modify it under the terms of the GNU Lesser General Public
@@ -12,8 +11,7 @@
1211
* Lesser General Public License for more details.
1312
*
1413
* You should have received a copy of the GNU Lesser General Public
15-
* License along with this library; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
14+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
1715
*/
1816

1917
#ifndef SIGC_ADAPTORS_COMPOSE_H

sigc++/adaptors/exception_catch.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/*
2-
* Copyright 2003 - 2016, The libsigc++ Development Team
1+
/* Copyright 2003 - 2016, The libsigc++ Development Team
32
*
43
* This library is free software; you can redistribute it and/or
54
* modify it under the terms of the GNU Lesser General Public
@@ -12,8 +11,7 @@
1211
* Lesser General Public License for more details.
1312
*
1413
* You should have received a copy of the GNU Lesser General Public
15-
* License along with this library; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
14+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
1715
*/
1816

1917
#ifndef SIGC_ADAPTORS_EXCEPTION_CATCH_H

sigc++/adaptors/hide.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/*
2-
* Copyright 2003 - 2016, The libsigc++ Development Team
1+
/* Copyright 2003 - 2016, The libsigc++ Development Team
32
*
43
* This library is free software; you can redistribute it and/or
54
* modify it under the terms of the GNU Lesser General Public
@@ -12,8 +11,7 @@
1211
* Lesser General Public License for more details.
1312
*
1413
* You should have received a copy of the GNU Lesser General Public
15-
* License along with this library; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
14+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
1715
*/
1816

1917
#ifndef SIGC_ADAPTORS_HIDE_H

sigc++/adaptors/retype.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/*
2-
* Copyright 2003 - 2016, The libsigc++ Development Team
1+
/* Copyright 2003 - 2016, The libsigc++ Development Team
32
*
43
* This library is free software; you can redistribute it and/or
54
* modify it under the terms of the GNU Lesser General Public
@@ -12,8 +11,7 @@
1211
* Lesser General Public License for more details.
1312
*
1413
* You should have received a copy of the GNU Lesser General Public
15-
* License along with this library; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
14+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
1715
*/
1816

1917
#ifndef SIGC_ADAPTORS_RETYPE_H

sigc++/adaptors/retype_return.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/*
2-
* Copyright 2003 - 2016, The libsigc++ Development Team
1+
/* Copyright 2003 - 2016, The libsigc++ Development Team
32
*
43
* This library is free software; you can redistribute it and/or
54
* modify it under the terms of the GNU Lesser General Public
@@ -12,8 +11,7 @@
1211
* Lesser General Public License for more details.
1312
*
1413
* You should have received a copy of the GNU Lesser General Public
15-
* License along with this library; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
14+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
1715
*/
1816

1917
#ifndef SIGC_ADAPTORS_RETYPE_RETURN_H

sigc++/adaptors/track_obj.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/*
2-
* Copyright 2013 - 2016, The libsigc++ Development Team
1+
/* Copyright 2013 - 2016, The libsigc++ Development Team
32
*
43
* This library is free software; you can redistribute it and/or
54
* modify it under the terms of the GNU Lesser General Public
@@ -12,8 +11,7 @@
1211
* Lesser General Public License for more details.
1312
*
1413
* You should have received a copy of the GNU Lesser General Public
15-
* License along with this library; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
14+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
1715
*/
1816

1917
#ifndef SIGC_ADAPTORS_TRACK_OBJ_H

sigc++/adaptors/tuple_visitor_visit_each.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/*
2-
* Copyright 2015 - 2016, The libsigc++ Development Team
1+
/* Copyright 2015 - 2016, The libsigc++ Development Team
32
*
43
* This library is free software; you can redistribute it and/or
54
* modify it under the terms of the GNU Lesser General Public
@@ -12,8 +11,7 @@
1211
* Lesser General Public License for more details.
1312
*
1413
* You should have received a copy of the GNU Lesser General Public
15-
* License along with this library; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
14+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
1715
*/
1816

1917
#ifndef SIGC_TUPLE_VISITOR_VISIT_EACH_H

sigc++/bind.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/*
2-
* Copyright 2002 - 2016, The libsigc++ Development Team
1+
/* Copyright 2002 - 2016, The libsigc++ Development Team
32
*
43
* This library is free software; you can redistribute it and/or
54
* modify it under the terms of the GNU Lesser General Public
@@ -12,9 +11,7 @@
1211
* Lesser General Public License for more details.
1312
*
1413
* You should have received a copy of the GNU Lesser General Public
15-
* License along with this library; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17-
*
14+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
1815
*/
1916
#ifndef SIGC_BIND_HPP
2017
#define SIGC_BIND_HPP

sigc++/bind_return.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/*
2-
* Copyright 2002 - 2016, The libsigc++ Development Team
1+
/* Copyright 2002 - 2016, The libsigc++ Development Team
32
*
43
* This library is free software; you can redistribute it and/or
54
* modify it under the terms of the GNU Lesser General Public
@@ -12,9 +11,7 @@
1211
* Lesser General Public License for more details.
1312
*
1413
* You should have received a copy of the GNU Lesser General Public
15-
* License along with this library; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17-
*
14+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
1815
*/
1916
#ifndef SIGC_BIND_RETURN_HPP
2017
#define SIGC_BIND_RETURN_HPP

sigc++/connection.cc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/*
2-
* Copyright 2002 - 2016, The libsigc++ Development Team
1+
/* Copyright 2002 - 2016, The libsigc++ Development Team
32
*
43
* This library is free software; you can redistribute it and/or
54
* modify it under the terms of the GNU Lesser General Public
@@ -12,9 +11,7 @@
1211
* Lesser General Public License for more details.
1312
*
1413
* You should have received a copy of the GNU Lesser General Public
15-
* License along with this library; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17-
*
14+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
1815
*/
1916

2017
#include <sigc++/connection.h>

sigc++/connection.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/*
2-
* Copyright 2002 - 2016, The libsigc++ Development Team
1+
/* Copyright 2002 - 2016, The libsigc++ Development Team
32
*
43
* This library is free software; you can redistribute it and/or
54
* modify it under the terms of the GNU Lesser General Public
@@ -12,9 +11,7 @@
1211
* Lesser General Public License for more details.
1312
*
1413
* You should have received a copy of the GNU Lesser General Public
15-
* License along with this library; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17-
*
14+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
1815
*/
1916

2017
#ifndef SIGC_CONNECTION_HPP

sigc++/functors/functor_trait.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/*
2-
* Copyright 2003 - 2016, The libsigc++ Development Team
1+
/* Copyright 2003 - 2016, The libsigc++ Development Team
32
*
43
* This library is free software; you can redistribute it and/or
54
* modify it under the terms of the GNU Lesser General Public
@@ -12,8 +11,7 @@
1211
* Lesser General Public License for more details.
1312
*
1413
* You should have received a copy of the GNU Lesser General Public
15-
* License along with this library; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
14+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
1715
*/
1816

1917
#ifndef SIGC_FUNCTORS_FUNCTOR_TRAIT_H

sigc++/functors/functors.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
* Lesser General Public License for more details.
1212
*
1313
* You should have received a copy of the GNU Lesser General Public
14-
* License along with this library; if not, write to the Free Software
15-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16-
*
14+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
1715
*/
1816
#ifndef SIGC_FUNCTOR_HPP
1917
#define SIGC_FUNCTOR_HPP

sigc++/functors/mem_fun.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/*
2-
* Copyright 2003 - 2016, The libsigc++ Development Team
1+
/* Copyright 2003 - 2016, The libsigc++ Development Team
32
*
43
* This library is free software; you can redistribute it and/or
54
* modify it under the terms of the GNU Lesser General Public
@@ -12,8 +11,7 @@
1211
* Lesser General Public License for more details.
1312
*
1413
* You should have received a copy of the GNU Lesser General Public
15-
* License along with this library; if not, write to the Free Software
16-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
14+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
1715
*/
1816

1917
#ifndef SIGC_FUNCTORS_MEM_FUN_H

0 commit comments

Comments
 (0)