diff options
author | thomascube <thomas@roundcube.net> | 2005-09-28 22:28:05 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2005-09-28 22:28:05 +0000 |
commit | 30233b8dfb7fe5070dfa11b3e6d2015fb50aa769 (patch) | |
tree | 46cf5db699d97802e7c408c00a62e72dc22c640f /program/lib/Mail | |
parent | 20a1b3a0e1a46266b149a23562bb71680e666edb (diff) |
Minor bugfixes and correction of confusing License notfications
Diffstat (limited to 'program/lib/Mail')
-rw-r--r-- | program/lib/Mail/mime.php | 2 | ||||
-rw-r--r-- | program/lib/Mail/mimeDecode.php | 2 | ||||
-rw-r--r-- | program/lib/Mail/mimePart.php | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/program/lib/Mail/mime.php b/program/lib/Mail/mime.php index 830352c42..da43d15ae 100644 --- a/program/lib/Mail/mime.php +++ b/program/lib/Mail/mime.php @@ -3,7 +3,7 @@ // +-----------------------------------------------------------------------+ // | Copyright (c) 2002-2003 Richard Heyes | // | Copyright (c) 2003-2005 The PHP Group | -// | All rights reserved. | +// | Licensed under the GNU GPL | // | | // | Redistribution and use in source and binary forms, with or without | // | modification, are permitted provided that the following conditions | diff --git a/program/lib/Mail/mimeDecode.php b/program/lib/Mail/mimeDecode.php index 92827b727..5bcf4fb31 100644 --- a/program/lib/Mail/mimeDecode.php +++ b/program/lib/Mail/mimeDecode.php @@ -3,7 +3,7 @@ // +-----------------------------------------------------------------------+ // | Copyright (c) 2002-2003 Richard Heyes | // | Copyright (c) 2003-2005 The PHP Group | -// | All rights reserved. | +// | Licensed under the GNU GPL | // | | // | Redistribution and use in source and binary forms, with or without | // | modification, are permitted provided that the following conditions | diff --git a/program/lib/Mail/mimePart.php b/program/lib/Mail/mimePart.php index b429b905e..45a00523d 100644 --- a/program/lib/Mail/mimePart.php +++ b/program/lib/Mail/mimePart.php @@ -1,7 +1,7 @@ <?php // +-----------------------------------------------------------------------+ // | Copyright (c) 2002-2003 Richard Heyes | -// | All rights reserved. | +// | Licensed under the GNU GPL | // | | // | Redistribution and use in source and binary forms, with or without | // | modification, are permitted provided that the following conditions | |