Skip to content

Commit 4fbae7f

Browse files
Replace AGPL v3.0 with MPL 2.0
1 parent 7904fcd commit 4fbae7f

36 files changed

+486
-1161
lines changed

.bazelrc

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
1-
#
2-
# Copyright (C) 2022 Vaticle
3-
#
4-
# This program is free software: you can redistribute it and/or modify
5-
# it under the terms of the GNU Affero General Public License as
6-
# published by the Free Software Foundation, either version 3 of the
7-
# License, or (at your option) any later version.
8-
#
9-
# This program is distributed in the hope that it will be useful,
10-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
# GNU Affero General Public License for more details.
13-
#
14-
# You should have received a copy of the GNU Affero General Public License
15-
# along with this program. If not, see <https://www.gnu.org/licenses/>.
16-
#
1+
# This Source Code Form is subject to the terms of the Mozilla Public
2+
# License, v. 2.0. If a copy of the MPL was not distributed with this
3+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
174

185
try-import ./.bazel-remote-cache.rc
196

.factory/automation.yml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
1-
#
2-
# Copyright (C) 2022 Vaticle
3-
#
4-
# This program is free software: you can redistribute it and/or modify
5-
# it under the terms of the GNU Affero General Public License as
6-
# published by the Free Software Foundation, either version 3 of the
7-
# License, or (at your option) any later version.
8-
#
9-
# This program is distributed in the hope that it will be useful,
10-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
# GNU Affero General Public License for more details.
13-
#
14-
# You should have received a copy of the GNU Affero General Public License
15-
# along with this program. If not, see <https://www.gnu.org/licenses/>.
16-
#
1+
# This Source Code Form is subject to the terms of the Mozilla Public
2+
# License, v. 2.0. If a copy of the MPL was not distributed with this
3+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
174

185
config:
196
version-candidate: VERSION

.gitignore

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
1-
#
2-
# Copyright (C) 2022 Vaticle
3-
#
4-
# This program is free software: you can redistribute it and/or modify
5-
# it under the terms of the GNU Affero General Public License as
6-
# published by the Free Software Foundation, either version 3 of the
7-
# License, or (at your option) any later version.
8-
#
9-
# This program is distributed in the hope that it will be useful,
10-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
# GNU Affero General Public License for more details.
13-
#
14-
# You should have received a copy of the GNU Affero General Public License
15-
# along with this program. If not, see <https://www.gnu.org/licenses/>.
16-
#
1+
# This Source Code Form is subject to the terms of the Mozilla Public
2+
# License, v. 2.0. If a copy of the MPL was not distributed with this
3+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
174

185
# Mac files #
196
.DS_Store

BUILD

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
1-
#
2-
# Copyright (C) 2022 Vaticle
3-
#
4-
# This program is free software: you can redistribute it and/or modify
5-
# it under the terms of the GNU Affero General Public License as
6-
# published by the Free Software Foundation, either version 3 of the
7-
# License, or (at your option) any later version.
8-
#
9-
# This program is distributed in the hope that it will be useful,
10-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
# GNU Affero General Public License for more details.
13-
#
14-
# You should have received a copy of the GNU Affero General Public License
15-
# along with this program. If not, see <https://www.gnu.org/licenses/>.
16-
#
1+
# This Source Code Form is subject to the terms of the Mozilla Public
2+
# License, v. 2.0. If a copy of the MPL was not distributed with this
3+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
174

185
package(default_visibility = ["//visibility:public"])
196

@@ -36,14 +23,14 @@ checkstyle_test(
3623
".bazel-remote-cache.rc",
3724
".bazel-cache-credential.json",
3825
],
39-
license_type = "agpl-header",
26+
license_type = "mpl-header",
4027
size = "small",
4128
)
4229

4330
checkstyle_test(
4431
name = "checkstyle-license",
4532
include = ["LICENSE"],
46-
license_type = "agpl-fulltext",
33+
license_type = "mpl-fulltext",
4734
size = "small",
4835
)
4936

0 commit comments

Comments
 (0)