diff --git a/Gruntfile.js b/Gruntfile.js index 5b6ab3f..d921dde 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -1,3 +1,5 @@ +// Copyright 2015, EMC, Inc. + 'use strict'; module.exports = prepareGrunt; diff --git a/HWIMO-BUILD b/HWIMO-BUILD index 8e54a44..60f147f 100755 --- a/HWIMO-BUILD +++ b/HWIMO-BUILD @@ -1,5 +1,7 @@ #!/bin/bash +# Copyright 2015, EMC, Inc. + # debian packages expected... # apt-get install git pbuilder dh-make ubuntu-dev-tools devscripts # apt-get install nodejs nodejs-legacy npm diff --git a/HWIMO-TEST b/HWIMO-TEST index 9772bfc..192cf49 100755 --- a/HWIMO-TEST +++ b/HWIMO-TEST @@ -1,5 +1,7 @@ #!/bin/bash +# Copyright 2015, EMC, Inc. + set -e set -x diff --git a/README.md b/README.md index dc2226f..00212a0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +Copyright 2015, EMC, Inc. + on-tftp ======= diff --git a/index.js b/index.js index 50bbd3f..82e6b71 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,4 @@ -// Copyright 2014, Renasar Technologies Inc. +// Copyright 2015, EMC, Inc. /* jshint node: true */ "use strict"; diff --git a/lib/app.js b/lib/app.js index e08028e..8b863fa 100644 --- a/lib/app.js +++ b/lib/app.js @@ -1,4 +1,4 @@ -//Copyright 2014, Renasar Technologies Inc. +// Copyright 2015, EMC, Inc. /* jshint node: true */ "use strict"; diff --git a/lib/server.js b/lib/server.js index 09acf2b..5029918 100644 --- a/lib/server.js +++ b/lib/server.js @@ -1,4 +1,4 @@ -// Copyright 2014, Renasar Technologies Inc. +// Copyright 2015, EMC, Inc. /* jshint node: true */ "use strict"; diff --git a/spec/helper.js b/spec/helper.js index 2bcb536..3fb3f37 100644 --- a/spec/helper.js +++ b/spec/helper.js @@ -1,3 +1,5 @@ +// Copyright 2015, EMC, Inc. + 'use strict'; require('on-core/spec/helper'); diff --git a/spec/lib/app-spec.js b/spec/lib/app-spec.js index a42da2b..2d28d94 100644 --- a/spec/lib/app-spec.js +++ b/spec/lib/app-spec.js @@ -1,4 +1,4 @@ -// Copyright 2014, Renasar Technologies Inc. +// Copyright 2015, EMC, Inc. /* jshint node:true */ 'use strict'; diff --git a/spec/lib/server-spec.js b/spec/lib/server-spec.js index a42da2b..2d28d94 100644 --- a/spec/lib/server-spec.js +++ b/spec/lib/server-spec.js @@ -1,4 +1,4 @@ -// Copyright 2014, Renasar Technologies Inc. +// Copyright 2015, EMC, Inc. /* jshint node:true */ 'use strict';