diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2016-01-09 09:00:51 +0100 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2016-01-09 09:00:51 +0100 |
commit | c778e2b9085e1cad5228e7111f9a8f05b401dd38 (patch) | |
tree | 0d4955e68bb590a43b8fc1ef57a1638a91e65492 | |
parent | 00ee455102e659dba2641641aca25641a182aac4 (diff) | |
download | Dns-c778e2b9085e1cad5228e7111f9a8f05b401dd38.zip Dns-c778e2b9085e1cad5228e7111f9a8f05b401dd38.tar.gz Dns-c778e2b9085e1cad5228e7111f9a8f05b401dd38.tar.bz2 |
Quality: Run devtools:cs.
-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 fda03a4..4579ad7 100644 --- a/Bin/Resolve.php +++ b/Bin/Resolve.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2015, Hoa community. All rights reserved. + * Copyright © 2007-2016, Hoa community. 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; * * Quick DNS resolver. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Resolve extends Console\Dispatcher\Kit diff --git a/Exception.php b/Exception.php index 922be90..132eb4d 100644 --- a/Exception.php +++ b/Exception.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2015, Hoa community. All rights reserved. + * Copyright © 2007-2016, Hoa community. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -43,7 +43,7 @@ use Hoa\Exception as HoaException; * * Extending the \Hoa\Exception\Exception class. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Exception extends HoaException diff --git a/Resolver.php b/Resolver.php index 8b466b4..edd49e3 100644 --- a/Resolver.php +++ b/Resolver.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2015, Hoa community. All rights reserved. + * Copyright © 2007-2016, Hoa community. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -45,7 +45,7 @@ use Hoa\Socket; * Provide a DNS resolution server. * Please, see RFC6195, RFC1035 and RFC1034 for an overview. * - * @copyright Copyright © 2007-2015 Hoa community + * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ class Resolver implements Event\Listenable |