aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2023-12-05 15:37:35 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2023-12-08 12:41:31 +0100
commit57fde0bb5184371da33b212de6731c6e6829349f (patch)
tree916bf9ebfa6334b75ee91594b870de6ad1a0e9ec /README.md
parentc0d6966592a0aaeda220fff1171f057ef14a7ea6 (diff)
downloadaoc2023.nes-57fde0bb5184371da33b212de6731c6e6829349f.tar.gz
aoc2023.nes-57fde0bb5184371da33b212de6731c6e6829349f.zip
Implemented both parts of the second day
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index bd759b1..93e462d 100644
--- a/README.md
+++ b/README.md
@@ -27,3 +27,6 @@ wiki](https://www.nesdev.org/wiki/Nesdev_Wiki) to get a better picture.
Released under the [GPLv3+](http://www.gnu.org/licenses/gpl-3.0.txt), Copyright
(C) 2023-<i>Ω</i> Miquel Sabaté Solà.
+
+All code under the `vendor` directory is directly taken from other people and
+not written by me. Attribution is done inside of each file.