mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
fix copyright year
This commit is contained in:
parent
51891bf4af
commit
d816197fac
4 changed files with 4 additions and 4 deletions
2
LICENSE
2
LICENSE
|
@ -1,4 +1,4 @@
|
|||
Copyright 2020 nineties<koichi@idein.jp>
|
||||
Copyright 2021 nineties<koichi@idein.jp>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
# planckforth -
|
||||
# Copyright (C) 2020 nineties
|
||||
# Copyright (C) 2021 nineties
|
||||
|
||||
planck: planck.xxd
|
||||
xxd -r -c 8 $< > $@
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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=<phdr>
|
||||
00000020: 0000 0000 0000 0000 e_shoff,e_flags
|
||||
|
|
Loading…
Reference in a new issue