mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
Update copyright dates
darcs-hash:20080112191848-75c98-2e9d03feebe185c70e63bbabb421ebb5ef248979.gz
This commit is contained in:
parent
39c16a7770
commit
d50fac7fe5
3 changed files with 3 additions and 3 deletions
|
@ -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
|
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
|
it under the terms of the GNU General Public License version 2 as
|
||||||
|
|
2
main.c
2
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
|
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
|
it under the terms of the GNU General Public License version 2 as
|
||||||
|
|
2
mimedb.c
2
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
|
version only does a simple string search, which is much, much
|
||||||
faster but it might fall on it's head.
|
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.
|
It is released under the GPL.
|
||||||
|
|
||||||
The xdgmime library is dual licensed under LGPL/artistic
|
The xdgmime library is dual licensed under LGPL/artistic
|
||||||
|
|
Loading…
Reference in a new issue