Skip to content

Commit 7e0407a

Browse files
Replace licenses with MPL version 2.0
1 parent ec9b21b commit 7e0407a

File tree

189 files changed

+967
-3932
lines changed

Some content is hidden

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

189 files changed

+967
-3932
lines changed

.bazelrc

+4-20
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,7 @@
1-
#
2-
# Copyright (C) 2022 Vaticle
3-
#
4-
# Licensed to the Apache Software Foundation (ASF) under one
5-
# or more contributor license agreements. See the NOTICE file
6-
# distributed with this work for additional information
7-
# regarding copyright ownership. The ASF licenses this file
8-
# to you under the Apache License, Version 2.0 (the
9-
# "License"); you may not use this file except in compliance
10-
# with the License. You may obtain a copy of the License at
11-
#
12-
# http://www.apache.org/licenses/LICENSE-2.0
13-
#
14-
# Unless required by applicable law or agreed to in writing,
15-
# software distributed under the License is distributed on an
16-
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17-
# KIND, either express or implied. See the License for the
18-
# specific language governing permissions and limitations
19-
# under the License.
20-
#
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/.
4+
215

226
try-import ./.bazel-remote-cache.rc
237

.factory/automation.yml

+4-20
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,7 @@
1-
#
2-
# Copyright (C) 2022 Vaticle
3-
#
4-
# Licensed to the Apache Software Foundation (ASF) under one
5-
# or more contributor license agreements. See the NOTICE file
6-
# distributed with this work for additional information
7-
# regarding copyright ownership. The ASF licenses this file
8-
# to you under the Apache License, Version 2.0 (the
9-
# "License"); you may not use this file except in compliance
10-
# with the License. You may obtain a copy of the License at
11-
#
12-
# http://www.apache.org/licenses/LICENSE-2.0
13-
#
14-
# Unless required by applicable law or agreed to in writing,
15-
# software distributed under the License is distributed on an
16-
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17-
# KIND, either express or implied. See the License for the
18-
# specific language governing permissions and limitations
19-
# under the License.
20-
#
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/.
4+
215

226
config:
237
version-candidate: VERSION

.gitignore

+4-20
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,7 @@
1-
#
2-
# Copyright (C) 2022 Vaticle
3-
#
4-
# Licensed to the Apache Software Foundation (ASF) under one
5-
# or more contributor license agreements. See the NOTICE file
6-
# distributed with this work for additional information
7-
# regarding copyright ownership. The ASF licenses this file
8-
# to you under the Apache License, Version 2.0 (the
9-
# "License"); you may not use this file except in compliance
10-
# with the License. You may obtain a copy of the License at
11-
#
12-
# http://www.apache.org/licenses/LICENSE-2.0
13-
#
14-
# Unless required by applicable law or agreed to in writing,
15-
# software distributed under the License is distributed on an
16-
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17-
# KIND, either express or implied. See the License for the
18-
# specific language governing permissions and limitations
19-
# under the License.
20-
#
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/.
4+
215

226
# Mac files #
237
.DS_Store

BUILD

+6-22
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,7 @@
1-
#
2-
# Copyright (C) 2022 Vaticle
3-
#
4-
# Licensed to the Apache Software Foundation (ASF) under one
5-
# or more contributor license agreements. See the NOTICE file
6-
# distributed with this work for additional information
7-
# regarding copyright ownership. The ASF licenses this file
8-
# to you under the Apache License, Version 2.0 (the
9-
# "License"); you may not use this file except in compliance
10-
# with the License. You may obtain a copy of the License at
11-
#
12-
# http://www.apache.org/licenses/LICENSE-2.0
13-
#
14-
# Unless required by applicable law or agreed to in writing,
15-
# software distributed under the License is distributed on an
16-
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17-
# KIND, either express or implied. See the License for the
18-
# specific language governing permissions and limitations
19-
# under the License.
20-
#
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/.
4+
215

226
load("@vaticle_dependencies//tool/checkstyle:rules.bzl", "checkstyle_test")
237
load("@vaticle_dependencies//tool/release/deps:rules.bzl", "release_validate_deps")
@@ -55,13 +39,13 @@ checkstyle_test(
5539
".bazel-cache-credential.json",
5640
"banner.png",
5741
],
58-
license_type = "apache-header",
42+
license_type = "mpl-header",
5943
)
6044

6145
checkstyle_test(
6246
name = "checkstyle-license",
6347
include = ["LICENSE"],
64-
license_type = "apache-fulltext",
48+
license_type = "mpl-fulltext",
6549
)
6650

6751
# Force tools to be built during `build //...`

0 commit comments

Comments
 (0)