Strip vim hints from modules

This commit is contained in:
Kevin Lange 2014-06-07 23:45:54 -07:00
parent a2ed4b4f0e
commit b58f7ed353
5 changed files with 6 additions and 10 deletions

View File

@ -1,8 +1,6 @@
/* This file is part of ToaruOS and is released under the terms
* of the NCSA / University of Illinois License - see LICENSE.md
* Copyright (C) 2014 Kevin Lange
*/
/* vim: tabstop=4 shiftwidth=4 noexpandtab
*
* Bochs VBE / QEMU vga=std Graphics Driver
*/

View File

@ -1,9 +1,9 @@
/* This file is part of ToaruOS and is released under the terms
* of the NCSA / University of Illinois License - see LICENSE.md
* Copyright (C) 2014 Kevin Lange
*/
/* vim: tabstop=4 shiftwidth=4 noexpandtab
*
* Mouse driver
*
*/
#include <system.h>
#include <logging.h>

View File

@ -1,9 +1,9 @@
/* This file is part of ToaruOS and is released under the terms
* of the NCSA / University of Illinois License - see LICENSE.md
* Copyright (C) 2014 Kevin Lange
*/
/* vim: tabstop=4 shiftwidth=4 noexpandtab
*
* Provides access to the kernel RNG
*
*/
#include <system.h>

View File

@ -1,8 +1,6 @@
/* This file is part of ToaruOS and is released under the terms
* of the NCSA / University of Illinois License - see LICENSE.md
* Copyright (C) 2014 Kevin Lange
*/
/* vim: tabstop=4 shiftwidth=4 noexpandtab
*
* Serial communication device
*

View File

@ -1,9 +1,9 @@
/* This file is part of ToaruOS and is released under the terms
* of the NCSA / University of Illinois License - see LICENSE.md
* Copyright (C) 2014 Kevin Lange
*/
/* vim: tabstop=4 shiftwidth=4 noexpandtab
*
* Null Device
*
*/
#include <system.h>