diff --git a/src/fscrawl.c b/src/fscrawl.c index 6642699..ef88ba3 100644 --- a/src/fscrawl.c +++ b/src/fscrawl.c @@ -1,6 +1,6 @@ /* fscrawl.c - Filesystem traversal - * - * Copyright (C) 2010 Henrik Hautakoski + * + * Copyright (C) 2010-2011 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/inotify.c b/src/inotify.c index cc78bc4..ec81c37 100644 --- a/src/inotify.c +++ b/src/inotify.c @@ -1,7 +1,7 @@ /* inotify.c - inotify implementation - * - * (C) Copyright 2010 Henrik Hautakoski - * (C) Copyright 2010 Fredric Nilsson + * + * Copyright (C) 2010-2011 Henrik Hautakoski + * 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/rbtree.c b/src/rbtree.c index 0ccf64c..70f467f 100644 --- a/src/rbtree.c +++ b/src/rbtree.c @@ -1,6 +1,6 @@ /* rbtree.c - red black tree implementation * - * Copyright (C) 2010 Henrik Hautakoski + * Copyright (C) 2010-2011 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/rbtree.h b/src/rbtree.h index e4e8af6..f592d00 100644 --- a/src/rbtree.h +++ b/src/rbtree.h @@ -1,6 +1,6 @@ /* rbtree.h * - * Copyright (C) 2010 Henrik Hautakoski + * Copyright (C) 2010-2011 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