diff options
-rw-r--r-- | src/emit.lisp | 2 | ||||
-rw-r--r-- | src/main.lisp | 2 | ||||
-rw-r--r-- | src/package.lisp | 2 | ||||
-rw-r--r-- | src/parse.lisp | 2 | ||||
-rw-r--r-- | src/util.lisp | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/emit.lisp b/src/emit.lisp index 85214c2..ffa5dd6 100644 --- a/src/emit.lisp +++ b/src/emit.lisp @@ -1,5 +1,5 @@ ;; Assembler for the RISC-V[ECTOR] mini-ISA. -;; Copyright (C) 2025 +;; Copyright (C) 2025 bdunahu ;; 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 diff --git a/src/main.lisp b/src/main.lisp index c6eb4d2..01df232 100644 --- a/src/main.lisp +++ b/src/main.lisp @@ -1,5 +1,5 @@ ;; Assembler for the RISC-V[ECTOR] mini-ISA. -;; Copyright (C) 2025 +;; Copyright (C) 2025 bdunahu ;; 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 diff --git a/src/package.lisp b/src/package.lisp index 3f24cfc..355643a 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -1,5 +1,5 @@ ;; Assembler for the RISC-V[ECTOR] mini-ISA. -;; Copyright (C) 2025 +;; Copyright (C) 2025 bdunahu ;; 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 diff --git a/src/parse.lisp b/src/parse.lisp index 4e9cd5c..56c23f4 100644 --- a/src/parse.lisp +++ b/src/parse.lisp @@ -1,5 +1,5 @@ ;; Assembler for the RISC-V[ECTOR] mini-ISA. -;; Copyright (C) 2025 +;; Copyright (C) 2025 bdunahu ;; 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 diff --git a/src/util.lisp b/src/util.lisp index 14e5d74..4af50e0 100644 --- a/src/util.lisp +++ b/src/util.lisp @@ -1,5 +1,5 @@ ;; Assembler for the RISC-V[ECTOR] mini-ISA. -;; Copyright (C) 2025 +;; Copyright (C) 2025 bdunahu ;; 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 |