From 07982c577e4c5367a438d1ca39d45a6f8dae8697 Mon Sep 17 00:00:00 2001 From: Fredrik Salomonsson Date: Sun, 19 Mar 2023 16:28:19 -0700 Subject: Version 3.0 of the REUSE specification compliant Switch to using REUSE [0] for handling the licenses. [0] https://reuse.software/ --- tests/pinentry-rofi.scm | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to 'tests') diff --git a/tests/pinentry-rofi.scm b/tests/pinentry-rofi.scm index ac159b1..977d1d5 100755 --- a/tests/pinentry-rofi.scm +++ b/tests/pinentry-rofi.scm @@ -1,22 +1,6 @@ -;; Copyright © 2020 Fredrik "PlaTFooT" Salomonsson +;; SPDX-FileCopyrightText: 2020-2023 Fredrik Salomonsson ;; -;; Permission is hereby granted, free of charge, to any person obtaining a copy -;; of this software and associated documentation files (the "Software"), to deal -;; in the Software without restriction, including without limitation the rights -;; to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -;; copies of the Software, and to permit persons to whom the Software is -;; furnished to do so, subject to the following conditions: -;; -;; The above copyright notice and this permission notice shall be included in -;; all copies or substantial portions of the Software. -;; -;; THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -;; IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -;; FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -;; AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -;; LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -;; OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -;; THE SOFTWARE. +;; SPDX-License-Identifier: GPL-3.0-or-later (define-module (tests-pinentry-rofi) #:use-module (srfi srfi-64) -- cgit