diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-01-01 13:20:38 +0100 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2013-01-01 13:20:38 +0100 |
commit | cac81b37bf1935852ca7a3a1fb8abbda8d3c4d39 (patch) | |
tree | 6841f1af266785984d41abbdf46228fad7607340 /Visitor | |
parent | c2c423a7a42ae060947b9e014309ae48d63a8086 (diff) | |
download | Praspel-cac81b37bf1935852ca7a3a1fb8abbda8d3c4d39.zip Praspel-cac81b37bf1935852ca7a3a1fb8abbda8d3c4d39.tar.gz Praspel-cac81b37bf1935852ca7a3a1fb8abbda8d3c4d39.tar.bz2 |
Happy new year \o/.
Diffstat (limited to 'Visitor')
-rw-r--r-- | Visitor/Compiler.php | 4 | ||||
-rw-r--r-- | Visitor/Interpreter.php | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Visitor/Compiler.php b/Visitor/Compiler.php index e878928..3159d4f 100644 --- a/Visitor/Compiler.php +++ b/Visitor/Compiler.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2012, Ivan Enderlin. All rights reserved. + * Copyright © 2007-2013, 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: @@ -53,7 +53,7 @@ namespace Hoa\Praspel\Visitor { * Compile the model to PHP code. * * @author Ivan Enderlin <ivan.enderlin@hoa-project.net> - * @copyright Copyright © 2007-2012 Ivan Enderlin. + * @copyright Copyright © 2007-2013 Ivan Enderlin. * @license New BSD License */ diff --git a/Visitor/Interpreter.php b/Visitor/Interpreter.php index f8c6421..ee8a594 100644 --- a/Visitor/Interpreter.php +++ b/Visitor/Interpreter.php @@ -8,7 +8,7 @@ * * New BSD License * - * Copyright © 2007-2012, Ivan Enderlin. All rights reserved. + * Copyright © 2007-2013, 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-2012 Ivan Enderlin. + * @copyright Copyright © 2007-2013 Ivan Enderlin. * @license New BSD License */ |