Add copyright headers

This commit is contained in:
Simon Howard 2024-09-01 20:23:34 -04:00
parent cf13c8ac19
commit fcdff9cc69
4 changed files with 40 additions and 0 deletions

View File

@ -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 SOURCE_PORT = $(shell which chocolate-doom)
export SDL_VIDEODRIVER = dummy export SDL_VIDEODRIVER = dummy

View File

@ -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 from os.path import dirname, join, exists
import yaml import yaml

View File

@ -1,4 +1,14 @@
#!/usr/bin/env python3 #!/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 from glob import glob
import os import os

View File

@ -1,4 +1,14 @@
#!/usr/bin/env python3 #!/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 import os
from os.path import join from os.path import join