X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=about.pl;h=ae2d0dc3acd3e9c94f32394514e97df668fe9d40;hb=d139d400b11e76f19ed208d4898d57f678acf9f4;hp=be5e0ab35d77167281f121a418e89e8ddbcafd0e;hpb=4c072a153d7cc40931a355d17a82867adbf1fc49;p=koha_fer diff --git a/about.pl b/about.pl index be5e0ab35d..ae2d0dc3ac 100755 --- a/about.pl +++ b/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 @@ -23,7 +28,7 @@ use LWP::Simple; use XML::Simple; use Config; -use C4::Output; # contains gettemplate +use C4::Output; use C4::Auth; use C4::Context; use C4::Installer;