Added copyright notices.

This commit is contained in:
Ryan "Lofenyy" Medeiros 2023-07-01 07:18:31 -06:00
parent 21309b1ab6
commit ab1dc98e60
4 changed files with 29 additions and 0 deletions

View File

@ -40,6 +40,7 @@ dist:
mkdir -p "Build/librewands-$(version)"
cp -r "Assets/" "Build/librewands-$(version)"
cp -r "Documentation/" "Build/librewands-$(version)"
cp -r "Packaging/" "Build/librewands-$(version)"
cp -r "Source/" "Build/librewands-$(version)"
cp -r "Tests/" "Build/librewands-$(version)"
cp -r "Tools/" "Build/librewands-$(version)"

View File

@ -1,3 +1,11 @@
# This file is part of LibreWands.
# LibreWands 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.
# LibreWands 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 LibreWands. If not, see https://www.gnu.org/licenses/.
version=0.0.3
if [ "$1" == "prep" ]

View File

@ -1,3 +1,11 @@
; This file is part of LibreWands.
; LibreWands 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.
; LibreWands 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 LibreWands. If not, see https://www.gnu.org/licenses/.
(define-module (gnu packages librewands)
#:use-module (guix packages)
#:use-module (guix download)

View File

@ -0,0 +1,12 @@
// This file is part of LibreWands.
// LibreWands 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.
// LibreWands 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 LibreWands. If
// not, see https://www.gnu.org/licenses/.