Skip to content

Commit 0d79cdb

Browse files
authored
Use SPDX in license headers (#1485)
1 parent 1f43f3e commit 0d79cdb

File tree

516 files changed

+1030
-11746
lines changed

Some content is hidden

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

516 files changed

+1030
-11746
lines changed

Packages/App/Sources/AppAccessibility/Domain/AccessibilityInfo.swift

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,6 @@
1+
// SPDX-FileCopyrightText: 2025 Davide De Rosa
12
//
2-
// AccessibilityInfo.swift
3-
// Passepartout
4-
//
5-
// Created by Davide De Rosa on 11/27/24.
6-
// Copyright (c) 2025 Davide De Rosa. All rights reserved.
7-
//
8-
// https://github.com/passepartoutvpn
9-
//
10-
// This file is part of Passepartout.
11-
//
12-
// Passepartout is free software: you can redistribute it and/or modify
13-
// it under the terms of the GNU General Public License as published by
14-
// the Free Software Foundation, either version 3 of the License, or
15-
// (at your option) any later version.
16-
//
17-
// Passepartout is distributed in the hope that it will be useful,
18-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
19-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20-
// GNU General Public License for more details.
21-
//
22-
// You should have received a copy of the GNU General Public License
23-
// along with Passepartout. If not, see <http://www.gnu.org/licenses/>.
24-
//
3+
// SPDX-License-Identifier: GPL-3.0
254

265
import Foundation
276

Packages/App/Sources/AppAccessibility/Domain/View+Accessibility.swift

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,6 @@
1+
// SPDX-FileCopyrightText: 2025 Davide De Rosa
12
//
2-
// View+Accessibility.swift
3-
// Passepartout
4-
//
5-
// Created by Davide De Rosa on 11/27/24.
6-
// Copyright (c) 2025 Davide De Rosa. All rights reserved.
7-
//
8-
// https://github.com/passepartoutvpn
9-
//
10-
// This file is part of Passepartout.
11-
//
12-
// Passepartout is free software: you can redistribute it and/or modify
13-
// it under the terms of the GNU General Public License as published by
14-
// the Free Software Foundation, either version 3 of the License, or
15-
// (at your option) any later version.
16-
//
17-
// Passepartout is distributed in the hope that it will be useful,
18-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
19-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20-
// GNU General Public License for more details.
21-
//
22-
// You should have received a copy of the GNU General Public License
23-
// along with Passepartout. If not, see <http://www.gnu.org/licenses/>.
24-
//
3+
// SPDX-License-Identifier: GPL-3.0
254

265
import SwiftUI
276

Packages/App/Sources/AppAccessibility/IPC/AppCommandLine.swift

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,6 @@
1+
// SPDX-FileCopyrightText: 2025 Davide De Rosa
12
//
2-
// AppCommandLine.swift
3-
// Passepartout
4-
//
5-
// Created by Davide De Rosa on 11/27/24.
6-
// Copyright (c) 2025 Davide De Rosa. All rights reserved.
7-
//
8-
// https://github.com/passepartoutvpn
9-
//
10-
// This file is part of Passepartout.
11-
//
12-
// Passepartout is free software: you can redistribute it and/or modify
13-
// it under the terms of the GNU General Public License as published by
14-
// the Free Software Foundation, either version 3 of the License, or
15-
// (at your option) any later version.
16-
//
17-
// Passepartout is distributed in the hope that it will be useful,
18-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
19-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20-
// GNU General Public License for more details.
21-
//
22-
// You should have received a copy of the GNU General Public License
23-
// along with Passepartout. If not, see <http://www.gnu.org/licenses/>.
24-
//
3+
// SPDX-License-Identifier: GPL-3.0
254

265
import Foundation
276

Packages/App/Sources/AppAccessibility/Screens/App.swift

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,6 @@
1+
// SPDX-FileCopyrightText: 2025 Davide De Rosa
12
//
2-
// App.swift
3-
// Passepartout
4-
//
5-
// Created by Davide De Rosa on 11/27/24.
6-
// Copyright (c) 2025 Davide De Rosa. All rights reserved.
7-
//
8-
// https://github.com/passepartoutvpn
9-
//
10-
// This file is part of Passepartout.
11-
//
12-
// Passepartout is free software: you can redistribute it and/or modify
13-
// it under the terms of the GNU General Public License as published by
14-
// the Free Software Foundation, either version 3 of the License, or
15-
// (at your option) any later version.
16-
//
17-
// Passepartout is distributed in the hope that it will be useful,
18-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
19-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20-
// GNU General Public License for more details.
21-
//
22-
// You should have received a copy of the GNU General Public License
23-
// along with Passepartout. If not, see <http://www.gnu.org/licenses/>.
24-
//
3+
// SPDX-License-Identifier: GPL-3.0
254

265
import Foundation
276

Packages/App/Sources/AppAccessibility/Screens/Profile.swift

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,6 @@
1+
// SPDX-FileCopyrightText: 2025 Davide De Rosa
12
//
2-
// Profile.swift
3-
// Passepartout
4-
//
5-
// Created by Davide De Rosa on 12/2/24.
6-
// Copyright (c) 2025 Davide De Rosa. All rights reserved.
7-
//
8-
// https://github.com/passepartoutvpn
9-
//
10-
// This file is part of Passepartout.
11-
//
12-
// Passepartout is free software: you can redistribute it and/or modify
13-
// it under the terms of the GNU General Public License as published by
14-
// the Free Software Foundation, either version 3 of the License, or
15-
// (at your option) any later version.
16-
//
17-
// Passepartout is distributed in the hope that it will be useful,
18-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
19-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20-
// GNU General Public License for more details.
21-
//
22-
// You should have received a copy of the GNU General Public License
23-
// along with Passepartout. If not, see <http://www.gnu.org/licenses/>.
24-
//
3+
// SPDX-License-Identifier: GPL-3.0
254

265
import Foundation
276

Packages/App/Sources/AppAccessibility/Screens/ProviderServers.swift

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,6 @@
1+
// SPDX-FileCopyrightText: 2025 Davide De Rosa
12
//
2-
// ProviderServers.swift
3-
// Passepartout
4-
//
5-
// Created by Davide De Rosa on 12/9/24.
6-
// Copyright (c) 2025 Davide De Rosa. All rights reserved.
7-
//
8-
// https://github.com/passepartoutvpn
9-
//
10-
// This file is part of Passepartout.
11-
//
12-
// Passepartout is free software: you can redistribute it and/or modify
13-
// it under the terms of the GNU General Public License as published by
14-
// the Free Software Foundation, either version 3 of the License, or
15-
// (at your option) any later version.
16-
//
17-
// Passepartout is distributed in the hope that it will be useful,
18-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
19-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20-
// GNU General Public License for more details.
21-
//
22-
// You should have received a copy of the GNU General Public License
23-
// along with Passepartout. If not, see <http://www.gnu.org/licenses/>.
24-
//
3+
// SPDX-License-Identifier: GPL-3.0
254

265
import Foundation
276

Packages/App/Sources/AppLibrary/AppLibrary.swift

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,6 @@
1+
// SPDX-FileCopyrightText: 2025 Davide De Rosa
12
//
2-
// AppLibrary.swift
3-
// Passepartout
4-
//
5-
// Created by Davide De Rosa on 7/31/24.
6-
// Copyright (c) 2025 Davide De Rosa. All rights reserved.
7-
//
8-
// https://github.com/passepartoutvpn
9-
//
10-
// This file is part of Passepartout.
11-
//
12-
// Passepartout is free software: you can redistribute it and/or modify
13-
// it under the terms of the GNU General Public License as published by
14-
// the Free Software Foundation, either version 3 of the License, or
15-
// (at your option) any later version.
16-
//
17-
// Passepartout is distributed in the hope that it will be useful,
18-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
19-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20-
// GNU General Public License for more details.
21-
//
22-
// You should have received a copy of the GNU General Public License
23-
// along with Passepartout. If not, see <http://www.gnu.org/licenses/>.
24-
//
3+
// SPDX-License-Identifier: GPL-3.0
254

265
@_exported import AppStrings
276
import CommonLibrary

Packages/App/Sources/AppLibrary/Business/AppContext.swift

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,6 @@
1+
// SPDX-FileCopyrightText: 2025 Davide De Rosa
12
//
2-
// AppContext.swift
3-
// Passepartout
4-
//
5-
// Created by Davide De Rosa on 8/29/24.
6-
// Copyright (c) 2025 Davide De Rosa. All rights reserved.
7-
//
8-
// https://github.com/passepartoutvpn
9-
//
10-
// This file is part of Passepartout.
11-
//
12-
// Passepartout is free software: you can redistribute it and/or modify
13-
// it under the terms of the GNU General Public License as published by
14-
// the Free Software Foundation, either version 3 of the License, or
15-
// (at your option) any later version.
16-
//
17-
// Passepartout is distributed in the hope that it will be useful,
18-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
19-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20-
// GNU General Public License for more details.
21-
//
22-
// You should have received a copy of the GNU General Public License
23-
// along with Passepartout. If not, see <http://www.gnu.org/licenses/>.
24-
//
3+
// SPDX-License-Identifier: GPL-3.0
254

265
import AppAccessibility
276
import Combine

Packages/App/Sources/AppLibrary/Business/AppearanceManager.swift

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,6 @@
1+
// SPDX-FileCopyrightText: 2025 Davide De Rosa
12
//
2-
// AppearanceManager.swift
3-
// Passepartout
4-
//
5-
// Created by Davide De Rosa on 2/18/25.
6-
// Copyright (c) 2025 Davide De Rosa. All rights reserved.
7-
//
8-
// https://github.com/passepartoutvpn
9-
//
10-
// This file is part of Passepartout.
11-
//
12-
// Passepartout is free software: you can redistribute it and/or modify
13-
// it under the terms of the GNU General Public License as published by
14-
// the Free Software Foundation, either version 3 of the License, or
15-
// (at your option) any later version.
16-
//
17-
// Passepartout is distributed in the hope that it will be useful,
18-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
19-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20-
// GNU General Public License for more details.
21-
//
22-
// You should have received a copy of the GNU General Public License
23-
// along with Passepartout. If not, see <http://www.gnu.org/licenses/>.
24-
//
3+
// SPDX-License-Identifier: GPL-3.0
254

265
import CommonLibrary
276
import Foundation

Packages/App/Sources/AppLibrary/Business/InteractiveManager.swift

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,6 @@
1+
// SPDX-FileCopyrightText: 2025 Davide De Rosa
12
//
2-
// InteractiveManager.swift
3-
// Passepartout
4-
//
5-
// Created by Davide De Rosa on 9/9/24.
6-
// Copyright (c) 2025 Davide De Rosa. All rights reserved.
7-
//
8-
// https://github.com/passepartoutvpn
9-
//
10-
// This file is part of Passepartout.
11-
//
12-
// Passepartout is free software: you can redistribute it and/or modify
13-
// it under the terms of the GNU General Public License as published by
14-
// the Free Software Foundation, either version 3 of the License, or
15-
// (at your option) any later version.
16-
//
17-
// Passepartout is distributed in the hope that it will be useful,
18-
// but WITHOUT ANY WARRANTY; without even the implied warranty of
19-
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20-
// GNU General Public License for more details.
21-
//
22-
// You should have received a copy of the GNU General Public License
23-
// along with Passepartout. If not, see <http://www.gnu.org/licenses/>.
24-
//
3+
// SPDX-License-Identifier: GPL-3.0
254

265
import CommonLibrary
276
import Foundation

0 commit comments

Comments
 (0)