Skip to content

Commit 52c23da

Browse files
author
Uwe Kindler
committed
Changed license to LGPL v2.1
1 parent bc37a27 commit 52c23da

24 files changed

+776
-839
lines changed

.settings/language.settings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project>
33
<configuration id="cdt.managedbuild.toolchain.gnu.mingw.base.1119687795" name="Default">
44
<extension point="org.eclipse.cdt.core.LanguageSettingsProvider">
5-
<provider class="org.eclipse.cdt.managedbuilder.internal.language.settings.providers.GCCBuiltinSpecsDetectorMinGW" console="false" env-hash="-853214798705706782" id="org.eclipse.cdt.managedbuilder.core.GCCBuiltinSpecsDetectorMinGW" keep-relative-paths="false" name="CDT GCC Built-in Compiler Settings MinGW" parameter="${COMMAND} ${FLAGS} -E -P -v -dD -std=c++14 &quot;${INPUTS}&quot;" prefer-non-shared="true">
5+
<provider class="org.eclipse.cdt.managedbuilder.internal.language.settings.providers.GCCBuiltinSpecsDetectorMinGW" console="false" env-hash="-445604897520096165" id="org.eclipse.cdt.managedbuilder.core.GCCBuiltinSpecsDetectorMinGW" keep-relative-paths="false" name="CDT GCC Built-in Compiler Settings MinGW" parameter="${COMMAND} ${FLAGS} -E -P -v -dD -std=c++14 &quot;${INPUTS}&quot;" prefer-non-shared="true">
66
<language-scope id="org.eclipse.cdt.core.gcc"/>
77
<language-scope id="org.eclipse.cdt.core.g++"/>
88
</provider>

LICENSE.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Qt Advanced Docking System
22
Copyright (C) 2017 Uwe Kindler
33

4-
This program is free software: you can redistribute it and/or modify
5-
it under the terms of the GNU General Public License as published by
6-
the Free Software Foundation, either version 3 of the License, or
7-
(at your option) any later version.
4+
This library is free software; you can redistribute it and/or
5+
modify it under the terms of the GNU Lesser General Public
6+
License as published by the Free Software Foundation; either
7+
version 2.1 of the License, or (at your option) any later version.
88

9-
This program is distributed in the hope that it will be useful,
9+
This library is distributed in the hope that it will be useful,
1010
but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
GNU General Public License for more details.
11+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12+
Lesser General Public License for more details.
1313

14-
You should have received a copy of the GNU General Public License
15-
along with this program. If not, see <http://www.gnu.org/licenses/>.
14+
You should have received a copy of the GNU Lesser General Public
15+
License along with this library; If not, see <http://www.gnu.org/licenses/>.

gnu-gpl-v3.0.md

Lines changed: 0 additions & 595 deletions
This file was deleted.

gnu-lgpl-v2.1.md

Lines changed: 494 additions & 0 deletions
Large diffs are not rendered by default.

src/DockAreaWidget.cpp

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
/*******************************************************************************
2-
** QtAdcancedDockingSystem
2+
** Qt Advanced Docking System
33
** Copyright (C) 2017 Uwe Kindler
4-
**
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,
4+
**
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,
1111
** but WITHOUT ANY WARRANTY; without even the implied warranty of
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. If not, see <http://www.gnu.org/licenses/>.
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; If not, see <http://www.gnu.org/licenses/>.
1717
******************************************************************************/
1818

1919

src/DockAreaWidget.h

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
#ifndef DockAreaWidgetH
22
#define DockAreaWidgetH
33
/*******************************************************************************
4-
** QtAdcancedDockingSystem
4+
** Qt Advanced Docking System
55
** Copyright (C) 2017 Uwe Kindler
6-
**
7-
** This program is free software: you can redistribute it and/or modify
8-
** it under the terms of the GNU General Public License as published by
9-
** the Free Software Foundation, either version 3 of the License, or
10-
** (at your option) any later version.
11-
**
12-
** This program is distributed in the hope that it will be useful,
6+
**
7+
** This library is free software; you can redistribute it and/or
8+
** modify it under the terms of the GNU Lesser General Public
9+
** License as published by the Free Software Foundation; either
10+
** version 2.1 of the License, or (at your option) any later version.
11+
**
12+
** This library is distributed in the hope that it will be useful,
1313
** but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
** GNU General Public License for more details.
16-
**
17-
** You should have received a copy of the GNU General Public License
18-
** along with this program. If not, see <http://www.gnu.org/licenses/>.
14+
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15+
** Lesser General Public License for more details.
16+
**
17+
** You should have received a copy of the GNU Lesser General Public
18+
** License along with this library; If not, see <http://www.gnu.org/licenses/>.
1919
******************************************************************************/
2020

2121

src/DockContainerWidget.cpp

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
/*******************************************************************************
2-
** QtAdcancedDockingSystem
2+
** Qt Advanced Docking System
33
** Copyright (C) 2017 Uwe Kindler
4-
**
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,
4+
**
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,
1111
** but WITHOUT ANY WARRANTY; without even the implied warranty of
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. If not, see <http://www.gnu.org/licenses/>.
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; If not, see <http://www.gnu.org/licenses/>.
1717
******************************************************************************/
1818

1919

src/DockContainerWidget.h

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
#ifndef DockContainerWidgetH
22
#define DockContainerWidgetH
33
/*******************************************************************************
4-
** QtAdcancedDockingSystem
4+
** Qt Advanced Docking System
55
** Copyright (C) 2017 Uwe Kindler
6-
**
7-
** This program is free software: you can redistribute it and/or modify
8-
** it under the terms of the GNU General Public License as published by
9-
** the Free Software Foundation, either version 3 of the License, or
10-
** (at your option) any later version.
11-
**
12-
** This program is distributed in the hope that it will be useful,
6+
**
7+
** This library is free software; you can redistribute it and/or
8+
** modify it under the terms of the GNU Lesser General Public
9+
** License as published by the Free Software Foundation; either
10+
** version 2.1 of the License, or (at your option) any later version.
11+
**
12+
** This library is distributed in the hope that it will be useful,
1313
** but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
** GNU General Public License for more details.
16-
**
17-
** You should have received a copy of the GNU General Public License
18-
** along with this program. If not, see <http://www.gnu.org/licenses/>.
14+
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15+
** Lesser General Public License for more details.
16+
**
17+
** You should have received a copy of the GNU Lesser General Public
18+
** License along with this library; If not, see <http://www.gnu.org/licenses/>.
1919
******************************************************************************/
2020

2121

src/DockManager.cpp

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
/*******************************************************************************
2-
** QtAdcancedDockingSystem
2+
** Qt Advanced Docking System
33
** Copyright (C) 2017 Uwe Kindler
4-
**
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,
4+
**
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,
1111
** but WITHOUT ANY WARRANTY; without even the implied warranty of
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. If not, see <http://www.gnu.org/licenses/>.
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; If not, see <http://www.gnu.org/licenses/>.
1717
******************************************************************************/
1818

1919

src/DockManager.h

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
#ifndef DockManagerH
22
#define DockManagerH
33
/*******************************************************************************
4-
** QtAdcancedDockingSystem
4+
** Qt Advanced Docking System
55
** Copyright (C) 2017 Uwe Kindler
6-
**
7-
** This program is free software: you can redistribute it and/or modify
8-
** it under the terms of the GNU General Public License as published by
9-
** the Free Software Foundation, either version 3 of the License, or
10-
** (at your option) any later version.
11-
**
12-
** This program is distributed in the hope that it will be useful,
6+
**
7+
** This library is free software; you can redistribute it and/or
8+
** modify it under the terms of the GNU Lesser General Public
9+
** License as published by the Free Software Foundation; either
10+
** version 2.1 of the License, or (at your option) any later version.
11+
**
12+
** This library is distributed in the hope that it will be useful,
1313
** but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
** GNU General Public License for more details.
16-
**
17-
** You should have received a copy of the GNU General Public License
18-
** along with this program. If not, see <http://www.gnu.org/licenses/>.
14+
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15+
** Lesser General Public License for more details.
16+
**
17+
** You should have received a copy of the GNU Lesser General Public
18+
** License along with this library; If not, see <http://www.gnu.org/licenses/>.
1919
******************************************************************************/
2020

2121

src/DockOverlay.cpp

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
/*******************************************************************************
2-
** QtAdcancedDockingSystem
2+
** Qt Advanced Docking System
33
** Copyright (C) 2017 Uwe Kindler
4-
**
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,
4+
**
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,
1111
** but WITHOUT ANY WARRANTY; without even the implied warranty of
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. If not, see <http://www.gnu.org/licenses/>.
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; If not, see <http://www.gnu.org/licenses/>.
1717
******************************************************************************/
1818

1919

src/DockOverlay.h

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
#ifndef DockOverlayH
22
#define DockOverlayH
33
/*******************************************************************************
4-
** QtAdcancedDockingSystem
4+
** Qt Advanced Docking System
55
** Copyright (C) 2017 Uwe Kindler
6-
**
7-
** This program is free software: you can redistribute it and/or modify
8-
** it under the terms of the GNU General Public License as published by
9-
** the Free Software Foundation, either version 3 of the License, or
10-
** (at your option) any later version.
11-
**
12-
** This program is distributed in the hope that it will be useful,
6+
**
7+
** This library is free software; you can redistribute it and/or
8+
** modify it under the terms of the GNU Lesser General Public
9+
** License as published by the Free Software Foundation; either
10+
** version 2.1 of the License, or (at your option) any later version.
11+
**
12+
** This library is distributed in the hope that it will be useful,
1313
** but WITHOUT ANY WARRANTY; without even the implied warranty of
14-
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
** GNU General Public License for more details.
16-
**
17-
** You should have received a copy of the GNU General Public License
18-
** along with this program. If not, see <http://www.gnu.org/licenses/>.
14+
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15+
** Lesser General Public License for more details.
16+
**
17+
** You should have received a copy of the GNU Lesser General Public
18+
** License along with this library; If not, see <http://www.gnu.org/licenses/>.
1919
******************************************************************************/
2020

2121

src/DockSplitter.cpp

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*******************************************************************************
2+
** Qt Advanced Docking System
3+
** Copyright (C) 2017 Uwe Kindler
4+
**
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,
11+
** 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; If not, see <http://www.gnu.org/licenses/>.
17+
******************************************************************************/
18+
19+
120
//============================================================================
221
/// \file DockSplitter.cpp
322
/// \author Uwe Kindler

src/DockSplitter.h

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
#ifndef DockSplitterH
22
#define DockSplitterH
3+
/*******************************************************************************
4+
** Qt Advanced Docking System
5+
** Copyright (C) 2017 Uwe Kindler
6+
**
7+
** This library is free software; you can redistribute it and/or
8+
** modify it under the terms of the GNU Lesser General Public
9+
** License as published by the Free Software Foundation; either
10+
** version 2.1 of the License, or (at your option) any later version.
11+
**
12+
** This library is distributed in the hope that it will be useful,
13+
** but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15+
** Lesser General Public License for more details.
16+
**
17+
** You should have received a copy of the GNU Lesser General Public
18+
** License along with this library; If not, see <http://www.gnu.org/licenses/>.
19+
******************************************************************************/
20+
21+
322
//============================================================================
423
/// \file DockSplitter.h
524
/// \author Uwe Kindler

src/DockStateSerialization.cpp

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
/*******************************************************************************
2-
** QtAdcancedDockingSystem
2+
** Qt Advanced Docking System
33
** Copyright (C) 2017 Uwe Kindler
4-
**
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,
4+
**
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,
1111
** but WITHOUT ANY WARRANTY; without even the implied warranty of
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. If not, see <http://www.gnu.org/licenses/>.
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; If not, see <http://www.gnu.org/licenses/>.
1717
******************************************************************************/
1818

1919

0 commit comments

Comments
 (0)