Skip to content

Commit 9f68b9d

Browse files
author
Joakim Ek
committed
Name and email address change.
1 parent eeaf9ab commit 9f68b9d

22 files changed

+30
-30
lines changed

AUTHORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Joakim Andersson <ja@joakimandersson.se>
1+
Joakim Ek <joakim@pjek.se>

BUGS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Please email bug reports to ja@joakimandersson.se
1+
Please email bug reports to joakim@pjek.se
22

CfgFileParser.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
colortail -- output last part of file(s) in color.
3-
Copyright (C) 2009 Joakim Andersson <ja@joakimandersson.se>
3+
Copyright (C) 2009 Joakim Ek <joakim@pjek.se>
44
55
This program is free software; you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

CfgFileParser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
colortail -- output last part of file(s) in color.
3-
Copyright (C) 2009 Joakim Andersson <ja@joakimandersson.se>
3+
Copyright (C) 2009 Joakim Ek <joakim@pjek.se>
44
55
This program is free software; you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

ChangeLog

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2012-08-01 Joakim Andersson <ja@joakimandersson.se>
1+
2012-08-01 Joakim Ek <joakim@pjek.se>
22

33
* Bumped version number to 0.3.4
44
* Merged feature to reopen a disappeared file, i.e. due to log rotation,
@@ -10,28 +10,28 @@
1010
/etc/colortail/conf.colortail if no -k argument was passed on the command
1111
line. Feature made by Jess Portnoy [email protected]
1212

13-
2010-06-02 Joakim Andersson <ja@joakimandersson.se>
13+
2010-06-02 Joakim Ek <joakim@pjek.se>
1414

1515
* Released version 0.3.3
1616
* Fixed stupid off by one error in TailFile.cc that caused a segfault
1717
if a line in the tailed file was longer that 1024 characters.
1818

1919
Reported by: Bill Pollifrone and Tom Dickson
2020

21-
2009-11-20 Joakim Andersson <ja@joakimandersson.se>
21+
2009-11-20 Joakim Ek <joakim@pjek.se>
2222

2323
* Released version 0.3.2
2424
* Fixed a few places where a faulty string pointer could be returned.
2525

26-
2009-11-19 Joakim Andersson <ja@joakimandersson.se>
26+
2009-11-19 Joakim Ek <joakim@pjek.se>
2727

2828
* Released version 0.3.1
2929
* Corrected errors on 64-bit platforms
3030
* Merged gcc3 patch
3131

3232
<erased old ChangeLog then the rewrite started>
3333

34-
1999-03-12 Joakim Andersson <[email protected].se>
34+
1999-03-12 Joakim Ek <joakim@pjek.se>
3535
*
3636

3737

ColorTail.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
colortail -- output last part of file(s) in color.
3-
Copyright (C) 2009 Joakim Andersson <ja@joakimandersson.se>
3+
Copyright (C) 2009 Joakim Ek <joakim@pjek.se>
44
55
This program is free software; you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

ColorTail.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
colortail -- output last part of file(s) in color.
3-
Copyright (C) 2009 Joakim Andersson <ja@joakimandersson.se>
3+
Copyright (C) 2009 Joakim Ek <joakim@pjek.se>
44
55
This program is free software; you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

Colorizer.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
colortail -- output last part of file(s) in color.
3-
Copyright (C) 2009 Joakim Andersson <ja@joakimandersson.se>
3+
Copyright (C) 2009 Joakim Andersson <joakim@pjek.se>
44
55
This program is free software; you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

Colorizer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
colortail -- output last part of file(s) in color.
3-
Copyright (C) 2009 Joakim Andersson <ja@joakimandersson.se>
3+
Copyright (C) 2009 Joakim Ek <joakim@pjek.se>
44
55
This program is free software; you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by

Info.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
colortail -- output last part of file(s) in color.
3-
Copyright (C) 1999 Joakim Andersson <[email protected].se>
3+
Copyright (C) 1999 Joakim Ek <joakim@pjek.se>
44
55
This program is free software; you can redistribute it and/or modify
66
it under the terms of the GNU General Public License as published by
@@ -36,7 +36,7 @@ Info::~Info()
3636
void Info::print()
3737
{
3838
cout << "Colortail version <" << COLORTAIL_VERSION << ">" << endl;
39-
cout << "Copyright (C) 2009 Joakim Andersson <ja@joakimandersson.se>" << endl;
39+
cout << "Copyright (C) 2009 Joakim Ek <joakim@pjek.se>" << endl;
4040
cout << "Colortail comes with ABSOLUTELY NO WARRANTY; for details see the COPYING file." << endl;
4141
cout << "This is free software, and you are welcome to redistribute it" << endl;
4242
cout << "under certain conditions; see the COPYING file for details." << endl;

0 commit comments

Comments
 (0)