Thread: [Okvm-cvs] okvm/tools PS2KeyboardTest.cpp,1.1.1.1,1.2 PS2MouseTest.cpp,1.1.1.1,1.2 kbtest.cpp,1.1.1.
Status: Pre-Alpha
Brought to you by:
david-m
|
From: David M. <da...@us...> - 2005-11-05 11:00:04
|
Update of /cvsroot/okvm/okvm/tools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17936/tools Modified Files: PS2KeyboardTest.cpp PS2MouseTest.cpp kbtest.cpp main.cpp scan.c vidreg.c Log Message: Fix up some missing GPL headers in the source Index: main.cpp =================================================================== RCS file: /cvsroot/okvm/okvm/tools/main.cpp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** main.cpp 4 Nov 2005 12:18:04 -0000 1.1.1.1 --- main.cpp 5 Nov 2005 10:59:53 -0000 1.2 *************** *** 1,2 **** --- 1,21 ---- + /* + * Copyright (C) 2005, OpenGear (http://www.opengear.com/) + * + * This 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 software 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 software; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + * USA. + */ + #include <sys/param.h> #include <sys/time.h> Index: kbtest.cpp =================================================================== RCS file: /cvsroot/okvm/okvm/tools/kbtest.cpp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** kbtest.cpp 4 Nov 2005 12:18:05 -0000 1.1.1.1 --- kbtest.cpp 5 Nov 2005 10:59:53 -0000 1.2 *************** *** 1,2 **** --- 1,21 ---- + /* + * Copyright (C) 2005, OpenGear (http://www.opengear.com/) + * + * This 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 software 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 software; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + * USA. + */ + #include <sys/types.h> #include <termios.h> Index: PS2MouseTest.cpp =================================================================== RCS file: /cvsroot/okvm/okvm/tools/PS2MouseTest.cpp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** PS2MouseTest.cpp 4 Nov 2005 12:18:04 -0000 1.1.1.1 --- PS2MouseTest.cpp 5 Nov 2005 10:59:53 -0000 1.2 *************** *** 1,2 **** --- 1,21 ---- + /* + * Copyright (C) 2005, OpenGear (http://www.opengear.com/) + * + * This 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 software 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 software; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + * USA. + */ + // PS2MouseTest.cpp #include <vector> Index: scan.c =================================================================== RCS file: /cvsroot/okvm/okvm/tools/scan.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** scan.c 4 Nov 2005 12:18:05 -0000 1.1.1.1 --- scan.c 5 Nov 2005 10:59:53 -0000 1.2 *************** *** 6,9 **** --- 6,24 ---- * Copyright (C) 2005, Greg Ungerer <gre...@op...> * Copyright (C) 2005, OpenGear (http://www.opengear.com/) + * + * This 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 software 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 software; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + * USA. */ Index: vidreg.c =================================================================== RCS file: /cvsroot/okvm/okvm/tools/vidreg.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** vidreg.c 4 Nov 2005 12:18:05 -0000 1.1.1.1 --- vidreg.c 5 Nov 2005 10:59:53 -0000 1.2 *************** *** 1,2 **** --- 1,21 ---- + /* + * Copyright (C) 2005, David McCullough <da...@us...> + * + * This 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 software 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 software; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + * USA. + */ + #include <stdio.h> #include <stdlib.h> Index: PS2KeyboardTest.cpp =================================================================== RCS file: /cvsroot/okvm/okvm/tools/PS2KeyboardTest.cpp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** PS2KeyboardTest.cpp 4 Nov 2005 12:18:04 -0000 1.1.1.1 --- PS2KeyboardTest.cpp 5 Nov 2005 10:59:53 -0000 1.2 *************** *** 1,2 **** --- 1,21 ---- + /* + * Copyright (C) 2005, OpenGear (http://www.opengear.com/) + * + * This 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 software 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 software; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, + * USA. + */ + // PS2KeyboardTest.cpp #include <vector> |