Add a bunch of: "SPDX-License-Identifier: GPL-2.0-only" comments.

This commit is contained in:
Dianne Skoll
2022-12-26 14:24:33 -05:00
parent 90397ece64
commit 0cea410529
65 changed files with 65 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
# Demo the columns() function
#
# Run as: remind -@2 alignment.rem
# SPDX-License-Identifier: GPL-2.0-only
SET $AddBlankLines 0
BANNER %

View File

@@ -2,6 +2,7 @@
#
# A little demo script that displays ANSI text attributes
# Not all attributes work on all terminals... your mileage may vary.
# SPDX-License-Identifier: GPL-2.0-only
remind -@2 - <<'EOF'

View File

@@ -3,6 +3,7 @@
# A little demo script that displays astronomical events
#
# Best used in a UTF-8 environment.
# SPDX-License-Identifier: GPL-2.0-only
# Set this variable to 1 if your terminal has a dark background or 0 if
# it: light.

View File

@@ -17,6 +17,7 @@
# #
# This file is part of REMIND. #
# Copyright (C) 1992-2022 Dianne Skoll #
# SPDX-License-Identifier: GPL-2.0-only
# #
#############################################################################