@@ -, +, @@ --- about.pl | 5 +++++ mainpage.pl | 3 +++ 2 files changed, 8 insertions(+), 0 deletions(-) --- a/about.pl +++ a/about.pl @@ -1,5 +1,10 @@ #!/usr/bin/perl +# Copyright Pat Eyler 2003 +# Copyright Biblibre 2006 +# Parts Copyright Liblime 2008 +# Parts Copyright Chris Nighswonger 2010 +# # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it under the --- a/mainpage.pl +++ a/mainpage.pl @@ -1,5 +1,8 @@ #!/usr/bin/perl +# Copyright Paul Poulain 2002 +# Parts Copyright Liblime 2007 +# # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it under the --