diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2014-01-07 11:46:24 +0100 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2014-01-07 11:46:24 +0100 |
commit | ae6295cbfcd93b8501a306548fedca00a077ab20 (patch) | |
tree | 7be2de22cf76f97bbadc7723a78435db07ed0dd8 | |
parent | 84ba70d33cc55ee36a77e926de7b23e39ada9f59 (diff) | |
download | Dns-ae6295cbfcd93b8501a306548fedca00a077ab20.zip Dns-ae6295cbfcd93b8501a306548fedca00a077ab20.tar.gz Dns-ae6295cbfcd93b8501a306548fedca00a077ab20.tar.bz2 |
Happy new year \o/.
-rw-r--r-- | Bin/Server.php | 4 | ||||
-rw-r--r-- | Dns.php | 4 | ||||
-rw-r--r-- | Exception.php | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/Bin/Server.php b/Bin/Server.php index 647a6d0..e967246 100644 --- a/Bin/Server.php +++ b/Bin/Server.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2013, Ivan Enderlin. All rights reserved. + * Copyright © 2007-2014, Ivan Enderlin. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -58,7 +58,7 @@ namespace Hoa\Dns\Bin { * Quick DNS server. * * @author Ivan Enderlin <ivan.enderlin@hoa-project.net> - * @copyright Copyright © 2007-2013 Ivan Enderlin. + * @copyright Copyright © 2007-2014 Ivan Enderlin. * @license New BSD License */ @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2013, Ivan Enderlin. All rights reserved. + * Copyright © 2007-2014, Ivan Enderlin. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -54,7 +54,7 @@ namespace Hoa\Dns { * Please, see RFC6195, RFC1035 and RFC1034 for an overview. * * @author Ivan Enderlin <ivan.enderlin@hoa-project.net> - * @copyright Copyright © 2007-2013 Ivan Enderlin. + * @copyright Copyright © 2007-2014 Ivan Enderlin. * @license New BSD License */ diff --git a/Exception.php b/Exception.php index 53917d9..5fbbb57 100644 --- a/Exception.php +++ b/Exception.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2013, Ivan Enderlin. All rights reserved. + * Copyright © 2007-2014, Ivan Enderlin. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -42,7 +42,7 @@ namespace Hoa\Dns { * Extending the \Hoa\Core\Exception class. * * @author Ivan Enderlin <ivan.enderlin@hoa-project.net> - * @copyright Copyright © 2007-2013 Ivan Enderlin. + * @copyright Copyright © 2007-2014 Ivan Enderlin. * @license New BSD License */ |