Update some comment headers
This commit is contained in:
parent
cf7725ecf3
commit
63ad3a858b
@ -1,6 +1,18 @@
|
||||
/* 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) 2013-2014 Kevin Lange
|
||||
* Copyright (C) 2013-2017 Kevin Lange
|
||||
*
|
||||
* Yutani - The ToaruOS Compositor.
|
||||
*
|
||||
* Yutani is a canvas-based window compositor and manager.
|
||||
* It employs shared memory to provide clients access to
|
||||
* canvases in which they may render, while using a packet-based
|
||||
* socket interface to communicate actions between the server
|
||||
* and client such as keyboard activity, mouse movement, responses
|
||||
* to client events, etc., as well as to communicate requests from
|
||||
* the client to the server, such as creation of new windows,
|
||||
* movement, resizing, and display updates.
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
|
@ -1,8 +1,7 @@
|
||||
/* 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-2014 Kevin Lange
|
||||
*/
|
||||
/* 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-2017 Kevin Lange
|
||||
*
|
||||
* Client-side Window Decoration library
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user