Commit 7ec08e6b authored by Hartmut Goebel's avatar Hartmut Goebel
Browse files

Add missing copyright texts, license identifiers and license files.

parent fac3a9d6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
;; Per-directory local variables for GNU Emacs 23 and later.
;; Copyright 2022 by Hartmut Goebel
;; Licensed under the GNU General Public License v3 or later (GPLv3+).
;; SPDX-License-Identifier: GPL-3.0-or-later

(
 (nil
+3 −0
Original line number Diff line number Diff line
# -*- mode: sh -*-
# Copyright 2022-2025 by Hartmut Goebel
# SPDX-License-Identifier: CC0-1.0

test -d $(direnv_layout_dir) && ls $(direnv_layout_dir) | grep python
__has_pyenv=$?
if [ $__has_pyenv -ne 0  ] ; then
+3 −0
Original line number Diff line number Diff line
# SPDX-FileCopyrightText: NONE
# SPDX-License-Identifier: CC0-1.0

*       text=auto

*.odt	-text
+4 −0
Original line number Diff line number Diff line
# -*- mode: gitignore; -*-
# SPDX-FileCopyrightText: NONE
# SPDX-License-Identifier: CC0-1.0

# crazy-compiler standard excludes
/projectlogo.png
/projectlogo.ico
+3 −0
Original line number Diff line number Diff line
# Copyright (C) 2008-2025 Hartmut Goebel <h.goebel@crazy-compilers.com>
# SPDX-License-Identifier: GPL-3.0-or-later

#pdf:
#  script:
#    - make pdf
Loading