Skip to content

Commit 2f26e4c

Browse files
committed
Fix some licensing nits
Update instructions for getting a copy of the LGPL to use a URL rather than the FSF’s mailing address. Fix some mentions of the GPL which should be of the LGPL.
1 parent e2e0f2a commit 2f26e4c

15 files changed

+50
-65
lines changed

providers/applespell_checker.mm

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,18 @@
33
* Copyright (C) 2004 Francis James Franklin
44
*
55
* This program is free software; you can redistribute it and/or
6-
* modify it under the terms of the GNU General Public License
7-
* as published by the Free Software Foundation; either version 2
6+
* modify it under the terms of the GNU Lesser General Public License
7+
* as published by the Free Software Foundation; either version 2.1
88
* of the License, or (at your option) any later version.
99
*
1010
* This program is distributed in the hope that it will be useful,
1111
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1212
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13-
* GNU General Public License for more details.
13+
* GNU Lesser General Public License for more details.
1414
*
15-
* You should have received a copy of the GNU General Public License
16-
* along with this program; if not, write to the Free Software
17-
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
18-
* 02110-1301, USA.
15+
* You should have received a copy of the GNU Lesser General Public License
16+
* along along with this program; if not, see
17+
* <https://www.gnu.org/licenses/>.
1918
*/
2019

2120
#include "config.h"

providers/enchant_aspell.c

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@
1111
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1212
* Lesser General Public License for more details.
1313
*
14-
* You should have received a copy of the GNU Lesser General Public
15-
* License along with this library; if not, write to the
16-
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17-
* Boston, MA 02110-1301, USA.
14+
* You should have received a copy of the GNU Lesser General Public License
15+
* along along with this program; if not, see
16+
* <https://www.gnu.org/licenses/>.
1817
*
1918
* In addition, as a special exception, the copyright holders
2019
* give permission to link the code of this program with

providers/enchant_hspell.c

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@
1313
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1414
* Lesser General Public License for more details.
1515
*
16-
* You should have received a copy of the GNU Lesser General Public
17-
* License along with this library; if not, write to the
18-
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
19-
* Boston, MA 02110-1301, USA.
16+
* You should have received a copy of the GNU Lesser General Public License
17+
* along along with this program; if not, see
18+
* <https://www.gnu.org/licenses/>.
2019
*
2120
* In addition, as a special exception, the copyright holders
2221
* give permission to link the code of this program with

providers/enchant_hunspell.cpp

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,15 @@
1212
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1313
* Lesser General Public License for more details.
1414
*
15-
* You should have received a copy of the GNU Lesser General Public
16-
* License along with this library; if not, write to the
17-
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18-
* Boston, MA 02110-1301, USA.
15+
* You should have received a copy of the GNU Lesser General Public License
16+
* along along with this program; if not, see
17+
* <https://www.gnu.org/licenses/>.
1918
*
2019
* In addition, as a special exception, the copyright holders
2120
* give permission to link the code of this program with
2221
* non-LGPL Spelling Provider libraries (eg: a MSFT Office
2322
* spell checker backend) and distribute linked combinations including
24-
* the two. You must obey the GNU General Public License in all
23+
* the two. You must obey the GNU Lesser General Public License in all
2524
* respects for all of the code used other than said providers. If you modify
2625
* this file, you may extend this exception to your version of the
2726
* file, but you are not obligated to do so. If you do not wish to

providers/enchant_nuspell.cpp

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,15 @@
1212
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1313
* Lesser General Public License for more details.
1414
*
15-
* You should have received a copy of the GNU Lesser General Public
16-
* License along with this library; if not, write to the
17-
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18-
* Boston, MA 02110-1301, USA.
15+
* You should have received a copy of the GNU Lesser General Public License
16+
* along along with this program; if not, see
17+
* <https://www.gnu.org/licenses/>.
1918
*
2019
* In addition, as a special exception, the copyright holders
2120
* give permission to link the code of this program with
2221
* non-LGPL Spelling Provider libraries (eg: a MSFT Office
2322
* spell checker backend) and distribute linked combinations including
24-
* the two. You must obey the GNU General Public License in all
23+
* the two. You must obey the GNU Lesser General Public License in all
2524
* respects for all of the code used other than said providers. If you modify
2625
* this file, you may extend this exception to your version of the
2726
* file, but you are not obligated to do so. If you do not wish to

providers/enchant_voikko.c

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@
1414
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1515
* Lesser General Public License for more details.
1616
*
17-
* You should have received a copy of the GNU Lesser General Public
18-
* License along with this library; if not, write to the
19-
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20-
* Boston, MA 02110-1301, USA.
17+
* You should have received a copy of the GNU Lesser General Public License
18+
* along along with this program; if not, see
19+
* <https://www.gnu.org/licenses/>.
2120
*
2221
* In addition, as a special exception, the copyright holders
2322
* give permission to link the code of this program with

providers/enchant_zemberek.cpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@
1111
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1212
* Lesser General Public License for more details.
1313
*
14-
* You should have received a copy of the GNU Lesser General Public
15-
* License along with this library; if not, write to the
16-
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17-
* Boston, MA 02110-1301, USA.
14+
* You should have received a copy of the GNU Lesser General Public License
15+
* along along with this program; if not, see
16+
* <https://www.gnu.org/licenses/>.
1817
*
1918
* In addition, as a special exception, the copyright holders
2019
* give permission to link the code of this program with

src/enchant++.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@
1212
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1313
* Lesser General Public License for more details.
1414
*
15-
* You should have received a copy of the GNU Lesser General Public
16-
* License along with this library; if not, write to the
17-
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18-
* Boston, MA 02110-1301, USA.
15+
* You should have received a copy of the GNU Lesser General Public License
16+
* along along with this program; if not, see
17+
* <https://www.gnu.org/licenses/>.
1918
*
2019
* In addition, as a special exception, the copyright holders
2120
* give permission to link the code of this program with

src/enchant-lsmod.c

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@
1212
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1313
* Lesser General Public License for more details.
1414
*
15-
* You should have received a copy of the GNU Lesser General Public
16-
* License along with this library; if not, write to the
17-
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18-
* Boston, MA 02110-1301, USA.
15+
* You should have received a copy of the GNU Lesser General Public License
16+
* along along with this program; if not, see
17+
* <https://www.gnu.org/licenses/>.
1918
*
2019
* In addition, as a special exception, the copyright holders
2120
* give permission to link the code of this program with

src/enchant-provider.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@
1212
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1313
* Lesser General Public License for more details.
1414
*
15-
* You should have received a copy of the GNU Lesser General Public
16-
* License along with this library; if not, write to the
17-
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18-
* Boston, MA 02110-1301, USA.
15+
* You should have received a copy of the GNU Lesser General Public License
16+
* along along with this program; if not, see
17+
* <https://www.gnu.org/licenses/>.
1918
*
2019
* In addition, as a special exception, the copyright holders
2120
* give permission to link the code of this program with

0 commit comments

Comments
 (0)