Archived
1
0
Fork 0

updated header comments

This commit is contained in:
Henrik Hautakoski 2010-07-22 18:02:17 +02:00 committed by Henrik Hautakoski
parent 436c9ed7e4
commit 2afa74ee81
11 changed files with 23 additions and 15 deletions

View file

@ -1,6 +1,6 @@
/* arch/db.h - database API /* arch/db.h - database API
* *
* Copyright (C) 2010 Fredric Nilsson <fredric@unknown.org> * Copyright (C) 2010 Fredric Nilsson <fredric@fiktivkod.org>
* *
* This program is free software: you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* arch/mysql.c - Mysql implementation /* arch/mysql.c - Mysql implementation
* *
* Copyright (C) 2010 Fredric Nilsson <fredric@unknown.org> * Copyright (C) 2010 Fredric Nilsson <fredric@fiktivkod.org>
* *
* This program is free software: you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* common/debug.h - debugging macros and definitions /* common/debug.h - debugging macros and definitions
* *
* Copyright (C) 2010 Henrik Hautakoski <henrik.hautakoski@gmail.com> * Copyright (C) 2010 Henrik Hautakoski <henrik@fiktivkod.org>
* *
* This program is free software: you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* common/path.h - path handling routines /* common/path.h - path handling routines
* *
* Copyright (C) 2010 Henrik Hautakoski <henrik.hautakoski@gmail.com> * Copyright (C) 2010 Henrik Hautakoski <henrik@fiktivkod.org>
* *
* This program is free software: you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* common/rbtree.c - red black tree implementation /* common/rbtree.c - red black tree implementation
* *
* Copyright (C) 2010 Henrik Hautakoski <henrik.hautakoski@gmail.com> * Copyright (C) 2010 Henrik Hautakoski <henrik@fiktivkod.org>
* *
* This program is free software: you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,14 @@
/* common/rbtree.h
*
* Copyright (C) 2010 Henrik Hautakoski <henrik@fiktivkod.org>
*
* 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 #ifndef __COMMON_RBTREE_H
#define __COMMON_RBTREE_H #define __COMMON_RBTREE_H
#define RB_RED 0 #define RB_RED 0

View file

@ -1,7 +1,7 @@
/* fs/notify.h - filesystem notification API /* fs/notify.h - filesystem notification API
* *
* (C) Copyright 2010 Henrik Hautakoski <henrik.hautakoski@gmail.com> * (C) Copyright 2010 Henrik Hautakoski <henrik@fiktivkod.org>
* (C) Copyright 2010 Fredric Nilsson <fredric@unknown.org> * (C) Copyright 2010 Fredric Nilsson <fredric@fiktivkod.org>
* *
* This program is free software: you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View file

@ -1,7 +1,7 @@
/* fs/notify_event.c - notify event implementation /* fs/notify_event.c - notify event implementation
* *
* (C) Copyright 2010 Henrik Hautakoski <henrik.hautakoski@gmail.com> * (C) Copyright 2010 Henrik Hautakoski <henrik@fiktivkod.org>
* (C) Copyright 2010 Fredric Nilsson <fredric@unknown.org> * (C) Copyright 2010 Fredric Nilsson <fredric@fiktivkod.org>
* *
* This program is free software: you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View file

@ -1,7 +1,7 @@
/* fs/notify_event.h - event data structure and operation's for notify API /* fs/notify_event.h - event data structure and operation's for notify API
* *
* (C) Copyright 2010 Henrik Hautakoski <henrik.hautakoski@gmail.com> * (C) Copyright 2010 Henrik Hautakoski <henrik@fiktivkod.org>
* (C) Copyright 2010 Fredric Nilsson <fredric@unknown.org> * (C) Copyright 2010 Fredric Nilsson <fredric@fiktivkod.org>
* *
* This program is free software: you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* fs/tree.c - Filesystem traversal /* fs/tree.c - Filesystem traversal
* *
* (C) Copyright 2010 Henrik Hautakoski <henrik.hautakoski@gmail.com> * (C) Copyright 2010 Henrik Hautakoski <henrik@fiktivkod.org>
* *
* This program is free software: you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View file

@ -1,6 +1,6 @@
/* fs/tree.h - Filesystem traversal /* fs/tree.h - Filesystem traversal
* *
* (C) Copyright 2010 Henrik Hautakoski <henrik.hautakoski@gmail.com> * (C) Copyright 2010 Henrik Hautakoski <henrik@fiktivkod.org>
* *
* This program is free software: you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by