Archived
1
0
Fork 0

updated some headercomments and added HACKING

This commit is contained in:
Henrik Hautakoski 2010-05-18 08:04:44 +02:00 committed by Henrik Hautakoski
parent 9fa5c9eac9
commit 319b76216b
12 changed files with 172 additions and 129 deletions

View file

@ -1,3 +1,12 @@
/* common/path.h - path handling routines
*
* Copyright (C) 2010 Henrik Hautakoski <henrik.hautakoski@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*/
#ifndef __COMMON_PATH_H