1
0
Fork 0
mirror of https://github.com/pnx/m16vm synced 2026-06-16 03:44:55 +02:00

Updating copyright year.

This commit is contained in:
Henrik Hautakoski 2019-01-04 20:31:05 +01:00
parent 983ff56b93
commit 5416d2b4d8
No known key found for this signature in database
GPG key ID: 839F3A7EAFAEAFAA
24 changed files with 24 additions and 24 deletions

View file

@ -1,6 +1,6 @@
/* as.c /* as.c
* *
* Copyright (C) 2012 Henrik Hautakoski <henrik@fiktivkod.org> * Copyright (C) 2018-2019 Henrik Hautakoski <henrik@fiktivkod.org>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* asm_error.c /* asm_error.c
* *
* Copyright (C) 2018 Henrik Hautakoski <henrik.hautakoski@gmail.com> * Copyright (C) 2018-2019 Henrik Hautakoski <henrik.hautakoski@gmail.com>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* asm_error.h /* asm_error.h
* *
* Copyright (C) 2018 Henrik Hautakoski <henrik.hautakoski@gmail.com> * Copyright (C) 2018-2019 Henrik Hautakoski <henrik.hautakoski@gmail.com>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* ast.c /* ast.c
* *
* Copyright (C) 2018 Henrik Hautakoski <henrik.hautakoski@gmail.com> * Copyright (C) 2018-2019 Henrik Hautakoski <henrik.hautakoski@gmail.com>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* ast.h /* ast.h
* *
* Copyright (C) 2018 Henrik Hautakoski <henrik.hautakoski@gmail.com> * Copyright (C) 2018-2019 Henrik Hautakoski <henrik.hautakoski@gmail.com>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* codegen.c /* codegen.c
* *
* Copyright (C) 2018 Henrik Hautakoski <henrik@fiktivkod.org> * Copyright (C) 2018-2019 Henrik Hautakoski <henrik@fiktivkod.org>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* codegen.h /* codegen.h
* *
* Copyright (C) 2018 Henrik Hautakoski <henrik.hautakoski@gmail.com> * Copyright (C) 2018-2019 Henrik Hautakoski <henrik.hautakoski@gmail.com>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* lexer.c /* lexer.c
* *
* Copyright (C) 2018 Henrik Hautakoski <henrik@fiktivkod.org> * Copyright (C) 2018-2019 Henrik Hautakoski <henrik@fiktivkod.org>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* lexer.h /* lexer.h
* *
* Copyright (C) 2018 Henrik Hautakoski <henrik@fiktivkod.org> * Copyright (C) 2018-2019 Henrik Hautakoski <henrik@fiktivkod.org>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* parser.c /* parser.c
* *
* Copyright (C) 2012 Henrik Hautakoski <henrik@fiktivkod.org> * Copyright (C) 2018-2019 Henrik Hautakoski <henrik@fiktivkod.org>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* parser.h /* parser.h
* *
* Copyright (C) 2012 Henrik Hautakoski <henrik@fiktivkod.org> * Copyright (C) 2018-2019 Henrik Hautakoski <henrik@fiktivkod.org>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* symtab.c /* symtab.c
* *
* Copyright (C) 2018 Henrik Hautakoski <henrik.hautakoski@gmail.com> * Copyright (C) 2018-2019 Henrik Hautakoski <henrik.hautakoski@gmail.com>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* symtab.h /* symtab.h
* *
* Copyright (C) 2018 Henrik Hautakoski <henrik.hautakoski@gmail.com> * Copyright (C) 2018-2019 Henrik Hautakoski <henrik.hautakoski@gmail.com>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* cpu.c /* cpu.c
* *
* Copyright (C) 2012,2014-2015 Henrik Hautakoski <henrik.hautakoski@gmail.com> * Copyright (C) 2012,2014-2015,2018-2019 Henrik Hautakoski <henrik.hautakoski@gmail.com>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* cpu.h /* cpu.h
* *
* Copyright (C) 2012,2014-2015 Henrik Hautakoski <henrik.hautakoski@gmail.com> * Copyright (C) 2012,2014-2015,2018-2019 Henrik Hautakoski <henrik.hautakoski@gmail.com>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* instr_decode.c /* instr_decode.c
* *
* Copyright (C) 2012,2014 Henrik Hautakoski <henrik.hautakoski@gmail.com> * Copyright (C) 2012,2014,2018-2019 Henrik Hautakoski <henrik.hautakoski@gmail.com>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* instr_decode.h /* instr_decode.h
* *
* Copyright (C) 2012,2014 Henrik Hautakoski <henrik.hautakoski@gmail.com> * Copyright (C) 2012,2014,2018-2019 Henrik Hautakoski <henrik.hautakoski@gmail.com>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* mm.c /* mm.c
* *
* Copyright (C) 2012,2014 Henrik Hautakoski <henrik.hautakoski@gmail.com> * Copyright (C) 2012,2014,2018-2019 Henrik Hautakoski <henrik.hautakoski@gmail.com>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* mm.h /* mm.h
* *
* Copyright (C) 2012,2014 Henrik Hautakoski <henrik.hautakoski@gmail.com> * Copyright (C) 2012,2014,2018-2019 Henrik Hautakoski <henrik.hautakoski@gmail.com>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* program.c /* program.c
* *
* Copyright (C) 2012,2014 Henrik Hautakoski <henrik.hautakoski@gmail.com> * Copyright (C) 2012,2014,2018-2019 Henrik Hautakoski <henrik.hautakoski@gmail.com>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* program.h /* program.h
* *
* Copyright (C) 2012,2014 Henrik Hautakoski <henrik.hautakoski@gmail.com> * Copyright (C) 2012,2014,2018-2019 Henrik Hautakoski <henrik.hautakoski@gmail.com>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* syscall.c /* syscall.c
* *
* Copyright (C) 2012,2014-2015 Henrik Hautakoski <henrik.hautakoski@gmail.com> * Copyright (C) 2012,2014-2015,2018-2019 Henrik Hautakoski <henrik.hautakoski@gmail.com>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* syscall.h /* syscall.h
* *
* Copyright (C) 2012,2014-2015 Henrik Hautakoski <henrik.hautakoski@gmail.com> * Copyright (C) 2012,2014-2015,2018-2019 Henrik Hautakoski <henrik.hautakoski@gmail.com>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* vm.c /* vm.c
* *
* Copyright (C) 2012,2014 Henrik Hautakoski <henrik.hautakoski@gmail.com> * Copyright (C) 2012,2014,2018-2019 Henrik Hautakoski <henrik.hautakoski@gmail.com>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by