Archived
1
0
Fork 0

updated copyright notices.

This commit is contained in:
Henrik Hautakoski 2011-01-24 08:00:43 +01:00
parent 605b0f607b
commit a49efe7bdc
4 changed files with 7 additions and 7 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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