Skip to content

Commit

Permalink
Updated author annotations, see #86
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Nov 5, 2017
1 parent 1015677 commit 7ee3cb1
Show file tree
Hide file tree
Showing 19 changed files with 34 additions and 8 deletions.
2 changes: 2 additions & 0 deletions js/faradays-law-main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

/**
* Main entry point for the 'Faradays Law' sim.
*
* @author Sam Reid (PhET Interactive Simulations)
*/
define( function( require ) {
'use strict';
Expand Down
5 changes: 5 additions & 0 deletions js/faradays-law/FaradaysLawConstants.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
// Copyright 2014-2016, University of Colorado Boulder

/**
* Constants used throughout the sim.
*
* @author Sam Reid (PhET Interactive Simulations)
*/
define( function( require ) {
'use strict';

Expand Down
4 changes: 2 additions & 2 deletions js/faradays-law/FaradaysLawScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
/**
* The 'Faradays Law' screen.
*
* Author: Vasily Shakhov (mlearner.com)
* @author Vasily Shakhov (MLearner)
* @author Sam Reid (PhET Interactive Simulations)
*/

define( function( require ) {
'use strict';

Expand Down
3 changes: 2 additions & 1 deletion js/faradays-law/model/Voltmeter.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
// Copyright 2014-2017, University of Colorado Boulder

/**
* Model container for the voltmeter in 'Faradays Law' simulation.
* Model for the voltmeter in the 'Faradays Law' simulation.
*
* @author Vasily Shakhov (MLearner)
* @author Sam Reid (PhET Interactive Simulations)
*/
define( function( require ) {
'use strict';
Expand Down
5 changes: 3 additions & 2 deletions js/faradays-law/view/Aligner.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

/**
* Encapsulates the position of wires, voltmeter, bulb objects on the screen relative to coils position.
* @author Vasily Shakhov (mlearner.com)
*
* @author Vasily Shakhov (MLearner)
* @author Sam Reid (PhET Interactive Simulations)
*/

define( function( require ) {
'use strict';

Expand Down
3 changes: 2 additions & 1 deletion js/faradays-law/view/BulbNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
* Bulb node for 'Faradays Law' simulation
*
* @author Vasily Shakhov (MLearner)
* @author John Blanco
* @author John Blanco (PhET Interactive Simulations)
* @author Sam Reid (PhET Interactive Simulations)
*/
define( function( require ) {
'use strict';
Expand Down
1 change: 1 addition & 0 deletions js/faradays-law/view/CoilNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Coil node for 'Faradays Law' simulation.
*
* @author Vasily Shakhov (MLearner)
* @author Sam Reid (PhET Interactive Simulations)
*/
define( function( require ) {
'use strict';
Expand Down
2 changes: 2 additions & 0 deletions js/faradays-law/view/CoilTypeEnum.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

/**
* Possible Coil types in 'Faradays Law' simulation.
*
* @author Vasily Shakhov (MLearner)
* @author Sam Reid (PhET Interactive Simulations)
*/
define( function( require ) {
'use strict';
Expand Down
3 changes: 2 additions & 1 deletion js/faradays-law/view/CoilsWiresNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

/**
* Wires for both coils.
* 'Faradays Law' simulation.
*
* @author Vasily Shakhov (MLearner)
* @author Sam Reid (PhET Interactive Simulations)
*/
define( function( require ) {
'use strict';
Expand Down
1 change: 1 addition & 0 deletions js/faradays-law/view/ControlPanelNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Control panel for 'Faradays Law' simulation.
*
* @author Vasily Shakhov (MLearner)
* @author Sam Reid (PhET Interactive Simulations)
*/
define( function( require ) {
'use strict';
Expand Down
1 change: 1 addition & 0 deletions js/faradays-law/view/FaradaysLawScreenView.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Scene graph for the 'Faradays Law' screen.
*
* @author Vasily Shakhov (MLearner)
* @author Sam Reid (PhET Interactive Simulations)
*/
define( function( require ) {
'use strict';
Expand Down
1 change: 1 addition & 0 deletions js/faradays-law/view/MagnetFieldLines.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Magnet field lines for 'Faradays Law' simulation.
*
* @author Vasily Shakhov (MLearner)
* @author Sam Reid (PhET Interactive Simulations)
*/
define( function( require ) {
'use strict';
Expand Down
2 changes: 2 additions & 0 deletions js/faradays-law/view/MagnetNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

/**
* Magnet Node for 'Faradays Law' simulation.
*
* @author Vasily Shakhov (MLearner)
* @author Sam Reid (PhET Interactive Simulations)
*/
define( function( require ) {
'use strict';
Expand Down
1 change: 1 addition & 0 deletions js/faradays-law/view/MagnetNodeWithField.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Magnet Node with field lines, draggable.
*
* @author Vasily Shakhov (MLearner)
* @author Sam Reid (PhET Interactive Simulations)
*/
define( function( require ) {
'use strict';
Expand Down
1 change: 1 addition & 0 deletions js/faradays-law/view/VoltmeterNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Voltmeter for 'Faradays Law' simulation model
*
* @author Vasily Shakhov (MLearner)
* @author Sam Reid (PhET Interactive Simulations)
*/
define( function( require ) {
'use strict';
Expand Down
1 change: 1 addition & 0 deletions js/faradays-law/view/VoltmeterScale.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Voltmeter scale for 'Faradays Law' simulation model
*
* @author Vasily Shakhov (MLearner)
* @author Sam Reid (PhET Interactive Simulations)
*/
define( function( require ) {
'use strict';
Expand Down
1 change: 1 addition & 0 deletions js/faradays-law/view/VoltmeterWiresNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Voltmeter wires for 'Faradays Law' simulation model
*
* @author Vasily Shakhov (MLearner)
* @author Sam Reid (PhET Interactive Simulations)
*/
define( function( require ) {
'use strict';
Expand Down
3 changes: 3 additions & 0 deletions js/faradays-law/view/buttons/FlipMagnetButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
/**
* Flip Magnet button for 'Faradays Law' simulation, contains magnet image node.
*
* TODO: move to top package
*
* @author Vasily Shakhov (MLearner)
* @author Sam Reid (PhET Interactive Simulations)
*/
define( function( require ) {
'use strict';
Expand Down
2 changes: 1 addition & 1 deletion js/faradaysLaw.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Creates the namespace for this simulation.
*
* @author Jesse Greenberg
* @author Jesse Greenberg (PhET Interactive Simulations)
*/
define( function( require ) {
'use strict';
Expand Down

0 comments on commit 7ee3cb1

Please sign in to comment.