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

0 commit comments

Comments
 (0)