From 5ac486d9410f06940a42f4eb9852f71c1d64b7f7 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Thu, 3 Nov 2016 10:57:29 -0400 Subject: [PATCH] style: refer to Resin.io as resin.io, according to the style manual (#823) > For all, lower-case capitalization unless beginning a sentence (Ex. I > like resin.io. Resin.io is great.) See: https://github.com/resin-io/docs#style-manual See: https://github.com/resin-io/etcher/issues/797 Signed-off-by: Juan Cruz Viotti --- README.md | 2 +- SUPPORT.md | 2 +- build/css/main.css | 38 +++++++++---------- docs/PUBLISHING.md | 6 +-- docs/USER-DOCUMENTATION.md | 4 +- lib/cli/cli.js | 2 +- lib/cli/etcher.js | 2 +- lib/cli/utils.js | 2 +- lib/cli/writer.js | 2 +- lib/gui/app.js | 2 +- .../controllers/drive-selector.js | 2 +- .../drive-selector/drive-selector.js | 2 +- .../drive-selector/services/drive-selector.js | 2 +- .../styles/_drive-selector.scss | 2 +- .../controllers/flash-error-modal.js | 2 +- .../flash-error-modal/flash-error-modal.js | 2 +- .../services/flash-error-modal.js | 2 +- .../styles/_flash-error-modal.scss | 2 +- lib/gui/components/modal/modal.js | 2 +- lib/gui/components/modal/services/modal.js | 2 +- lib/gui/components/modal/styles/_modal.scss | 2 +- .../directives/progress-button.js | 2 +- .../progress-button/progress-button.js | 2 +- .../styles/_progress-button.scss | 2 +- .../svg-icon/directives/svg-icon.js | 2 +- lib/gui/components/svg-icon/svg-icon.js | 2 +- .../controllers/tooltip-modal.js | 2 +- .../tooltip-modal/services/tooltip-modal.js | 2 +- .../tooltip-modal/styles/_tooltip-modal.scss | 2 +- .../components/tooltip-modal/tooltip-modal.js | 2 +- .../controllers/update-notifier.js | 2 +- .../services/update-notifier.js | 2 +- .../styles/_update-notifier.scss | 2 +- .../update-notifier/update-notifier.js | 2 +- .../controllers/warning-modal.js | 2 +- .../warning-modal/services/warning-modal.js | 2 +- .../warning-modal/styles/_warning-modal.scss | 2 +- .../components/warning-modal/warning-modal.js | 2 +- lib/gui/css/angular.css | 2 +- lib/gui/css/desktop.css | 2 +- lib/gui/etcher.js | 2 +- lib/gui/models/drives.js | 2 +- lib/gui/models/flash-state.js | 2 +- lib/gui/models/selection-state.js | 2 +- lib/gui/models/settings.js | 2 +- lib/gui/models/store.js | 2 +- lib/gui/models/supported-formats.js | 2 +- lib/gui/modules/analytics.js | 2 +- lib/gui/modules/drive-scanner.js | 2 +- lib/gui/modules/error.js | 2 +- lib/gui/modules/image-writer.js | 2 +- lib/gui/os/dialog/dialog.js | 2 +- lib/gui/os/dialog/services/dialog.js | 2 +- lib/gui/os/dropzone/directives/dropzone.js | 2 +- lib/gui/os/dropzone/dropzone.js | 2 +- lib/gui/os/notification/notification.js | 2 +- .../os/notification/services/notification.js | 2 +- .../open-external/directives/open-external.js | 2 +- lib/gui/os/open-external/open-external.js | 2 +- .../open-external/services/open-external.js | 2 +- .../services/window-progress.js | 2 +- lib/gui/os/window-progress/window-progress.js | 2 +- lib/gui/pages/finish/controllers/finish.js | 2 +- lib/gui/pages/finish/finish.js | 2 +- lib/gui/pages/finish/styles/_finish.scss | 2 +- .../pages/main/controllers/drive-selection.js | 2 +- lib/gui/pages/main/controllers/flash.js | 2 +- .../pages/main/controllers/image-selection.js | 2 +- lib/gui/pages/main/controllers/main.js | 2 +- lib/gui/pages/main/main.js | 2 +- lib/gui/pages/main/styles/_main.scss | 2 +- .../pages/settings/controllers/settings.js | 2 +- lib/gui/pages/settings/settings.js | 2 +- lib/gui/pages/settings/styles/_settings.scss | 2 +- lib/gui/scss/components/_badge.scss | 2 +- lib/gui/scss/components/_button.scss | 2 +- lib/gui/scss/components/_caption.scss | 2 +- lib/gui/scss/components/_label.scss | 2 +- lib/gui/scss/components/_tick.scss | 2 +- lib/gui/scss/main.scss | 2 +- lib/gui/scss/modules/_bootstrap.scss | 2 +- lib/gui/scss/modules/_space.scss | 2 +- lib/gui/scss/modules/_theme.scss | 2 +- lib/gui/utils/byte-size/byte-size.js | 2 +- lib/gui/utils/byte-size/filters/gigabyte.js | 2 +- .../manifest-bind/directives/manifest-bind.js | 2 +- lib/gui/utils/manifest-bind/manifest-bind.js | 2 +- .../manifest-bind/services/manifest-bind.js | 2 +- lib/gui/utils/path/filters/basename.js | 2 +- lib/gui/utils/path/path.js | 2 +- lib/src/child-writer/constants.js | 2 +- lib/src/child-writer/index.js | 2 +- lib/src/child-writer/renderer-utils.js | 2 +- lib/src/child-writer/utils.js | 2 +- lib/src/child-writer/writer-proxy.js | 2 +- lib/src/exit-codes.js | 2 +- lib/start.js | 2 +- scripts/build/darwin.sh | 2 +- scripts/build/linux.sh | 2 +- scripts/build/windows.bat | 4 +- scripts/publish/aws-s3.sh | 2 +- tests/gui/os/dropzone.spec.js | 2 +- tests/gui/os/open-external.spec.js | 2 +- tests/gui/os/window-progress.spec.js | 2 +- tests/gui/utils/manifest-bind.spec.js | 2 +- versionist.conf.js | 2 +- 106 files changed, 128 insertions(+), 128 deletions(-) diff --git a/README.md b/README.md index e8452154..e2964f04 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Support ------- If you're having any problem, please [raise an issue][newissue] on GitHub and -the Resin.io team will be happy to help. +the resin.io team will be happy to help. License ------- diff --git a/SUPPORT.md b/SUPPORT.md index b5b83648..7c731696 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -8,7 +8,7 @@ Gitter ------ We have a [Gitter chat room][gitter] for Etcher which is open to everyone, -please come join us :). Drop us a line there and the Resin.io staff and +please come join us :). Drop us a line there and the resin.io staff and community users will be happy to assist. Make sure to mention the following information to help us provide better diff --git a/build/css/main.css b/build/css/main.css index 62080867..666b25d3 100644 --- a/build/css/main.css +++ b/build/css/main.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /* - * Copyright 2016 Resin.io + * 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. @@ -5934,7 +5934,7 @@ button.close { display: none !important; } } /* - * Copyright 2016 Resin.io + * 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. @@ -5949,7 +5949,7 @@ button.close { * limitations under the License. */ /* - * Copyright 2016 Resin.io + * 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. @@ -5977,7 +5977,7 @@ body { cursor: default; } /* - * Copyright 2016 Resin.io + * 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. @@ -6022,7 +6022,7 @@ body { margin-right: 5px; } /* - * Copyright 2016 Resin.io + * 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. @@ -6053,7 +6053,7 @@ body { color: #fff; } /* - * Copyright 2016 Resin.io + * 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. @@ -6076,7 +6076,7 @@ body { letter-spacing: 0; } /* - * Copyright 2016 Resin.io + * 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. @@ -6096,7 +6096,7 @@ body { margin-bottom: 0; } /* - * Copyright 2016 Resin.io + * 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. @@ -6164,7 +6164,7 @@ body { color: #fff; } /* - * Copyright 2016 Resin.io + * 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. @@ -6200,7 +6200,7 @@ body { border-color: #d9534f; } /* - * Copyright 2016 Resin.io + * 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. @@ -6299,7 +6299,7 @@ body { max-width: 50%; } /* - * Copyright 2016 Resin.io + * 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. @@ -6319,7 +6319,7 @@ body { margin-bottom: 0; } /* - * Copyright 2016 Resin.io + * 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. @@ -6389,7 +6389,7 @@ body { background-position: 20px 20px; } } /* - * Copyright 2016 Resin.io + * 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. @@ -6411,7 +6411,7 @@ body { margin-top: 8px; } /* - * Copyright 2016 Resin.io + * 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. @@ -6433,7 +6433,7 @@ body { word-wrap: break-word; } /* - * Copyright 2016 Resin.io + * 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. @@ -6451,7 +6451,7 @@ body { color: #d9534f; } /* - * Copyright 2016 Resin.io + * 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. @@ -6469,7 +6469,7 @@ body { color: #d9534f; } /* - * Copyright 2016 Resin.io + * 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. @@ -6562,7 +6562,7 @@ body { vertical-align: text-top; } /* - * Copyright 2016 Resin.io + * 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. @@ -6591,7 +6591,7 @@ body { margin-bottom: 15px; } /* - * Copyright 2016 Resin.io + * 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. diff --git a/docs/PUBLISHING.md b/docs/PUBLISHING.md index 9ddbb628..0854950e 100644 --- a/docs/PUBLISHING.md +++ b/docs/PUBLISHING.md @@ -10,7 +10,7 @@ Signing ### OS X 1. Get our Apple Developer ID certificate for signing applications distributed -outside the Mac App Store from the Resin.io Apple account. +outside the Mac App Store from the resin.io Apple account. 2. Install the Developer ID certificate to your Mac's Keychain by double clicking on the certificate file. @@ -20,7 +20,7 @@ packaging for OS X. ### Windows -1. Get access to our code signing certificate and decryption key as a Resin.io +1. Get access to our code signing certificate and decryption key as a resin.io employee by asking for it from the relevant people. 2. Place the certificate in the root of the Etcher repository naming it @@ -77,7 +77,7 @@ Publishing to S3 - [AWS CLI][aws-cli] Make sure you have the [AWS CLI tool][aws-cli] installed and configured to -access Resin.io's production downloads S3 bucket. +access resin.io's production downloads S3 bucket. > The publishing script only runs on UNIX based operating systems for now. You > can use something like [Cygwin][cygwin] to run it on Windows. diff --git a/docs/USER-DOCUMENTATION.md b/docs/USER-DOCUMENTATION.md index 2f2a1ab6..6bf9b1f7 100644 --- a/docs/USER-DOCUMENTATION.md +++ b/docs/USER-DOCUMENTATION.md @@ -134,8 +134,8 @@ Disable update notifications ---------------------------- You can disable update notifications, which can be useful when running Etcher -outside a common desktop environment (like in a [Resin.io][resin.io] -application), by setting the `ETCHER_DISABLE_UPDATES` environment variable. +outside a common desktop environment (like in a [resin.io] application), by +setting the `ETCHER_DISABLE_UPDATES` environment variable. In GNU/Linux and Mac OS X: diff --git a/lib/cli/cli.js b/lib/cli/cli.js index 95f66bf6..2cc0d12a 100644 --- a/lib/cli/cli.js +++ b/lib/cli/cli.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/cli/etcher.js b/lib/cli/etcher.js index a2a0d20b..1d1727f7 100644 --- a/lib/cli/etcher.js +++ b/lib/cli/etcher.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/cli/utils.js b/lib/cli/utils.js index 72862c10..13b27511 100644 --- a/lib/cli/utils.js +++ b/lib/cli/utils.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/cli/writer.js b/lib/cli/writer.js index 13645623..59959a84 100644 --- a/lib/cli/writer.js +++ b/lib/cli/writer.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/app.js b/lib/gui/app.js index c540ed95..16068851 100644 --- a/lib/gui/app.js +++ b/lib/gui/app.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/components/drive-selector/controllers/drive-selector.js b/lib/gui/components/drive-selector/controllers/drive-selector.js index d62528ae..05a1c4fe 100644 --- a/lib/gui/components/drive-selector/controllers/drive-selector.js +++ b/lib/gui/components/drive-selector/controllers/drive-selector.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/components/drive-selector/drive-selector.js b/lib/gui/components/drive-selector/drive-selector.js index c4e2ac89..fe233181 100644 --- a/lib/gui/components/drive-selector/drive-selector.js +++ b/lib/gui/components/drive-selector/drive-selector.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/components/drive-selector/services/drive-selector.js b/lib/gui/components/drive-selector/services/drive-selector.js index 85773a6a..2009a36d 100644 --- a/lib/gui/components/drive-selector/services/drive-selector.js +++ b/lib/gui/components/drive-selector/services/drive-selector.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/components/drive-selector/styles/_drive-selector.scss b/lib/gui/components/drive-selector/styles/_drive-selector.scss index d9ebd370..95ea602f 100644 --- a/lib/gui/components/drive-selector/styles/_drive-selector.scss +++ b/lib/gui/components/drive-selector/styles/_drive-selector.scss @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/components/flash-error-modal/controllers/flash-error-modal.js b/lib/gui/components/flash-error-modal/controllers/flash-error-modal.js index a66decae..290236ff 100644 --- a/lib/gui/components/flash-error-modal/controllers/flash-error-modal.js +++ b/lib/gui/components/flash-error-modal/controllers/flash-error-modal.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/components/flash-error-modal/flash-error-modal.js b/lib/gui/components/flash-error-modal/flash-error-modal.js index 722b38d7..982343ed 100644 --- a/lib/gui/components/flash-error-modal/flash-error-modal.js +++ b/lib/gui/components/flash-error-modal/flash-error-modal.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/components/flash-error-modal/services/flash-error-modal.js b/lib/gui/components/flash-error-modal/services/flash-error-modal.js index cd17ec54..42674ebc 100644 --- a/lib/gui/components/flash-error-modal/services/flash-error-modal.js +++ b/lib/gui/components/flash-error-modal/services/flash-error-modal.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/components/flash-error-modal/styles/_flash-error-modal.scss b/lib/gui/components/flash-error-modal/styles/_flash-error-modal.scss index 6b742deb..2a9cbad4 100644 --- a/lib/gui/components/flash-error-modal/styles/_flash-error-modal.scss +++ b/lib/gui/components/flash-error-modal/styles/_flash-error-modal.scss @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/components/modal/modal.js b/lib/gui/components/modal/modal.js index f05af557..b72c0417 100644 --- a/lib/gui/components/modal/modal.js +++ b/lib/gui/components/modal/modal.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/components/modal/services/modal.js b/lib/gui/components/modal/services/modal.js index 5192b6f0..31927769 100644 --- a/lib/gui/components/modal/services/modal.js +++ b/lib/gui/components/modal/services/modal.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/components/modal/styles/_modal.scss b/lib/gui/components/modal/styles/_modal.scss index 4c48eada..f2ac2276 100644 --- a/lib/gui/components/modal/styles/_modal.scss +++ b/lib/gui/components/modal/styles/_modal.scss @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/components/progress-button/directives/progress-button.js b/lib/gui/components/progress-button/directives/progress-button.js index db773c51..4312d3cf 100644 --- a/lib/gui/components/progress-button/directives/progress-button.js +++ b/lib/gui/components/progress-button/directives/progress-button.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/components/progress-button/progress-button.js b/lib/gui/components/progress-button/progress-button.js index 3e851278..e8928b30 100644 --- a/lib/gui/components/progress-button/progress-button.js +++ b/lib/gui/components/progress-button/progress-button.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/components/progress-button/styles/_progress-button.scss b/lib/gui/components/progress-button/styles/_progress-button.scss index 0898543a..33e8d6d0 100644 --- a/lib/gui/components/progress-button/styles/_progress-button.scss +++ b/lib/gui/components/progress-button/styles/_progress-button.scss @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/components/svg-icon/directives/svg-icon.js b/lib/gui/components/svg-icon/directives/svg-icon.js index 0039904c..892d9156 100644 --- a/lib/gui/components/svg-icon/directives/svg-icon.js +++ b/lib/gui/components/svg-icon/directives/svg-icon.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/components/svg-icon/svg-icon.js b/lib/gui/components/svg-icon/svg-icon.js index 13989c12..fd0bc6c6 100644 --- a/lib/gui/components/svg-icon/svg-icon.js +++ b/lib/gui/components/svg-icon/svg-icon.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/components/tooltip-modal/controllers/tooltip-modal.js b/lib/gui/components/tooltip-modal/controllers/tooltip-modal.js index 5bf629af..ea1a4a6f 100644 --- a/lib/gui/components/tooltip-modal/controllers/tooltip-modal.js +++ b/lib/gui/components/tooltip-modal/controllers/tooltip-modal.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/components/tooltip-modal/services/tooltip-modal.js b/lib/gui/components/tooltip-modal/services/tooltip-modal.js index b92c80c2..915cfece 100644 --- a/lib/gui/components/tooltip-modal/services/tooltip-modal.js +++ b/lib/gui/components/tooltip-modal/services/tooltip-modal.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/components/tooltip-modal/styles/_tooltip-modal.scss b/lib/gui/components/tooltip-modal/styles/_tooltip-modal.scss index 0e4a1d99..532491e1 100644 --- a/lib/gui/components/tooltip-modal/styles/_tooltip-modal.scss +++ b/lib/gui/components/tooltip-modal/styles/_tooltip-modal.scss @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/components/tooltip-modal/tooltip-modal.js b/lib/gui/components/tooltip-modal/tooltip-modal.js index 9be5da53..880e497b 100644 --- a/lib/gui/components/tooltip-modal/tooltip-modal.js +++ b/lib/gui/components/tooltip-modal/tooltip-modal.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/components/update-notifier/controllers/update-notifier.js b/lib/gui/components/update-notifier/controllers/update-notifier.js index e8d36c66..a70649cf 100644 --- a/lib/gui/components/update-notifier/controllers/update-notifier.js +++ b/lib/gui/components/update-notifier/controllers/update-notifier.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/components/update-notifier/services/update-notifier.js b/lib/gui/components/update-notifier/services/update-notifier.js index 652d904a..9bc4b25b 100644 --- a/lib/gui/components/update-notifier/services/update-notifier.js +++ b/lib/gui/components/update-notifier/services/update-notifier.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/components/update-notifier/styles/_update-notifier.scss b/lib/gui/components/update-notifier/styles/_update-notifier.scss index 2de34d8b..e5843bcf 100644 --- a/lib/gui/components/update-notifier/styles/_update-notifier.scss +++ b/lib/gui/components/update-notifier/styles/_update-notifier.scss @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/components/update-notifier/update-notifier.js b/lib/gui/components/update-notifier/update-notifier.js index cfa38cbf..9b37d973 100644 --- a/lib/gui/components/update-notifier/update-notifier.js +++ b/lib/gui/components/update-notifier/update-notifier.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/components/warning-modal/controllers/warning-modal.js b/lib/gui/components/warning-modal/controllers/warning-modal.js index 097dd451..572524ae 100644 --- a/lib/gui/components/warning-modal/controllers/warning-modal.js +++ b/lib/gui/components/warning-modal/controllers/warning-modal.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/components/warning-modal/services/warning-modal.js b/lib/gui/components/warning-modal/services/warning-modal.js index 03adb5c1..b1ca8222 100644 --- a/lib/gui/components/warning-modal/services/warning-modal.js +++ b/lib/gui/components/warning-modal/services/warning-modal.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/components/warning-modal/styles/_warning-modal.scss b/lib/gui/components/warning-modal/styles/_warning-modal.scss index 99d95785..ae5528ee 100644 --- a/lib/gui/components/warning-modal/styles/_warning-modal.scss +++ b/lib/gui/components/warning-modal/styles/_warning-modal.scss @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/components/warning-modal/warning-modal.js b/lib/gui/components/warning-modal/warning-modal.js index a067e197..69735519 100644 --- a/lib/gui/components/warning-modal/warning-modal.js +++ b/lib/gui/components/warning-modal/warning-modal.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/css/angular.css b/lib/gui/css/angular.css index e6f7f99f..08ddec69 100644 --- a/lib/gui/css/angular.css +++ b/lib/gui/css/angular.css @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/css/desktop.css b/lib/gui/css/desktop.css index 8807c7b5..8450f62a 100644 --- a/lib/gui/css/desktop.css +++ b/lib/gui/css/desktop.css @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/etcher.js b/lib/gui/etcher.js index c35cfc38..2edb4950 100644 --- a/lib/gui/etcher.js +++ b/lib/gui/etcher.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/models/drives.js b/lib/gui/models/drives.js index 0ad4ddff..025b4d25 100644 --- a/lib/gui/models/drives.js +++ b/lib/gui/models/drives.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/models/flash-state.js b/lib/gui/models/flash-state.js index fe541b57..65d7e931 100644 --- a/lib/gui/models/flash-state.js +++ b/lib/gui/models/flash-state.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/models/selection-state.js b/lib/gui/models/selection-state.js index 9bd004b4..819eb13a 100644 --- a/lib/gui/models/selection-state.js +++ b/lib/gui/models/selection-state.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/models/settings.js b/lib/gui/models/settings.js index c4c9be02..c52a65ae 100644 --- a/lib/gui/models/settings.js +++ b/lib/gui/models/settings.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/models/store.js b/lib/gui/models/store.js index 60e8040b..c963b739 100644 --- a/lib/gui/models/store.js +++ b/lib/gui/models/store.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/models/supported-formats.js b/lib/gui/models/supported-formats.js index d730f6eb..c096acb5 100644 --- a/lib/gui/models/supported-formats.js +++ b/lib/gui/models/supported-formats.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/modules/analytics.js b/lib/gui/modules/analytics.js index 3b345835..428933ff 100644 --- a/lib/gui/modules/analytics.js +++ b/lib/gui/modules/analytics.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/modules/drive-scanner.js b/lib/gui/modules/drive-scanner.js index 3252352c..c980fe09 100644 --- a/lib/gui/modules/drive-scanner.js +++ b/lib/gui/modules/drive-scanner.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/modules/error.js b/lib/gui/modules/error.js index a26456c0..ef50ab9f 100644 --- a/lib/gui/modules/error.js +++ b/lib/gui/modules/error.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/modules/image-writer.js b/lib/gui/modules/image-writer.js index f6501905..ee8ad98f 100644 --- a/lib/gui/modules/image-writer.js +++ b/lib/gui/modules/image-writer.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/os/dialog/dialog.js b/lib/gui/os/dialog/dialog.js index 53496f93..5057841b 100644 --- a/lib/gui/os/dialog/dialog.js +++ b/lib/gui/os/dialog/dialog.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/os/dialog/services/dialog.js b/lib/gui/os/dialog/services/dialog.js index 499c7df0..1b2d0f46 100644 --- a/lib/gui/os/dialog/services/dialog.js +++ b/lib/gui/os/dialog/services/dialog.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/os/dropzone/directives/dropzone.js b/lib/gui/os/dropzone/directives/dropzone.js index ccd44b9f..85cfca2b 100644 --- a/lib/gui/os/dropzone/directives/dropzone.js +++ b/lib/gui/os/dropzone/directives/dropzone.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/os/dropzone/dropzone.js b/lib/gui/os/dropzone/dropzone.js index f5318438..a4ab4163 100644 --- a/lib/gui/os/dropzone/dropzone.js +++ b/lib/gui/os/dropzone/dropzone.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/os/notification/notification.js b/lib/gui/os/notification/notification.js index 6b1e8378..2cf8e9fb 100644 --- a/lib/gui/os/notification/notification.js +++ b/lib/gui/os/notification/notification.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/os/notification/services/notification.js b/lib/gui/os/notification/services/notification.js index 93f12fb7..2b677706 100644 --- a/lib/gui/os/notification/services/notification.js +++ b/lib/gui/os/notification/services/notification.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/os/open-external/directives/open-external.js b/lib/gui/os/open-external/directives/open-external.js index b43a8d96..b6f4a23a 100644 --- a/lib/gui/os/open-external/directives/open-external.js +++ b/lib/gui/os/open-external/directives/open-external.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/os/open-external/open-external.js b/lib/gui/os/open-external/open-external.js index 1d6bcb0a..3a22e33b 100644 --- a/lib/gui/os/open-external/open-external.js +++ b/lib/gui/os/open-external/open-external.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/os/open-external/services/open-external.js b/lib/gui/os/open-external/services/open-external.js index 915fc888..c73dc9bf 100644 --- a/lib/gui/os/open-external/services/open-external.js +++ b/lib/gui/os/open-external/services/open-external.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/os/window-progress/services/window-progress.js b/lib/gui/os/window-progress/services/window-progress.js index 9ddd050b..f4894bf0 100644 --- a/lib/gui/os/window-progress/services/window-progress.js +++ b/lib/gui/os/window-progress/services/window-progress.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/os/window-progress/window-progress.js b/lib/gui/os/window-progress/window-progress.js index c75c9803..5bcb9b0f 100644 --- a/lib/gui/os/window-progress/window-progress.js +++ b/lib/gui/os/window-progress/window-progress.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/pages/finish/controllers/finish.js b/lib/gui/pages/finish/controllers/finish.js index 496220a4..fd9b5e38 100644 --- a/lib/gui/pages/finish/controllers/finish.js +++ b/lib/gui/pages/finish/controllers/finish.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/pages/finish/finish.js b/lib/gui/pages/finish/finish.js index 0f725dd9..c24f5678 100644 --- a/lib/gui/pages/finish/finish.js +++ b/lib/gui/pages/finish/finish.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/pages/finish/styles/_finish.scss b/lib/gui/pages/finish/styles/_finish.scss index 63115262..504ad89e 100644 --- a/lib/gui/pages/finish/styles/_finish.scss +++ b/lib/gui/pages/finish/styles/_finish.scss @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/pages/main/controllers/drive-selection.js b/lib/gui/pages/main/controllers/drive-selection.js index 4da4112b..18dedc34 100644 --- a/lib/gui/pages/main/controllers/drive-selection.js +++ b/lib/gui/pages/main/controllers/drive-selection.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/pages/main/controllers/flash.js b/lib/gui/pages/main/controllers/flash.js index 24d613cb..9e33dad2 100644 --- a/lib/gui/pages/main/controllers/flash.js +++ b/lib/gui/pages/main/controllers/flash.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/pages/main/controllers/image-selection.js b/lib/gui/pages/main/controllers/image-selection.js index 0f925d3f..cd3bdba8 100644 --- a/lib/gui/pages/main/controllers/image-selection.js +++ b/lib/gui/pages/main/controllers/image-selection.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/pages/main/controllers/main.js b/lib/gui/pages/main/controllers/main.js index 53c7daf3..da2c9656 100644 --- a/lib/gui/pages/main/controllers/main.js +++ b/lib/gui/pages/main/controllers/main.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/pages/main/main.js b/lib/gui/pages/main/main.js index cffc2fbb..a57d7de8 100644 --- a/lib/gui/pages/main/main.js +++ b/lib/gui/pages/main/main.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/pages/main/styles/_main.scss b/lib/gui/pages/main/styles/_main.scss index c9480e6e..241e453f 100644 --- a/lib/gui/pages/main/styles/_main.scss +++ b/lib/gui/pages/main/styles/_main.scss @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/pages/settings/controllers/settings.js b/lib/gui/pages/settings/controllers/settings.js index 93963590..227b349f 100644 --- a/lib/gui/pages/settings/controllers/settings.js +++ b/lib/gui/pages/settings/controllers/settings.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/pages/settings/settings.js b/lib/gui/pages/settings/settings.js index 01045eb1..0f97b3cd 100644 --- a/lib/gui/pages/settings/settings.js +++ b/lib/gui/pages/settings/settings.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/pages/settings/styles/_settings.scss b/lib/gui/pages/settings/styles/_settings.scss index a47b203b..2a9fcbf9 100644 --- a/lib/gui/pages/settings/styles/_settings.scss +++ b/lib/gui/pages/settings/styles/_settings.scss @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/scss/components/_badge.scss b/lib/gui/scss/components/_badge.scss index 372e893a..058e50ab 100644 --- a/lib/gui/scss/components/_badge.scss +++ b/lib/gui/scss/components/_badge.scss @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/scss/components/_button.scss b/lib/gui/scss/components/_button.scss index 349d4066..2b317749 100644 --- a/lib/gui/scss/components/_button.scss +++ b/lib/gui/scss/components/_button.scss @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/scss/components/_caption.scss b/lib/gui/scss/components/_caption.scss index 7f055ef4..0a3c9003 100644 --- a/lib/gui/scss/components/_caption.scss +++ b/lib/gui/scss/components/_caption.scss @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/scss/components/_label.scss b/lib/gui/scss/components/_label.scss index 19275357..1ed15be0 100644 --- a/lib/gui/scss/components/_label.scss +++ b/lib/gui/scss/components/_label.scss @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/scss/components/_tick.scss b/lib/gui/scss/components/_tick.scss index 0b3d6f82..67e6d75c 100644 --- a/lib/gui/scss/components/_tick.scss +++ b/lib/gui/scss/components/_tick.scss @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/scss/main.scss b/lib/gui/scss/main.scss index 212cd9c0..00d45b08 100644 --- a/lib/gui/scss/main.scss +++ b/lib/gui/scss/main.scss @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/scss/modules/_bootstrap.scss b/lib/gui/scss/modules/_bootstrap.scss index ff45fc7a..afe9987b 100644 --- a/lib/gui/scss/modules/_bootstrap.scss +++ b/lib/gui/scss/modules/_bootstrap.scss @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/scss/modules/_space.scss b/lib/gui/scss/modules/_space.scss index 160522ae..101b5244 100644 --- a/lib/gui/scss/modules/_space.scss +++ b/lib/gui/scss/modules/_space.scss @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/scss/modules/_theme.scss b/lib/gui/scss/modules/_theme.scss index 4da7dd92..85c0d4a8 100644 --- a/lib/gui/scss/modules/_theme.scss +++ b/lib/gui/scss/modules/_theme.scss @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/utils/byte-size/byte-size.js b/lib/gui/utils/byte-size/byte-size.js index 68db428b..7fd7d54d 100644 --- a/lib/gui/utils/byte-size/byte-size.js +++ b/lib/gui/utils/byte-size/byte-size.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/utils/byte-size/filters/gigabyte.js b/lib/gui/utils/byte-size/filters/gigabyte.js index d624bbee..ed857251 100644 --- a/lib/gui/utils/byte-size/filters/gigabyte.js +++ b/lib/gui/utils/byte-size/filters/gigabyte.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/utils/manifest-bind/directives/manifest-bind.js b/lib/gui/utils/manifest-bind/directives/manifest-bind.js index dd4afbe3..181e5156 100644 --- a/lib/gui/utils/manifest-bind/directives/manifest-bind.js +++ b/lib/gui/utils/manifest-bind/directives/manifest-bind.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/utils/manifest-bind/manifest-bind.js b/lib/gui/utils/manifest-bind/manifest-bind.js index 0fc303b8..f386252a 100644 --- a/lib/gui/utils/manifest-bind/manifest-bind.js +++ b/lib/gui/utils/manifest-bind/manifest-bind.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/utils/manifest-bind/services/manifest-bind.js b/lib/gui/utils/manifest-bind/services/manifest-bind.js index 3b4c1571..75a8f1db 100644 --- a/lib/gui/utils/manifest-bind/services/manifest-bind.js +++ b/lib/gui/utils/manifest-bind/services/manifest-bind.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/utils/path/filters/basename.js b/lib/gui/utils/path/filters/basename.js index 36304fed..7058d242 100644 --- a/lib/gui/utils/path/filters/basename.js +++ b/lib/gui/utils/path/filters/basename.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/gui/utils/path/path.js b/lib/gui/utils/path/path.js index e5839b21..1a1f9c06 100644 --- a/lib/gui/utils/path/path.js +++ b/lib/gui/utils/path/path.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/src/child-writer/constants.js b/lib/src/child-writer/constants.js index 04ff6df4..22b5a09f 100644 --- a/lib/src/child-writer/constants.js +++ b/lib/src/child-writer/constants.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/src/child-writer/index.js b/lib/src/child-writer/index.js index d503053d..44ed4ab0 100644 --- a/lib/src/child-writer/index.js +++ b/lib/src/child-writer/index.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/src/child-writer/renderer-utils.js b/lib/src/child-writer/renderer-utils.js index 2d17c419..050034f9 100644 --- a/lib/src/child-writer/renderer-utils.js +++ b/lib/src/child-writer/renderer-utils.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/src/child-writer/utils.js b/lib/src/child-writer/utils.js index 76b7785d..7b567d6b 100644 --- a/lib/src/child-writer/utils.js +++ b/lib/src/child-writer/utils.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/src/child-writer/writer-proxy.js b/lib/src/child-writer/writer-proxy.js index 2eb6c2bd..21bceacd 100644 --- a/lib/src/child-writer/writer-proxy.js +++ b/lib/src/child-writer/writer-proxy.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/src/exit-codes.js b/lib/src/exit-codes.js index 4c1f872e..96764616 100644 --- a/lib/src/exit-codes.js +++ b/lib/src/exit-codes.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/lib/start.js b/lib/start.js index 9ca67e88..63323477 100644 --- a/lib/start.js +++ b/lib/start.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/scripts/build/darwin.sh b/scripts/build/darwin.sh index 30ce0b60..7ce66154 100755 --- a/scripts/build/darwin.sh +++ b/scripts/build/darwin.sh @@ -1,7 +1,7 @@ #!/bin/bash ### -# Copyright 2016 Resin.io +# 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. diff --git a/scripts/build/linux.sh b/scripts/build/linux.sh index 401d9de6..93ac83b3 100755 --- a/scripts/build/linux.sh +++ b/scripts/build/linux.sh @@ -1,7 +1,7 @@ #!/bin/bash ### -# Copyright 2016 Resin.io +# 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. diff --git a/scripts/build/windows.bat b/scripts/build/windows.bat index ea81a392..2eb3aba1 100644 --- a/scripts/build/windows.bat +++ b/scripts/build/windows.bat @@ -1,7 +1,7 @@ @echo off :::: -:: Copyright 2016 Resin.io +:: 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. @@ -215,7 +215,7 @@ set package_output=%output_build_directory%\%package_name% if not "%arch%"=="%electron_arch%" ( move %output_build_directory%\Etcher-win32-%electron_arch% %output_build_directory%\Etcher-win32-%arch% -) +) move %output_build_directory%\Etcher-win32-%arch% %package_output% diff --git a/scripts/publish/aws-s3.sh b/scripts/publish/aws-s3.sh index c391bdfe..b81a2ad6 100755 --- a/scripts/publish/aws-s3.sh +++ b/scripts/publish/aws-s3.sh @@ -1,7 +1,7 @@ #!/bin/bash ### -# Copyright 2016 Resin.io +# 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. diff --git a/tests/gui/os/dropzone.spec.js b/tests/gui/os/dropzone.spec.js index b13fe008..8ac02996 100644 --- a/tests/gui/os/dropzone.spec.js +++ b/tests/gui/os/dropzone.spec.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/tests/gui/os/open-external.spec.js b/tests/gui/os/open-external.spec.js index dc173db8..b310341e 100644 --- a/tests/gui/os/open-external.spec.js +++ b/tests/gui/os/open-external.spec.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/tests/gui/os/window-progress.spec.js b/tests/gui/os/window-progress.spec.js index c9945289..d874d4b1 100644 --- a/tests/gui/os/window-progress.spec.js +++ b/tests/gui/os/window-progress.spec.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/tests/gui/utils/manifest-bind.spec.js b/tests/gui/utils/manifest-bind.spec.js index b0d26343..0c8761b9 100644 --- a/tests/gui/utils/manifest-bind.spec.js +++ b/tests/gui/utils/manifest-bind.spec.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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. diff --git a/versionist.conf.js b/versionist.conf.js index 2115acc1..6e30d4d2 100644 --- a/versionist.conf.js +++ b/versionist.conf.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Resin.io + * 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.