Update README and copyright notices
authorMarius Gavrilescu <marius@ieval.ro>
Fri, 2 Oct 2015 19:01:44 +0000 (22:01 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Fri, 2 Oct 2015 19:01:44 +0000 (22:01 +0300)
13 files changed:
README
gruntmaster-opener
lib/Gruntmaster/App.pm
lib/Gruntmaster/App/Command.pm
lib/Gruntmaster/App/Command/Add.pm
lib/Gruntmaster/App/Command/Get.pm
lib/Gruntmaster/App/Command/List.pm
lib/Gruntmaster/App/Command/Rerun.pm
lib/Gruntmaster/App/Command/Rm.pm
lib/Gruntmaster/App/Command/Set.pm
lib/Gruntmaster/App/Command/Show.pm
lib/Gruntmaster/Data.pm
lib/Gruntmaster/Opener.pm

diff --git a/README b/README
index faf1f8b0e8d0f35233ee3cffb3b354e3b3810073..a8d695cc0bbf60261a1e02b957e93679bd7ded30 100644 (file)
--- a/README
+++ b/README
@@ -3,8 +3,11 @@ Gruntmaster-Data version 5999.000_013
 
 This distribution contains:
 
 
 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
 
 
 INSTALLATION
 
@@ -19,18 +22,22 @@ DEPENDENCIES
 
 This module requires these other modules and libraries:
 
 
 This module requires these other modules and libraries:
 
+* App::Cmd
 * Date::Parse
 * Date::Parse
-* DBIx::Class
+* DBI
+* DBIx::Simple
+* DBD::Pg
 * File::Slurp
 * IO::Prompter
 * File::Slurp
 * IO::Prompter
-* Lingua::EN::Inflect
-* JSON
-* Sub::Name
+* JSON::MaybeXS
+* PerlX::Maybe
+* SQL::Abstract
+* Test::Deep (for testing)
 
 COPYRIGHT AND LICENCE
 
 
 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
 
 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.
 at your option, any later version of Perl 5 you may have available.
index 723a77b8206d824a786bf7103c8a14cf93ac2d48..f0914b9fd31f7e1bb4945ce2521700e07b96543d 100755 (executable)
@@ -38,10 +38,10 @@ Marius Gavrilescu E<lt>marius@ieval.roE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
 
 =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
 
 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.
 
 
 at your option, any later version of Perl 5 you may have available.
 
 
index b87cf175ba471b3df10a11aa5679ad46015a4ca5..427352659c5da5c0bf4ea9a7f9c122b7cd852cad 100644 (file)
@@ -52,7 +52,7 @@ Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
 
 =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,
 
 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,
index 94695ac560cbac194f07e4c24edb12dd46fc4578..23396c68fe4c58a819f61cc1fcdc5a5a6a530465 100644 (file)
@@ -52,7 +52,7 @@ Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
 
 =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,
 
 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,
index b0df358a3c5e7ec115a68eebc3d44bf55f145b64..36a8156a946df6970d2a488ca33afc9e1c4eb722 100644 (file)
@@ -150,7 +150,7 @@ Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
 
 =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,
 
 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,
index 2763f780f973fd837147422335e4a3911eabde6c..9c10526cf8bc7acdfe5a71f205e409a01082237c 100644 (file)
@@ -62,7 +62,7 @@ Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
 
 =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,
 
 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,
index e447a67a8a6644c7eac1fcf46e62abd95da180f5..b2b3ab5b4430835adeab861eb363ecb98238bdd4 100644 (file)
@@ -64,7 +64,7 @@ Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
 
 =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,
 
 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,
index 9c6b270d4a055ababbe74825399ab3f1411b5d84..228fd556d33cb792d1c0dad9f4e40bdfb9f44ce5 100644 (file)
@@ -51,7 +51,7 @@ Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
 
 =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,
 
 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,
index 84b42378fe990d873a4b81497ccfb1a2c34b2fdf..6831c67b18b8f01cdd028dc634e582d6945dcd85 100644 (file)
@@ -53,7 +53,7 @@ Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
 
 =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,
 
 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,
index 406d013cbfb1167a0ae60f4c836885511033c3aa..d18726e3eb890ebe644df3a62dee1fbcb0ae5946 100644 (file)
@@ -63,7 +63,7 @@ Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
 
 =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,
 
 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,
index e21578a6df4e409def2b6534f072b9d522be59fe..df9367a07ddf8ad17c6318f0c1ef8bce1b2a3455 100644 (file)
@@ -129,7 +129,7 @@ Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
 
 =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,
 
 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,
index 98e62d69b77177fe32e77abf75a264166c162d3a..d5d7152462e1218a274c5dd1421ee3a9c56513dc 100644 (file)
@@ -467,10 +467,10 @@ Marius Gavrilescu E<lt>marius@ieval.roE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
 
 =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
 
 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.
 
 
 at your option, any later version of Perl 5 you may have available.
 
 
index d55b76766d023c06b667ef27bf01e6c8922d7f7c..8ee43d8715c4ac3963a1b8d28ec51f98b8246e77 100644 (file)
@@ -100,10 +100,10 @@ Marius Gavrilescu E<lt>marius@ieval.roE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
 
 =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
 
 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.
 
 
 at your option, any later version of Perl 5 you may have available.
 
 
This page took 0.020135 seconds and 4 git commands to generate.