aboutsummaryrefslogtreecommitdiff
path: root/Captura/Data/CapturaURLDecoder.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Captura/Data/CapturaURLDecoder.swift')
-rw-r--r--Captura/Data/CapturaURLDecoder.swift17
1 files changed, 16 insertions, 1 deletions
diff --git a/Captura/Data/CapturaURLDecoder.swift b/Captura/Data/CapturaURLDecoder.swift
index f4c325b..cbb8a05 100644
--- a/Captura/Data/CapturaURLDecoder.swift
+++ b/Captura/Data/CapturaURLDecoder.swift
@@ -1,5 +1,20 @@
-import Foundation
+/*
+ Copyright (C) 2024 Rubén Beltrán del Río
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see https://captura.tranquil.systems.
+ */
+import Foundation
protocol ConfigureActionProtocol {
var action: String { get }