From 411578ca31444ba9742fcfcd3c4ad44f070faaa1 Mon Sep 17 00:00:00 2001 From: emre Date: Fri, 7 Aug 2026 22:21:51 +0300 Subject: [PATCH] description --- cl-intel4004.asd | 2 +- src/emulator.lisp | 2 ++ src/package.lisp | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/cl-intel4004.asd b/cl-intel4004.asd index dd1d53d..512268e 100644 --- a/cl-intel4004.asd +++ b/cl-intel4004.asd @@ -1,6 +1,6 @@ (defsystem "cl-intel4004" :author "Emre Akan" - :description "" + :description "Intel 4004 emulator" :license "GPL-3.0-or-later" :version "0.0.0" :pathname "src" diff --git a/src/emulator.lisp b/src/emulator.lisp index d10f30c..7a60bff 100644 --- a/src/emulator.lisp +++ b/src/emulator.lisp @@ -1,4 +1,6 @@ #|| +Copyright (C) 2026 Emre Akan + This file is part of cl-intel4004. cl-intel4004 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 3 of the License, or (at your option) any later version. diff --git a/src/package.lisp b/src/package.lisp index e8e6b02..7db6395 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -1,4 +1,6 @@ #|| +Copyright (C) 2026 Emre Akan + This file is part of cl-intel4004. cl-intel4004 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 3 of the License, or (at your option) any later version.