X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=bootcensus;a=blobdiff_plain;f=src%2Fvideo.h;h=20f3ea872b44bc68bea13b648ebb5c7d67a77ce7;hp=645675a7af4126e82f1400bd3c89a92176505dff;hb=331b4c6f7dace93a6207a1f294f13bcc52a96cf9;hpb=f03c64c0d3c22faa867aaad9243b679f5d1d7819 diff --git a/src/video.h b/src/video.h index 645675a..20f3ea8 100644 --- a/src/video.h +++ b/src/video.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 VIDEO_H_ #define VIDEO_H_