Skip to content

Commit 0160c65

Browse files
committed
(:automated_merge:) Merge commit '19610f027cc718e4f0db7a15608cfb8e508e6e66'
2 parents c27ebb4 + 19610f0 commit 0160c65

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy