Development

Changeset 10349

You must first sign up to be able to contribute.

Changeset 10349

Show
Ignore:
Timestamp:
07/18/08 11:02:15 (5 years ago)
Author:
dwhittle
Message:

ysfDimensionsPlugin: cleaned up phpdoc + updated license year

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/ysfDimensionsPlugin/branches/1.1/lib/config/ysfApplicationConfiguration.class.php

    r9328 r10349  
    33/** 
    44 * 
    5  * Copyright (c) 2007 Yahoo! Inc.  All rights reserved. 
     5 * Copyright (c) 2008 Yahoo! Inc.  All rights reserved. 
    66 * The copyrights embodied in the content in this file are licensed 
    77 * under the MIT open source license. 
     
    1414 * ysfApplicationConfiguration represents a configuration for a symfony application. 
    1515 * 
    16  * @package    symfony 
     16 * @package    ysymfony 
    1717 * @subpackage config 
    1818 * @author     Dustin Whittle <dustin.whittle@symfony-project.com> 
  • plugins/ysfDimensionsPlugin/branches/1.1/lib/config/ysfConfigDimension.class.php

    r9328 r10349  
    33/** 
    44 * 
    5  * Copyright (c) 2007 Yahoo! Inc.  All rights reserved. 
     5 * Copyright (c) 2008 Yahoo! Inc.  All rights reserved. 
    66 * The copyrights embodied in the content in this file are licensed 
    77 * under the MIT open source license. 
     
    3838 * type: host => production, culture => en, theme => classic 
    3939 * 
    40  * @package    symfony 
     40 * @package    ysymfony 
    4141 * @subpackage config 
    4242 * @author     Dustin Whittle <dustin.whittle@symfony-project.com> 
  • plugins/ysfDimensionsPlugin/branches/1.1/lib/config/ysfProjectConfiguration.class.php

    r9519 r10349  
    33/** 
    44 * 
    5  * Copyright (c) 2007 Yahoo! Inc.  All rights reserved. 
     5 * Copyright (c) 2008 Yahoo! Inc.  All rights reserved. 
    66 * The copyrights embodied in the content in this file are licensed 
    77 * under the MIT open source license. 
     
    1818 * This class adds support for configuration dimensions and caches all results. 
    1919 * 
    20  * @package    symfony 
     20 * @package    ysymfony 
    2121 * @subpackage config 
    2222 * @author     Dustin Whittle <dustin.whittle@symfony-project.com> 
  • plugins/ysfDimensionsPlugin/branches/1.1/lib/util/ysfCartesianIterator.class.php

    r9328 r10349  
    33/** 
    44 * 
    5  * Copyright (c) 2007 Yahoo! Inc.  All rights reserved. 
     5 * Copyright (c) 2008 Yahoo! Inc.  All rights reserved. 
    66 * The copyrights embodied in the content in this file are licensed 
    77 * under the MIT open source license. 
     
    2020 * key=>value arrays for each such source iterator. 
    2121 * 
    22  * @package    symfony 
     22 * @package    ysymfony 
    2323 * @subpackage config 
    2424 * @author     Dustin Whittle <dustin.whittle@symfony-project.com> 
  • plugins/ysfDimensionsPlugin/branches/1.1/test/functional/dimensionsTest.php

    r9328 r10349  
    33/** 
    44 * 
    5  * Copyright (c) 2007 Yahoo! Inc.  All rights reserved. 
     5 * Copyright (c) 2008 Yahoo! Inc.  All rights reserved. 
    66 * The copyrights embodied in the content in this file are licensed 
    77 * under the MIT open source license.