updated copyright notices.
This commit is contained in:
parent
605b0f607b
commit
a49efe7bdc
4 changed files with 7 additions and 7 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
/* fscrawl.c - Filesystem traversal
|
/* fscrawl.c - Filesystem traversal
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Henrik Hautakoski <henrik@fiktivkod.org>
|
* Copyright (C) 2010-2011 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
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
/* inotify.c - inotify implementation
|
/* inotify.c - inotify implementation
|
||||||
*
|
*
|
||||||
* (C) Copyright 2010 Henrik Hautakoski <henrik.hautakoski@gmail.com>
|
* Copyright (C) 2010-2011 Henrik Hautakoski <henrik@fiktivkod.org>
|
||||||
* (C) Copyright 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
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
/* rbtree.c - red black tree implementation
|
/* rbtree.c - red black tree implementation
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Henrik Hautakoski <henrik@fiktivkod.org>
|
* Copyright (C) 2010-2011 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
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
/* rbtree.h
|
/* rbtree.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Henrik Hautakoski <henrik@fiktivkod.org>
|
* Copyright (C) 2010-2011 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
|
||||||
|
|
|
||||||
Reference in a new issue