Skip to content

remove invalid FSF licenses from license text and in-file attributions #72

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions COPYING
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Version 2.1, February 1999

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

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

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
License along with this library; if not, see <https://www.gnu.org/licenses/>.

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

Expand Down
3 changes: 1 addition & 2 deletions examples/dom_build/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
*/

#include <cstdlib>
Expand Down
3 changes: 1 addition & 2 deletions examples/dom_parse_entities/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
*/

#include <libxml++/libxml++.h>
Expand Down
3 changes: 1 addition & 2 deletions examples/dom_parser/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
*/

#include <libxml++/libxml++.h>
Expand Down
3 changes: 1 addition & 2 deletions examples/dom_parser_raw/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
*/

#include <libxml++/libxml++.h>
Expand Down
3 changes: 1 addition & 2 deletions examples/dom_read_write/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
*/

#ifdef HAVE_CONFIG_H
Expand Down
3 changes: 1 addition & 2 deletions examples/dom_xpath/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
*/

#include <cstdlib>
Expand Down
3 changes: 1 addition & 2 deletions examples/dtdvalidation/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
*/


Expand Down
3 changes: 1 addition & 2 deletions examples/sax_exception/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
*/

/* This example is nearly the same than sax_parser, but demonstrate how exception
Expand Down
3 changes: 1 addition & 2 deletions examples/sax_exception/myparser.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
*/

#include "myparser.h"
Expand Down
3 changes: 1 addition & 2 deletions examples/sax_exception/myparser.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
*/

#ifndef __LIBXMLPP_EXAMPLES_MYPARSER_H
Expand Down
3 changes: 1 addition & 2 deletions examples/sax_parser/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
*/

#ifdef HAVE_CONFIG_H
Expand Down
3 changes: 1 addition & 2 deletions examples/sax_parser/myparser.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
*/

#include "myparser.h"
Expand Down
3 changes: 1 addition & 2 deletions examples/sax_parser/myparser.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
*/

#ifndef __LIBXMLPP_EXAMPLES_MYPARSER_H
Expand Down
3 changes: 1 addition & 2 deletions examples/sax_parser_build_dom/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
*/

#include <cstdlib>
Expand Down
3 changes: 1 addition & 2 deletions examples/sax_parser_build_dom/svgdocument.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
*/

#include "svgdocument.h"
Expand Down
3 changes: 1 addition & 2 deletions examples/sax_parser_build_dom/svgdocument.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
*/

#ifndef __LIBXMLPP_SVGDOCUMENT_H
Expand Down
3 changes: 1 addition & 2 deletions examples/sax_parser_build_dom/svgelement.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
*/

#include "svgelement.h"
Expand Down
3 changes: 1 addition & 2 deletions examples/sax_parser_build_dom/svgelement.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
*/

#ifndef __LIBXMLPP_SVGELEMENT_H
Expand Down
3 changes: 1 addition & 2 deletions examples/sax_parser_build_dom/svggroup.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
*/

#ifndef __LIBXMLPP_SVGGROUP_H
Expand Down
3 changes: 1 addition & 2 deletions examples/sax_parser_build_dom/svgparser.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
*/

#include <iostream>
Expand Down
3 changes: 1 addition & 2 deletions examples/sax_parser_build_dom/svgparser.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
*/

#ifndef __LIBXMLPP_SVGPARSER_H
Expand Down
3 changes: 1 addition & 2 deletions examples/sax_parser_build_dom/svgpath.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
*/

#ifndef __LIBXMLPP_SVGPATH_H
Expand Down
3 changes: 1 addition & 2 deletions examples/sax_parser_entities/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
*/

#ifdef HAVE_CONFIG_H
Expand Down
3 changes: 1 addition & 2 deletions examples/sax_parser_entities/myparser.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
*/

#include "myparser.h"
Expand Down
3 changes: 1 addition & 2 deletions examples/sax_parser_entities/myparser.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
*/

#ifndef __LIBXMLPP_EXAMPLES_MYPARSER_H
Expand Down
3 changes: 1 addition & 2 deletions examples/schemavalidation/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
*/

#ifdef HAVE_CONFIG_H
Expand Down
3 changes: 1 addition & 2 deletions examples/textreader/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
*/

#include <libxml++/libxml++.h>
Expand Down
3 changes: 1 addition & 2 deletions libxml++/exceptions/exception.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
*/

#ifndef __LIBXMLPP_EXCEPTION_H
Expand Down
3 changes: 1 addition & 2 deletions libxml++/exceptions/internal_error.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
*/

#ifndef __LIBXMLPP_INTERNAL_ERROR_H
Expand Down
3 changes: 1 addition & 2 deletions libxml++/exceptions/parse_error.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
*/

#ifndef __LIBXMLPP_PARSE_ERROR_H
Expand Down
3 changes: 1 addition & 2 deletions libxml++/exceptions/validity_error.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
*/

#ifndef __LIBXMLPP_VALIDITY_ERROR_H
Expand Down
3 changes: 1 addition & 2 deletions libxml++/exceptions/wrapped_exception.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
* Lesser General Public License for more details.
*
* 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
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
*/

#include "wrapped_exception.h"
Expand Down
3 changes: 1 addition & 2 deletions libxml++/exceptions/wrapped_exception.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
* Lesser General Public License for more details.
*
* 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
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
*/

#ifndef __LIBXMLPP_WRAPPED_EXCEPTION_H
Expand Down
3 changes: 1 addition & 2 deletions libxml++/ustring.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
* Lesser General Public License for more details.
*
* 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
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
*
*/

Expand Down
3 changes: 1 addition & 2 deletions tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
## Lesser General Public License for more details.
##
## 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
## License along with this library; if not, see <https://www.gnu.org/licenses/>.

AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) -I. $(LIBXMLXX_CFLAGS)
AM_CXXFLAGS = $(LIBXMLXX_WXXFLAGS)
Expand Down
3 changes: 1 addition & 2 deletions tests/istream_ioparser/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
* Lesser General Public License for more details.
*
* 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
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
*/

#include <libxml++/libxml++.h>
Expand Down
3 changes: 1 addition & 2 deletions tests/saxparser_chunk_parsing_inconsistent_state/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
* Lesser General Public License for more details.
*
* 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
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
*/

#include <libxml++/libxml++.h>
Expand Down
3 changes: 1 addition & 2 deletions tests/saxparser_parse_double_free/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
* Lesser General Public License for more details.
*
* 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
* License along with this library; if not, see <https://www.gnu.org/licenses/>.
*/

#include <libxml++/libxml++.h>
Expand Down
Loading