Skip to content

Commit 191c630

Browse files
committed
Update copyright notice
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
1 parent eaa4b4f commit 191c630

File tree

97 files changed

+133
-97
lines changed

Some content is hidden

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

97 files changed

+133
-97
lines changed

.github/workflows/deploy-pypi.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# Copyright (C) 2024–present Loren Eteval & contributors <loren.eteval@proton.me>
2+
#
3+
# This file is part of Furious.
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,
11+
# 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 <https://www.gnu.org/licenses/>.
17+
118
name: Github Deploy
219

320
on: [ push, pull_request ]
Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,32 @@
1+
# Copyright (C) 2024–present Loren Eteval & contributors <loren.eteval@proton.me>
2+
#
3+
# This file is part of Furious.
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,
11+
# 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 <https://www.gnu.org/licenses/>.
17+
118
name: Publish to WinGet
19+
220
on:
321
release:
422
types: [ released ]
23+
524
jobs:
625
publish:
726
runs-on: windows-latest
827
steps:
928
- uses: vedantmgoyal9/winget-releaser@main
1029
with:
1130
identifier: Package.Identifier
12-
max-versions-to-keep: 5 # keep only latest 5 versions
31+
max-versions-to-keep: 5
1332
token: ${{ secrets.WINGET_TOKEN }}

Deploy.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2024 Loren Eteval <loren.eteval@proton.me>
1+
# Copyright (C) 2024–present Loren Eteval & contributors <loren.eteval@proton.me>
22
#
33
# This file is part of Furious.
44
#
@@ -57,7 +57,7 @@
5757

5858
if PLATFORM == 'Windows' or PLATFORM == 'Darwin':
5959
NUITKA_BINARY_VERSION_OPTION += (
60-
f'--copyright=\"Copyright (C) 2024 Loren Eteval <loren.eteval@proton.me>\" '
60+
f'--copyright=\"Copyright (C) 2024–present Loren Eteval & contributors <loren.eteval@proton.me>\" '
6161
)
6262

6363
if PLATFORM == 'Windows':

Furious-GUI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2024 Loren Eteval <loren.eteval@proton.me>
1+
# Copyright (C) 2024–present Loren Eteval & contributors <loren.eteval@proton.me>
22
#
33
# This file is part of Furious.
44
#

Furious/Core/CoreManager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2024 Loren Eteval <loren.eteval@proton.me>
1+
# Copyright (C) 2024–present Loren Eteval & contributors <loren.eteval@proton.me>
22
#
33
# This file is part of Furious.
44
#

Furious/Core/Hysteria1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2024 Loren Eteval <loren.eteval@proton.me>
1+
# Copyright (C) 2024–present Loren Eteval & contributors <loren.eteval@proton.me>
22
#
33
# This file is part of Furious.
44
#

Furious/Core/Hysteria2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2024 Loren Eteval <loren.eteval@proton.me>
1+
# Copyright (C) 2024–present Loren Eteval & contributors <loren.eteval@proton.me>
22
#
33
# This file is part of Furious.
44
#

Furious/Core/Tun2socks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2024 Loren Eteval <loren.eteval@proton.me>
1+
# Copyright (C) 2024–present Loren Eteval & contributors <loren.eteval@proton.me>
22
#
33
# This file is part of Furious.
44
#

Furious/Core/XrayCore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2024 Loren Eteval <loren.eteval@proton.me>
1+
# Copyright (C) 2024–present Loren Eteval & contributors <loren.eteval@proton.me>
22
#
33
# This file is part of Furious.
44
#

Furious/Core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2024 Loren Eteval <loren.eteval@proton.me>
1+
# Copyright (C) 2024–present Loren Eteval & contributors <loren.eteval@proton.me>
22
#
33
# This file is part of Furious.
44
#

0 commit comments

Comments
 (0)