diff options
Diffstat (limited to 'Visitor/Interpreter.php')
-rw-r--r-- | Visitor/Interpreter.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Visitor/Interpreter.php b/Visitor/Interpreter.php index da62297..3c00144 100644 --- a/Visitor/Interpreter.php +++ b/Visitor/Interpreter.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: @@ -68,7 +68,7 @@ namespace Hoa\Praspel\Visitor { * Compile Praspel to model. * * @author Ivan Enderlin <ivan.enderlin@hoa-project.net> - * @copyright Copyright © 2007-2014 Ivan Enderlin. + * @copyright Copyright © 2007-2015 Ivan Enderlin. * @license New BSD License */ |