#!/usr/bin/perl
-# Batch EXecutor 3.0 -- Master Program
+# Batch EXecutor -- Master Program
# (c) 2012 Martin Mares <mj@ucw.cz>
use strict;
#!/usr/bin/perl
-# Batch EXecutor 3.0 -- Insert to Queue
+# Batch EXecutor -- Insert to Queue
# (c) 2011-2013 Martin Mares <mj@ucw.cz>
use strict;
#!/usr/bin/perl
-# Batch EXecutor 3.0 -- Operations on a Job
+# Batch EXecutor -- Operations on a Job
# (c) 2011-2012 Martin Mares <mj@ucw.cz>
use strict;
#!/usr/bin/perl
-# Batch EXecutor 3.0 -- List Machines and Groups
+# Batch EXecutor -- List Machines and Groups
# (c) 2011-2012 Martin Mares <mj@ucw.cz>
use strict;
#!/usr/bin/perl
-# Batch EXecutor 3.0 -- Parallel Execution Using Screen
-# (c) 2011-2012 Martin Mares <mj@ucw.cz>
+# Batch EXecutor -- Parallel Execution Using Screen
+# (c) 2011-2013 Martin Mares <mj@ucw.cz>
use strict;
use warnings;
#!/usr/bin/perl
-# Batch EXecutor 3.0 -- Management of Queues
+# Batch EXecutor -- Management of Queues
# (c) 2011-2012 Martin Mares <mj@ucw.cz>
use strict;
#!/usr/bin/perl
-# Batch EXecutor 3.0 -- Show Queued Jobs
-# (c) 2011-2012 Martin Mares <mj@ucw.cz>
+# Batch EXecutor -- Show Queued Jobs
+# (c) 2011-2013 Martin Mares <mj@ucw.cz>
use strict;
use warnings;
#!/usr/bin/perl
-# Batch EXecutor 3.0 -- Run Queued Jobs
-# (c) 2011-2012 Martin Mares <mj@ucw.cz>
+# Batch EXecutor -- Run Queued Jobs
+# (c) 2011-2013 Martin Mares <mj@ucw.cz>
use strict;
use warnings;
-# Batch EXecutor 3.0
+# Batch EXecutor
# (c) 2011-2012 Martin Mares <mj@ucw.cz>
use strict;
-# Batch EXecutor 3.0 -- Configuration
-# (c) 2011-2012 Martin Mares <mj@ucw.cz>
+# Batch EXecutor -- Configuration
+# (c) 2011-2013 Martin Mares <mj@ucw.cz>
use strict;
use warnings;
-# Batch EXecutor 3.0 -- Jobs
-# (c) 2011-2012 Martin Mares <mj@ucw.cz>
+# Batch EXecutor -- Jobs
+# (c) 2011-2013 Martin Mares <mj@ucw.cz>
use strict;
use warnings;
-# Batch EXecutor 3.0 -- Queues
-# (c) 2011-2012 Martin Mares <mj@ucw.cz>
+# Batch EXecutor -- Queues
+# (c) 2011-2013 Martin Mares <mj@ucw.cz>
use strict;
use warnings;