Mercurial > hg-old > index.cgi
diff src/instab.h @ 4:34568fab6058
Fixed package to include all required files; also added copyright preamble to all source files
author | lost |
---|---|
date | Sat, 04 Oct 2008 03:14:20 +0000 |
parents | 57495da01900 |
children | 05d4115b4860 |
line wrap: on
line diff
--- a/src/instab.h Fri Oct 03 06:16:20 2008 +0000 +++ b/src/instab.h Sat Oct 04 03:14:20 2008 +0000 @@ -1,8 +1,25 @@ /* - * instab.h - * - * definitions for the instruction table - */ +instab.h +Copyright © 2008 William Astle + +This file is part of LWASM. + +LWASM 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. + +This program is distributed in the hope that it will be useful, but WITHOUT +ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for +more details. + +You should have received a copy of the GNU General Public License along with +this program. If not, see <http://www.gnu.org/licenses/>. + + +Contains definitions for the instruction table +*/ #include "lwasm.h"