Library copyright/vim tags cleanup
This commit is contained in:
parent
b6c3951497
commit
8680e66f65
@ -1,4 +1,5 @@
|
||||
/* This file is part of ToaruOS and is released under the terms
|
||||
/* vim: tabstop=4 shiftwidth=4 noexpandtab
|
||||
* This file is part of ToaruOS and is released under the terms
|
||||
* of the NCSA / University of Illinois License - see LICENSE.md
|
||||
* Copyright (C) 2012-2018 K. Lange
|
||||
*
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* vim: ts=4 sw=4 noexpandtab
|
||||
/* vim: tabstop=4 shiftwidth=4 noexpandtab
|
||||
* This file is part of ToaruOS and is released under the terms
|
||||
* of the NCSA / University of Illinois License - see LICENSE.md
|
||||
* Copyright (C) 2012-2018 K. Lange
|
||||
|
@ -1,6 +1,12 @@
|
||||
/* This file is part of ToaruOS and is released under the terms
|
||||
/* vim: tabstop=4 shiftwidth=4 noexpandtab
|
||||
* 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-2018 K. Lange
|
||||
*
|
||||
* pex - Packet EXchange client library
|
||||
*
|
||||
* Provides a friendly interface to the "Packet Exchange"
|
||||
* functionality provided by the packetfs kernel module.
|
||||
*/
|
||||
#include <alloca.h>
|
||||
#include <assert.h>
|
||||
|
@ -1,6 +1,9 @@
|
||||
/* vim: ts=4 sw=4 noexpandtab
|
||||
/* vim: tabstop=4 shiftwidth=4 noexpandtab
|
||||
* This file is part of ToaruOS and is released under the terms
|
||||
* of the NCSA / University of Illinois License - see LICENSE.md
|
||||
* Copyright (C) 2018 K. Lange
|
||||
*
|
||||
* Signed Distance Field Text Library
|
||||
* Signed Distance Field text rasterization library
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -1,9 +1,10 @@
|
||||
/* vim: ts=4 sw=4 noexpandtab
|
||||
*
|
||||
/* vim: tabstop=4 shiftwidth=4 noexpandtab
|
||||
* This file is part of ToaruOS and is released under the terms
|
||||
* of the NCSA / University of Illinois License - see LICENSE.md
|
||||
* Copyright (C) 2018 K. Lange
|
||||
*
|
||||
* TODO: This is a work in progress
|
||||
*
|
||||
* Port of the original ToaruOS Python text_region library to C.
|
||||
*
|
||||
* Allows for the display of rich text with multiple varied formats,
|
||||
|
@ -1,6 +1,11 @@
|
||||
/* This file is part of ToaruOS and is released under the terms
|
||||
/* vim: tabstop=4 shiftwidth=4 noexpandtab
|
||||
* 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-2018 K. Lange
|
||||
*
|
||||
* Yutani Client Library
|
||||
*
|
||||
* Client library for the compositing window system.
|
||||
*/
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
Loading…
Reference in New Issue
Block a user