Skip to content

Commit 8d4afc6

Browse files
committed
chore: 更新版权信息和许可证声明为GPL-3.0
1 parent cc34b7b commit 8d4afc6

Some content is hidden

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

56 files changed

+1379
-720
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
1-
# Copyright 2023 [email protected]
1+
# Copyright 2023-2024, shadow3 (@shadow3aaa)
22
#
3-
# Licensed under the Apache License, Version 2.0 (the "License");
4-
# you may not use this file except in compliance with the License.
5-
# You may obtain a copy of the License at
3+
# This file is part of fas-rs.
64
#
7-
# http://www.apache.org/licenses/LICENSE-2.0
5+
# fas-rs is free software: you can redistribute it and/or modify it under
6+
# the terms of the GNU General Public License as published by the Free
7+
# Software Foundation, either version 3 of the License, or (at your option)
8+
# any later version.
89
#
9-
# Unless required by applicable law or agreed to in writing, software
10-
# distributed under the License is distributed on an "AS IS" BASIS,
11-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
# See the License for the specific language governing permissions and
13-
# limitations under the License.
10+
# fas-rs is distributed in the hope that it will be useful, but WITHOUT ANY
11+
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12+
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
13+
# details.
14+
#
15+
# You should have received a copy of the GNU General Public License along
16+
# with fas-rs. If not, see <https://www.gnu.org/licenses/>.
1417

1518
version: 2
1619
updates:

.github/workflows/check-license.yaml

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
1-
# Copyright 2023 [email protected]
1+
# Copyright 2023-2024, shadow3 (@shadow3aaa)
22
#
3-
# Licensed under the Apache License, Version 2.0 (the "License");
4-
# you may not use this file except in compliance with the License.
5-
# You may obtain a copy of the License at
3+
# This file is part of fas-rs.
64
#
7-
# http://www.apache.org/licenses/LICENSE-2.0
5+
# fas-rs is free software: you can redistribute it and/or modify it under
6+
# the terms of the GNU General Public License as published by the Free
7+
# Software Foundation, either version 3 of the License, or (at your option)
8+
# any later version.
89
#
9-
# Unless required by applicable law or agreed to in writing, software
10-
# distributed under the License is distributed on an "AS IS" BASIS,
11-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
# See the License for the specific language governing permissions and
13-
# limitations under the License.
10+
# fas-rs is distributed in the hope that it will be useful, but WITHOUT ANY
11+
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12+
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
13+
# details.
14+
#
15+
# You should have received a copy of the GNU General Public License along
16+
# with fas-rs. If not, see <https://www.gnu.org/licenses/>.
1417

1518
name: check-license
1619
on:

.github/workflows/ci.yml

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
1-
# Copyright 2023 [email protected]
1+
# Copyright 2023-2024, shadow3 (@shadow3aaa)
22
#
3-
# Licensed under the Apache License, Version 2.0 (the "License");
4-
# you may not use this file except in compliance with the License.
5-
# You may obtain a copy of the License at
3+
# This file is part of fas-rs.
64
#
7-
# http://www.apache.org/licenses/LICENSE-2.0
5+
# fas-rs is free software: you can redistribute it and/or modify it under
6+
# the terms of the GNU General Public License as published by the Free
7+
# Software Foundation, either version 3 of the License, or (at your option)
8+
# any later version.
89
#
9-
# Unless required by applicable law or agreed to in writing, software
10-
# distributed under the License is distributed on an "AS IS" BASIS,
11-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
# See the License for the specific language governing permissions and
13-
# limitations under the License.
10+
# fas-rs is distributed in the hope that it will be useful, but WITHOUT ANY
11+
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12+
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
13+
# details.
14+
#
15+
# You should have received a copy of the GNU General Public License along
16+
# with fas-rs. If not, see <https://www.gnu.org/licenses/>.
1417

1518
name: ci-build
1619
on:

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If you then still feel the need to ask a question and need clarification, we rec
3737

3838
> ### Legal Notice <!-- omit in toc -->
3939
>
40-
> When contributing to this project, you must agree that you have authored 100% of the content, that you have the necessary rights to the content and that the content you contribute may be provided under the project license(currently, Apache 2.0 + GPL v3).
40+
> When contributing to this project, you must agree that you have authored 100% of the content, that you have the necessary rights to the content and that the content you contribute may be provided under the project license(GPL-3.0).
4141
4242
### Reporting Bugs
4343

Cargo.toml

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,27 @@
1-
# Copyright 2023 [email protected]
1+
# Copyright 2023-2024, shadow3 (@shadow3aaa)
22
#
3-
# Licensed under the Apache License, Version 2.0 (the "License");
4-
# you may not use this file except in compliance with the License.
5-
# You may obtain a copy of the License at
3+
# This file is part of fas-rs.
64
#
7-
# http://www.apache.org/licenses/LICENSE-2.0
5+
# fas-rs is free software: you can redistribute it and/or modify it under
6+
# the terms of the GNU General Public License as published by the Free
7+
# Software Foundation, either version 3 of the License, or (at your option)
8+
# any later version.
89
#
9-
# Unless required by applicable law or agreed to in writing, software
10-
# distributed under the License is distributed on an "AS IS" BASIS,
11-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
# See the License for the specific language governing permissions and
13-
# limitations under the License.
10+
# fas-rs is distributed in the hope that it will be useful, but WITHOUT ANY
11+
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12+
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
13+
# details.
14+
#
15+
# You should have received a copy of the GNU General Public License along
16+
# with fas-rs. If not, see <https://www.gnu.org/licenses/>.
1417

1518
[package]
1619
name = "fas-rs"
1720
version = "4.0.1"
1821
edition = "2021"
1922
description = "Frame aware scheduling for android. Requires kernel ebpf support."
2023
authors = ["shadow3"]
21-
license = "Apache-2.0"
24+
license = "GPL-3.0"
2225
readme = "README.md"
2326
repository = "https://github.com/shadow3aaa/fas-rs"
2427

0 commit comments

Comments
 (0)