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 /CapturaTests/CapturaTests.swift | |
| parent | 9be247c36cb15153de2cbafe7e1c53209182f29e (diff) | |
Add license and contributing
Diffstat (limited to 'CapturaTests/CapturaTests.swift')
| -rw-r--r-- | CapturaTests/CapturaTests.swift | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/CapturaTests/CapturaTests.swift b/CapturaTests/CapturaTests.swift index 3ba4ac0..363f42b 100644 --- a/CapturaTests/CapturaTests.swift +++ b/CapturaTests/CapturaTests.swift @@ -1,9 +1,19 @@ -// -// CapturaTests.swift -// CapturaTests -// -// Created by Ruben Beltran del Rio on 7/24/23. -// +/* + 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 XCTest @testable import Captura |