which - add license file header
This commit is contained in:
parent
2dcdba7704
commit
c9487dbd47
@ -1,3 +1,31 @@
|
||||
/*
|
||||
*----------------------------------------------------------------------
|
||||
* "THE BEER-WARE LICENSE" (Revision 42):
|
||||
* <jeang3nie@HitchHiker-Linux.org> wrote this file. As long as you
|
||||
* retain this notice you can do whatever you want with this stuff. If
|
||||
* we meet some day, and you think this stuff is worth it, you can buy
|
||||
* me a beer in return.
|
||||
* ---------------------------------------------------------------------
|
||||
* ______ _______ _ _________
|
||||
* ( __ \ ( ___ )( ( /|( )\__ __/
|
||||
* | ( \ )| ( ) || \ ( ||/ ) (
|
||||
* | | ) || | | || \ | | | |
|
||||
* | | | || | | || (\ \) | | |
|
||||
* | | ) || | | || | \ | | |
|
||||
* | (__/ )| (___) || ) \ | | |
|
||||
* (______/ (_______)|/ )_) )_(
|
||||
*
|
||||
* _______ _______ _ _________ _______
|
||||
* ( ____ )( ___ )( \ /|\__ __/( ____ \
|
||||
* | ( )|| ( ) || \ ( | ) ( | ( |/
|
||||
* | (____)|| (___) || \ | | | | | |
|
||||
* | _____)| ___ || (\ \) | | | | |
|
||||
* | ( | ( ) || | \ | | | | |
|
||||
* | ) | ) ( || ) \ |___) (___| (____|\
|
||||
* |/ |/ \||/ \_)\_______/(_______/
|
||||
*
|
||||
*/
|
||||
|
||||
#include <dirent.h>
|
||||
#include <libgen.h>
|
||||
#include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user