diff options
author | Javier <dev.git@javispedro.com> | 2022-04-16 19:15:26 +0200 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2022-04-16 19:15:26 +0200 |
commit | 1075670224d66edba07aa5c100917f3ace7d628c (patch) | |
tree | 3801ce657ff86815ba03484c01f652c4d3d092d5 /int10vga.h | |
parent | a1e1986f4946b2aaa990dbbe8a83062f690db660 (diff) | |
download | vbados-1075670224d66edba07aa5c100917f3ace7d628c.tar.gz vbados-1075670224d66edba07aa5c100917f3ace7d628c.zip |
license is gplv2+
Diffstat (limited to 'int10vga.h')
-rw-r--r-- | int10vga.h | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +/* + * VBMouse - VGA/EGA/CGA support using VGA BIOS + * Copyright (C) 2022 Javier S. Pedro + * + * 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 2 + * 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, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ + #ifndef INT10_H #define INT10_H |