diff --git a/fish_indent.c b/fish_indent.c index e6a3f19ae..d3cf9d9f6 100644 --- a/fish_indent.c +++ b/fish_indent.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2005-2006 Axel Liljencrantz +Copyright (C) 2005-2008 Axel Liljencrantz This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as diff --git a/main.c b/main.c index 9ab347117..30fcc3471 100644 --- a/main.c +++ b/main.c @@ -1,5 +1,5 @@ /* -Copyright (C) 2005-2006 Axel Liljencrantz +Copyright (C) 2005-2008 Axel Liljencrantz This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as diff --git a/mimedb.c b/mimedb.c index 76466f93d..ec2d5eb08 100644 --- a/mimedb.c +++ b/mimedb.c @@ -12,7 +12,7 @@ because of the performance implications of parsing xml. The current version only does a simple string search, which is much, much faster but it might fall on it's head. -This code is Copyright 2005 Axel Liljencrantz. +This code is Copyright 2005-2008 Axel Liljencrantz. It is released under the GPL. The xdgmime library is dual licensed under LGPL/artistic