Archived
1
0
Fork 0

Added documentation

This commit is contained in:
Fredric N 2010-09-21 19:57:43 +02:00 committed by Henrik Hautakoski
parent 89b4b6f85b
commit df67148db5
3 changed files with 49 additions and 1 deletions

View file

@ -1,3 +1,13 @@
/* arch.c
*
* (C) Copyright 2010 Henrik Hautakoski <henrik@fiktivkod.org>
* (C) Copyright 2010 Fredric Nilsson <fredric@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.
*/
#include <time.h>
#include <signal.h>
#include <stdio.h>

View file

@ -1,6 +1,7 @@
/* indexer.c
*
* (C) Copyright 2010 Henrik Hautakoski <henrik@unknown.org>
* (C) Copyright 2010 Henrik Hautakoski <henrik@fiktivkod.org>
* (C) Copyright 2010 Fredric Nilsson <fredric@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