Bug 6870 [enh] - allow opac-userupdate.pl to use the patron's email as 'from' address
[koha.git] / about.pl
index be5e0ab..ae2d0dc 100755 (executable)
--- 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;