diff options
-rw-r--r-- | Bin/Resolve.php | 4 | ||||
-rw-r--r-- | Exception.php | 4 | ||||
-rw-r--r-- | Resolver.php | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/Bin/Resolve.php b/Bin/Resolve.php index 4426f11..87ee3f8 100644 --- a/Bin/Resolve.php +++ b/Bin/Resolve.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2014, Ivan Enderlin. All rights reserved. + * Copyright © 2007-2015, 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: @@ -47,7 +47,7 @@ use Hoa\Socket; * Quick DNS resolver. * * @author Ivan Enderlin <ivan.enderlin@hoa-project.net> - * @copyright Copyright © 2007-2014 Ivan Enderlin. + * @copyright Copyright © 2007-2015 Ivan Enderlin. * @license New BSD License */ diff --git a/Exception.php b/Exception.php index 3791bb5..e6de5fe 100644 --- a/Exception.php +++ b/Exception.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2014, Ivan Enderlin. All rights reserved. + * Copyright © 2007-2015, 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: @@ -44,7 +44,7 @@ use Hoa\Core; * Extending the \Hoa\Core\Exception class. * * @author Ivan Enderlin <ivan.enderlin@hoa-project.net> - * @copyright Copyright © 2007-2014 Ivan Enderlin. + * @copyright Copyright © 2007-2015 Ivan Enderlin. * @license New BSD License */ diff --git a/Resolver.php b/Resolver.php index 9a30436..a901d67 100644 --- a/Resolver.php +++ b/Resolver.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2014, Ivan Enderlin. All rights reserved. + * Copyright © 2007-2015, 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: @@ -46,7 +46,7 @@ use Hoa\Socket; * Please, see RFC6195, RFC1035 and RFC1034 for an overview. * * @author Ivan Enderlin <ivan.enderlin@hoa-project.net> - * @copyright Copyright © 2007-2014 Ivan Enderlin. + * @copyright Copyright © 2007-2015 Ivan Enderlin. * @license New BSD License */ |