From fcdff9cc690ecc1b3382961399e13c78da7ad3b1 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 1 Sep 2024 20:23:34 -0400 Subject: [PATCH] Add copyright headers --- GNUmakefile | 10 ++++++++++ common.py | 10 ++++++++++ makedepends | 10 ++++++++++ testrunner | 10 ++++++++++ 4 files changed, 40 insertions(+) diff --git a/GNUmakefile b/GNUmakefile index 2a6b4d4fe..754d0bdc9 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,3 +1,13 @@ +# +# Copyright (C) 2024 Simon Howard +# +# 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 2 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. +# export SOURCE_PORT = $(shell which chocolate-doom) export SDL_VIDEODRIVER = dummy diff --git a/common.py b/common.py index 0723ad495..edf441b20 100644 --- a/common.py +++ b/common.py @@ -1,3 +1,13 @@ +# +# Copyright (C) 2024 Simon Howard +# +# 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 2 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. +# from os.path import dirname, join, exists import yaml diff --git a/makedepends b/makedepends index c7962d8f2..15e7f9676 100755 --- a/makedepends +++ b/makedepends @@ -1,4 +1,14 @@ #!/usr/bin/env python3 +# +# Copyright (C) 2024 Simon Howard +# +# 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 2 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. +# from glob import glob import os diff --git a/testrunner b/testrunner index 03cd74815..3c498fd02 100755 --- a/testrunner +++ b/testrunner @@ -1,4 +1,14 @@ #!/usr/bin/env python3 +# +# Copyright (C) 2024 Simon Howard +# +# 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 2 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. +# import os from os.path import join