Skip to content

Commit b3ed026

Browse files
committed
Relicense under LGLP
1 parent 1177fa4 commit b3ed026

Some content is hidden

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

41 files changed

+136
-119
lines changed

common.pri

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Copyright 2010 wkhtmltopdf authors
1+
# Copyright 2010, 2011 wkhtmltopdf authors
22
#
33
# This file is part of wkhtmltopdf.
44
#
55
# wkhtmltopdf is free software: you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
6+
# it under the terms of the GNU Lesser General Public License as published by
77
# the Free Software Foundation, either version 3 of the License, or
88
# (at your option) any later version.
99
#
@@ -12,7 +12,7 @@
1212
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1313
# GNU General Public License for more details.
1414
#
15-
# You should have received a copy of the GNU General Public License
15+
# You should have received a copy of the GNU Lesser General Public License
1616
# along with wkhtmltopdf. If not, see <http:#www.gnu.org/licenses/>.
1717

1818
unix {

examples/pdf_c_api.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/* -*- mode: c++; tab-width: 4; indent-tabs-mode: t; eval: (progn (c-set-style "stroustrup") (c-set-offset 'innamespace 0)); -*-
22
* vi:set ts=4 sts=4 sw=4 noet :
33
*
4-
* Copyright 2010 wkhtmltopdf authors
4+
* Copyright 2010, 2011 wkhtmltopdf authors
55
*
66
* This file is part of wkhtmltopdf.
77
*
88
* wkhtmltopdf is free software: you can redistribute it and/or modify
9-
* it under the terms of the GNU General Public License as published by
9+
* it under the terms of the GNU Lesser General Public License as published by
1010
* the Free Software Foundation, either version 3 of the License, or
1111
* (at your option) any later version.
1212
*
@@ -15,7 +15,7 @@
1515
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1616
* GNU General Public License for more details.
1717
*
18-
* You should have received a copy of the GNU General Public License
18+
* You should have received a copy of the GNU Lesser General Public License
1919
* along with wkhtmltopdf. If not, see <http: *www.gnu.org/licenses/>.
2020
*/
2121

scripts/pre-commit-hook.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/bin/bash
22
#
3-
# Copyright 2010 wkhtmltopdf authors
3+
# Copyright 2010, 2011 wkhtmltopdf authors
44
#
55
# This file is part of wkhtmltopdf.
66
#
77
# wkhtmltopdf is free software: you can redistribute it and/or modify
8-
# it under the terms of the GNU General Public License as published by
8+
# it under the terms of the GNU Lesser General Public License as published by
99
# the Free Software Foundation, either version 3 of the License, or
1010
# (at your option) any later version.
1111
#
@@ -14,7 +14,7 @@
1414
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
# GNU General Public License for more details.
1616
#
17-
# You should have received a copy of the GNU General Public License
17+
# You should have received a copy of the GNU Lesser General Public License
1818
# along with wkhtmltopdf. If not, see <http:#www.gnu.org/licenses/>.
1919

2020
git diff --staged --name-only HEAD | grep -v version.pri | xargs -d '\n' python scripts/sourcefix.py || exit 1

scripts/release.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/bin/bash
22
#
3-
# Copyright 2010 wkhtmltopdf authors
3+
# Copyright 2010, 2011 wkhtmltopdf authors
44
#
55
# This file is part of wkhtmltopdf.
66
#
77
# wkhtmltopdf is free software: you can redistribute it and/or modify
8-
# it under the terms of the GNU General Public License as published by
8+
# it under the terms of the GNU Lesser General Public License as published by
99
# the Free Software Foundation, either version 3 of the License, or
1010
# (at your option) any later version.
1111
#
@@ -14,7 +14,7 @@
1414
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
# GNU General Public License for more details.
1616
#
17-
# You should have received a copy of the GNU General Public License
17+
# You should have received a copy of the GNU Lesser General Public License
1818
# along with wkhtmltopdf. If not, see <http:#www.gnu.org/licenses/>.
1919

2020
function usage() {

scripts/sourcefix.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/usr/bin/python
22
#
3-
# Copyright 2010 wkhtmltopdf authors
3+
# Copyright 2010, 2011 wkhtmltopdf authors
44
#
55
# This file is part of wkhtmltopdf.
66
#
77
# wkhtmltopdf is free software: you can redistribute it and/or modify
8-
# it under the terms of the GNU General Public License as published by
8+
# it under the terms of the GNU Lesser General Public License as published by
99
# the Free Software Foundation, either version 3 of the License, or
1010
# (at your option) any later version.
1111
#
@@ -14,7 +14,7 @@
1414
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
# GNU General Public License for more details.
1616
#
17-
# You should have received a copy of the GNU General Public License
17+
# You should have received a copy of the GNU Lesser General Public License
1818
# along with wkhtmltopdf. If not, see <http:#www.gnu.org/licenses/>.
1919

2020
from sys import argv, exit
@@ -72,7 +72,7 @@ def includesort(x):
7272
// This file is part of %(name)s.
7373
//
7474
// %(name)s is free software: you can redistribute it and/or modify
75-
// it under the terms of the GNU %(lesser)sGeneral Public License as published by
75+
// it under the terms of the GNU Lesser General Public License as published by
7676
// the Free Software Foundation, either version 3 of the License, or
7777
// (at your option) any later version.
7878
//
@@ -81,10 +81,10 @@ def includesort(x):
8181
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8282
// GNU General Public License for more details.
8383
//
84-
// You should have received a copy of the GNU %(lesser)sGeneral Public License
84+
// You should have received a copy of the GNU Lesser General Public License
8585
// along with %(name)s. If not, see <http://www.gnu.org/licenses/>.
8686
87-
"""%{"years": (", ".join(sorted(list(years)))),"name":progname, "lesser": ("Lesser " if path.startswith("src/lib/") else "")}
87+
"""%{"years": (", ".join(sorted(list(years)))),"name":progname}
8888

8989
if ext in ["c", "h", "inc"]:
9090
header = "/*" + header[2:-1] + " */\n\n"

scripts/static-build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/bin/bash
22
#
3-
# Copyright 2010 wkhtmltopdf authors
3+
# Copyright 2010, 2011 wkhtmltopdf authors
44
#
55
# This file is part of wkhtmltopdf.
66
#
77
# wkhtmltopdf is free software: you can redistribute it and/or modify
8-
# it under the terms of the GNU General Public License as published by
8+
# it under the terms of the GNU Lesser General Public License as published by
99
# the Free Software Foundation, either version 3 of the License, or
1010
# (at your option) any later version.
1111
#
@@ -14,7 +14,7 @@
1414
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
# GNU General Public License for more details.
1616
#
17-
# You should have received a copy of the GNU General Public License
17+
# You should have received a copy of the GNU Lesser General Public License
1818
# along with wkhtmltopdf. If not, see <http:#www.gnu.org/licenses/>.
1919

2020
# This script will compile static versions of wkhtmltopdf for linux and for windows (it must run in linux)

scripts/syncwkhtmltpdf.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/bin/bash
22
#
3-
# Copyright 2010 wkhtmltopdf authors
3+
# Copyright 2010, 2011 wkhtmltopdf authors
44
#
55
# This file is part of wkhtmltopdf.
66
#
77
# wkhtmltopdf is free software: you can redistribute it and/or modify
8-
# it under the terms of the GNU General Public License as published by
8+
# it under the terms of the GNU Lesser General Public License as published by
99
# the Free Software Foundation, either version 3 of the License, or
1010
# (at your option) any later version.
1111
#
@@ -14,7 +14,7 @@
1414
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
# GNU General Public License for more details.
1616
#
17-
# You should have received a copy of the GNU General Public License
17+
# You should have received a copy of the GNU Lesser General Public License
1818
# along with wkhtmltopdf. If not, see <http:#www.gnu.org/licenses/>.
1919

2020
mkdir -p include/wkhtmltox

scripts/test.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/bin/bash
22
#
3-
# Copyright 2010 wkhtmltopdf authors
3+
# Copyright 2010, 2011 wkhtmltopdf authors
44
#
55
# This file is part of wkhtmltopdf.
66
#
77
# wkhtmltopdf is free software: you can redistribute it and/or modify
8-
# it under the terms of the GNU General Public License as published by
8+
# it under the terms of the GNU Lesser General Public License as published by
99
# the Free Software Foundation, either version 3 of the License, or
1010
# (at your option) any later version.
1111
#
@@ -14,7 +14,7 @@
1414
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
# GNU General Public License for more details.
1616
#
17-
# You should have received a copy of the GNU General Public License
17+
# You should have received a copy of the GNU Lesser General Public License
1818
# along with wkhtmltopdf. If not, see <http:#www.gnu.org/licenses/>.
1919

2020
#This script will test a compiled wkhtmltopdf for some basic functionality

scripts/upload.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/bin/bash
22
#
3-
# Copyright 2010 wkhtmltopdf authors
3+
# Copyright 2010, 2011 wkhtmltopdf authors
44
#
55
# This file is part of wkhtmltopdf.
66
#
77
# wkhtmltopdf is free software: you can redistribute it and/or modify
8-
# it under the terms of the GNU General Public License as published by
8+
# it under the terms of the GNU Lesser General Public License as published by
99
# the Free Software Foundation, either version 3 of the License, or
1010
# (at your option) any later version.
1111
#
@@ -14,7 +14,7 @@
1414
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
# GNU General Public License for more details.
1616
#
17-
# You should have received a copy of the GNU General Public License
17+
# You should have received a copy of the GNU Lesser General Public License
1818
# along with wkhtmltopdf. If not, see <http:#www.gnu.org/licenses/>.
1919

2020
cd "release-$1"

src/image/image.pro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Copyright 2010 wkhtmltopdf authors
1+
# Copyright 2010, 2011 wkhtmltopdf authors
22
#
33
# This file is part of wkhtmltopdf.
44
#
55
# wkhtmltopdf is free software: you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
6+
# it under the terms of the GNU Lesser General Public License as published by
77
# the Free Software Foundation, either version 3 of the License, or
88
# (at your option) any later version.
99
#
@@ -12,7 +12,7 @@
1212
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1313
# GNU General Public License for more details.
1414
#
15-
# You should have received a copy of the GNU General Public License
15+
# You should have received a copy of the GNU Lesser General Public License
1616
# along with wkhtmltopdf. If not, see <http:#www.gnu.org/licenses/>.
1717

1818
include(../../version.pri)

src/image/imagearguments.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// -*- mode: c++; tab-width: 4; indent-tabs-mode: t; eval: (progn (c-set-style "stroustrup") (c-set-offset 'innamespace 0)); -*-
22
// vi:set ts=4 sts=4 sw=4 noet :
33
//
4-
// Copyright 2010 wkhtmltopdf authors
4+
// Copyright 2010, 2011 wkhtmltopdf authors
55
//
66
// This file is part of wkhtmltopdf.
77
//
88
// wkhtmltopdf is free software: you can redistribute it and/or modify
9-
// it under the terms of the GNU General Public License as published by
9+
// it under the terms of the GNU Lesser General Public License as published by
1010
// the Free Software Foundation, either version 3 of the License, or
1111
// (at your option) any later version.
1212
//
@@ -15,7 +15,7 @@
1515
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1616
// GNU General Public License for more details.
1717
//
18-
// You should have received a copy of the GNU General Public License
18+
// You should have received a copy of the GNU Lesser General Public License
1919
// along with wkhtmltopdf. If not, see <http://www.gnu.org/licenses/>.
2020

2121
#include "arghandler.inl"

src/image/imagecommandlineparser.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// -*- mode: c++; tab-width: 4; indent-tabs-mode: t; eval: (progn (c-set-style "stroustrup") (c-set-offset 'innamespace 0)); -*-
22
// vi:set ts=4 sts=4 sw=4 noet :
33
//
4-
// Copyright 2010 wkhtmltopdf authors
4+
// Copyright 2010, 2011 wkhtmltopdf authors
55
//
66
// This file is part of wkhtmltopdf.
77
//
88
// wkhtmltopdf is free software: you can redistribute it and/or modify
9-
// it under the terms of the GNU General Public License as published by
9+
// it under the terms of the GNU Lesser General Public License as published by
1010
// the Free Software Foundation, either version 3 of the License, or
1111
// (at your option) any later version.
1212
//
@@ -15,7 +15,7 @@
1515
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1616
// GNU General Public License for more details.
1717
//
18-
// You should have received a copy of the GNU General Public License
18+
// You should have received a copy of the GNU Lesser General Public License
1919
// along with wkhtmltopdf. If not, see <http://www.gnu.org/licenses/>.
2020

2121
#include "imagecommandlineparser.hh"

src/image/imagecommandlineparser.hh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// -*- mode: c++; tab-width: 4; indent-tabs-mode: t; eval: (progn (c-set-style "stroustrup") (c-set-offset 'innamespace 0)); -*-
22
// vi:set ts=4 sts=4 sw=4 noet :
33
//
4-
// Copyright 2010 wkhtmltopdf authors
4+
// Copyright 2010, 2011 wkhtmltopdf authors
55
//
66
// This file is part of wkhtmltopdf.
77
//
88
// wkhtmltopdf is free software: you can redistribute it and/or modify
9-
// it under the terms of the GNU General Public License as published by
9+
// it under the terms of the GNU Lesser General Public License as published by
1010
// the Free Software Foundation, either version 3 of the License, or
1111
// (at your option) any later version.
1212
//
@@ -15,7 +15,7 @@
1515
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1616
// GNU General Public License for more details.
1717
//
18-
// You should have received a copy of the GNU General Public License
18+
// You should have received a copy of the GNU Lesser General Public License
1919
// along with wkhtmltopdf. If not, see <http://www.gnu.org/licenses/>.
2020

2121
#ifndef __IMAGECOMMANDLINEPARSER_HH__

src/image/imagedocparts.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// -*- mode: c++; tab-width: 4; indent-tabs-mode: t; eval: (progn (c-set-style "stroustrup") (c-set-offset 'innamespace 0)); -*-
22
// vi:set ts=4 sts=4 sw=4 noet :
33
//
4-
// Copyright 2010 wkhtmltopdf authors
4+
// Copyright 2010, 2011 wkhtmltopdf authors
55
//
66
// This file is part of wkhtmltopdf.
77
//
88
// wkhtmltopdf is free software: you can redistribute it and/or modify
9-
// it under the terms of the GNU General Public License as published by
9+
// it under the terms of the GNU Lesser General Public License as published by
1010
// the Free Software Foundation, either version 3 of the License, or
1111
// (at your option) any later version.
1212
//
@@ -15,7 +15,7 @@
1515
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1616
// GNU General Public License for more details.
1717
//
18-
// You should have received a copy of the GNU General Public License
18+
// You should have received a copy of the GNU Lesser General Public License
1919
// along with wkhtmltopdf. If not, see <http://www.gnu.org/licenses/>.
2020

2121
#include "imagecommandlineparser.hh"

src/image/wkhtmltoimage.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
// -*- mode: c++; tab-width: 4; indent-tabs-mode: t; eval: (progn (c-set-style "stroustrup") (c-set-offset 'innamespace 0)); -*-
22
// vi:set ts=4 sts=4 sw=4 noet :
33
//
4-
// Copyright 2010 wkhtmltopdf authors
4+
// Copyright 2010, 2011 wkhtmltopdf authors
55
//
66
// This file is part of wkhtmltopdf.
77
//
88
// wkhtmltopdf is free software: you can redistribute it and/or modify
9-
// it under the terms of the GNU General Public License as published by
9+
// it under the terms of the GNU Lesser General Public License as published by
1010
// the Free Software Foundation, either version 3 of the License, or
1111
// (at your option) any later version.
1212
//
@@ -15,7 +15,7 @@
1515
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1616
// GNU General Public License for more details.
1717
//
18-
// You should have received a copy of the GNU General Public License
18+
// You should have received a copy of the GNU Lesser General Public License
1919
// along with wkhtmltopdf. If not, see <http://www.gnu.org/licenses/>.
2020

2121
#include "imagecommandlineparser.hh"

src/pdf/pdf.pro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Copyright 2010 wkhtmltopdf authors
1+
# Copyright 2010, 2011 wkhtmltopdf authors
22
#
33
# This file is part of wkhtmltopdf.
44
#
55
# wkhtmltopdf is free software: you can redistribute it and/or modify
6-
# it under the terms of the GNU General Public License as published by
6+
# it under the terms of the GNU Lesser General Public License as published by
77
# the Free Software Foundation, either version 3 of the License, or
88
# (at your option) any later version.
99
#
@@ -12,7 +12,7 @@
1212
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1313
# GNU General Public License for more details.
1414
#
15-
# You should have received a copy of the GNU General Public License
15+
# You should have received a copy of the GNU Lesser General Public License
1616
# along with wkhtmltopdf. If not, see <http:#www.gnu.org/licenses/>.
1717

1818
include(../../version.pri)

0 commit comments

Comments
 (0)