diff --git a/build/actions/app.js b/build/actions/app.js index 475271ef..44bf8f35 100644 --- a/build/actions/app.js +++ b/build/actions/app.js @@ -1,3 +1,20 @@ + +/* +Copyright 2016 Resin.io + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + */ + (function() { var commandOptions; diff --git a/build/actions/auth.js b/build/actions/auth.js index 53845057..5c0dcf36 100644 --- a/build/actions/auth.js +++ b/build/actions/auth.js @@ -1,3 +1,20 @@ + +/* +Copyright 2016 Resin.io + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + */ + (function() { exports.login = { signature: 'login', diff --git a/build/actions/command-options.js b/build/actions/command-options.js index 63973ba6..1bb1111b 100644 --- a/build/actions/command-options.js +++ b/build/actions/command-options.js @@ -1,3 +1,20 @@ + +/* +Copyright 2016 Resin.io + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + */ + (function() { var _; diff --git a/build/actions/config.js b/build/actions/config.js index 34abe47a..c33a6070 100644 --- a/build/actions/config.js +++ b/build/actions/config.js @@ -1,3 +1,20 @@ + +/* +Copyright 2016 Resin.io + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + */ + (function() { exports.read = { signature: 'config read', diff --git a/build/actions/device.js b/build/actions/device.js index 7dfc2245..e5156ed8 100644 --- a/build/actions/device.js +++ b/build/actions/device.js @@ -1,3 +1,20 @@ + +/* +Copyright 2016 Resin.io + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + */ + (function() { var commandOptions; diff --git a/build/actions/environment-variables.js b/build/actions/environment-variables.js index 78e60331..ddc9e419 100644 --- a/build/actions/environment-variables.js +++ b/build/actions/environment-variables.js @@ -1,3 +1,20 @@ + +/* +Copyright 2016 Resin.io + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + */ + (function() { var commandOptions; diff --git a/build/actions/help.js b/build/actions/help.js index 1624810b..7a05bb10 100644 --- a/build/actions/help.js +++ b/build/actions/help.js @@ -1,3 +1,20 @@ + +/* +Copyright 2016 Resin.io + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + */ + (function() { var _, capitano, columnify, command, general, indent, parse, print; diff --git a/build/actions/index.js b/build/actions/index.js index 4ef549b3..57ad1a3f 100644 --- a/build/actions/index.js +++ b/build/actions/index.js @@ -1,3 +1,20 @@ + +/* +Copyright 2016 Resin.io + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + */ + (function() { module.exports = { wizard: require('./wizard'), diff --git a/build/actions/info.js b/build/actions/info.js index 99b66a0a..3d1f8be2 100644 --- a/build/actions/info.js +++ b/build/actions/info.js @@ -1,3 +1,20 @@ + +/* +Copyright 2016 Resin.io + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + */ + (function() { exports.version = { signature: 'version', diff --git a/build/actions/keys.js b/build/actions/keys.js index a649221e..daf785bc 100644 --- a/build/actions/keys.js +++ b/build/actions/keys.js @@ -1,3 +1,20 @@ + +/* +Copyright 2016 Resin.io + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + */ + (function() { var commandOptions; diff --git a/build/actions/logs.js b/build/actions/logs.js index 2342783e..04d06262 100644 --- a/build/actions/logs.js +++ b/build/actions/logs.js @@ -1,3 +1,20 @@ + +/* +Copyright 2016 Resin.io + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + */ + (function() { module.exports = { signature: 'logs ', diff --git a/build/actions/notes.js b/build/actions/notes.js index 6a0c2db0..961192bb 100644 --- a/build/actions/notes.js +++ b/build/actions/notes.js @@ -1,3 +1,20 @@ + +/* +Copyright 2016 Resin.io + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + */ + (function() { exports.set = { signature: 'note <|note>', diff --git a/build/actions/os.js b/build/actions/os.js index a21e8590..b8ecd6a4 100644 --- a/build/actions/os.js +++ b/build/actions/os.js @@ -1,3 +1,20 @@ + +/* +Copyright 2016 Resin.io + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + */ + (function() { var commandOptions, stepHandler; diff --git a/build/actions/settings.js b/build/actions/settings.js index eb7cd672..1d55e47a 100644 --- a/build/actions/settings.js +++ b/build/actions/settings.js @@ -1,3 +1,20 @@ + +/* +Copyright 2016 Resin.io + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + */ + (function() { exports.list = { signature: 'settings', diff --git a/build/actions/wizard.js b/build/actions/wizard.js index e38c29d5..35f49234 100644 --- a/build/actions/wizard.js +++ b/build/actions/wizard.js @@ -1,3 +1,20 @@ + +/* +Copyright 2016 Resin.io + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + */ + (function() { exports.wizard = { signature: 'quickstart [name]', diff --git a/build/app.js b/build/app.js index 2e22359c..e7692572 100644 --- a/build/app.js +++ b/build/app.js @@ -1,3 +1,20 @@ + +/* +Copyright 2016 Resin.io + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + */ + (function() { var Promise, _, actions, capitano, errors, plugins, resin, update; diff --git a/build/errors.js b/build/errors.js index aafb044f..ac87811a 100644 --- a/build/errors.js +++ b/build/errors.js @@ -1,3 +1,20 @@ + +/* +Copyright 2016 Resin.io + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + */ + (function() { var chalk, errors, patterns; diff --git a/build/utils/helpers.js b/build/utils/helpers.js index 5b8f5c5c..4ed256d6 100644 --- a/build/utils/helpers.js +++ b/build/utils/helpers.js @@ -1,3 +1,20 @@ + +/* +Copyright 2016 Resin.io + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + */ + (function() { var Promise, _, capitano, chalk, os, president; diff --git a/build/utils/patterns.js b/build/utils/patterns.js index 818372d9..18a182d2 100644 --- a/build/utils/patterns.js +++ b/build/utils/patterns.js @@ -1,3 +1,20 @@ + +/* +Copyright 2016 Resin.io + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + */ + (function() { var Promise, _, chalk, form, resin, validation, visuals; diff --git a/build/utils/plugins.js b/build/utils/plugins.js index 5b7ad590..7cefb691 100644 --- a/build/utils/plugins.js +++ b/build/utils/plugins.js @@ -1,3 +1,20 @@ + +/* +Copyright 2016 Resin.io + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + */ + (function() { var _, capitano, nplugm, patterns; diff --git a/build/utils/update.js b/build/utils/update.js index a3b4f2ec..2f4266d2 100644 --- a/build/utils/update.js +++ b/build/utils/update.js @@ -1,3 +1,20 @@ + +/* +Copyright 2016 Resin.io + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + */ + (function() { var isRoot, notifier, packageJSON, updateNotifier; diff --git a/build/utils/validation.js b/build/utils/validation.js index 5644caab..5d65a356 100644 --- a/build/utils/validation.js +++ b/build/utils/validation.js @@ -1,3 +1,20 @@ + +/* +Copyright 2016 Resin.io + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + */ + (function() { var validEmail;