Add licensing information

This commit is contained in:
Axel Wagner
2010-08-07 18:05:16 +02:00
parent 04e2cd1dfe
commit 60da522e13
14 changed files with 141 additions and 0 deletions

View File

@ -1,3 +1,13 @@
/*
* i3bar - an xcb-based status- and ws-bar for i3
*
* © 2010 Axel Wagner and contributors
*
* See file LICNSE for license information
*
* src/child.c: Getting Input for the statusline
*
*/
#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>