Browse Source

Update e-mail address

Alois Mahdal 6 years ago
parent
commit
e629c0115d
9 changed files with 9 additions and 9 deletions
  1. 1
    1
      bin/autotest
  2. 1
    1
      bin/mksheet
  3. 1
    1
      bin/se
  4. 1
    1
      bin/timestamp
  5. 1
    1
      cgi-bin/htlog/htlog.cgi
  6. 1
    1
      lib/helper.pm
  7. 1
    1
      lib/htlogr.pm
  8. 1
    1
      lib/htlogr.py
  9. 1
    1
      lib/htsheet.pm

+ 1
- 1
bin/autotest View File

@@ -1,6 +1,6 @@
1 1
 #!/usr/bin/perl -w
2 2
 
3
-## Author: Alois Mahdal at zxcvb cz
3
+## Author: Alois Mahdal at vornet cz
4 4
 # my private testing helper script
5 5
 
6 6
 # This program is free software: you can redistribute it and/or modify

+ 1
- 1
bin/mksheet View File

@@ -1,6 +1,6 @@
1 1
 #!/usr/bin/perl
2 2
 
3
-## Author: Alois Mahdal at zxcvb cz
3
+## Author: Alois Mahdal at vornet cz
4 4
 # Analyzer for a very primitive remote logging system Front-end is htlogr.pm,
5 5
 # back-end is htlog.cgi
6 6
 

+ 1
- 1
bin/se View File

@@ -155,6 +155,6 @@ I ever had).  I could never repay.
155 155
 
156 156
 =head1 AUTHOR
157 157
 
158
-...of this scriptie: Alois Mahdal at zxcvb tec<ka cz
158
+...of this scriptie: Alois Mahdal at vornet tec<ka cz
159 159
 
160 160
 =cut

+ 1
- 1
bin/timestamp View File

@@ -1,6 +1,6 @@
1 1
 #!/usr/bin/perl -w
2 2
 
3
-## Author: Alois Mahdal at zxcvb cz
3
+## Author: Alois Mahdal at vornet cz
4 4
 # just measuring one second.
5 5
 
6 6
 # This program is free software: you can redistribute it and/or modify

+ 1
- 1
cgi-bin/htlog/htlog.cgi View File

@@ -1,6 +1,6 @@
1 1
 #!/usr/bin/perl -w
2 2
 
3
-## Author: Alois Mahdal at zxcvb cz
3
+## Author: Alois Mahdal at vornet cz
4 4
 # Back-end for very primitive remote logging. Front-end is htlogr.pm
5 5
 
6 6
 # This program is free software: you can redistribute it and/or modify

+ 1
- 1
lib/helper.pm View File

@@ -1,6 +1,6 @@
1 1
 package helper;
2 2
 
3
-## Author: Alois Mahdal at zxcvb cz
3
+## Author: Alois Mahdal at vornet cz
4 4
 # my private development helpers package
5 5
 
6 6
 # This program is free software: you can redistribute it and/or modify

+ 1
- 1
lib/htlogr.pm View File

@@ -1,6 +1,6 @@
1 1
 package htlogr;
2 2
 
3
-## Author: Alois Mahdal at zxcvb cz
3
+## Author: Alois Mahdal at vornet cz
4 4
 # Front-end for very primitive remote logging service. Use htlog.cgi
5 5
 # as back-end: put it on a HTTP server and provide URL as "path" option
6 6
 # when instantiating this class

+ 1
- 1
lib/htlogr.py View File

@@ -1,4 +1,4 @@
1
-## Author: Alois Mahdal at zxcvb cz
1
+## Author: Alois Mahdal at vornet cz
2 2
 # Front-end for very primitive remote logging service. Use htlog.cgi
3 3
 # as back-end: put it on a HTTP server and provide URL as "path" option
4 4
 # when instantiating this class

+ 1
- 1
lib/htsheet.pm View File

@@ -1,6 +1,6 @@
1 1
 #!perl -w
2 2
 
3
-## Author: Alois Mahdal at zxcvb cz
3
+## Author: Alois Mahdal at vornet cz
4 4
 # Helper class to help parse logs from a very primitive remote logging
5 5
 # service.  Used by minions/bin/mksheet.pl to parse logs from htlog.cgi
6 6