Skip to content

Commit

Permalink
Author
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanThompson committed Feb 18, 2016
1 parent 5e4aa6b commit 7aacc7e
Show file tree
Hide file tree
Showing 16 changed files with 49 additions and 49 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"streams addon",
"field type"
],
"homepage": "http://anomaly.is/",
"homepage": "http://pyrocms.com/",
"license": "MIT",
"authors": [
{
"name": "AnomalyLabs, Inc.",
"email": "hello@anomaly.is",
"homepage": "http://anomaly.is/",
"name": "PyroCMS, Inc.",
"email": "support@pyrocms.com",
"homepage": "http://pyrocms.com/",
"role": "Owner"
}
],
Expand Down
6 changes: 3 additions & 3 deletions src/FilesFieldType.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
/**
* Class FilesFieldType
*
* @link http://anomaly.is/streams-platform
* @author AnomalyLabs, Inc. <hello@anomaly.is>
* @author Ryan Thompson <ryan@anomaly.is>
* @link http://pyrocms.com/
* @author PyroCMS, Inc. <support@pyrocms.com>
* @author Ryan Thompson <ryan@pyrocms.com>
* @package Anomaly\FilesFieldType
*/
class FilesFieldType extends FieldType implements SelfHandling
Expand Down
6 changes: 3 additions & 3 deletions src/FilesFieldTypeAccessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
/**
* Class FilesFieldTypeAccessor
*
* @link http://anomaly.is/streams-platform
* @author AnomalyLabs, Inc. <hello@anomaly.is>
* @author Ryan Thompson <ryan@anomaly.is>
* @link http://pyrocms.com/
* @author PyroCMS, Inc. <support@pyrocms.com>
* @author Ryan Thompson <ryan@pyrocms.com>
* @package Anomaly\FilesFieldType
*/
class FilesFieldTypeAccessor extends FieldTypeAccessor
Expand Down
6 changes: 3 additions & 3 deletions src/FilesFieldTypeServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
/**
* Class FilesFieldTypeServiceProvider
*
* @link http://anomaly.is/streams-platform
* @author AnomalyLabs, Inc. <hello@anomaly.is>
* @author Ryan Thompson <ryan@anomaly.is>
* @link http://pyrocms.com/
* @author PyroCMS, Inc. <support@pyrocms.com>
* @author Ryan Thompson <ryan@pyrocms.com>
* @package Anomaly\FilesFieldType
*/
class FilesFieldTypeServiceProvider extends AddonServiceProvider
Expand Down
6 changes: 3 additions & 3 deletions src/Http/Controller/FilesController.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
/**
* Class FilesController
*
* @link http://anomaly.is/streams-platform
* @author AnomalyLabs, Inc. <hello@anomaly.is>
* @author Ryan Thompson <ryan@anomaly.is>
* @link http://pyrocms.com/
* @author PyroCMS, Inc. <support@pyrocms.com>
* @author Ryan Thompson <ryan@pyrocms.com>
* @package Anomaly\FilesFieldType\Http\Controller
*/
class FilesController extends AdminController
Expand Down
6 changes: 3 additions & 3 deletions src/Http/Controller/UploadController.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
/**
* Class UploadController
*
* @link http://anomaly.is/streams-platform
* @author AnomalyLabs, Inc. <hello@anomaly.is>
* @author Ryan Thompson <ryan@anomaly.is>
* @link http://pyrocms.com/
* @author PyroCMS, Inc. <support@pyrocms.com>
* @author Ryan Thompson <ryan@pyrocms.com>
* @package Anomaly\FilesFieldType\Http\Controller
*/
class UploadController extends AdminController
Expand Down
6 changes: 3 additions & 3 deletions src/Listener/CreatePivotTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
/**
* Class CreatePivotTable
*
* @link http://anomaly.is/streams-platform
* @author AnomalyLabs, Inc. <hello@anomaly.is>
* @author Ryan Thompson <ryan@anomaly.is>
* @link http://pyrocms.com/
* @author PyroCMS, Inc. <support@pyrocms.com>
* @author Ryan Thompson <ryan@pyrocms.com>
* @package Anomaly\FilesFieldType\Listener
*/
class CreatePivotTable
Expand Down
6 changes: 3 additions & 3 deletions src/Listener/DropPivotTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
/**
* Class DropPivotTable
*
* @link http://anomaly.is/streams-platform
* @author AnomalyLabs, Inc. <hello@anomaly.is>
* @author Ryan Thompson <ryan@anomaly.is>
* @link http://pyrocms.com/
* @author PyroCMS, Inc. <support@pyrocms.com>
* @author Ryan Thompson <ryan@pyrocms.com>
* @package Anomaly\FilesFieldType\Listener
*/
class DropPivotTable
Expand Down
6 changes: 3 additions & 3 deletions src/Table/FileTableBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
/**
* Class FileTableBuilder
*
* @link http://anomaly.is/streams-platform
* @author AnomalyLabs, Inc. <hello@anomaly.is>
* @author Ryan Thompson <ryan@anomaly.is>
* @link http://pyrocms.com/
* @author PyroCMS, Inc. <support@pyrocms.com>
* @author Ryan Thompson <ryan@pyrocms.com>
* @package Anomaly\FilesFieldType\Table
*/
class FileTableBuilder extends TableBuilder
Expand Down
6 changes: 3 additions & 3 deletions src/Table/FileTableColumns.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
/**
* Class FileTableColumns
*
* @link http://anomaly.is/streams-platform
* @author AnomalyLabs, Inc. <hello@anomaly.is>
* @author Ryan Thompson <ryan@anomaly.is>
* @link http://pyrocms.com/
* @author PyroCMS, Inc. <support@pyrocms.com>
* @author Ryan Thompson <ryan@pyrocms.com>
* @package Anomaly\FilesFieldType\Table
*/
class FileTableColumns
Expand Down
6 changes: 3 additions & 3 deletions src/Table/FileTableFilters.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
/**
* Class FileTableFilters
*
* @link http://anomaly.is/streams-platform
* @author AnomalyLabs, Inc. <hello@anomaly.is>
* @author Ryan Thompson <ryan@anomaly.is>
* @link http://pyrocms.com/
* @author PyroCMS, Inc. <support@pyrocms.com>
* @author Ryan Thompson <ryan@pyrocms.com>
* @package Anomaly\FilesFieldType\Table
*/
class FileTableFilters
Expand Down
6 changes: 3 additions & 3 deletions src/Table/UploadTableBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
/**
* Class UploadTableBuilder
*
* @link http://anomaly.is/streams-platform
* @author AnomalyLabs, Inc. <hello@anomaly.is>
* @author Ryan Thompson <ryan@anomaly.is>
* @link http://pyrocms.com/
* @author PyroCMS, Inc. <support@pyrocms.com>
* @author Ryan Thompson <ryan@pyrocms.com>
* @package Anomaly\FilesFieldType\Table
*/
class UploadTableBuilder extends TableBuilder
Expand Down
6 changes: 3 additions & 3 deletions src/Table/UploadTableColumns.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
/**
* Class UploadTableColumns
*
* @link http://anomaly.is/streams-platform
* @author AnomalyLabs, Inc. <hello@anomaly.is>
* @author Ryan Thompson <ryan@anomaly.is>
* @link http://pyrocms.com/
* @author PyroCMS, Inc. <support@pyrocms.com>
* @author Ryan Thompson <ryan@pyrocms.com>
* @package Anomaly\FilesFieldType\Table
*/
class UploadTableColumns
Expand Down
6 changes: 3 additions & 3 deletions src/Table/ValueTableBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
/**
* Class ValueTableBuilder
*
* @link http://anomaly.is/streams-platform
* @author AnomalyLabs, Inc. <hello@anomaly.is>
* @author Ryan Thompson <ryan@anomaly.is>
* @link http://pyrocms.com/
* @author PyroCMS, Inc. <support@pyrocms.com>
* @author Ryan Thompson <ryan@pyrocms.com>
* @package Anomaly\FilesFieldType\Table
*/
class ValueTableBuilder extends TableBuilder
Expand Down
6 changes: 3 additions & 3 deletions src/Table/ValueTableColumns.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
/**
* Class ValueTableColumns
*
* @link http://anomaly.is/streams-platform
* @author AnomalyLabs, Inc. <hello@anomaly.is>
* @author Ryan Thompson <ryan@anomaly.is>
* @link http://pyrocms.com/
* @author PyroCMS, Inc. <support@pyrocms.com>
* @author Ryan Thompson <ryan@pyrocms.com>
* @package Anomaly\FilesFieldType\Table
*/
class ValueTableColumns
Expand Down
6 changes: 3 additions & 3 deletions src/Validation/ValidateDisk.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
/**
* Class ValidateDisk
*
* @link http://anomaly.is/streams-platform
* @author AnomalyLabs, Inc. <hello@anomaly.is>
* @author Ryan Thompson <ryan@anomaly.is>
* @link http://pyrocms.com/
* @author PyroCMS, Inc. <support@pyrocms.com>
* @author Ryan Thompson <ryan@pyrocms.com>
* @package Anomaly\FilesFieldType\Validation
*/
class ValidateDisk implements SelfHandling
Expand Down

0 comments on commit 7aacc7e

Please sign in to comment.