Development

Changeset 23701

You must first sign up to be able to contribute.

Changeset 23701

Show
Ignore:
Timestamp:
11/08/09 22:23:40 (4 years ago)
Author:
bschussek
Message:

[lime] Updated copyright+license headers

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tools/lime/branches/2.0/lib/LimeAnnotationSupport.php

    r21374 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
     
    6869 * 
    6970 * @package    lime 
    70  * @author     Bernhard Schussek <bschussek@gmail.com> 
     71 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    7172 * @version    SVN: $Id$ 
    7273 */ 
  • tools/lime/branches/2.0/lib/LimeAssertionFailedException.php

    r20958 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/lib/LimeAutoloader.php

    r23675 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
     
    3536 * @subpackage lime 
    3637 * @author     Fabien Potencier <fabien.potencier@symfony-project.com> 
    37  * @author     Bernhard Schussek <bschussek@gmail.com> 
     38 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    3839 * @version    SVN: $Id$ 
    3940 */ 
  • tools/lime/branches/2.0/lib/LimeColorizer.php

    r20020 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
     
    3233 * @package    lime 
    3334 * @author     Fabien Potencier <fabien.potencier@symfony-project.com> 
    34  * @author     Bernhard Schussek <bschussek@gmail.com> 
     35 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    3536 * @version    SVN: $Id$ 
    3637 */ 
  • tools/lime/branches/2.0/lib/LimeCoverage.php

    r22671 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/lib/LimeError.php

    r21524 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    1919 * 
    2020 * @package    Lime 
    21  * @author     Bernhard Schussek <bschussek@gmail.com> 
     21 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    2222 * @version    SVN: $Id$ 
    2323 */ 
  • tools/lime/branches/2.0/lib/LimeExceptionExpectation.php

    r23682 r23701  
    11<?php 
     2 
     3/* 
     4 * This file is part of the Lime test framework. 
     5 * 
     6 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
     8 * 
     9 * This source file is subject to the MIT license that is bundled 
     10 * with this source code in the file LICENSE. 
     11 */ 
    212 
    313class LimeExceptionExpectation 
  • tools/lime/branches/2.0/lib/LimePrinter.php

    r21237 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/lib/LimeRegistration.php

    r20125 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/lib/LimeTest.php

    r23683 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/lib/LimeTestAnalyzer.php

    r21345 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/lib/LimeTestCase.php

    r21374 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/lib/LimeTestRunner.php

    r21374 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
     
    2930 * 
    3031 * @package    lime 
    31  * @author     Bernhard Schussek <bschussek@gmail.com> 
     32 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    3233 * @version    SVN: $Id$ 
    3334 */ 
  • tools/lime/branches/2.0/lib/LimeTestSuite.php

    r21263 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/lib/LimeTrace.php

    r20486 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/lib/constraint/LimeConstraint.php

    r23675 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    1515 * 
    1616 * @package    Lime 
    17  * @author     Bernhard Schussek <bschussek@gmail.com> 
     17 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    1818 * @version    SVN: $Id$ 
    1919 */ 
  • tools/lime/branches/2.0/lib/constraint/LimeConstraintContains.php

    r23685 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    1515 * 
    1616 * @package    Lime 
    17  * @author     Bernhard Schussek <bschussek@gmail.com> 
     17 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    1818 * @version    SVN: $Id$ 
    1919 */ 
  • tools/lime/branches/2.0/lib/constraint/LimeConstraintContainsNot.php

    r23685 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    1515 * 
    1616 * @package    Lime 
    17  * @author     Bernhard Schussek <bschussek@gmail.com> 
     17 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    1818 * @version    SVN: $Id$ 
    1919 */ 
  • tools/lime/branches/2.0/lib/constraint/LimeConstraintException.php

    r23675 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    1818 * 
    1919 * @package    Lime 
    20  * @author     Bernhard Schussek <bschussek@gmail.com> 
     20 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    2121 * @version    SVN: $Id$ 
    2222 */ 
  • tools/lime/branches/2.0/lib/constraint/LimeConstraintGreaterThan.php

    r23685 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    1515 * 
    1616 * @package    Lime 
    17  * @author     Bernhard Schussek <bschussek@gmail.com> 
     17 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    1818 * @version    SVN: $Id$ 
    1919 */ 
  • tools/lime/branches/2.0/lib/constraint/LimeConstraintGreaterThanEqual.php

    r23685 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    1515 * 
    1616 * @package    Lime 
    17  * @author     Bernhard Schussek <bschussek@gmail.com> 
     17 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    1818 * @version    SVN: $Id$ 
    1919 */ 
  • tools/lime/branches/2.0/lib/constraint/LimeConstraintInterface.php

    r23675 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    1515 * 
    1616 * @package    Lime 
    17  * @author     Bernhard Schussek <bschussek@gmail.com> 
     17 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    1818 * @version    SVN: $Id$ 
    1919 */ 
  • tools/lime/branches/2.0/lib/constraint/LimeConstraintIs.php

    r23685 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    1515 * 
    1616 * @package    Lime 
    17  * @author     Bernhard Schussek <bschussek@gmail.com> 
     17 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    1818 * @version    SVN: $Id$ 
    1919 */ 
  • tools/lime/branches/2.0/lib/constraint/LimeConstraintIsNot.php

    r23685 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    1515 * 
    1616 * @package    Lime 
    17  * @author     Bernhard Schussek <bschussek@gmail.com> 
     17 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    1818 * @version    SVN: $Id$ 
    1919 */ 
  • tools/lime/branches/2.0/lib/constraint/LimeConstraintLessThan.php

    r23685 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    1515 * 
    1616 * @package    Lime 
    17  * @author     Bernhard Schussek <bschussek@gmail.com> 
     17 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    1818 * @version    SVN: $Id$ 
    1919 */ 
  • tools/lime/branches/2.0/lib/constraint/LimeConstraintLessThanEqual.php

    r23685 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    1515 * 
    1616 * @package    Lime 
    17  * @author     Bernhard Schussek <bschussek@gmail.com> 
     17 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    1818 * @version    SVN: $Id$ 
    1919 */ 
  • tools/lime/branches/2.0/lib/constraint/LimeConstraintLike.php

    r23685 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    1515 * 
    1616 * @package    Lime 
    17  * @author     Bernhard Schussek <bschussek@gmail.com> 
     17 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    1818 * @version    SVN: $Id$ 
    1919 */ 
  • tools/lime/branches/2.0/lib/constraint/LimeConstraintNotSame.php

    r23685 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    1515 * 
    1616 * @package    Lime 
    17  * @author     Bernhard Schussek <bschussek@gmail.com> 
     17 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    1818 * @version    SVN: $Id$ 
    1919 */ 
  • tools/lime/branches/2.0/lib/constraint/LimeConstraintSame.php

    r23685 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    1515 * 
    1616 * @package    Lime 
    17  * @author     Bernhard Schussek <bschussek@gmail.com> 
     17 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    1818 * @version    SVN: $Id$ 
    1919 */ 
  • tools/lime/branches/2.0/lib/constraint/LimeConstraintUnlike.php

    r23685 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    1515 * 
    1616 * @package    Lime 
    17  * @author     Bernhard Schussek <bschussek@gmail.com> 
     17 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    1818 * @version    SVN: $Id$ 
    1919 */ 
  • tools/lime/branches/2.0/lib/lexer/LimeLexer.php

    r21369 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    2929 * 
    3030 * @package    Lime 
    31  * @author     Bernhard Schussek <bschussek@gmail.com> 
     31 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    3232 * @author     Fabien Potencier <fabien.potencier@symfony-project.com> 
    3333 * @version    SVN: $Id$ 
  • tools/lime/branches/2.0/lib/lexer/LimeLexerAnnotationAware.php

    r21369 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    4141 * 
    4242 * @package    Lime 
    43  * @author     Bernhard Schussek <bschussek@gmail.com> 
     43 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    4444 * @version    SVN: $Id$ 
    4545 * @see        LimeLexer 
  • tools/lime/branches/2.0/lib/lexer/LimeLexerCodeLines.php

    r21369 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    2626 * 
    2727 * @package    Lime 
    28  * @author     Bernhard Schussek <bschussek@gmail.com> 
     28 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    2929 * @version    SVN: $Id$ 
    3030 */ 
  • tools/lime/branches/2.0/lib/lexer/LimeLexerTestVariable.php

    r21369 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    1616 * 
    1717 * @package    Lime 
    18  * @author     Bernhard Schussek <bschussek@gmail.com> 
     18 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    1919 * @version    SVN: $Id$ 
    2020 */ 
  • tools/lime/branches/2.0/lib/lexer/LimeLexerTransformAnnotations.php

    r21369 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    5454 * 
    5555 * @package    Lime 
    56  * @author     Bernhard Schussek <bschussek@gmail.com> 
     56 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    5757 * @version    SVN: $Id$ 
    5858 * @see        LimeLexerAnnotationAware 
  • tools/lime/branches/2.0/lib/lexer/LimeLexerVariables.php

    r21369 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    1919 * 
    2020 * @package    Lime 
    21  * @author     Bernhard Schussek <bschussek@gmail.com> 
     21 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    2222 * @version    SVN: $Id$ 
    2323 */ 
  • tools/lime/branches/2.0/lib/lime.php

    r23678 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/lib/mock/LimeMock.php

    r23679 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    8686 * 
    8787 * @package    Lime 
    88  * @author     Bernhard Schussek <bschussek@gmail.com> 
     88 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    8989 * @version    SVN: $Id$ 
    9090 * @see        LimeMockBehaviour 
  • tools/lime/branches/2.0/lib/mock/LimeMockBehaviour.php

    r21377 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    2828 * 
    2929 * @package    Lime 
    30  * @author     Bernhard Schussek <bschussek@gmail.com> 
     30 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    3131 * @version    SVN: $Id$ 
    3232 * @see        LimeMockBehaviourInterface 
  • tools/lime/branches/2.0/lib/mock/LimeMockBehaviourInterface.php

    r21377 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    2929 * 
    3030 * @package    Lime 
    31  * @author     Bernhard Schussek <bschussek@gmail.com> 
     31 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    3232 * @version    SVN: $Id$ 
    3333 */ 
  • tools/lime/branches/2.0/lib/mock/LimeMockException.php

    r21377 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    1919 * 
    2020 * @package    Lime 
    21  * @author     Bernhard Schussek <bschussek@gmail.com> 
     21 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    2222 * @version    SVN: $Id$ 
    2323 */ 
  • tools/lime/branches/2.0/lib/mock/LimeMockInterface.php

    r21377 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    1515 * 
    1616 * @package    Lime 
    17  * @author     Bernhard Schussek <bschussek@gmail.com> 
     17 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    1818 * @version    SVN: $Id$ 
    1919 * @see        LimeMock 
  • tools/lime/branches/2.0/lib/mock/LimeMockInvocation.php

    r23679 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    1919 * 
    2020 * @package    Lime 
    21  * @author     Bernhard Schussek <bschussek@gmail.com> 
     21 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    2222 * @version    SVN: $Id$ 
    2323 */ 
  • tools/lime/branches/2.0/lib/mock/LimeMockInvocationException.php

    r21377 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    1818 * 
    1919 * @package    Lime 
    20  * @author     Bernhard Schussek <bschussek@gmail.com> 
     20 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    2121 * @version    SVN: $Id$ 
    2222 */ 
  • tools/lime/branches/2.0/lib/mock/LimeMockInvocationExpectation.php

    r23679 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    4242 * 
    4343 * @package    Lime 
    44  * @author     Bernhard Schussek <bschussek@gmail.com> 
     44 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    4545 * @version    SVN: $Id$ 
    4646 */ 
  • tools/lime/branches/2.0/lib/mock/LimeMockOrderedBehaviour.php

    r21378 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
     
    1516 * 
    1617 * @package    Lime 
    17  * @author     Bernhard Schussek <bschussek@gmail.com> 
     18 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    1819 * @version    SVN: $Id$ 
    1920 * @see        LimeMockBehaviourInterface 
  • tools/lime/branches/2.0/lib/mock/LimeMockRecordState.php

    r23679 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    2121 * 
    2222 * @package    Lime 
    23  * @author     Bernhard Schussek <bschussek@gmail.com> 
     23 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    2424 * @version    SVN: $Id$ 
    2525 * @see        LimeMockInvocationExpectation 
  • tools/lime/branches/2.0/lib/mock/LimeMockReplayState.php

    r23679 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    1919 * 
    2020 * @package    Lime 
    21  * @author     Bernhard Schussek <bschussek@gmail.com> 
     21 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    2222 * @version    SVN: $Id$ 
    2323 */ 
  • tools/lime/branches/2.0/lib/mock/LimeMockStateInterface.php

    r23679 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    1919 * 
    2020 * @package    Lime 
    21  * @author     Bernhard Schussek <bschussek@gmail.com> 
     21 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    2222 * @version    SVN: $Id$ 
    2323 */ 
  • tools/lime/branches/2.0/lib/mock/LimeMockTemplate.php

    r21378 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    1515 * 
    1616 * @package    Lime 
    17  * @author     Bernhard Schussek <bschussek@gmail.com> 
     17 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    1818 * @version    SVN: $Id$ 
    1919 */ 
  • tools/lime/branches/2.0/lib/mock/LimeMockUnorderedBehaviour.php

    r21378 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    1515 * 
    1616 * @package    Lime 
    17  * @author     Bernhard Schussek <bschussek@gmail.com> 
     17 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    1818 * @version    SVN: $Id$ 
    1919 * @see        LimeMockBehaviourInterface 
  • tools/lime/branches/2.0/lib/mock/matcher/LimeMockInvocationMatcherAny.php

    r21370 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    1717 * 
    1818 * @package    Lime 
    19  * @author     Bernhard Schussek <bschussek@gmail.com> 
     19 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    2020 * @version    SVN: $Id$ 
    2121 * @see        LimeMockInvocationMatcherInterface 
  • tools/lime/branches/2.0/lib/mock/matcher/LimeMockInvocationMatcherAtLeastOnce.php

    r21369 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    1515 * 
    1616 * @package    Lime 
    17  * @author     Bernhard Schussek <bschussek@gmail.com> 
     17 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    1818 * @version    SVN: $Id$ 
    1919 * @see        LimeMockInvocationMatcherInterface 
  • tools/lime/branches/2.0/lib/mock/matcher/LimeMockInvocationMatcherBetween.php

    r21369 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    1919 * 
    2020 * @package    Lime 
    21  * @author     Bernhard Schussek <bschussek@gmail.com> 
     21 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    2222 * @version    SVN: $Id$ 
    2323 * @see        LimeMockInvocationMatcherInterface 
  • tools/lime/branches/2.0/lib/mock/matcher/LimeMockInvocationMatcherException.php

    r21369 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    1919 * 
    2020 * @package    Lime 
    21  * @author     Bernhard Schussek <bschussek@gmail.com> 
     21 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    2222 * @version    SVN: $Id$ 
    2323 * @see        LimeMockInvocationMatcherInterface 
  • tools/lime/branches/2.0/lib/mock/matcher/LimeMockInvocationMatcherInterface.php

    r21369 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    3131 * 
    3232 * @package    Lime 
    33  * @author     Bernhard Schussek <bschussek@gmail.com> 
     33 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    3434 * @version    SVN: $Id$ 
    3535 */ 
  • tools/lime/branches/2.0/lib/mock/matcher/LimeMockInvocationMatcherParameter.php

    r23685 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    1818 * 
    1919 * @package    Lime 
    20  * @author     Bernhard Schussek <bschussek@gmail.com> 
     20 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    2121 * @version    SVN: $Id$ 
    2222 * @see        LimeMockInvocationMatcherInterface 
  • tools/lime/branches/2.0/lib/mock/matcher/LimeMockInvocationMatcherTimes.php

    r21369 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    1717 * 
    1818 * @package    Lime 
    19  * @author     Bernhard Schussek <bschussek@gmail.com> 
     19 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    2020 * @version    SVN: $Id$ 
    2121 * @see        LimeMockInvocationMatcherInterface 
  • tools/lime/branches/2.0/lib/mock/template/mocked_class.tpl

    r21375 r23701  
     1/* 
     2 * This file is part of the Lime framework. 
     3 * 
     4 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     5 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
     6 * 
     7 * This source file is subject to the MIT license that is bundled 
     8 * with this source code in the file LICENSE. 
     9 */ 
     10 
    111<?php echo $class_declaration ?>   
    212{ 
  • tools/lime/branches/2.0/lib/output/LimeOutput.php

    r20314 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
     
    2122 * @subpackage lime 
    2223 * @author     Fabien Potencier <fabien.potencier@symfony-project.com> 
    23  * @author     Bernhard Schussek <bschussek@gmail.com> 
     24 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    2425 * @version    SVN: $Id$ 
    2526 */ 
  • tools/lime/branches/2.0/lib/output/LimeOutputArray.php

    r21524 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    1515 * 
    1616 * @package    Lime 
    17  * @author     Bernhard Schussek <bschussek@gmail.com> 
     17 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    1818 * @version    SVN: $Id$ 
    1919 */ 
  • tools/lime/branches/2.0/lib/output/LimeOutputConsoleSummary.php

    r23681 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    1818 * 
    1919 * @package    Lime 
    20  * @author     Bernhard Schussek <bschussek@gmail.com> 
     20 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    2121 * @version    SVN: $Id$ 
    2222 */ 
  • tools/lime/branches/2.0/lib/output/LimeOutputCoverage.php

    r21524 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/lib/output/LimeOutputFactory.php

    r21237 r23701  
    11<?php 
     2 
     3/* 
     4 * This file is part of the Lime framework. 
     5 * 
     6 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
     8 * 
     9 * This source file is subject to the MIT license that is bundled 
     10 * with this source code in the file LICENSE. 
     11 */ 
    212 
    313class LimeOutputFactory 
  • tools/lime/branches/2.0/lib/output/LimeOutputInspectable.php

    r21524 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/lib/output/LimeOutputInterface.php

    r21524 r23701  
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
    7  * (c) Bernhard Schussek <bschussek@gmail.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    88 * 
    99 * This source file is subject to the MIT license that is bundled 
     
    2929 * 
    3030 * @package    Lime 
    31  * @author     Bernhard Schussek <bschussek@gmail.com> 
     31 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    3232 * @version    SVN: $Id$ 
    3333 */ 
  • tools/lime/branches/2.0/lib/output/LimeOutputNone.php

    r21524 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/lib/output/LimeOutputRaw.php

    r21524 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/lib/output/LimeOutputTap.php

    r21524 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/lib/output/LimeOutputXml.php

    r21524 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/lib/parser/LimeParserRaw.php

    r21263 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/lib/shell/LimeShell.php

    r21342 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
     
    1415 * 
    1516 * @package    lime 
    16  * @author     Bernhard Schussek <bschussek@gmail.com> 
     17 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    1718 * @author     Fabien Potencier <fabien.potencier@symfony-project.com> 
    1819 * @version    SVN: $Id$ 
  • tools/lime/branches/2.0/lib/tester/LimeTester.php

    r23685 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/lib/tester/LimeTesterArray.php

    r23685 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/lib/tester/LimeTesterDouble.php

    r23685 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/lib/tester/LimeTesterException.php

    r21340 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/lib/tester/LimeTesterFactory.php

    r23680 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/lib/tester/LimeTesterInteger.php

    r20499 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/lib/tester/LimeTesterInterface.php

    r23685 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/lib/tester/LimeTesterObject.php

    r23685 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/lib/tester/LimeTesterResource.php

    r23685 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/lib/tester/LimeTesterScalar.php

    r23685 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/lib/tester/LimeTesterString.php

    r23685 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/MockLimeOutput.php

    r20332 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
     
    1718 * 
    1819 * @package    sfLimeExtraPlugin 
    19  * @author     Bernhard Schussek <bschussek@gmail.com> 
     20 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    2021 * @version    SVN: $Id$ 
    2122 */ 
  • tools/lime/branches/2.0/test/MockLimeTest.php

    r20270 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
     
    1718 * 
    1819 * @package    sfLimeExtraPlugin 
    19  * @author     Bernhard Schussek <bschussek@gmail.com> 
     20 * @author     Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    2021 * @version    SVN: $Id$ 
    2122 */ 
  • tools/lime/branches/2.0/test/bin/benchmark.php

    r21353 r23701  
    11<?php 
     2 
     3/* 
     4 * This file is part of the Lime framework. 
     5 * 
     6 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
     8 * 
     9 * This source file is subject to the MIT license that is bundled 
     10 * with this source code in the file LICENSE. 
     11 */ 
    212 
    313// up to how many parallel processes should I test? 
  • tools/lime/branches/2.0/test/bin/coverage.php

    r20494 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/bin/loc.php

    r20501 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/bin/prove.php

    r20977 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/bin/prove.sh

    r19897 r23701  
    22 
    33### 
    4 # This file is part of the symfony framework. 
     4# This file is part of the Lime framework. 
    55# 
    66# (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
  • tools/lime/branches/2.0/test/bootstrap/unit.php

    r19959 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/LimeAnnotationSupport/test_after.php

    r20117 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/LimeAnnotationSupport/test_after_all.php

    r20117 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/LimeAnnotationSupport/test_before.php

    r20117 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/LimeAnnotationSupport/test_before_all.php

    r20117 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/LimeAnnotationSupport/test_class_before_annotations.php

    r20334 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/LimeAnnotationSupport/test_code_before_annotations.php

    r20117 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/LimeAnnotationSupport/test_comments.php

    r20290 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/LimeAnnotationSupport/test_expect.php

    r23682 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/LimeAnnotationSupport/test_expect_ignore_old.php

    r20278 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/LimeAnnotationSupport/test_expect_object.php

    r20495 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/LimeAnnotationSupport/test_fatal_error.php

    r20268 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/LimeAnnotationSupport/test_fatal_require.php

    r20276 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/LimeAnnotationSupport/test_fatal_undefined.php

    r20277 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/LimeAnnotationSupport/test_function_before_annotations.php

    r20117 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/LimeAnnotationSupport/test_ignore_unknown.php

    r20117 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/LimeAnnotationSupport/test_include.inc.php

    r20690 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/LimeAnnotationSupport/test_include.php

    r20690 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/LimeAnnotationSupport/test_last_line_commented.php

    r20311 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/LimeAnnotationSupport/test_line_number.php

    r20269 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/LimeAnnotationSupport/test_multiline_comments.php

    r20117 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/LimeAnnotationSupport/test_scope_before.php

    r20117 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/LimeAnnotationSupport/test_scope_global.php

    r20117 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/LimeAnnotationSupport/test_scope_private.php

    r20490 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/LimeAnnotationSupportTest.php

    r23682 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/LimeAutoloaderTest.php

    r20305 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/LimeColorizerTest.php

    r20113 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/LimePrinterTest.php

    r21370 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/LimeTestAnalyzerTest.php

    r21524 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/LimeTestCaseTest.php

    r21370 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/LimeTestRunnerTest.php

    r21374 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/lexer/LimeLexerCodeLinesTest.php

    r20494 r23701  
    11<?php 
     2 
     3/* 
     4 * This file is part of the Lime framework. 
     5 * 
     6 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
     8 * 
     9 * This source file is subject to the MIT license that is bundled 
     10 * with this source code in the file LICENSE. 
     11 */ 
    212 
    313include dirname(__FILE__).'/../../bootstrap/unit.php'; 
  • tools/lime/branches/2.0/test/unit/lexer/LimeLexerTestVariableTest.php

    r20265 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/lexer/LimeLexerVariablesTest.php

    r20490 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/mock/LimeMockStrictTest.php

    r21370 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/mock/LimeMockTest.php

    r23679 r23701  
    33/* 
    44 * This file is part of the symfony package. 
    5  * (c) Bernhard Schussek <bschussek@gmail.com> 
     5 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    66 * 
    77 * For the full copyright and license information, please view the LICENSE 
  • tools/lime/branches/2.0/test/unit/output/LimeOutputArrayTest.php

    r21230 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/output/LimeOutputConsoleSummaryTest.php

    r23681 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/output/LimeOutputInspectableTest.php

    r21370 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/output/LimeOutputRawTest.php

    r21263 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/output/LimeOutputTapTest.php

    r21370 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/parser/LimeParserRawTest.php

    r21524 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/parser/LimeParserTapTest.php

    r21524 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/shell/LimeShellCodeTest.php

    r21342 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/shell/LimeShellCommandTest.php

    r21342 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/shell/LimeShellProcessTest.php

    r21342 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/tester/LimeTesterArrayTest.php

    r23685 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/tester/LimeTesterDoubleTest.php

    r23685 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/tester/LimeTesterExceptionTest.php

    r23685 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/tester/LimeTesterIntegerTest.php

    r23685 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/tester/LimeTesterMixedTest.php

    r23685 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/tester/LimeTesterObjectTest.php

    r23685 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/tester/LimeTesterResourceTest.php

    r23685 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/tester/LimeTesterScalarTest.php

    r23685 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/tester/LimeTesterStringTest.php

    r23685 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled 
  • tools/lime/branches/2.0/test/unit/tester/LimeTesterTest.php

    r23680 r23701  
    22 
    33/* 
    4  * This file is part of the symfony framework. 
     4 * This file is part of the Lime framework. 
    55 * 
    66 * (c) Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 * (c) Bernhard Schussek <bernhard.schussek@symfony-project.com> 
    78 * 
    89 * This source file is subject to the MIT license that is bundled