diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-09-14 20:36:36 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-09-14 20:36:36 +0200 |
| commit | 5802c153cae64142d84e3cd5f762939501ee7e53 (patch) | |
| tree | 9028d364377a38068992eb501c27ef93bf49daa3 /Captura/Intents | |
| parent | 9be247c36cb15153de2cbafe7e1c53209182f29e (diff) | |
Add license and contributing
Diffstat (limited to 'Captura/Intents')
| -rw-r--r-- | Captura/Intents/CapturaShortcutsProvider.swift | 16 | ||||
| -rw-r--r-- | Captura/Intents/GetRemoteCaptures.swift | 16 |
2 files changed, 32 insertions, 0 deletions
diff --git a/Captura/Intents/CapturaShortcutsProvider.swift b/Captura/Intents/CapturaShortcutsProvider.swift index 2727325..9df2170 100644 --- a/Captura/Intents/CapturaShortcutsProvider.swift +++ b/Captura/Intents/CapturaShortcutsProvider.swift @@ -1,3 +1,19 @@ +/* + 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 AppIntents struct CapturaShortcutsProvider: AppShortcutsProvider { diff --git a/Captura/Intents/GetRemoteCaptures.swift b/Captura/Intents/GetRemoteCaptures.swift index 58d9583..a20cd72 100644 --- a/Captura/Intents/GetRemoteCaptures.swift +++ b/Captura/Intents/GetRemoteCaptures.swift @@ -1,3 +1,19 @@ +/* + 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 AppIntents import CoreData |