diff --git a/src/arch/db.h b/src/arch/db.h index 0be6e1b..b0c9321 100644 --- a/src/arch/db.h +++ b/src/arch/db.h @@ -1,6 +1,6 @@ /* arch/db.h - database API * - * Copyright (C) 2010 Fredric Nilsson + * Copyright (C) 2010 Fredric Nilsson * * 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 @@ -20,4 +20,4 @@ int arch_db_delete(const char *path, const char *filename); void arch_db_close(); -#endif \ No newline at end of file +#endif diff --git a/src/arch/mysql.c b/src/arch/mysql.c index 42c7ff8..3c882bd 100644 --- a/src/arch/mysql.c +++ b/src/arch/mysql.c @@ -1,6 +1,6 @@ /* arch/mysql.c - Mysql implementation * - * Copyright (C) 2010 Fredric Nilsson + * Copyright (C) 2010 Fredric Nilsson * * 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 diff --git a/src/common/debug.h b/src/common/debug.h index c30ca25..080b2e9 100644 --- a/src/common/debug.h +++ b/src/common/debug.h @@ -1,6 +1,6 @@ /* common/debug.h - debugging macros and definitions * - * Copyright (C) 2010 Henrik Hautakoski + * Copyright (C) 2010 Henrik Hautakoski * * 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 diff --git a/src/common/path.h b/src/common/path.h index dedbaf2..041f516 100644 --- a/src/common/path.h +++ b/src/common/path.h @@ -1,6 +1,6 @@ /* common/path.h - path handling routines * - * Copyright (C) 2010 Henrik Hautakoski + * Copyright (C) 2010 Henrik Hautakoski * * 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 diff --git a/src/common/rbtree.c b/src/common/rbtree.c index f774f55..54697ba 100644 --- a/src/common/rbtree.c +++ b/src/common/rbtree.c @@ -1,6 +1,6 @@ /* common/rbtree.c - red black tree implementation * - * Copyright (C) 2010 Henrik Hautakoski + * Copyright (C) 2010 Henrik Hautakoski * * 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 diff --git a/src/common/rbtree.h b/src/common/rbtree.h index 8afc12c..15f16a1 100644 --- a/src/common/rbtree.h +++ b/src/common/rbtree.h @@ -1,6 +1,14 @@ +/* common/rbtree.h + * + * Copyright (C) 2010 Henrik Hautakoski + * + * 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_RBTREE_H - #define __COMMON_RBTREE_H #define RB_RED 0 diff --git a/src/fs/notify.h b/src/fs/notify.h index ffc4cf3..0c4956d 100755 --- a/src/fs/notify.h +++ b/src/fs/notify.h @@ -1,7 +1,7 @@ /* fs/notify.h - filesystem notification API * - * (C) Copyright 2010 Henrik Hautakoski - * (C) Copyright 2010 Fredric Nilsson + * (C) Copyright 2010 Henrik Hautakoski + * (C) Copyright 2010 Fredric Nilsson * * 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 diff --git a/src/fs/notify_event.c b/src/fs/notify_event.c index 72f0444..f3a9326 100644 --- a/src/fs/notify_event.c +++ b/src/fs/notify_event.c @@ -1,7 +1,7 @@ /* fs/notify_event.c - notify event implementation * - * (C) Copyright 2010 Henrik Hautakoski - * (C) Copyright 2010 Fredric Nilsson + * (C) Copyright 2010 Henrik Hautakoski + * (C) Copyright 2010 Fredric Nilsson * * 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 diff --git a/src/fs/notify_event.h b/src/fs/notify_event.h index d7ff39e..1c5cdfc 100644 --- a/src/fs/notify_event.h +++ b/src/fs/notify_event.h @@ -1,7 +1,7 @@ /* fs/notify_event.h - event data structure and operation's for notify API * - * (C) Copyright 2010 Henrik Hautakoski - * (C) Copyright 2010 Fredric Nilsson + * (C) Copyright 2010 Henrik Hautakoski + * (C) Copyright 2010 Fredric Nilsson * * 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 diff --git a/src/fs/tree.c b/src/fs/tree.c index 9192dc9..6b0f7c1 100644 --- a/src/fs/tree.c +++ b/src/fs/tree.c @@ -1,6 +1,6 @@ /* fs/tree.c - Filesystem traversal * - * (C) Copyright 2010 Henrik Hautakoski + * (C) Copyright 2010 Henrik Hautakoski * * 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 diff --git a/src/fs/tree.h b/src/fs/tree.h index 78fb9f8..bfef8b7 100644 --- a/src/fs/tree.h +++ b/src/fs/tree.h @@ -1,6 +1,6 @@ /* fs/tree.h - Filesystem traversal * - * (C) Copyright 2010 Henrik Hautakoski + * (C) Copyright 2010 Henrik Hautakoski * * 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