Skip to content

Commit

Permalink
[DOCUMENTATION] Updating the previous vendor.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Glasl committed Jun 12, 2018
1 parent 2543586 commit b2b0008
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"authors": [
{
"name": "Shea Dawson",
"email": "shea@silverstripe.com.au"
"email": "shea@symbiote.com.au"
}
],
"require": {
Expand Down
4 changes: 2 additions & 2 deletions src/controllers/DynamicListAdmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

/*
Copyright (c) 2009, SilverStripe Australia PTY LTD - www.silverstripe.com.au
Copyright (c) 2009, Symbiote
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Expand All @@ -26,7 +26,7 @@
*/

/**
* @author Marcus Nyeholt <marcus@silverstripe.com.au>
* @author Marcus Nyeholt <marcus@symbiote.com.au>
*/
class DynamicListAdmin extends ModelAdmin
{
Expand Down
2 changes: 1 addition & 1 deletion src/dataobjects/DynamicList.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* for a variety of areas in the site where a predefined list is used
* using the DynamicListField form control.
*
* @author Marcus Nyeholt <marcus@silverstripe.com.au>
* @author Marcus Nyeholt <marcus@symbiote.com.au>
* @license BSD License http://silverstripe.org/bsd-license
*/
class DynamicList extends DataObject
Expand Down
2 changes: 1 addition & 1 deletion src/dataobjects/DynamicListItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* for a variety of areas in the site where a predefined list is used
* using the DynamicListField form control.
*
* @author Marcus Nyeholt <marcus@silverstripe.com.au>
* @author Marcus Nyeholt <marcus@symbiote.com.au>
*/
class DynamicListItem extends DataObject
{
Expand Down
4 changes: 2 additions & 2 deletions src/editableformfields/EditableDependentDynamicListField.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

/*
Copyright (c) 2009, SilverStripe Australia PTY LTD - www.silverstripe.com.au
Copyright (c) 2009, Symbiote
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Expand All @@ -33,7 +33,7 @@
* Relies on the DynamicList module for selecting which dynamic lists it is dependent
* upon.
*
* @author Marcus Nyeholt <marcus@silverstripe.com.au>
* @author Marcus Nyeholt <marcus@symbiote.com.au>
*/
class EditableDependentDynamicListField extends EditableDropdown
{
Expand Down
4 changes: 2 additions & 2 deletions src/editableformfields/EditableDynamicListField.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

/*
Copyright (c) 2009, SilverStripe Australia PTY LTD - www.silverstripe.com.au
Copyright (c) 2009, Symbiote
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Expand All @@ -31,7 +31,7 @@
* An editable field that can use a data list for its
* fields
*
* @author Marcus Nyeholt <marcus@silverstripe.com.au>
* @author Marcus Nyeholt <marcus@symbiote.com.au>
*/
class EditableDynamicListField extends EditableDropdown
{
Expand Down
2 changes: 1 addition & 1 deletion src/extensions/DynamicListUDFExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

/**
* This extension is to help identify dynamic lists a little better.
* @author Nathan Glasl <nathan@silverstripe.com.au>
* @author Nathan Glasl <nathan@symbiote.com.au>
*/

class DynamicListUDFExtension extends DataExtension
Expand Down
4 changes: 2 additions & 2 deletions src/fields/DependentDynamicListDropdownField.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

/*
Copyright (c) 2009, SilverStripe Australia PTY LTD - www.silverstripe.com.au
Copyright (c) 2009, Symbiote
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Expand All @@ -28,7 +28,7 @@
*/

/**
* @author Marcus Nyeholt <marcus@silverstripe.com.au>
* @author Marcus Nyeholt <marcus@symbiote.com.au>
*/
class DependentDynamicListDropdownField extends DynamicListField
{
Expand Down
2 changes: 1 addition & 1 deletion src/fields/DynamicListCheckboxSetField.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

/*
* A CheckboxSetField field that takes its inputs from a DynamicList
* @author Shea Dawson <shea@silverstripe.com.au>
* @author Shea Dawson <shea@symbiote.com.au>
*/
class DynamicListCheckboxSetField extends CheckboxSetField
{
Expand Down
2 changes: 1 addition & 1 deletion src/fields/DynamicListField.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/**
* A select field that takes its inputs from a data list
*
* @author Marcus Nyeholt <marcus@silverstripe.com.au>
* @author Marcus Nyeholt <marcus@symbiote.com.au>
*/
class DynamicListField extends DropdownField
{
Expand Down

0 comments on commit b2b0008

Please sign in to comment.