diff --git a/LICENSE b/LICENSE index 53dbd33..48fbf77 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2020 nineties +Copyright 2021 nineties Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Makefile b/Makefile index 2fb75f4..4d5aba4 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # planckforth - -# Copyright (C) 2020 nineties +# Copyright (C) 2021 nineties planck: planck.xxd xxd -r -c 8 $< > $@ diff --git a/bootstrap.fs b/bootstrap.fs index e26682e..c555ed1 100644 --- a/bootstrap.fs +++ b/bootstrap.fs @@ -16,7 +16,7 @@ l! \ **Now we can use single-line comments!** \ planckforth - -\ Copyright (C) 2020 nineties +\ Copyright (C) 2021 nineties \ This project aims to bootstrap a Forth interpreter \ from hand-written tiny ELF binary. diff --git a/planck.xxd b/planck.xxd index 4ed96fb..db38787 100644 --- a/planck.xxd +++ b/planck.xxd @@ -1,5 +1,5 @@ 00000000: 7f45 4c46 0101 0100 # planckforth - -00000008: 0000 0000 0000 0000 # Copyright (C) 2020 nineties +00000008: 0000 0000 0000 0000 # Copyright (C) 2021 nineties 00000010: 0200 0300 0100 0000 ET_EXEC,EM_386,EV_CURRENT 00000018: 7080 0408 3400 0000 e_entry=0x08048070,e_phoff= 00000020: 0000 0000 0000 0000 e_shoff,e_flags