updated some headercomments and added HACKING
This commit is contained in:
parent
9fa5c9eac9
commit
319b76216b
12 changed files with 172 additions and 129 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Reference in a new issue