From e1b9f3ddadeb424826cacd6319cd065d9b008e95 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Fri, 2 Oct 2015 22:01:44 +0300 Subject: [PATCH] Update README and copyright notices --- README | 23 +++++++++++++++-------- gruntmaster-opener | 4 ++-- lib/Gruntmaster/App.pm | 2 +- lib/Gruntmaster/App/Command.pm | 2 +- lib/Gruntmaster/App/Command/Add.pm | 2 +- lib/Gruntmaster/App/Command/Get.pm | 2 +- lib/Gruntmaster/App/Command/List.pm | 2 +- lib/Gruntmaster/App/Command/Rerun.pm | 2 +- lib/Gruntmaster/App/Command/Rm.pm | 2 +- lib/Gruntmaster/App/Command/Set.pm | 2 +- lib/Gruntmaster/App/Command/Show.pm | 2 +- lib/Gruntmaster/Data.pm | 4 ++-- lib/Gruntmaster/Opener.pm | 4 ++-- 13 files changed, 30 insertions(+), 23 deletions(-) diff --git a/README b/README index faf1f8b..a8d695c 100644 --- a/README +++ b/README @@ -3,8 +3,11 @@ Gruntmaster-Data version 5999.000_013 This distribution contains: -* Gruntmaster::Data, the DBIx::Class database schema used by the Gruntmaster 6000 Online Judge. -* Several command-line tools for viewing and editing the database. +* Gruntmaster::Data, a library for interacting with the + Gruntmaster 6000 database +* gm, a command-line tool for viewing and editing the database +* gruntmaster-opener, a command-line tool that reads an access log and + marks problems as being opened. INSTALLATION @@ -19,18 +22,22 @@ DEPENDENCIES This module requires these other modules and libraries: +* App::Cmd * Date::Parse -* DBIx::Class +* DBI +* DBIx::Simple +* DBD::Pg * File::Slurp * IO::Prompter -* Lingua::EN::Inflect -* JSON -* Sub::Name +* JSON::MaybeXS +* PerlX::Maybe +* SQL::Abstract +* Test::Deep (for testing) COPYRIGHT AND LICENCE -Copyright (C) 2014 by Marius Gavrilescu +Copyright (C) 2014-2015 by Marius Gavrilescu This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself, either Perl version 5.18.1 or, +it under the same terms as Perl itself, either Perl version 5.20.1 or, at your option, any later version of Perl 5 you may have available. diff --git a/gruntmaster-opener b/gruntmaster-opener index 723a77b..f0914b9 100755 --- a/gruntmaster-opener +++ b/gruntmaster-opener @@ -38,10 +38,10 @@ Marius Gavrilescu Emarius@ieval.roE =head1 COPYRIGHT AND LICENSE -Copyright (C) 2015 by Marius Gavrilescu +Copyright (C) 2014-2015 by Marius Gavrilescu This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself, either Perl version 5.18.1 or, +it under the same terms as Perl itself, either Perl version 5.20.1 or, at your option, any later version of Perl 5 you may have available. diff --git a/lib/Gruntmaster/App.pm b/lib/Gruntmaster/App.pm index b87cf17..4273526 100644 --- a/lib/Gruntmaster/App.pm +++ b/lib/Gruntmaster/App.pm @@ -52,7 +52,7 @@ Marius Gavrilescu, Emarius@ieval.roE =head1 COPYRIGHT AND LICENSE -Copyright (C) 2015 by Marius Gavrilescu +Copyright (C) 2014-2015 by Marius Gavrilescu This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.20.1 or, diff --git a/lib/Gruntmaster/App/Command.pm b/lib/Gruntmaster/App/Command.pm index 94695ac..23396c6 100644 --- a/lib/Gruntmaster/App/Command.pm +++ b/lib/Gruntmaster/App/Command.pm @@ -52,7 +52,7 @@ Marius Gavrilescu, Emarius@ieval.roE =head1 COPYRIGHT AND LICENSE -Copyright (C) 2015 by Marius Gavrilescu +Copyright (C) 2014-2015 by Marius Gavrilescu This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.20.1 or, diff --git a/lib/Gruntmaster/App/Command/Add.pm b/lib/Gruntmaster/App/Command/Add.pm index b0df358..36a8156 100644 --- a/lib/Gruntmaster/App/Command/Add.pm +++ b/lib/Gruntmaster/App/Command/Add.pm @@ -150,7 +150,7 @@ Marius Gavrilescu, Emarius@ieval.roE =head1 COPYRIGHT AND LICENSE -Copyright (C) 2015 by Marius Gavrilescu +Copyright (C) 2014-2015 by Marius Gavrilescu This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.20.1 or, diff --git a/lib/Gruntmaster/App/Command/Get.pm b/lib/Gruntmaster/App/Command/Get.pm index 2763f78..9c10526 100644 --- a/lib/Gruntmaster/App/Command/Get.pm +++ b/lib/Gruntmaster/App/Command/Get.pm @@ -62,7 +62,7 @@ Marius Gavrilescu, Emarius@ieval.roE =head1 COPYRIGHT AND LICENSE -Copyright (C) 2015 by Marius Gavrilescu +Copyright (C) 2014-2015 by Marius Gavrilescu This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.20.1 or, diff --git a/lib/Gruntmaster/App/Command/List.pm b/lib/Gruntmaster/App/Command/List.pm index e447a67..b2b3ab5 100644 --- a/lib/Gruntmaster/App/Command/List.pm +++ b/lib/Gruntmaster/App/Command/List.pm @@ -64,7 +64,7 @@ Marius Gavrilescu, Emarius@ieval.roE =head1 COPYRIGHT AND LICENSE -Copyright (C) 2015 by Marius Gavrilescu +Copyright (C) 2014-2015 by Marius Gavrilescu This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.20.1 or, diff --git a/lib/Gruntmaster/App/Command/Rerun.pm b/lib/Gruntmaster/App/Command/Rerun.pm index 9c6b270..228fd55 100644 --- a/lib/Gruntmaster/App/Command/Rerun.pm +++ b/lib/Gruntmaster/App/Command/Rerun.pm @@ -51,7 +51,7 @@ Marius Gavrilescu, Emarius@ieval.roE =head1 COPYRIGHT AND LICENSE -Copyright (C) 2015 by Marius Gavrilescu +Copyright (C) 2014-2015 by Marius Gavrilescu This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.20.1 or, diff --git a/lib/Gruntmaster/App/Command/Rm.pm b/lib/Gruntmaster/App/Command/Rm.pm index 84b4237..6831c67 100644 --- a/lib/Gruntmaster/App/Command/Rm.pm +++ b/lib/Gruntmaster/App/Command/Rm.pm @@ -53,7 +53,7 @@ Marius Gavrilescu, Emarius@ieval.roE =head1 COPYRIGHT AND LICENSE -Copyright (C) 2015 by Marius Gavrilescu +Copyright (C) 2014-2015 by Marius Gavrilescu This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.20.1 or, diff --git a/lib/Gruntmaster/App/Command/Set.pm b/lib/Gruntmaster/App/Command/Set.pm index 406d013..d18726e 100644 --- a/lib/Gruntmaster/App/Command/Set.pm +++ b/lib/Gruntmaster/App/Command/Set.pm @@ -63,7 +63,7 @@ Marius Gavrilescu, Emarius@ieval.roE =head1 COPYRIGHT AND LICENSE -Copyright (C) 2015 by Marius Gavrilescu +Copyright (C) 2014-2015 by Marius Gavrilescu This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.20.1 or, diff --git a/lib/Gruntmaster/App/Command/Show.pm b/lib/Gruntmaster/App/Command/Show.pm index e21578a..df9367a 100644 --- a/lib/Gruntmaster/App/Command/Show.pm +++ b/lib/Gruntmaster/App/Command/Show.pm @@ -129,7 +129,7 @@ Marius Gavrilescu, Emarius@ieval.roE =head1 COPYRIGHT AND LICENSE -Copyright (C) 2015 by Marius Gavrilescu +Copyright (C) 2014-2015 by Marius Gavrilescu This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.20.1 or, diff --git a/lib/Gruntmaster/Data.pm b/lib/Gruntmaster/Data.pm index 98e62d6..d5d7152 100644 --- a/lib/Gruntmaster/Data.pm +++ b/lib/Gruntmaster/Data.pm @@ -467,10 +467,10 @@ Marius Gavrilescu Emarius@ieval.roE =head1 COPYRIGHT AND LICENSE -Copyright (C) 2014 by Marius Gavrilescu +Copyright (C) 2014-2015 by Marius Gavrilescu This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself, either Perl version 5.18.1 or, +it under the same terms as Perl itself, either Perl version 5.20.1 or, at your option, any later version of Perl 5 you may have available. diff --git a/lib/Gruntmaster/Opener.pm b/lib/Gruntmaster/Opener.pm index d55b767..8ee43d8 100644 --- a/lib/Gruntmaster/Opener.pm +++ b/lib/Gruntmaster/Opener.pm @@ -100,10 +100,10 @@ Marius Gavrilescu Emarius@ieval.roE =head1 COPYRIGHT AND LICENSE -Copyright (C) 2014 by Marius Gavrilescu +Copyright (C) 2014-2015 by Marius Gavrilescu This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself, either Perl version 5.18.1 or, +it under the same terms as Perl itself, either Perl version 5.20.1 or, at your option, any later version of Perl 5 you may have available. -- 2.30.2