From 21626840cd2e21795c9f17b1e0b56640792d2d70 Mon Sep 17 00:00:00 2001 From: HiPhish Date: Sun, 25 Sep 2022 19:35:19 +0200 Subject: [PATCH] Add license headers to test files --- test/hssg/main.lisp | 19 +++++++++++++++++++ test/hssg/package.lisp | 19 +++++++++++++++++++ test/hssg/template.lisp | 19 +++++++++++++++++++ 3 files changed, 57 insertions(+) diff --git a/test/hssg/main.lisp b/test/hssg/main.lisp index d4e5403..2c2941c 100644 --- a/test/hssg/main.lisp +++ b/test/hssg/main.lisp @@ -1,3 +1,22 @@ +;;;; SPDX-License-Identifier AGPL-3.0-or-later + +;;;; compound.lisp Compound artifact implementation +;;;; Copyright (C) 2022 Alejandro "HiPhish" Sanchez +;;;; +;;;; This file is part of CL-HSSG. +;;;; +;;;; CL-HSSG is free software: you can redistribute it and/or modify it under +;;;; the terms of the GNU Affero General Public License as published by the +;;;; Free Software Foundation, either version 3 of the License, or (at your +;;;; option) any later version. +;;;; +;;;; CL-HSSG 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 Affero General Public License for +;;;; more details. +;;;; +;;;; You should have received a copy of the GNU Affero General Public License +;;;; along with CL-HSSG If not, see .(in-package #:hssg.artifact) (in-package #:hssg/test) (defun test-all () diff --git a/test/hssg/package.lisp b/test/hssg/package.lisp index 52f5f9f..8d0caf0 100644 --- a/test/hssg/package.lisp +++ b/test/hssg/package.lisp @@ -1,3 +1,22 @@ +;;;; SPDX-License-Identifier AGPL-3.0-or-later + +;;;; compound.lisp Compound artifact implementation +;;;; Copyright (C) 2022 Alejandro "HiPhish" Sanchez +;;;; +;;;; This file is part of CL-HSSG. +;;;; +;;;; CL-HSSG is free software: you can redistribute it and/or modify it under +;;;; the terms of the GNU Affero General Public License as published by the +;;;; Free Software Foundation, either version 3 of the License, or (at your +;;;; option) any later version. +;;;; +;;;; CL-HSSG 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 Affero General Public License for +;;;; more details. +;;;; +;;;; You should have received a copy of the GNU Affero General Public License +;;;; along with CL-HSSG If not, see .(in-package #:hssg.artifact) (defpackage #:hssg/test (:documentation "Main test package") (:use #:cl #:fiveam) diff --git a/test/hssg/template.lisp b/test/hssg/template.lisp index 61830bd..066024d 100644 --- a/test/hssg/template.lisp +++ b/test/hssg/template.lisp @@ -1,3 +1,22 @@ +;;;; SPDX-License-Identifier AGPL-3.0-or-later + +;;;; compound.lisp Compound artifact implementation +;;;; Copyright (C) 2022 Alejandro "HiPhish" Sanchez +;;;; +;;;; This file is part of CL-HSSG. +;;;; +;;;; CL-HSSG is free software: you can redistribute it and/or modify it under +;;;; the terms of the GNU Affero General Public License as published by the +;;;; Free Software Foundation, either version 3 of the License, or (at your +;;;; option) any later version. +;;;; +;;;; CL-HSSG 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 Affero General Public License for +;;;; more details. +;;;; +;;;; You should have received a copy of the GNU Affero General Public License +;;;; along with CL-HSSG If not, see .(in-package #:hssg.artifact) (in-package #:hssg/test) (def-suite hssg/template