Skip to content

Commit f44833b

Browse files
committed
Changeover to AGPLv3 license
1 parent 6d07e11 commit f44833b

19 files changed

+837
-294
lines changed

LICENSE-HEADER.txt

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Copyright (c) 2020 - present Cloudogu GmbH
2+
3+
This program is free software: you can redistribute it and/or modify it under
4+
the terms of the GNU Affero General Public License as published by the Free
5+
Software Foundation, version 3.
6+
7+
This program is distributed in the hope that it will be useful, but WITHOUT
8+
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
9+
FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
10+
details.
11+
12+
You should have received a copy of the GNU Affero General Public License
13+
along with this program. If not, see https://www.gnu.org/licenses/.

LICENSE.txt

+661-21
Large diffs are not rendered by default.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ A quick look at the files and directories you'll see in an SCM-Manager project.
8585

8686
8. **`gradlew`**: Bundled gradle wrapper if you don't have gradle installed.
8787

88-
9. **`LICENSE.txt`**: This project is licensed under the MIT license.
88+
9. **`LICENSE.txt`**: This project is licensed under AGPLv3.
8989

9090
10. **`package.json`**: Here you can find the dependency/build configuration and dependencies for the frontend.
9191

build.gradle

+12-20
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,25 @@
11
/*
2-
* MIT License
2+
* Copyright (c) 2020 - present Cloudogu GmbH
33
*
4-
* Copyright (c) 2020-present Cloudogu GmbH and Contributors
4+
* This program is free software: you can redistribute it and/or modify it under
5+
* the terms of the GNU Affero General Public License as published by the Free
6+
* Software Foundation, version 3.
57
*
6-
* Permission is hereby granted, free of charge, to any person obtaining a copy
7-
* of this software and associated documentation files (the "Software"), to deal
8-
* in the Software without restriction, including without limitation the rights
9-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10-
* copies of the Software, and to permit persons to whom the Software is
11-
* furnished to do so, subject to the following conditions:
8+
* This program is distributed in the hope that it will be useful, but WITHOUT
9+
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
10+
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
11+
* details.
1212
*
13-
* The above copyright notice and this permission notice shall be included in all
14-
* copies or substantial portions of the Software.
15-
*
16-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22-
* SOFTWARE.
13+
* You should have received a copy of the GNU Affero General Public License
14+
* along with this program. If not, see https://www.gnu.org/licenses/.
2315
*/
2416

2517
plugins {
26-
id 'org.scm-manager.smp' version '0.15.0'
18+
id 'org.scm-manager.smp' version '0.17.2'
2719
}
2820

2921
scmPlugin {
30-
scmVersion = "2.13.0"
22+
scmVersion = "3.0.0"
3123
displayName = "Pushlog"
3224
description = "Tracks who pushed what to a repository"
3325
author = "Cloudogu GmbH"

gradle.properties

+10-18
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,17 @@
11
#
2-
# MIT License
2+
# Copyright (c) 2020 - present Cloudogu GmbH
33
#
4-
# Copyright (c) 2020-present Cloudogu GmbH and Contributors
4+
# This program is free software: you can redistribute it and/or modify it under
5+
# the terms of the GNU Affero General Public License as published by the Free
6+
# Software Foundation, version 3.
57
#
6-
# Permission is hereby granted, free of charge, to any person obtaining a copy
7-
# of this software and associated documentation files (the "Software"), to deal
8-
# in the Software without restriction, including without limitation the rights
9-
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10-
# copies of the Software, and to permit persons to whom the Software is
11-
# furnished to do so, subject to the following conditions:
8+
# This program is distributed in the hope that it will be useful, but WITHOUT
9+
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
10+
# FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
11+
# details.
1212
#
13-
# The above copyright notice and this permission notice shall be included in all
14-
# copies or substantial portions of the Software.
15-
#
16-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17-
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18-
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19-
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20-
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21-
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22-
# SOFTWARE.
13+
# You should have received a copy of the GNU Affero General Public License
14+
# along with this program. If not, see https://www.gnu.org/licenses/.
2315
#
2416

2517
version = 2.2.3-SNAPSHOT

gradle/changelog/agpl.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- type: changed
2+
description: Changeover to AGPLv3 license

settings.gradle

+10-18
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,17 @@
11
/*
2-
* MIT License
2+
* Copyright (c) 2020 - present Cloudogu GmbH
33
*
4-
* Copyright (c) 2020-present Cloudogu GmbH and Contributors
4+
* This program is free software: you can redistribute it and/or modify it under
5+
* the terms of the GNU Affero General Public License as published by the Free
6+
* Software Foundation, version 3.
57
*
6-
* Permission is hereby granted, free of charge, to any person obtaining a copy
7-
* of this software and associated documentation files (the "Software"), to deal
8-
* in the Software without restriction, including without limitation the rights
9-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10-
* copies of the Software, and to permit persons to whom the Software is
11-
* furnished to do so, subject to the following conditions:
8+
* This program is distributed in the hope that it will be useful, but WITHOUT
9+
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
10+
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
11+
* details.
1212
*
13-
* The above copyright notice and this permission notice shall be included in all
14-
* copies or substantial portions of the Software.
15-
*
16-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22-
* SOFTWARE.
13+
* You should have received a copy of the GNU Affero General Public License
14+
* along with this program. If not, see https://www.gnu.org/licenses/.
2315
*/
2416

2517
rootProject.name = 'scm-pushlog-plugin'

src/main/java/sonia/scm/pushlog/PushedByContributorChangesetPreProcessorFactory.java

+11-18
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,19 @@
11
/*
2-
* MIT License
2+
* Copyright (c) 2020 - present Cloudogu GmbH
33
*
4-
* Copyright (c) 2020-present Cloudogu GmbH and Contributors
4+
* This program is free software: you can redistribute it and/or modify it under
5+
* the terms of the GNU Affero General Public License as published by the Free
6+
* Software Foundation, version 3.
57
*
6-
* Permission is hereby granted, free of charge, to any person obtaining a copy
7-
* of this software and associated documentation files (the "Software"), to deal
8-
* in the Software without restriction, including without limitation the rights
9-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10-
* copies of the Software, and to permit persons to whom the Software is
11-
* furnished to do so, subject to the following conditions:
8+
* This program is distributed in the hope that it will be useful, but WITHOUT
9+
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
10+
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
11+
* details.
1212
*
13-
* The above copyright notice and this permission notice shall be included in all
14-
* copies or substantial portions of the Software.
15-
*
16-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22-
* SOFTWARE.
13+
* You should have received a copy of the GNU Affero General Public License
14+
* along with this program. If not, see https://www.gnu.org/licenses/.
2315
*/
16+
2417
package sonia.scm.pushlog;
2518

2619
import com.google.common.base.Strings;

src/main/java/sonia/scm/pushlog/Pushlog.java

+10-18
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,17 @@
11
/*
2-
* MIT License
2+
* Copyright (c) 2020 - present Cloudogu GmbH
33
*
4-
* Copyright (c) 2020-present Cloudogu GmbH and Contributors
4+
* This program is free software: you can redistribute it and/or modify it under
5+
* the terms of the GNU Affero General Public License as published by the Free
6+
* Software Foundation, version 3.
57
*
6-
* Permission is hereby granted, free of charge, to any person obtaining a copy
7-
* of this software and associated documentation files (the "Software"), to deal
8-
* in the Software without restriction, including without limitation the rights
9-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10-
* copies of the Software, and to permit persons to whom the Software is
11-
* furnished to do so, subject to the following conditions:
8+
* This program is distributed in the hope that it will be useful, but WITHOUT
9+
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
10+
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
11+
* details.
1212
*
13-
* The above copyright notice and this permission notice shall be included in all
14-
* copies or substantial portions of the Software.
15-
*
16-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22-
* SOFTWARE.
13+
* You should have received a copy of the GNU Affero General Public License
14+
* along with this program. If not, see https://www.gnu.org/licenses/.
2315
*/
2416

2517
package sonia.scm.pushlog;

src/main/java/sonia/scm/pushlog/PushlogEntry.java

+10-18
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,17 @@
11
/*
2-
* MIT License
2+
* Copyright (c) 2020 - present Cloudogu GmbH
33
*
4-
* Copyright (c) 2020-present Cloudogu GmbH and Contributors
4+
* This program is free software: you can redistribute it and/or modify it under
5+
* the terms of the GNU Affero General Public License as published by the Free
6+
* Software Foundation, version 3.
57
*
6-
* Permission is hereby granted, free of charge, to any person obtaining a copy
7-
* of this software and associated documentation files (the "Software"), to deal
8-
* in the Software without restriction, including without limitation the rights
9-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10-
* copies of the Software, and to permit persons to whom the Software is
11-
* furnished to do so, subject to the following conditions:
8+
* This program is distributed in the hope that it will be useful, but WITHOUT
9+
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
10+
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
11+
* details.
1212
*
13-
* The above copyright notice and this permission notice shall be included in all
14-
* copies or substantial portions of the Software.
15-
*
16-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22-
* SOFTWARE.
13+
* You should have received a copy of the GNU Affero General Public License
14+
* along with this program. If not, see https://www.gnu.org/licenses/.
2315
*/
2416

2517
package sonia.scm.pushlog;

src/main/java/sonia/scm/pushlog/PushlogHook.java

+11-18
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,19 @@
11
/*
2-
* MIT License
2+
* Copyright (c) 2020 - present Cloudogu GmbH
33
*
4-
* Copyright (c) 2020-present Cloudogu GmbH and Contributors
4+
* This program is free software: you can redistribute it and/or modify it under
5+
* the terms of the GNU Affero General Public License as published by the Free
6+
* Software Foundation, version 3.
57
*
6-
* Permission is hereby granted, free of charge, to any person obtaining a copy
7-
* of this software and associated documentation files (the "Software"), to deal
8-
* in the Software without restriction, including without limitation the rights
9-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10-
* copies of the Software, and to permit persons to whom the Software is
11-
* furnished to do so, subject to the following conditions:
8+
* This program is distributed in the hope that it will be useful, but WITHOUT
9+
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
10+
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
11+
* details.
1212
*
13-
* The above copyright notice and this permission notice shall be included in all
14-
* copies or substantial portions of the Software.
15-
*
16-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22-
* SOFTWARE.
13+
* You should have received a copy of the GNU Affero General Public License
14+
* along with this program. If not, see https://www.gnu.org/licenses/.
2315
*/
16+
2417
package sonia.scm.pushlog;
2518

2619
//~--- non-JDK imports --------------------------------------------------------

src/main/java/sonia/scm/pushlog/PushlogManager.java

+11-18
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,19 @@
11
/*
2-
* MIT License
2+
* Copyright (c) 2020 - present Cloudogu GmbH
33
*
4-
* Copyright (c) 2020-present Cloudogu GmbH and Contributors
4+
* This program is free software: you can redistribute it and/or modify it under
5+
* the terms of the GNU Affero General Public License as published by the Free
6+
* Software Foundation, version 3.
57
*
6-
* Permission is hereby granted, free of charge, to any person obtaining a copy
7-
* of this software and associated documentation files (the "Software"), to deal
8-
* in the Software without restriction, including without limitation the rights
9-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10-
* copies of the Software, and to permit persons to whom the Software is
11-
* furnished to do so, subject to the following conditions:
8+
* This program is distributed in the hope that it will be useful, but WITHOUT
9+
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
10+
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
11+
* details.
1212
*
13-
* The above copyright notice and this permission notice shall be included in all
14-
* copies or substantial portions of the Software.
15-
*
16-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22-
* SOFTWARE.
13+
* You should have received a copy of the GNU Affero General Public License
14+
* along with this program. If not, see https://www.gnu.org/licenses/.
2315
*/
16+
2417
package sonia.scm.pushlog;
2518

2619
import com.google.inject.Inject;

src/main/java/sonia/scm/pushlog/update/PushlogV1RepositoryConfigUpdateStep.java

+11-18
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,19 @@
11
/*
2-
* MIT License
2+
* Copyright (c) 2020 - present Cloudogu GmbH
33
*
4-
* Copyright (c) 2020-present Cloudogu GmbH and Contributors
4+
* This program is free software: you can redistribute it and/or modify it under
5+
* the terms of the GNU Affero General Public License as published by the Free
6+
* Software Foundation, version 3.
57
*
6-
* Permission is hereby granted, free of charge, to any person obtaining a copy
7-
* of this software and associated documentation files (the "Software"), to deal
8-
* in the Software without restriction, including without limitation the rights
9-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10-
* copies of the Software, and to permit persons to whom the Software is
11-
* furnished to do so, subject to the following conditions:
8+
* This program is distributed in the hope that it will be useful, but WITHOUT
9+
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
10+
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
11+
* details.
1212
*
13-
* The above copyright notice and this permission notice shall be included in all
14-
* copies or substantial portions of the Software.
15-
*
16-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22-
* SOFTWARE.
13+
* You should have received a copy of the GNU Affero General Public License
14+
* along with this program. If not, see https://www.gnu.org/licenses/.
2315
*/
16+
2417
package sonia.scm.pushlog.update;
2518

2619
import com.google.inject.Inject;

0 commit comments

Comments
 (0)