X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=bootcensus;a=blobdiff_plain;f=src%2Fmem.h;h=f571d172999c6e84fb05af02293551fa0216cf8d;hp=219bf5f080b1a2c1a33224da017e2dfce8e3b33f;hb=331b4c6f7dace93a6207a1f294f13bcc52a96cf9;hpb=f03c64c0d3c22faa867aaad9243b679f5d1d7819 diff --git a/src/mem.h b/src/mem.h index 219bf5f..f571d17 100644 --- a/src/mem.h +++ b/src/mem.h @@ -1,3 +1,20 @@ +/* +pcboot - bootable PC demo/game kernel +Copyright (C) 2018 John Tsiombikas + +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 +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 . +*/ #ifndef MEM_H_ #define MEM_H_