GUI -- Removed @author tags from all .js/.css etc. to match our code style choice.
Change-Id: I4d0f572678a01a582226d99ef43cfedd1c559402
Showing
68 changed files
with
1 additions
and
150 deletions
... | @@ -18,8 +18,6 @@ | ... | @@ -18,8 +18,6 @@ |
18 | <!-- | 18 | <!-- |
19 | Testing transformations for transitioning between overhead and | 19 | Testing transformations for transitioning between overhead and |
20 | perspective projections of two layers. | 20 | perspective projections of two layers. |
21 | - | ||
22 | - @author Simon Hunt | ||
23 | --> | 21 | --> |
24 | <html> | 22 | <html> |
25 | <head> | 23 | <head> | ... | ... |
... | @@ -16,9 +16,6 @@ | ... | @@ -16,9 +16,6 @@ |
16 | 16 | ||
17 | /* | 17 | /* |
18 | ONOS GUI -- Remote Communications Module -- REST Service | 18 | ONOS GUI -- Remote Communications Module -- REST Service |
19 | - | ||
20 | - @author Bri Prebilic Cole | ||
21 | - @author Simon Hunt | ||
22 | */ | 19 | */ |
23 | (function () { | 20 | (function () { |
24 | 'use strict'; | 21 | 'use strict'; | ... | ... |
... | @@ -16,9 +16,6 @@ | ... | @@ -16,9 +16,6 @@ |
16 | 16 | ||
17 | /* | 17 | /* |
18 | ONOS GUI -- Remote -- General Purpose Functions | 18 | ONOS GUI -- Remote -- General Purpose Functions |
19 | - | ||
20 | - @author Simon Hunt | ||
21 | - @author Bri Prebilic Cole | ||
22 | */ | 19 | */ |
23 | (function () { | 20 | (function () { |
24 | 'use strict'; | 21 | 'use strict'; | ... | ... |
... | @@ -19,8 +19,6 @@ | ... | @@ -19,8 +19,6 @@ |
19 | 19 | ||
20 | Defines the feedback layer for the UI. Used to give user visual feedback | 20 | Defines the feedback layer for the UI. Used to give user visual feedback |
21 | of choices, typically responding to keystrokes. | 21 | of choices, typically responding to keystrokes. |
22 | - | ||
23 | - @author Simon Hunt | ||
24 | */ | 22 | */ |
25 | 23 | ||
26 | (function (onos){ | 24 | (function (onos){ | ... | ... |
... | @@ -19,8 +19,6 @@ | ... | @@ -19,8 +19,6 @@ |
19 | 19 | ||
20 | Defines the masthead for the UI. Injects logo and title, as well as providing | 20 | Defines the masthead for the UI. Injects logo and title, as well as providing |
21 | the placeholder for a set of radio buttons. | 21 | the placeholder for a set of radio buttons. |
22 | - | ||
23 | - @author Simon Hunt | ||
24 | */ | 22 | */ |
25 | 23 | ||
26 | (function (onos){ | 24 | (function (onos){ | ... | ... |
... | @@ -19,8 +19,6 @@ | ... | @@ -19,8 +19,6 @@ |
19 | 19 | ||
20 | Defines the key-map layer for the UI. Used to give user a list of | 20 | Defines the key-map layer for the UI. Used to give user a list of |
21 | key bindings; both global, and for the current view. | 21 | key bindings; both global, and for the current view. |
22 | - | ||
23 | - @author Simon Hunt | ||
24 | */ | 22 | */ |
25 | 23 | ||
26 | (function (onos){ | 24 | (function (onos){ | ... | ... |
... | @@ -16,8 +16,6 @@ | ... | @@ -16,8 +16,6 @@ |
16 | 16 | ||
17 | /* | 17 | /* |
18 | ONOS GUI -- Masthead Controller - Unit Tests | 18 | ONOS GUI -- Masthead Controller - Unit Tests |
19 | - | ||
20 | - @author Simon Hunt | ||
21 | */ | 19 | */ |
22 | describe('Controller: MastCtrl', function () { | 20 | describe('Controller: MastCtrl', function () { |
23 | // instantiate the masthead module | 21 | // instantiate the masthead module | ... | ... |
... | @@ -16,9 +16,6 @@ | ... | @@ -16,9 +16,6 @@ |
16 | 16 | ||
17 | /* | 17 | /* |
18 | ONOS GUI -- Remote -- REST Service - Unit Tests | 18 | ONOS GUI -- Remote -- REST Service - Unit Tests |
19 | - | ||
20 | - @author Bri Prebilic Cole | ||
21 | - @author Simon Hunt | ||
22 | */ | 19 | */ |
23 | describe('factory: fw/remote/rest.js', function() { | 20 | describe('factory: fw/remote/rest.js', function() { |
24 | var $log, $httpBackend, fs, rs, promise; | 21 | var $log, $httpBackend, fs, rs, promise; | ... | ... |
... | @@ -16,9 +16,6 @@ | ... | @@ -16,9 +16,6 @@ |
16 | 16 | ||
17 | /* | 17 | /* |
18 | ONOS GUI -- Remote -- General Functions - Unit Tests | 18 | ONOS GUI -- Remote -- General Functions - Unit Tests |
19 | - | ||
20 | - @author Bri Prebilic Cole | ||
21 | - @author Simon Hunt | ||
22 | */ | 19 | */ |
23 | describe('factory: fw/remote/urlfn.js', function () { | 20 | describe('factory: fw/remote/urlfn.js', function () { |
24 | var $log, $loc, ufs, fs; | 21 | var $log, $loc, ufs, fs; | ... | ... |
... | @@ -16,8 +16,6 @@ | ... | @@ -16,8 +16,6 @@ |
16 | 16 | ||
17 | /* | 17 | /* |
18 | ONOS GUI -- SVG -- GeoData Service - Unit Tests | 18 | ONOS GUI -- SVG -- GeoData Service - Unit Tests |
19 | - | ||
20 | - @author Simon Hunt | ||
21 | */ | 19 | */ |
22 | describe('factory: fw/svg/geodata.js', function() { | 20 | describe('factory: fw/svg/geodata.js', function() { |
23 | var $log, $httpBackend, fs, gds, promise; | 21 | var $log, $httpBackend, fs, gds, promise; | ... | ... |
... | @@ -16,8 +16,6 @@ | ... | @@ -16,8 +16,6 @@ |
16 | 16 | ||
17 | /* | 17 | /* |
18 | ONOS GUI -- SVG -- Glyph Service - Unit Tests | 18 | ONOS GUI -- SVG -- Glyph Service - Unit Tests |
19 | - | ||
20 | - @author Simon Hunt | ||
21 | */ | 19 | */ |
22 | describe('factory: fw/svg/glyph.js', function() { | 20 | describe('factory: fw/svg/glyph.js', function() { |
23 | var $log, fs, gs, d3Elem; | 21 | var $log, fs, gs, d3Elem; | ... | ... |
... | @@ -16,8 +16,6 @@ | ... | @@ -16,8 +16,6 @@ |
16 | 16 | ||
17 | /* | 17 | /* |
18 | ONOS GUI -- SVG -- Icon Service - Unit Tests | 18 | ONOS GUI -- SVG -- Icon Service - Unit Tests |
19 | - | ||
20 | - @author Simon Hunt | ||
21 | */ | 19 | */ |
22 | describe('factory: fw/svg/icon.js', function() { | 20 | describe('factory: fw/svg/icon.js', function() { |
23 | var is, d3Elem; | 21 | var is, d3Elem; | ... | ... |
... | @@ -16,8 +16,6 @@ | ... | @@ -16,8 +16,6 @@ |
16 | 16 | ||
17 | /* | 17 | /* |
18 | ONOS GUI -- SVG -- Map Service - Unit Tests | 18 | ONOS GUI -- SVG -- Map Service - Unit Tests |
19 | - | ||
20 | - @author Simon Hunt | ||
21 | */ | 19 | */ |
22 | describe('factory: fw/svg/map.js', function() { | 20 | describe('factory: fw/svg/map.js', function() { |
23 | var $log, $httpBackend, fs, ms, d3Elem, promise; | 21 | var $log, $httpBackend, fs, ms, d3Elem, promise; | ... | ... |
... | @@ -16,8 +16,6 @@ | ... | @@ -16,8 +16,6 @@ |
16 | 16 | ||
17 | /* | 17 | /* |
18 | ONOS GUI -- SVG -- Zoom Service - Unit Tests | 18 | ONOS GUI -- SVG -- Zoom Service - Unit Tests |
19 | - | ||
20 | - @author Simon Hunt | ||
21 | */ | 19 | */ |
22 | describe('factory: fw/svg/zoom.js', function() { | 20 | describe('factory: fw/svg/zoom.js', function() { |
23 | var $log, fs, zs, svg, zoomLayer, zoomer; | 21 | var $log, fs, zs, svg, zoomLayer, zoomer; | ... | ... |
... | @@ -16,8 +16,6 @@ | ... | @@ -16,8 +16,6 @@ |
16 | 16 | ||
17 | /* | 17 | /* |
18 | ONOS GUI -- Util -- General Purpose Functions - Unit Tests | 18 | ONOS GUI -- Util -- General Purpose Functions - Unit Tests |
19 | - | ||
20 | - @author Simon Hunt | ||
21 | */ | 19 | */ |
22 | describe('factory: fw/util/fn.js', function() { | 20 | describe('factory: fw/util/fn.js', function() { |
23 | var fs, | 21 | var fs, | ... | ... |
... | @@ -16,8 +16,6 @@ | ... | @@ -16,8 +16,6 @@ |
16 | 16 | ||
17 | /* | 17 | /* |
18 | ONOS GUI -- Key Handler Service - Unit Tests | 18 | ONOS GUI -- Key Handler Service - Unit Tests |
19 | - | ||
20 | - @author Simon Hunt | ||
21 | */ | 19 | */ |
22 | describe('factory: fw/util/keys.js', function() { | 20 | describe('factory: fw/util/keys.js', function() { |
23 | var $log, ks, fs, | 21 | var $log, ks, fs, | ... | ... |
... | @@ -16,8 +16,6 @@ | ... | @@ -16,8 +16,6 @@ |
16 | 16 | ||
17 | /* | 17 | /* |
18 | ONOS GUI -- Util -- Theme Service - Unit Tests | 18 | ONOS GUI -- Util -- Theme Service - Unit Tests |
19 | - | ||
20 | - @author Simon Hunt | ||
21 | */ | 19 | */ |
22 | describe('factory: fw/util/theme.js', function() { | 20 | describe('factory: fw/util/theme.js', function() { |
23 | var ts, $log; | 21 | var ts, $log; | ... | ... |
... | @@ -16,8 +16,6 @@ | ... | @@ -16,8 +16,6 @@ |
16 | 16 | ||
17 | /* | 17 | /* |
18 | ONOS GUI -- Main App Controller - Unit Tests | 18 | ONOS GUI -- Main App Controller - Unit Tests |
19 | - | ||
20 | - @author Simon Hunt | ||
21 | */ | 19 | */ |
22 | describe('Controller: OnosCtrl', function () { | 20 | describe('Controller: OnosCtrl', function () { |
23 | // instantiate the main module | 21 | // instantiate the main module | ... | ... |
... | @@ -16,8 +16,6 @@ | ... | @@ -16,8 +16,6 @@ |
16 | 16 | ||
17 | /* | 17 | /* |
18 | ONOS GUI -- Device Controller - Unit Tests | 18 | ONOS GUI -- Device Controller - Unit Tests |
19 | - | ||
20 | - @author Simon Hunt | ||
21 | */ | 19 | */ |
22 | describe('Controller: OvDeviceCtrl', function () { | 20 | describe('Controller: OvDeviceCtrl', function () { |
23 | // instantiate the Device module | 21 | // instantiate the Device module | ... | ... |
-
Please register or login to post a comment