Skip to content

Commit f66fc4d

Browse files
author
Alexander Mueller
committed
Issue 582: Migrate license to GPLv3
Migrate the license files and the sourcecode to GPLv3. * LICENSE.txt, GPL.txt: license updated and LGPL stuff removed * LGPL.txt deleted * *.cpp, *.hpp: updated license information git-svn-id: http://rapidsvn.tigris.org/svn/rapidsvn/trunk@7772 65390229-12b7-0310-b90b-f21a5aa7ec8e
1 parent 67f516c commit f66fc4d

File tree

222 files changed

+2264
-2603
lines changed

Some content is hidden

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

222 files changed

+2264
-2603
lines changed

GPL.txt

+652-258
Large diffs are not rendered by default.

LGPL.txt

-458
This file was deleted.

LICENSE.txt

+5-24
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,14 @@ information on the RapidSvn Group, please see
99
<http://rapidsvn.tigris.org/>.
1010

1111
RapidSVN is licensed under the GNU General Public License.
12-
Svncpp is licensed under the GNU Lesser General Public License.
1312
All documentation included in this distribution and on the website
1413
is licensed under the GNU Free Documentation License.
1514

1615

17-
=== RapidSVN: GNU General Public License ===
18-
This program is free software; you can redistribute it and/or modify
16+
=== Source Code: GNU General Public License ===
17+
This program is free software: you can redistribute it and/or modify
1918
it under the terms of the GNU General Public License as published by
20-
the Free Software Foundation; either version 2 of the License, or
19+
the Free Software Foundation, either version 3 of the License, or
2120
(at your option) any later version.
2221

2322
This program is distributed in the hope that it will be useful,
@@ -26,26 +25,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2625
GNU General Public License for more details.
2726

2827
You should have received a copy of the GNU General Public License
29-
along with this program (in the file GPL.txt); if not, write to
30-
the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
31-
Boston, MA 02110-1301 USA
32-
33-
34-
=== Svncpp: GNU Lesser General Public License ===
35-
This library is free software; you can redistribute it and/or
36-
modify it under the terms of the GNU Lesser General Public
37-
License as published by the Free Software Foundation; either
38-
version 2.1 of the License, or (at your option) any later version.
39-
40-
This library is distributed in the hope that it will be useful,
41-
but WITHOUT ANY WARRANTY; without even the implied warranty of
42-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
43-
Lesser General Public License for more details.
44-
45-
You should have received a copy of the GNU Lesser General Public
46-
License along with this library (in the file LGPL.txt); if not,
47-
write to the Free Software Foundation, Inc., 51 Franklin St,
48-
Fifth Floor, Boston, MA 02110-1301 USA
28+
along with this program (in the file GPL.txt.
29+
If not, see <http://www.gnu.org/licenses/>.
4930

5031

5132
=== Documentation: GNU Free Documentation License ===

include/svncpp/annotate_line.hpp

+12-13
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,19 @@
22
* ====================================================================
33
* Copyright (c) 2002-2008 The RapidSvn Group. All rights reserved.
44
*
5-
* This library is free software; you can redistribute it and/or
6-
* modify it under the terms of the GNU Lesser General Public
7-
* License as published by the Free Software Foundation; either
8-
* version 2.1 of the License, or (at your option) any later version.
9-
*
10-
* This library is distributed in the hope that it will be useful,
5+
* This program is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
9+
*
10+
* This program is distributed in the hope that it will be useful,
1111
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13-
* Lesser General Public License for more details.
14-
*
15-
* You should have received a copy of the GNU Lesser General Public
16-
* License along with this library (in the file LGPL.txt); if not,
17-
* write to the Free Software Foundation, Inc., 51 Franklin St,
18-
* Fifth Floor, Boston, MA 02110-1301 USA
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU General Public License
16+
* along with this program (in the file GPL.txt.
17+
* If not, see <http://www.gnu.org/licenses/>.
1918
*
2019
* This software consists of voluntary contributions made by many
2120
* individuals. For exact contribution history, see the revision

include/svncpp/apr.hpp

+12-13
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,19 @@
22
* ====================================================================
33
* Copyright (c) 2002-2008 The RapidSvn Group. All rights reserved.
44
*
5-
* This library is free software; you can redistribute it and/or
6-
* modify it under the terms of the GNU Lesser General Public
7-
* License as published by the Free Software Foundation; either
8-
* version 2.1 of the License, or (at your option) any later version.
9-
*
10-
* This library is distributed in the hope that it will be useful,
5+
* This program is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
9+
*
10+
* This program is distributed in the hope that it will be useful,
1111
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13-
* Lesser General Public License for more details.
14-
*
15-
* You should have received a copy of the GNU Lesser General Public
16-
* License along with this library (in the file LGPL.txt); if not,
17-
* write to the Free Software Foundation, Inc., 51 Franklin St,
18-
* Fifth Floor, Boston, MA 02110-1301 USA
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU General Public License
16+
* along with this program (in the file GPL.txt.
17+
* If not, see <http://www.gnu.org/licenses/>.
1918
*
2019
* This software consists of voluntary contributions made by many
2120
* individuals. For exact contribution history, see the revision

include/svncpp/client.hpp

+12-13
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,19 @@
22
* ====================================================================
33
* Copyright (c) 2002-2008 The RapidSvn Group. All rights reserved.
44
*
5-
* This library is free software; you can redistribute it and/or
6-
* modify it under the terms of the GNU Lesser General Public
7-
* License as published by the Free Software Foundation; either
8-
* version 2.1 of the License, or (at your option) any later version.
9-
*
10-
* This library is distributed in the hope that it will be useful,
5+
* This program is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
9+
*
10+
* This program is distributed in the hope that it will be useful,
1111
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13-
* Lesser General Public License for more details.
14-
*
15-
* You should have received a copy of the GNU Lesser General Public
16-
* License along with this library (in the file LGPL.txt); if not,
17-
* write to the Free Software Foundation, Inc., 51 Franklin St,
18-
* Fifth Floor, Boston, MA 02110-1301 USA
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU General Public License
16+
* along with this program (in the file GPL.txt.
17+
* If not, see <http://www.gnu.org/licenses/>.
1918
*
2019
* This software consists of voluntary contributions made by many
2120
* individuals. For exact contribution history, see the revision

include/svncpp/context.hpp

+12-13
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,19 @@
22
* ====================================================================
33
* Copyright (c) 2002-2008 The RapidSvn Group. All rights reserved.
44
*
5-
* This library is free software; you can redistribute it and/or
6-
* modify it under the terms of the GNU Lesser General Public
7-
* License as published by the Free Software Foundation; either
8-
* version 2.1 of the License, or (at your option) any later version.
9-
*
10-
* This library is distributed in the hope that it will be useful,
5+
* This program is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
9+
*
10+
* This program is distributed in the hope that it will be useful,
1111
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13-
* Lesser General Public License for more details.
14-
*
15-
* You should have received a copy of the GNU Lesser General Public
16-
* License along with this library (in the file LGPL.txt); if not,
17-
* write to the Free Software Foundation, Inc., 51 Franklin St,
18-
* Fifth Floor, Boston, MA 02110-1301 USA
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU General Public License
16+
* along with this program (in the file GPL.txt.
17+
* If not, see <http://www.gnu.org/licenses/>.
1918
*
2019
* This software consists of voluntary contributions made by many
2120
* individuals. For exact contribution history, see the revision

include/svncpp/context_listener.hpp

+12-13
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,19 @@
22
* ====================================================================
33
* Copyright (c) 2002-2008 The RapidSvn Group. All rights reserved.
44
*
5-
* This library is free software; you can redistribute it and/or
6-
* modify it under the terms of the GNU Lesser General Public
7-
* License as published by the Free Software Foundation; either
8-
* version 2.1 of the License, or (at your option) any later version.
9-
*
10-
* This library is distributed in the hope that it will be useful,
5+
* This program is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
9+
*
10+
* This program is distributed in the hope that it will be useful,
1111
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13-
* Lesser General Public License for more details.
14-
*
15-
* You should have received a copy of the GNU Lesser General Public
16-
* License along with this library (in the file LGPL.txt); if not,
17-
* write to the Free Software Foundation, Inc., 51 Franklin St,
18-
* Fifth Floor, Boston, MA 02110-1301 USA
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU General Public License
16+
* along with this program (in the file GPL.txt.
17+
* If not, see <http://www.gnu.org/licenses/>.
1918
*
2019
* This software consists of voluntary contributions made by many
2120
* individuals. For exact contribution history, see the revision

include/svncpp/datetime.hpp

+12-13
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,19 @@
22
* ====================================================================
33
* Copyright (c) 2002-2008 The RapidSvn Group. All rights reserved.
44
*
5-
* This library is free software; you can redistribute it and/or
6-
* modify it under the terms of the GNU Lesser General Public
7-
* License as published by the Free Software Foundation; either
8-
* version 2.1 of the License, or (at your option) any later version.
9-
*
10-
* This library is distributed in the hope that it will be useful,
5+
* This program is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
9+
*
10+
* This program is distributed in the hope that it will be useful,
1111
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13-
* Lesser General Public License for more details.
14-
*
15-
* You should have received a copy of the GNU Lesser General Public
16-
* License along with this library (in the file LGPL.txt); if not,
17-
* write to the Free Software Foundation, Inc., 51 Franklin St,
18-
* Fifth Floor, Boston, MA 02110-1301 USA
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU General Public License
16+
* along with this program (in the file GPL.txt.
17+
* If not, see <http://www.gnu.org/licenses/>.
1918
*
2019
* This software consists of voluntary contributions made by many
2120
* individuals. For exact contribution history, see the revision

include/svncpp/dirent.hpp

+12-13
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,19 @@
22
* ====================================================================
33
* Copyright (c) 2002-2008 The RapidSvn Group. All rights reserved.
44
*
5-
* This library is free software; you can redistribute it and/or
6-
* modify it under the terms of the GNU Lesser General Public
7-
* License as published by the Free Software Foundation; either
8-
* version 2.1 of the License, or (at your option) any later version.
9-
*
10-
* This library is distributed in the hope that it will be useful,
5+
* This program is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
9+
*
10+
* This program is distributed in the hope that it will be useful,
1111
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13-
* Lesser General Public License for more details.
14-
*
15-
* You should have received a copy of the GNU Lesser General Public
16-
* License along with this library (in the file LGPL.txt); if not,
17-
* write to the Free Software Foundation, Inc., 51 Franklin St,
18-
* Fifth Floor, Boston, MA 02110-1301 USA
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU General Public License
16+
* along with this program (in the file GPL.txt.
17+
* If not, see <http://www.gnu.org/licenses/>.
1918
*
2019
* This software consists of voluntary contributions made by many
2120
* individuals. For exact contribution history, see the revision

include/svncpp/entry.hpp

+12-13
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,19 @@
22
* ====================================================================
33
* Copyright (c) 2002-2008 The RapidSvn Group. All rights reserved.
44
*
5-
* This library is free software; you can redistribute it and/or
6-
* modify it under the terms of the GNU Lesser General Public
7-
* License as published by the Free Software Foundation; either
8-
* version 2.1 of the License, or (at your option) any later version.
9-
*
10-
* This library is distributed in the hope that it will be useful,
5+
* This program is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
9+
*
10+
* This program is distributed in the hope that it will be useful,
1111
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13-
* Lesser General Public License for more details.
14-
*
15-
* You should have received a copy of the GNU Lesser General Public
16-
* License along with this library (in the file LGPL.txt); if not,
17-
* write to the Free Software Foundation, Inc., 51 Franklin St,
18-
* Fifth Floor, Boston, MA 02110-1301 USA
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU General Public License
16+
* along with this program (in the file GPL.txt.
17+
* If not, see <http://www.gnu.org/licenses/>.
1918
*
2019
* This software consists of voluntary contributions made by many
2120
* individuals. For exact contribution history, see the revision

include/svncpp/exception.hpp

+12-13
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,19 @@
22
* ====================================================================
33
* Copyright (c) 2002-2008 The RapidSvn Group. All rights reserved.
44
*
5-
* This library is free software; you can redistribute it and/or
6-
* modify it under the terms of the GNU Lesser General Public
7-
* License as published by the Free Software Foundation; either
8-
* version 2.1 of the License, or (at your option) any later version.
9-
*
10-
* This library is distributed in the hope that it will be useful,
5+
* This program is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
9+
*
10+
* This program is distributed in the hope that it will be useful,
1111
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13-
* Lesser General Public License for more details.
14-
*
15-
* You should have received a copy of the GNU Lesser General Public
16-
* License along with this library (in the file LGPL.txt); if not,
17-
* write to the Free Software Foundation, Inc., 51 Franklin St,
18-
* Fifth Floor, Boston, MA 02110-1301 USA
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU General Public License
16+
* along with this program (in the file GPL.txt.
17+
* If not, see <http://www.gnu.org/licenses/>.
1918
*
2019
* This software consists of voluntary contributions made by many
2120
* individuals. For exact contribution history, see the revision

include/svncpp/info.hpp

+12-13
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,19 @@
22
* ====================================================================
33
* Copyright (c) 2002-2008 The RapidSvn Group. All rights reserved.
44
*
5-
* This library is free software; you can redistribute it and/or
6-
* modify it under the terms of the GNU Lesser General Public
7-
* License as published by the Free Software Foundation; either
8-
* version 2.1 of the License, or (at your option) any later version.
9-
*
10-
* This library is distributed in the hope that it will be useful,
5+
* This program is free software: you can redistribute it and/or modify
6+
* it under the terms of the GNU General Public License as published by
7+
* the Free Software Foundation, either version 3 of the License, or
8+
* (at your option) any later version.
9+
*
10+
* This program is distributed in the hope that it will be useful,
1111
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13-
* Lesser General Public License for more details.
14-
*
15-
* You should have received a copy of the GNU Lesser General Public
16-
* License along with this library (in the file LGPL.txt); if not,
17-
* write to the Free Software Foundation, Inc., 51 Franklin St,
18-
* Fifth Floor, Boston, MA 02110-1301 USA
12+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
* GNU General Public License for more details.
14+
*
15+
* You should have received a copy of the GNU General Public License
16+
* along with this program (in the file GPL.txt.
17+
* If not, see <http://www.gnu.org/licenses/>.
1918
*
2019
* This software consists of voluntary contributions made by many
2120
* individuals. For exact contribution history, see the revision

0 commit comments

Comments
 (0)