diff options
Diffstat (limited to 'framework/Collections')
-rw-r--r-- | framework/Collections/TAttributeCollection.php | 6 | ||||
-rw-r--r-- | framework/Collections/TDummyDataSource.php | 6 | ||||
-rw-r--r-- | framework/Collections/TList.php | 6 | ||||
-rw-r--r-- | framework/Collections/TListItemCollection.php | 6 | ||||
-rw-r--r-- | framework/Collections/TMap.php | 6 | ||||
-rw-r--r-- | framework/Collections/TPagedDataSource.php | 6 | ||||
-rw-r--r-- | framework/Collections/TPagedList.php | 6 | ||||
-rw-r--r-- | framework/Collections/TPriorityList.php | 6 | ||||
-rw-r--r-- | framework/Collections/TPriorityMap.php | 6 | ||||
-rw-r--r-- | framework/Collections/TQueue.php | 6 | ||||
-rw-r--r-- | framework/Collections/TStack.php | 6 |
11 files changed, 33 insertions, 33 deletions
diff --git a/framework/Collections/TAttributeCollection.php b/framework/Collections/TAttributeCollection.php index f47871cd..a0f14efd 100644 --- a/framework/Collections/TAttributeCollection.php +++ b/framework/Collections/TAttributeCollection.php @@ -3,9 +3,9 @@ * TAttributeCollection classes * * @author Qiang Xue <qiang.xue@gmail.com> - * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2015 PradoSoft - * @license http://www.pradosoft.com/license/ + * @link https://github.com/pradosoft/prado + * @copyright Copyright © 2005-2015 The PRADO Group + * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT * @package System.Collections */ diff --git a/framework/Collections/TDummyDataSource.php b/framework/Collections/TDummyDataSource.php index 12eea424..6aaaeaa8 100644 --- a/framework/Collections/TDummyDataSource.php +++ b/framework/Collections/TDummyDataSource.php @@ -3,9 +3,9 @@ * TDummyDataSource, TDummyDataSourceIterator classes * * @author Qiang Xue <qiang.xue@gmail.com> - * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2015 PradoSoft - * @license http://www.pradosoft.com/license/ + * @link https://github.com/pradosoft/prado + * @copyright Copyright © 2005-2015 The PRADO Group + * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT * @package System.Collections */ diff --git a/framework/Collections/TList.php b/framework/Collections/TList.php index 18b16199..bba0dae8 100644 --- a/framework/Collections/TList.php +++ b/framework/Collections/TList.php @@ -3,9 +3,9 @@ * TList, TListIterator classes * * @author Qiang Xue <qiang.xue@gmail.com> - * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2015 PradoSoft - * @license http://www.pradosoft.com/license/ + * @link https://github.com/pradosoft/prado + * @copyright Copyright © 2005-2015 The PRADO Group + * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT * @package System.Collections */ diff --git a/framework/Collections/TListItemCollection.php b/framework/Collections/TListItemCollection.php index 3b3a8f14..ed00146d 100644 --- a/framework/Collections/TListItemCollection.php +++ b/framework/Collections/TListItemCollection.php @@ -5,9 +5,9 @@ * * @author Robin J. Rogge <rojaro@gmail.com> * @author Qiang Xue <qiang.xue@gmail.com> - * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2015 PradoSoft - * @license http://www.pradosoft.com/license/ + * @link https://github.com/pradosoft/prado + * @copyright Copyright © 2005-2015 The PRADO Group + * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT * @package System.Collections */ diff --git a/framework/Collections/TMap.php b/framework/Collections/TMap.php index 24e6634c..d610dce6 100644 --- a/framework/Collections/TMap.php +++ b/framework/Collections/TMap.php @@ -3,9 +3,9 @@ * TMap, TMapIterator classes * * @author Qiang Xue <qiang.xue@gmail.com> - * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2015 PradoSoft - * @license http://www.pradosoft.com/license/ + * @link https://github.com/pradosoft/prado + * @copyright Copyright © 2005-2015 The PRADO Group + * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT * @package System.Collections */ diff --git a/framework/Collections/TPagedDataSource.php b/framework/Collections/TPagedDataSource.php index 90389882..ec0b8956 100644 --- a/framework/Collections/TPagedDataSource.php +++ b/framework/Collections/TPagedDataSource.php @@ -3,9 +3,9 @@ * TPagedDataSource, TPagedListIterator, TPagedMapIterator classes * * @author Qiang Xue <qiang.xue@gmail.com> - * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2015 PradoSoft - * @license http://www.pradosoft.com/license/ + * @link https://github.com/pradosoft/prado + * @copyright Copyright © 2005-2015 The PRADO Group + * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT * @package System.Collections */ diff --git a/framework/Collections/TPagedList.php b/framework/Collections/TPagedList.php index d1605b4f..118bba1a 100644 --- a/framework/Collections/TPagedList.php +++ b/framework/Collections/TPagedList.php @@ -3,9 +3,9 @@ * TPagedList, TPagedListFetchDataEventParameter, TPagedListPageChangedEventParameter class file * * @author Qiang Xue <qiang.xue@gmail.com> - * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2015 PradoSoft - * @license http://www.pradosoft.com/license/ + * @link https://github.com/pradosoft/prado + * @copyright Copyright © 2005-2015 The PRADO Group + * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT * @package System.Collections */ diff --git a/framework/Collections/TPriorityList.php b/framework/Collections/TPriorityList.php index dc6f6e0c..ad548dc4 100644 --- a/framework/Collections/TPriorityList.php +++ b/framework/Collections/TPriorityList.php @@ -3,9 +3,9 @@ * TPriorityList, TPriorityListIterator classes * * @author Brad Anderson <javalizard@gmail.com> - * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2015 PradoSoft - * @license http://www.pradosoft.com/license/ + * @link https://github.com/pradosoft/prado + * @copyright Copyright © 2005-2015 The PRADO Group + * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT * @package System.Collections */ diff --git a/framework/Collections/TPriorityMap.php b/framework/Collections/TPriorityMap.php index 6e1c30c4..9af10da8 100644 --- a/framework/Collections/TPriorityMap.php +++ b/framework/Collections/TPriorityMap.php @@ -3,9 +3,9 @@ * TPriorityMap, TPriorityMapIterator classes * * @author Brad Anderson <javalizard@mac.com> - * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2015 PradoSoft - * @license http://www.pradosoft.com/license/ + * @link https://github.com/pradosoft/prado + * @copyright Copyright © 2005-2015 The PRADO Group + * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT * @package System.Collections */ diff --git a/framework/Collections/TQueue.php b/framework/Collections/TQueue.php index d7f98ada..6c989e25 100644 --- a/framework/Collections/TQueue.php +++ b/framework/Collections/TQueue.php @@ -3,9 +3,9 @@ * TQueue, TQueueIterator classes * * @author Qiang Xue <qiang.xue@gmail.com> - * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2015 PradoSoft - * @license http://www.pradosoft.com/license/ + * @link https://github.com/pradosoft/prado + * @copyright Copyright © 2005-2015 The PRADO Group + * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT * @version $Id$ * @package System.Collections */ diff --git a/framework/Collections/TStack.php b/framework/Collections/TStack.php index 3a64a95d..de78527e 100644 --- a/framework/Collections/TStack.php +++ b/framework/Collections/TStack.php @@ -3,9 +3,9 @@ * TStack, TStackIterator classes * * @author Qiang Xue <qiang.xue@gmail.com> - * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2015 PradoSoft - * @license http://www.pradosoft.com/license/ + * @link https://github.com/pradosoft/prado + * @copyright Copyright © 2005-2015 The PRADO Group + * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT * @package System.Collections */ |