From: Jason Self Date: Sun, 21 Apr 2019 00:26:46 +0000 (-0700) Subject: Add SPDX-License-Identifier to all files X-Git-Url: https://jxself.org/git/?p=zilutils.git;a=commitdiff_plain;h=e66bff85f58de39f1b850a713413b0d9c10bb9a1 Add SPDX-License-Identifier to all files To aid in automated identification. --- diff --git a/Makefile.am b/Makefile.am index 586d1c2..875d7c9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,5 +16,6 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see # +# SPDX-License-Identifier: AGPL-3.0-or-later SUBDIRS = zilasm zilc diff --git a/configure.ac b/configure.ac index 5444c7e..0a6ea46 100644 --- a/configure.ac +++ b/configure.ac @@ -16,6 +16,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see # +# SPDX-License-Identifier: AGPL-3.0-or-later AC_PREREQ([2.69]) AC_INIT([zilutils], [0.1]) diff --git a/zilasm/Makefile.am b/zilasm/Makefile.am index b09e69a..9378980 100644 --- a/zilasm/Makefile.am +++ b/zilasm/Makefile.am @@ -16,6 +16,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see # +# SPDX-License-Identifier: AGPL-3.0-or-later bin_PROGRAMS = zilasm diff --git a/zilasm/configure.ac b/zilasm/configure.ac index 26578ab..881332d 100644 --- a/zilasm/configure.ac +++ b/zilasm/configure.ac @@ -16,6 +16,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see # +# SPDX-License-Identifier: AGPL-3.0-or-later AC_PREREQ([2.65]) AC_INIT([zilasm], [0.1]) diff --git a/zilasm/directives.c b/zilasm/directives.c index 46a0720..b5aaf1a 100644 --- a/zilasm/directives.c +++ b/zilasm/directives.c @@ -15,6 +15,8 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see + * + * SPDX-License-Identifier: AGPL-3.0-or-later */ #include /* bsearch */ diff --git a/zilasm/directives.h b/zilasm/directives.h index fc889d1..5b5982e 100644 --- a/zilasm/directives.h +++ b/zilasm/directives.h @@ -15,6 +15,8 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see + * + * SPDX-License-Identifier: AGPL-3.0-or-later */ #ifndef ZILASM_DIRECTIVES diff --git a/zilasm/header.c b/zilasm/header.c index 8eb0c34..54ce75e 100644 --- a/zilasm/header.c +++ b/zilasm/header.c @@ -15,6 +15,8 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see + * + * SPDX-License-Identifier: AGPL-3.0-or-later */ #include /* bzero */ diff --git a/zilasm/header.h b/zilasm/header.h index 542c064..28ab595 100644 --- a/zilasm/header.h +++ b/zilasm/header.h @@ -15,6 +15,8 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see + * + * SPDX-License-Identifier: AGPL-3.0-or-later */ #ifndef ZILASM_HEADER diff --git a/zilasm/labels.c b/zilasm/labels.c index 22715f6..c396397 100644 --- a/zilasm/labels.c +++ b/zilasm/labels.c @@ -15,6 +15,8 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see + * + * SPDX-License-Identifier: AGPL-3.0-or-later */ #include diff --git a/zilasm/labels.h b/zilasm/labels.h index 19bd95e..5ade613 100644 --- a/zilasm/labels.h +++ b/zilasm/labels.h @@ -15,6 +15,8 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see + * + * SPDX-License-Identifier: AGPL-3.0-or-later */ #ifndef ZILASM_LABELS diff --git a/zilasm/main.c b/zilasm/main.c index 38d6ec9..f0f335b 100644 --- a/zilasm/main.c +++ b/zilasm/main.c @@ -16,6 +16,8 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see + * + * SPDX-License-Identifier: AGPL-3.0-or-later */ #include diff --git a/zilasm/opcodes.c b/zilasm/opcodes.c index 5478891..1d9ad64 100644 --- a/zilasm/opcodes.c +++ b/zilasm/opcodes.c @@ -17,6 +17,8 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see + * + * SPDX-License-Identifier: GPL-3.0-or-later */ #include diff --git a/zilasm/opcodes.h b/zilasm/opcodes.h index bddcb0d..21e8ac0 100644 --- a/zilasm/opcodes.h +++ b/zilasm/opcodes.h @@ -17,6 +17,8 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see + * + * SPDX-License-Identifier: GPL-3.0-or-later */ #ifndef ZILASM_OPCODES diff --git a/zilasm/parser.c b/zilasm/parser.c index 7f8af7e..61038a4 100644 --- a/zilasm/parser.c +++ b/zilasm/parser.c @@ -15,6 +15,8 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see + * + * SPDX-License-Identifier: AGPL-3.0-or-later */ #include /* fopen, fgets */ diff --git a/zilasm/parser.h b/zilasm/parser.h index ef4bee2..c708f4d 100644 --- a/zilasm/parser.h +++ b/zilasm/parser.h @@ -15,6 +15,8 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see + * + * SPDX-License-Identifier: AGPL-3.0-or-later */ #ifndef ZILASM_PARSER diff --git a/zilasm/symtable.c b/zilasm/symtable.c index d1dd902..2c5735f 100644 --- a/zilasm/symtable.c +++ b/zilasm/symtable.c @@ -15,6 +15,8 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see + * + * SPDX-License-Identifier: AGPL-3.0-or-later */ #include diff --git a/zilasm/symtable.h b/zilasm/symtable.h index aa72b0e..bbb7084 100644 --- a/zilasm/symtable.h +++ b/zilasm/symtable.h @@ -15,6 +15,8 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see + * + * SPDX-License-Identifier: AGPL-3.0-or-later */ #ifndef ZILASM_SYMTABLE diff --git a/zilasm/zmem.c b/zilasm/zmem.c index b67e3c2..623e52e 100644 --- a/zilasm/zmem.c +++ b/zilasm/zmem.c @@ -15,6 +15,8 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see + * + * SPDX-License-Identifier: AGPL-3.0-or-later */ #include diff --git a/zilasm/zmem.h b/zilasm/zmem.h index 8ac1c02..6408770 100644 --- a/zilasm/zmem.h +++ b/zilasm/zmem.h @@ -17,6 +17,8 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see + * + * SPDX-License-Identifier: AGPL-3.0-or-later */ #ifndef ZILASM_ZMEM diff --git a/zilc/Makefile.am b/zilc/Makefile.am index 7d3530e..83b7c95 100644 --- a/zilc/Makefile.am +++ b/zilc/Makefile.am @@ -16,6 +16,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see # +# SPDX-License-Identifier: AGPL-3.0-or-later bin_PROGRAMS = zilc diff --git a/zilc/configure.ac b/zilc/configure.ac index e3eac83..f023f4a 100644 --- a/zilc/configure.ac +++ b/zilc/configure.ac @@ -16,6 +16,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see # +# SPDX-License-Identifier: AGPL-3.0-or-later AC_PREREQ([2.69]) AC_INIT([zilc], [0.1]) diff --git a/zilc/element.c b/zilc/element.c index 07f7ffe..c9ce8f3 100644 --- a/zilc/element.c +++ b/zilc/element.c @@ -15,6 +15,8 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see + * + * SPDX-License-Identifier: AGPL-3.0-or-later */ #include diff --git a/zilc/element.h b/zilc/element.h index c8f7208..722c102 100644 --- a/zilc/element.h +++ b/zilc/element.h @@ -15,6 +15,8 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see + * + * SPDX-License-Identifier: AGPL-3.0-or-later */ #ifndef __ELEMENT_H__ diff --git a/zilc/list.c b/zilc/list.c index 6b3f5d1..9364895 100644 --- a/zilc/list.c +++ b/zilc/list.c @@ -15,6 +15,8 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see + * + * SPDX-License-Identifier: AGPL-3.0-or-later */ #include "list.h" diff --git a/zilc/list.h b/zilc/list.h index 5c80931..71d54cc 100644 --- a/zilc/list.h +++ b/zilc/list.h @@ -15,6 +15,8 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see + * + * SPDX-License-Identifier: AGPL-3.0-or-later */ #ifndef __LIST_H__ diff --git a/zilc/main.c b/zilc/main.c index 4b62edf..23b67f9 100644 --- a/zilc/main.c +++ b/zilc/main.c @@ -15,6 +15,8 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see + * + * SPDX-License-Identifier: AGPL-3.0-or-later */ #include diff --git a/zilc/parser.y b/zilc/parser.y index 3b12436..b80df57 100644 --- a/zilc/parser.y +++ b/zilc/parser.y @@ -15,6 +15,8 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see + * + * SPDX-License-Identifier: AGPL-3.0-or-later */ %{ diff --git a/zilc/scanner.l b/zilc/scanner.l index 17fe26d..0734489 100644 --- a/zilc/scanner.l +++ b/zilc/scanner.l @@ -15,6 +15,8 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see + * + * SPDX-License-Identifier: AGPL-3.0-or-later */ %{