Skip to content

Commit 9ab8b9b

Browse files
spotawskjellahl
authored andcommitted
remove invalid FSF licenses from license text and in-file attributions
Signed-off-by: Tom spot Callaway <spotaws@amazon.com>
1 parent 52bbe14 commit 9ab8b9b

File tree

40 files changed

+41
-81
lines changed

40 files changed

+41
-81
lines changed

COPYING

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Version 2.1, February 1999
33

44
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
5-
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
5+
<https://fsf.org/>
66
Everyone is permitted to copy and distribute verbatim copies
77
of this license document, but changing it is not allowed.
88

@@ -484,8 +484,7 @@ convey the exclusion of warranty; and each file should have at least the
484484
Lesser General Public License for more details.
485485

486486
You should have received a copy of the GNU Lesser General Public
487-
License along with this library; if not, write to the Free Software
488-
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
487+
License along with this library; if not, see <https://www.gnu.org/licenses/>.
489488

490489
Also add information on how to contact you by electronic and paper mail.
491490

examples/dom_build/main.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
* Library General Public License for more details.
1414
*
1515
* You should have received a copy of the GNU Library General Public
16-
* License along with this library; if not, write to the Free
17-
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
1817
*/
1918

2019
#include <cstdlib>

examples/dom_parse_entities/main.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
* Library General Public License for more details.
1414
*
1515
* You should have received a copy of the GNU Library General Public
16-
* License along with this library; if not, write to the Free
17-
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
1817
*/
1918

2019
#include <libxml++/libxml++.h>

examples/dom_parser/main.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
* Library General Public License for more details.
1414
*
1515
* You should have received a copy of the GNU Library General Public
16-
* License along with this library; if not, write to the Free
17-
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
1817
*/
1918

2019
#include <libxml++/libxml++.h>

examples/dom_parser_raw/main.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
* Library General Public License for more details.
1414
*
1515
* You should have received a copy of the GNU Library General Public
16-
* License along with this library; if not, write to the Free
17-
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
1817
*/
1918

2019
#include <libxml++/libxml++.h>

examples/dom_read_write/main.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
* Library General Public License for more details.
1616
*
1717
* You should have received a copy of the GNU Library General Public
18-
* License along with this library; if not, write to the Free
19-
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
2019
*/
2120

2221
#ifdef HAVE_CONFIG_H

examples/dom_xpath/main.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
* Library General Public License for more details.
1414
*
1515
* You should have received a copy of the GNU Library General Public
16-
* License along with this library; if not, write to the Free
17-
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
1817
*/
1918

2019
#include <cstdlib>

examples/dtdvalidation/main.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
* Library General Public License for more details.
1414
*
1515
* You should have received a copy of the GNU Library General Public
16-
* License along with this library; if not, write to the Free
17-
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
1817
*/
1918

2019

examples/sax_exception/main.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
* Library General Public License for more details.
1414
*
1515
* You should have received a copy of the GNU Library General Public
16-
* License along with this library; if not, write to the Free
17-
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
1817
*/
1918

2019
/* This example is nearly the same than sax_parser, but demonstrate how exception

examples/sax_exception/myparser.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
* Library General Public License for more details.
1414
*
1515
* You should have received a copy of the GNU Library General Public
16-
* License along with this library; if not, write to the Free
17-
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
1817
*/
1918

2019
#include "myparser.h"

examples/sax_exception/myparser.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
* Library General Public License for more details.
1414
*
1515
* You should have received a copy of the GNU Library General Public
16-
* License along with this library; if not, write to the Free
17-
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
1817
*/
1918

2019
#ifndef __LIBXMLPP_EXAMPLES_MYPARSER_H

examples/sax_parser/main.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
* Library General Public License for more details.
1414
*
1515
* You should have received a copy of the GNU Library General Public
16-
* License along with this library; if not, write to the Free
17-
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
1817
*/
1918

2019
#ifdef HAVE_CONFIG_H

examples/sax_parser/myparser.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
* Library General Public License for more details.
1616
*
1717
* You should have received a copy of the GNU Library General Public
18-
* License along with this library; if not, write to the Free
19-
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
2019
*/
2120

2221
#include "myparser.h"

examples/sax_parser/myparser.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
* Library General Public License for more details.
1616
*
1717
* You should have received a copy of the GNU Library General Public
18-
* License along with this library; if not, write to the Free
19-
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
2019
*/
2120

2221
#ifndef __LIBXMLPP_EXAMPLES_MYPARSER_H

examples/sax_parser_build_dom/main.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
* Library General Public License for more details.
1616
*
1717
* You should have received a copy of the GNU Library General Public
18-
* License along with this library; if not, write to the Free
19-
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
2019
*/
2120

2221
#include <cstdlib>

examples/sax_parser_build_dom/svgdocument.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
* Library General Public License for more details.
1616
*
1717
* You should have received a copy of the GNU Library General Public
18-
* License along with this library; if not, write to the Free
19-
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
2019
*/
2120

2221
#include "svgdocument.h"

examples/sax_parser_build_dom/svgdocument.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
* Library General Public License for more details.
1616
*
1717
* You should have received a copy of the GNU Library General Public
18-
* License along with this library; if not, write to the Free
19-
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
2019
*/
2120

2221
#ifndef __LIBXMLPP_SVGDOCUMENT_H

examples/sax_parser_build_dom/svgelement.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
* Library General Public License for more details.
1616
*
1717
* You should have received a copy of the GNU Library General Public
18-
* License along with this library; if not, write to the Free
19-
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
2019
*/
2120

2221
#include "svgelement.h"

examples/sax_parser_build_dom/svgelement.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
* Library General Public License for more details.
1616
*
1717
* You should have received a copy of the GNU Library General Public
18-
* License along with this library; if not, write to the Free
19-
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
2019
*/
2120

2221
#ifndef __LIBXMLPP_SVGELEMENT_H

examples/sax_parser_build_dom/svggroup.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
* Library General Public License for more details.
1616
*
1717
* You should have received a copy of the GNU Library General Public
18-
* License along with this library; if not, write to the Free
19-
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
2019
*/
2120

2221
#ifndef __LIBXMLPP_SVGGROUP_H

examples/sax_parser_build_dom/svgparser.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
* Library General Public License for more details.
1616
*
1717
* You should have received a copy of the GNU Library General Public
18-
* License along with this library; if not, write to the Free
19-
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
2019
*/
2120

2221
#include <iostream>

examples/sax_parser_build_dom/svgparser.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
* Library General Public License for more details.
1616
*
1717
* You should have received a copy of the GNU Library General Public
18-
* License along with this library; if not, write to the Free
19-
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
2019
*/
2120

2221
#ifndef __LIBXMLPP_SVGPARSER_H

examples/sax_parser_build_dom/svgpath.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
* Library General Public License for more details.
1616
*
1717
* You should have received a copy of the GNU Library General Public
18-
* License along with this library; if not, write to the Free
19-
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
2019
*/
2120

2221
#ifndef __LIBXMLPP_SVGPATH_H

examples/sax_parser_entities/main.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
* Library General Public License for more details.
1414
*
1515
* You should have received a copy of the GNU Library General Public
16-
* License along with this library; if not, write to the Free
17-
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
1817
*/
1918

2019
#ifdef HAVE_CONFIG_H

examples/sax_parser_entities/myparser.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
* Library General Public License for more details.
1414
*
1515
* You should have received a copy of the GNU Library General Public
16-
* License along with this library; if not, write to the Free
17-
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
1817
*/
1918

2019
#include "myparser.h"

examples/sax_parser_entities/myparser.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
* Library General Public License for more details.
1414
*
1515
* You should have received a copy of the GNU Library General Public
16-
* License along with this library; if not, write to the Free
17-
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
1817
*/
1918

2019
#ifndef __LIBXMLPP_EXAMPLES_MYPARSER_H

examples/schemavalidation/main.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
* Library General Public License for more details.
1414
*
1515
* You should have received a copy of the GNU Library General Public
16-
* License along with this library; if not, write to the Free
17-
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
1817
*/
1918

2019
#ifdef HAVE_CONFIG_H

examples/textreader/main.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
* Library General Public License for more details.
1414
*
1515
* You should have received a copy of the GNU Library General Public
16-
* License along with this library; if not, write to the Free
17-
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
1817
*/
1918

2019
#include <libxml++/libxml++.h>

libxml++/exceptions/exception.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
* Library General Public License for more details.
1414
*
1515
* You should have received a copy of the GNU Library General Public
16-
* License along with this library; if not, write to the Free
17-
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
1817
*/
1918

2019
#ifndef __LIBXMLPP_EXCEPTION_H

libxml++/exceptions/internal_error.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
* Library General Public License for more details.
1414
*
1515
* You should have received a copy of the GNU Library General Public
16-
* License along with this library; if not, write to the Free
17-
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
1817
*/
1918

2019
#ifndef __LIBXMLPP_INTERNAL_ERROR_H

libxml++/exceptions/parse_error.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
* Library General Public License for more details.
1414
*
1515
* You should have received a copy of the GNU Library General Public
16-
* License along with this library; if not, write to the Free
17-
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
1817
*/
1918

2019
#ifndef __LIBXMLPP_PARSE_ERROR_H

libxml++/exceptions/validity_error.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
* Library General Public License for more details.
1414
*
1515
* You should have received a copy of the GNU Library General Public
16-
* License along with this library; if not, write to the Free
17-
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
1817
*/
1918

2019
#ifndef __LIBXMLPP_VALIDITY_ERROR_H

libxml++/exceptions/wrapped_exception.cc

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

1817
#include "wrapped_exception.h"

libxml++/exceptions/wrapped_exception.h

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

1817
#ifndef __LIBXMLPP_WRAPPED_EXCEPTION_H

libxml++/ustring.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
* Lesser General Public License for more details.
1313
*
1414
* 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
15+
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
1716
*
1817
*/
1918

tests/Makefile.am

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
AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) -I. $(LIBXMLXX_CFLAGS)
1817
AM_CXXFLAGS = $(LIBXMLXX_WXXFLAGS)

tests/istream_ioparser/main.cc

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

1817
#include <libxml++/libxml++.h>

tests/saxparser_chunk_parsing_inconsistent_state/main.cc

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

1817
#include <libxml++/libxml++.h>

tests/saxparser_parse_double_free/main.cc

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

1817
#include <libxml++/libxml++.h>

0 commit comments

Comments
 (0)