diff --git a/lib/gui/app/app.js b/lib/gui/app/app.js index b157f627..67ca496a 100644 --- a/lib/gui/app/app.js +++ b/lib/gui/app/app.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -52,7 +52,7 @@ const updateLock = require('./modules/update-lock') // See https://github.com/visionmedia/debug#browser-support // // Enable drivelist debugging information -// See https://github.com/resin-io-modules/drivelist +// See https://github.com/balena-io-modules/drivelist process.env.DRIVELIST_DEBUG = /drivelist|^\*$/i.test(process.env.DEBUG) ? '1' : '' window.localStorage.debug = process.env.DEBUG @@ -432,7 +432,7 @@ app.controller('HeaderController', function (OSOpenExternalService) { * HeaderController.openHelpPage(); */ this.openHelpPage = () => { - const DEFAULT_SUPPORT_URL = 'https://github.com/resin-io/etcher/blob/master/SUPPORT.md' + const DEFAULT_SUPPORT_URL = 'https://github.com/balena-io/etcher/blob/master/SUPPORT.md' const supportUrl = selectionState.getImageSupportUrl() || DEFAULT_SUPPORT_URL OSOpenExternalService.open(supportUrl) } diff --git a/lib/gui/app/components/confirm-modal/confirm-modal.js b/lib/gui/app/components/confirm-modal/confirm-modal.js index c5c09a89..f440b845 100644 --- a/lib/gui/app/components/confirm-modal/confirm-modal.js +++ b/lib/gui/app/components/confirm-modal/confirm-modal.js @@ -1,5 +1,5 @@ /* - * Copyright 2018 resin.io + * Copyright 2018 balena.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/components/confirm-modal/controllers/confirm-modal.js b/lib/gui/app/components/confirm-modal/controllers/confirm-modal.js index 983f7db7..d02da24e 100644 --- a/lib/gui/app/components/confirm-modal/controllers/confirm-modal.js +++ b/lib/gui/app/components/confirm-modal/controllers/confirm-modal.js @@ -1,5 +1,5 @@ /* - * Copyright 2018 resin.io + * Copyright 2018 balena.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/components/confirm-modal/services/confirm-modal.js b/lib/gui/app/components/confirm-modal/services/confirm-modal.js index 497b98e1..a6f8c0c6 100644 --- a/lib/gui/app/components/confirm-modal/services/confirm-modal.js +++ b/lib/gui/app/components/confirm-modal/services/confirm-modal.js @@ -1,5 +1,5 @@ /* - * Copyright 2018 resin.io + * Copyright 2018 balena.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/components/confirm-modal/styles/confirm-modal.scss b/lib/gui/app/components/confirm-modal/styles/confirm-modal.scss index b13cafa7..577d671c 100644 --- a/lib/gui/app/components/confirm-modal/styles/confirm-modal.scss +++ b/lib/gui/app/components/confirm-modal/styles/confirm-modal.scss @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/components/drive-selector/controllers/drive-selector.js b/lib/gui/app/components/drive-selector/controllers/drive-selector.js index 35bc3c19..5fd35dd4 100644 --- a/lib/gui/app/components/drive-selector/controllers/drive-selector.js +++ b/lib/gui/app/components/drive-selector/controllers/drive-selector.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/components/drive-selector/drive-selector.js b/lib/gui/app/components/drive-selector/drive-selector.js index adf0ed6b..f2f0d8af 100644 --- a/lib/gui/app/components/drive-selector/drive-selector.js +++ b/lib/gui/app/components/drive-selector/drive-selector.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/components/drive-selector/index.js b/lib/gui/app/components/drive-selector/index.js index e40e100f..d006fa67 100644 --- a/lib/gui/app/components/drive-selector/index.js +++ b/lib/gui/app/components/drive-selector/index.js @@ -1,5 +1,5 @@ /* - * Copyright 2019 resin.io + * Copyright 2019 balena.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/components/drive-selector/services/drive-selector.js b/lib/gui/app/components/drive-selector/services/drive-selector.js index dcb7c9c7..ace0296e 100644 --- a/lib/gui/app/components/drive-selector/services/drive-selector.js +++ b/lib/gui/app/components/drive-selector/services/drive-selector.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/components/drive-selector/styles/_drive-selector.scss b/lib/gui/app/components/drive-selector/styles/_drive-selector.scss index 1a1a98a0..313dccef 100644 --- a/lib/gui/app/components/drive-selector/styles/_drive-selector.scss +++ b/lib/gui/app/components/drive-selector/styles/_drive-selector.scss @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/components/drive-selector/target-selector.jsx b/lib/gui/app/components/drive-selector/target-selector.jsx index f81f8ecf..83e564a1 100644 --- a/lib/gui/app/components/drive-selector/target-selector.jsx +++ b/lib/gui/app/components/drive-selector/target-selector.jsx @@ -1,5 +1,5 @@ /* - * Copyright 2019 resin.io + * Copyright 2019 balena.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/components/featured-project/featured-project.jsx b/lib/gui/app/components/featured-project/featured-project.jsx index 0fca321b..24bfd6a6 100644 --- a/lib/gui/app/components/featured-project/featured-project.jsx +++ b/lib/gui/app/components/featured-project/featured-project.jsx @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/components/image-selector/image-selector.jsx b/lib/gui/app/components/image-selector/image-selector.jsx index a3bc561a..a190eb80 100644 --- a/lib/gui/app/components/image-selector/image-selector.jsx +++ b/lib/gui/app/components/image-selector/image-selector.jsx @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/components/modal/modal.js b/lib/gui/app/components/modal/modal.js index 1df5c45d..3d905935 100644 --- a/lib/gui/app/components/modal/modal.js +++ b/lib/gui/app/components/modal/modal.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/components/modal/services/modal.js b/lib/gui/app/components/modal/services/modal.js index 192f2556..4060d9dd 100644 --- a/lib/gui/app/components/modal/services/modal.js +++ b/lib/gui/app/components/modal/services/modal.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/components/modal/styles/_modal.scss b/lib/gui/app/components/modal/styles/_modal.scss index 5d4c687f..cd8b5c73 100644 --- a/lib/gui/app/components/modal/styles/_modal.scss +++ b/lib/gui/app/components/modal/styles/_modal.scss @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/components/progress-button/progress-button.jsx b/lib/gui/app/components/progress-button/progress-button.jsx index cae4cf9f..27481ef9 100644 --- a/lib/gui/app/components/progress-button/progress-button.jsx +++ b/lib/gui/app/components/progress-button/progress-button.jsx @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -78,7 +78,7 @@ const FlashProgressBarValidating = styled(FlashProgressBar) ` // Notice that we add 0.01 to certain gradient stop positions. // That workarounds a Chrome rendering issue where diagonal // lines look spiky. - // See https://github.com/resin-io/etcher/issues/472 + // See https://github.com/balena-io/etcher/issues/472 background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, ${progressButtonStripesForegroundColor}), diff --git a/lib/gui/app/components/reduced-flashing-infos/reduced-flashing-infos.jsx b/lib/gui/app/components/reduced-flashing-infos/reduced-flashing-infos.jsx index bbcab727..0fdd161c 100644 --- a/lib/gui/app/components/reduced-flashing-infos/reduced-flashing-infos.jsx +++ b/lib/gui/app/components/reduced-flashing-infos/reduced-flashing-infos.jsx @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/components/safe-webview/index.js b/lib/gui/app/components/safe-webview/index.js index b929587e..fc7531f4 100644 --- a/lib/gui/app/components/safe-webview/index.js +++ b/lib/gui/app/components/safe-webview/index.js @@ -1,5 +1,5 @@ /* - * Copyright 2018 resin.io + * Copyright 2018 balena.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/components/safe-webview/safe-webview.jsx b/lib/gui/app/components/safe-webview/safe-webview.jsx index 5298151b..39ea9c6c 100644 --- a/lib/gui/app/components/safe-webview/safe-webview.jsx +++ b/lib/gui/app/components/safe-webview/safe-webview.jsx @@ -1,5 +1,5 @@ /* - * Copyright 2017 resin.io + * Copyright 2017 balena.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/components/svg-icon/index.js b/lib/gui/app/components/svg-icon/index.js index 5ba29955..deeac4f0 100644 --- a/lib/gui/app/components/svg-icon/index.js +++ b/lib/gui/app/components/svg-icon/index.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/components/svg-icon/svg-icon.jsx b/lib/gui/app/components/svg-icon/svg-icon.jsx index 5846787a..50c99bd9 100644 --- a/lib/gui/app/components/svg-icon/svg-icon.jsx +++ b/lib/gui/app/components/svg-icon/svg-icon.jsx @@ -1,5 +1,5 @@ /* - * Copyright 2018 resin.io + * Copyright 2018 balena.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/models/available-drives.js b/lib/gui/app/models/available-drives.js index 78e4b525..85549b45 100644 --- a/lib/gui/app/models/available-drives.js +++ b/lib/gui/app/models/available-drives.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/models/files.js b/lib/gui/app/models/files.js index ceb0a343..6eae6ddb 100644 --- a/lib/gui/app/models/files.js +++ b/lib/gui/app/models/files.js @@ -1,5 +1,5 @@ /* - * Copyright 2018 resin.io + * Copyright 2018 balena.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/models/flash-state.js b/lib/gui/app/models/flash-state.js index 493d95dc..9bd4ee16 100644 --- a/lib/gui/app/models/flash-state.js +++ b/lib/gui/app/models/flash-state.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/models/local-settings.js b/lib/gui/app/models/local-settings.js index 94c0387b..7ad08e53 100644 --- a/lib/gui/app/models/local-settings.js +++ b/lib/gui/app/models/local-settings.js @@ -1,5 +1,5 @@ /* - * Copyright 2017 resin.io + * Copyright 2017 balena.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/models/selection-state.js b/lib/gui/app/models/selection-state.js index 180e209f..0e32f288 100644 --- a/lib/gui/app/models/selection-state.js +++ b/lib/gui/app/models/selection-state.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/models/settings.js b/lib/gui/app/models/settings.js index 1002a407..486dc694 100644 --- a/lib/gui/app/models/settings.js +++ b/lib/gui/app/models/settings.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/models/storage.js b/lib/gui/app/models/storage.js index 05a7b6d7..655fd048 100644 --- a/lib/gui/app/models/storage.js +++ b/lib/gui/app/models/storage.js @@ -1,5 +1,5 @@ /* - * Copyright 2018 resin.io + * Copyright 2018 balena.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/models/store.js b/lib/gui/app/models/store.js index 4a9f2247..ab03f273 100644 --- a/lib/gui/app/models/store.js +++ b/lib/gui/app/models/store.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/modules/analytics.js b/lib/gui/app/modules/analytics.js index 40a648f2..bc6e5737 100644 --- a/lib/gui/app/modules/analytics.js +++ b/lib/gui/app/modules/analytics.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/modules/drive-scanner.js b/lib/gui/app/modules/drive-scanner.js index 614349e6..b2e577f5 100644 --- a/lib/gui/app/modules/drive-scanner.js +++ b/lib/gui/app/modules/drive-scanner.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/modules/exception-reporter.js b/lib/gui/app/modules/exception-reporter.js index eb95801c..b2a61dd0 100644 --- a/lib/gui/app/modules/exception-reporter.js +++ b/lib/gui/app/modules/exception-reporter.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/modules/image-writer.js b/lib/gui/app/modules/image-writer.js index 644a6b88..cc7535e7 100644 --- a/lib/gui/app/modules/image-writer.js +++ b/lib/gui/app/modules/image-writer.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -49,7 +49,7 @@ const THREADS_PER_CPU = 16 * @param {Object} analyticsData - analytics object * * @example - * handleErrorLogging({ code: 'EUNPLUGGED' }, { image: 'resin.img' }) + * handleErrorLogging({ code: 'EUNPLUGGED' }, { image: 'balena.img' }) */ const handleErrorLogging = (error, analyticsData) => { const eventData = _.assign({ diff --git a/lib/gui/app/modules/progress-status.js b/lib/gui/app/modules/progress-status.js index de0875fa..9aab2fec 100644 --- a/lib/gui/app/modules/progress-status.js +++ b/lib/gui/app/modules/progress-status.js @@ -1,5 +1,5 @@ /* - * Copyright 2017 resin.io + * Copyright 2017 balena.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/modules/update-lock.js b/lib/gui/app/modules/update-lock.js index 43fb1fb6..01c4b41b 100644 --- a/lib/gui/app/modules/update-lock.js +++ b/lib/gui/app/modules/update-lock.js @@ -1,5 +1,5 @@ /* - * Copyright 2018 resin.io + * Copyright 2018 balena.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -35,12 +35,12 @@ const INTERACTION_TIMEOUT_MS = settings.has('interactionTimeout') : 5 * 60 * 1000 /** - * Resin Update Lock + * Balena Update Lock * @class */ class UpdateLock extends EventEmitter { /** - * @summary Resin Update Lock + * @summary Balena Update Lock * @example * new UpdateLock() */ @@ -55,7 +55,7 @@ class UpdateLock extends EventEmitter { } /** - * @summary Inactivity event handler, releases the resin update lock on inactivity + * @summary Inactivity event handler, releases the balena update lock on inactivity * @private * @example * this.on('inactive', onInactive) diff --git a/lib/gui/app/os/dialog.js b/lib/gui/app/os/dialog.js index 97ca1e27..1a81855b 100644 --- a/lib/gui/app/os/dialog.js +++ b/lib/gui/app/os/dialog.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/os/notification.js b/lib/gui/app/os/notification.js index c85c589d..757866dd 100644 --- a/lib/gui/app/os/notification.js +++ b/lib/gui/app/os/notification.js @@ -1,5 +1,5 @@ /* - * Copyright 2017 resin.io + * Copyright 2017 balena.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/os/open-external/directives/open-external.js b/lib/gui/app/os/open-external/directives/open-external.js index 7149be98..df2e0909 100644 --- a/lib/gui/app/os/open-external/directives/open-external.js +++ b/lib/gui/app/os/open-external/directives/open-external.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -31,7 +31,7 @@ const _ = require('lodash') * @returns {Object} directive * * @example - * + * */ module.exports = (OSOpenExternalService) => { return { diff --git a/lib/gui/app/os/open-external/open-external.js b/lib/gui/app/os/open-external/open-external.js index 2ad4b214..99fd0107 100644 --- a/lib/gui/app/os/open-external/open-external.js +++ b/lib/gui/app/os/open-external/open-external.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/os/open-external/services/open-external.js b/lib/gui/app/os/open-external/services/open-external.js index ec2fcaab..b4b55cac 100644 --- a/lib/gui/app/os/open-external/services/open-external.js +++ b/lib/gui/app/os/open-external/services/open-external.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/os/window-progress.js b/lib/gui/app/os/window-progress.js index c92d8137..915cc9fe 100644 --- a/lib/gui/app/os/window-progress.js +++ b/lib/gui/app/os/window-progress.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/os/windows-network-drives.js b/lib/gui/app/os/windows-network-drives.js index b7dfe1da..700fbf8b 100755 --- a/lib/gui/app/os/windows-network-drives.js +++ b/lib/gui/app/os/windows-network-drives.js @@ -1,5 +1,5 @@ /* - * Copyright 2019 resin.io + * Copyright 2019 balena.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/pages/finish/styles/_finish.scss b/lib/gui/app/pages/finish/styles/_finish.scss index 68a92303..4ef8b700 100644 --- a/lib/gui/app/pages/finish/styles/_finish.scss +++ b/lib/gui/app/pages/finish/styles/_finish.scss @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/pages/main/DriveSelector.tsx b/lib/gui/app/pages/main/DriveSelector.tsx index f446b1d8..dae954bb 100644 --- a/lib/gui/app/pages/main/DriveSelector.tsx +++ b/lib/gui/app/pages/main/DriveSelector.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/pages/main/Flash.tsx b/lib/gui/app/pages/main/Flash.tsx index 07bba001..20ebc777 100644 --- a/lib/gui/app/pages/main/Flash.tsx +++ b/lib/gui/app/pages/main/Flash.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/pages/main/styles/_main.scss b/lib/gui/app/pages/main/styles/_main.scss index 655ff776..25738cb1 100644 --- a/lib/gui/app/pages/main/styles/_main.scss +++ b/lib/gui/app/pages/main/styles/_main.scss @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/scss/components/_badge.scss b/lib/gui/app/scss/components/_badge.scss index 058e50ab..46831ee3 100644 --- a/lib/gui/app/scss/components/_badge.scss +++ b/lib/gui/app/scss/components/_badge.scss @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/scss/components/_button.scss b/lib/gui/app/scss/components/_button.scss index 55d5adba..4251c5f8 100644 --- a/lib/gui/app/scss/components/_button.scss +++ b/lib/gui/app/scss/components/_button.scss @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/scss/components/_caption.scss b/lib/gui/app/scss/components/_caption.scss index 0a3c9003..50f8f4ee 100644 --- a/lib/gui/app/scss/components/_caption.scss +++ b/lib/gui/app/scss/components/_caption.scss @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/scss/components/_label.scss b/lib/gui/app/scss/components/_label.scss index 567481b4..19f76a83 100644 --- a/lib/gui/app/scss/components/_label.scss +++ b/lib/gui/app/scss/components/_label.scss @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/scss/components/_tick.scss b/lib/gui/app/scss/components/_tick.scss index 67e6d75c..9a9519ec 100644 --- a/lib/gui/app/scss/components/_tick.scss +++ b/lib/gui/app/scss/components/_tick.scss @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/scss/main.scss b/lib/gui/app/scss/main.scss index dab15e45..e75370c9 100644 --- a/lib/gui/app/scss/main.scss +++ b/lib/gui/app/scss/main.scss @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/scss/modules/_bootstrap.scss b/lib/gui/app/scss/modules/_bootstrap.scss index dfa138c4..c49095f4 100644 --- a/lib/gui/app/scss/modules/_bootstrap.scss +++ b/lib/gui/app/scss/modules/_bootstrap.scss @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/scss/modules/_space.scss b/lib/gui/app/scss/modules/_space.scss index 9f6a456d..c4151951 100644 --- a/lib/gui/app/scss/modules/_space.scss +++ b/lib/gui/app/scss/modules/_space.scss @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/scss/modules/_theme.scss b/lib/gui/app/scss/modules/_theme.scss index 98091c08..1ce922b3 100644 --- a/lib/gui/app/scss/modules/_theme.scss +++ b/lib/gui/app/scss/modules/_theme.scss @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/styled-components.js b/lib/gui/app/styled-components.js index 5b8bd26a..508584aa 100644 --- a/lib/gui/app/styled-components.js +++ b/lib/gui/app/styled-components.js @@ -1,5 +1,5 @@ /* - * Copyright 2018 resin.io + * Copyright 2018 balena.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/styled-components.tsx b/lib/gui/app/styled-components.tsx index 449fb665..3faa7e4f 100644 --- a/lib/gui/app/styled-components.tsx +++ b/lib/gui/app/styled-components.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2018 resin.io + * Copyright 2018 balena.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/theme.js b/lib/gui/app/theme.js index 9e566a51..2cdf0453 100644 --- a/lib/gui/app/theme.js +++ b/lib/gui/app/theme.js @@ -1,5 +1,5 @@ /* - * Copyright 2018 resin.io + * Copyright 2018 balena.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/utils/byte-size/byte-size.js b/lib/gui/app/utils/byte-size/byte-size.js index 8a4b2827..8101cd50 100644 --- a/lib/gui/app/utils/byte-size/byte-size.js +++ b/lib/gui/app/utils/byte-size/byte-size.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/utils/byte-size/filter.js b/lib/gui/app/utils/byte-size/filter.js index 74f4eb7c..f677aeed 100644 --- a/lib/gui/app/utils/byte-size/filter.js +++ b/lib/gui/app/utils/byte-size/filter.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/utils/manifest-bind/directives/manifest-bind.js b/lib/gui/app/utils/manifest-bind/directives/manifest-bind.js index 65818a06..d570d3bc 100644 --- a/lib/gui/app/utils/manifest-bind/directives/manifest-bind.js +++ b/lib/gui/app/utils/manifest-bind/directives/manifest-bind.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/utils/manifest-bind/manifest-bind.js b/lib/gui/app/utils/manifest-bind/manifest-bind.js index f21be472..6ff1cd8f 100644 --- a/lib/gui/app/utils/manifest-bind/manifest-bind.js +++ b/lib/gui/app/utils/manifest-bind/manifest-bind.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/utils/manifest-bind/services/manifest-bind.js b/lib/gui/app/utils/manifest-bind/services/manifest-bind.js index 39c399c2..93878e0f 100644 --- a/lib/gui/app/utils/manifest-bind/services/manifest-bind.js +++ b/lib/gui/app/utils/manifest-bind/services/manifest-bind.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/utils/middle-ellipsis.js b/lib/gui/app/utils/middle-ellipsis.js index 4d94950f..84aa053f 100644 --- a/lib/gui/app/utils/middle-ellipsis.js +++ b/lib/gui/app/utils/middle-ellipsis.js @@ -1,6 +1,6 @@ /* * Copyright 2016 Juan Cruz Viotti. https://github.com/jviotti - * Copyright 2018 resin.io + * Copyright 2018 balena.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/assets/resin.svg b/lib/gui/assets/resin.svg deleted file mode 100644 index 43c447c0..00000000 --- a/lib/gui/assets/resin.svg +++ /dev/null @@ -1,37 +0,0 @@ - - - - Group + resin_text - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/lib/gui/css/angular.css b/lib/gui/css/angular.css index 08ddec69..5c9daea5 100644 --- a/lib/gui/css/angular.css +++ b/lib/gui/css/angular.css @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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 8c3e2100..aaf07b00 100644 --- a/lib/gui/css/desktop.css +++ b/lib/gui/css/desktop.css @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/main.css b/lib/gui/css/main.css index baed047c..25ef584f 100644 --- a/lib/gui/css/main.css +++ b/lib/gui/css/main.css @@ -1,6 +1,6 @@ @charset "UTF-8"; /* - * Copyright 2016 resin.io + * Copyright 2016 balena.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -5850,7 +5850,7 @@ button.close { display: none !important; } } /* - * Copyright 2016 resin.io + * Copyright 2016 balena.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -5865,7 +5865,7 @@ button.close { * limitations under the License. */ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -5896,7 +5896,7 @@ body { word-wrap: break-word; } /* - * Copyright 2016 resin.io + * Copyright 2016 balena.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -5938,7 +5938,7 @@ body { margin-right: 5px; } /* - * Copyright 2016 resin.io + * Copyright 2016 balena.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -5969,7 +5969,7 @@ body { color: #fff; } /* - * Copyright 2016 resin.io + * Copyright 2016 balena.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -5992,7 +5992,7 @@ body { letter-spacing: 0; } /* - * Copyright 2016 resin.io + * Copyright 2016 balena.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -6012,7 +6012,7 @@ body { margin-bottom: 0; } /* - * Copyright 2016 resin.io + * Copyright 2016 balena.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -6090,7 +6090,7 @@ body { color: #fff; } /* - * Copyright 2016 resin.io + * Copyright 2016 balena.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -6126,7 +6126,7 @@ body { border-color: #d9534f; } /* - * Copyright 2016 resin.io + * Copyright 2016 balena.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -6202,7 +6202,7 @@ body { position: initial; } /* - * Copyright 2016 resin.io + * Copyright 2016 balena.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -6287,7 +6287,7 @@ svg-icon { height: 100%; } /* - * Copyright 2016 resin.io + * Copyright 2016 balena.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -6459,7 +6459,7 @@ img[disabled] { width: 123px; } /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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 c5da7b39..8f054ce9 100644 --- a/lib/gui/etcher.js +++ b/lib/gui/etcher.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/menu.js b/lib/gui/menu.js index 42dce8f3..44a4f9ad 100644 --- a/lib/gui/menu.js +++ b/lib/gui/menu.js @@ -1,5 +1,5 @@ /* - * Copyright 2017 resin.io + * Copyright 2017 balena.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -85,7 +85,7 @@ const buildWindowMenu = (window) => { { label: 'Report an issue', click () { - electron.shell.openExternal('https://github.com/resin-io/etcher/issues') + electron.shell.openExternal('https://github.com/balena-io/etcher/issues') } } ] diff --git a/lib/gui/modules/child-writer.js b/lib/gui/modules/child-writer.js index ba613e7d..a60e0358 100644 --- a/lib/gui/modules/child-writer.js +++ b/lib/gui/modules/child-writer.js @@ -1,5 +1,5 @@ /* - * Copyright 2017 resin.io + * Copyright 2017 balena.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/shared/drive-constraints.js b/lib/shared/drive-constraints.js index f4924628..15c4f2f8 100644 --- a/lib/shared/drive-constraints.js +++ b/lib/shared/drive-constraints.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/shared/errors.js b/lib/shared/errors.js index 7756cb6c..f69b31ad 100644 --- a/lib/shared/errors.js +++ b/lib/shared/errors.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/shared/exit-codes.js b/lib/shared/exit-codes.js index e412aef0..8637c869 100644 --- a/lib/shared/exit-codes.js +++ b/lib/shared/exit-codes.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/shared/file-extensions.js b/lib/shared/file-extensions.js index 05c27b92..b56f748e 100644 --- a/lib/shared/file-extensions.js +++ b/lib/shared/file-extensions.js @@ -1,5 +1,5 @@ /* - * Copyright 2017 resin.io + * Copyright 2017 balena.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/shared/messages.js b/lib/shared/messages.js index 6f0733b3..f26b6275 100644 --- a/lib/shared/messages.js +++ b/lib/shared/messages.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/shared/permissions.js b/lib/shared/permissions.js index c0bbd052..a8ee05fd 100755 --- a/lib/shared/permissions.js +++ b/lib/shared/permissions.js @@ -1,5 +1,5 @@ /* - * Copyright 2017 resin.io + * Copyright 2017 balena.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/shared/supported-formats.js b/lib/shared/supported-formats.js index 3d26dfa8..09592b51 100644 --- a/lib/shared/supported-formats.js +++ b/lib/shared/supported-formats.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/shared/units.js b/lib/shared/units.js index 6e4f5741..4c028278 100644 --- a/lib/shared/units.js +++ b/lib/shared/units.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/shared/utils.js b/lib/shared/utils.js index 88189a79..c86e6356 100755 --- a/lib/shared/utils.js +++ b/lib/shared/utils.js @@ -1,5 +1,5 @@ /* - * Copyright 2017 resin.io + * Copyright 2017 balena.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 7dfe96d9..28c90d5d 100644 --- a/lib/start.js +++ b/lib/start.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/ci/ensure-all-file-extensions-in-gitattributes.sh b/scripts/ci/ensure-all-file-extensions-in-gitattributes.sh index 7f53b1b4..8972c16e 100755 --- a/scripts/ci/ensure-all-file-extensions-in-gitattributes.sh +++ b/scripts/ci/ensure-all-file-extensions-in-gitattributes.sh @@ -1,7 +1,7 @@ #!/bin/bash ### -# Copyright 2017 resin.io +# Copyright 2017 balena.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/ci/ensure-npm-dependencies-compatibility.sh b/scripts/ci/ensure-npm-dependencies-compatibility.sh index 93030212..eb0edc6c 100755 --- a/scripts/ci/ensure-npm-dependencies-compatibility.sh +++ b/scripts/ci/ensure-npm-dependencies-compatibility.sh @@ -1,7 +1,7 @@ #!/bin/bash ### -# Copyright 2017 resin.io +# Copyright 2017 balena.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/ci/ensure-staged-sass.sh b/scripts/ci/ensure-staged-sass.sh index f6c81690..c0b6cbc2 100755 --- a/scripts/ci/ensure-staged-sass.sh +++ b/scripts/ci/ensure-staged-sass.sh @@ -1,7 +1,7 @@ #!/bin/bash ### -# Copyright 2017 resin.io +# Copyright 2017 balena.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/src/elevator_init.cpp b/src/elevator_init.cpp index 2bbf23c5..0f264e1a 100644 --- a/src/elevator_init.cpp +++ b/src/elevator_init.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2017 resin.io + * Copyright 2017 balena.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/src/os/elevate.h b/src/os/elevate.h index 6ab9d06e..834805f0 100644 --- a/src/os/elevate.h +++ b/src/os/elevate.h @@ -2,7 +2,7 @@ #define SRC_OS_ELEVATE_H_ /* - * Copyright 2017 resin.io + * Copyright 2017 balena.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/src/os/win32/elevate.cpp b/src/os/win32/elevate.cpp index f06c47b1..93b9e27a 100644 --- a/src/os/win32/elevate.cpp +++ b/src/os/win32/elevate.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2017 resin.io + * Copyright 2017 balena.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/src/utils/v8utils.cpp b/src/utils/v8utils.cpp index 6bca61b7..6f2060e1 100644 --- a/src/utils/v8utils.cpp +++ b/src/utils/v8utils.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2017 resin.io + * Copyright 2017 balena.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/src/utils/v8utils.h b/src/utils/v8utils.h index 6807a1c7..cdaa1a3f 100644 --- a/src/utils/v8utils.h +++ b/src/utils/v8utils.h @@ -2,7 +2,7 @@ #define SRC_UTILS_V8UTILS_H_ /* - * Copyright 2017 resin.io + * Copyright 2017 balena.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/components/drive-selector.spec.js b/tests/gui/components/drive-selector.spec.js index 0931ef07..43c8d485 100644 --- a/tests/gui/components/drive-selector.spec.js +++ b/tests/gui/components/drive-selector.spec.js @@ -1,5 +1,5 @@ /* - * Copyright 2017 resin.io + * Copyright 2017 balena.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/components/modal.spec.js b/tests/gui/components/modal.spec.js index f385b8cb..c02064d3 100644 --- a/tests/gui/components/modal.spec.js +++ b/tests/gui/components/modal.spec.js @@ -1,5 +1,5 @@ /* - * Copyright 2017 resin.io + * Copyright 2017 balena.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/components/svg-icon.spec.js b/tests/gui/components/svg-icon.spec.js index b0022ab4..b838e403 100644 --- a/tests/gui/components/svg-icon.spec.js +++ b/tests/gui/components/svg-icon.spec.js @@ -1,5 +1,5 @@ /* - * Copyright 2017 resin.io + * Copyright 2017 balena.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -48,7 +48,7 @@ describe('Browser: SVGIcon', function () { iconContents[0] = `` iconContents = iconContents.join('\n') - const element = $compile(`Resin.io`)($rootScope) + const element = $compile(`Balena.io`)($rootScope) $rootScope.$digest() // We parse the SVGs to get rid of discrepancies caused by string differences @@ -72,7 +72,7 @@ describe('Browser: SVGIcon', function () { iconContents[0] = `` iconContents = iconContents.join('\n') - const element = $compile(`Resin.io`)($rootScope) + const element = $compile(`Balena.io`)($rootScope) $rootScope.$digest() // We parse the SVGs to get rid of discrepancies caused by string differences @@ -91,7 +91,7 @@ describe('Browser: SVGIcon', function () { const imgData = `data:image/svg+xml,${encodeURIComponent(iconContents)}` $rootScope.iconContents = iconContents - const element = $compile('Resin.io')($rootScope) + const element = $compile('Balena.io')($rootScope) $rootScope.$digest() m.chai.expect(element.children().attr('src')).to.equal(imgData) }) @@ -101,7 +101,7 @@ describe('Browser: SVGIcon', function () { const imgData = `data:image/svg+xml,${encodeURIComponent(iconContents)}` $rootScope.iconContents = iconContents - const svg = `Resin.io` + const svg = `Balena.io` const element = $compile(svg)($rootScope) $rootScope.$digest() m.chai.expect(element.children().attr('src')).to.equal(imgData) @@ -112,27 +112,27 @@ describe('Browser: SVGIcon', function () { const iconContents = '' $rootScope.iconContents = iconContents - const element = $compile('Resin.io')($rootScope) + const element = $compile('Balena.io')($rootScope) $rootScope.$digest() m.chai.expect(element.children().attr('src')).to.be.empty }) it('should default the size to 40x40 pixels', function () { - const element = $compile(`Resin.io`)($rootScope) + const element = $compile(`Balena.io`)($rootScope) $rootScope.$digest() m.chai.expect(element.children().css('width')).to.equal('40px') m.chai.expect(element.children().css('height')).to.equal('40px') }) it('should be able to set a custom width', function () { - const element = $compile(`Resin.io`)($rootScope) + const element = $compile(`Balena.io`)($rootScope) $rootScope.$digest() m.chai.expect(element.children().css('width')).to.equal('20px') m.chai.expect(element.children().css('height')).to.equal('40px') }) it('should be able to set a custom height', function () { - const element = $compile(`Resin.io`)($rootScope) + const element = $compile(`Balena.io`)($rootScope) $rootScope.$digest() m.chai.expect(element.children().css('width')).to.equal('40px') m.chai.expect(element.children().css('height')).to.equal('20px') diff --git a/tests/gui/models/available-drives.spec.js b/tests/gui/models/available-drives.spec.js index 5b6af4fc..eacc5c69 100644 --- a/tests/gui/models/available-drives.spec.js +++ b/tests/gui/models/available-drives.spec.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/models/files.spec.js b/tests/gui/models/files.spec.js index 8431252b..b2dd4735 100644 --- a/tests/gui/models/files.spec.js +++ b/tests/gui/models/files.spec.js @@ -1,5 +1,5 @@ /* - * Copyright 2018 resin.io + * Copyright 2018 balena.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/models/flash-state.spec.js b/tests/gui/models/flash-state.spec.js index d8229d6e..e9814a71 100644 --- a/tests/gui/models/flash-state.spec.js +++ b/tests/gui/models/flash-state.spec.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/models/selection-state.spec.js b/tests/gui/models/selection-state.spec.js index d42c8f00..9e4d1d79 100644 --- a/tests/gui/models/selection-state.spec.js +++ b/tests/gui/models/selection-state.spec.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/models/settings.spec.js b/tests/gui/models/settings.spec.js index bbc672bd..1052562e 100644 --- a/tests/gui/models/settings.spec.js +++ b/tests/gui/models/settings.spec.js @@ -1,5 +1,5 @@ /* - * Copyright 2017 resin.io + * Copyright 2017 balena.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/models/storage.spec.js b/tests/gui/models/storage.spec.js index 26b598ff..43b17bbf 100644 --- a/tests/gui/models/storage.spec.js +++ b/tests/gui/models/storage.spec.js @@ -1,5 +1,5 @@ /* - * Copyright 2018 resin.io + * Copyright 2018 balena.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/modules/child-writer.spec.js b/tests/gui/modules/child-writer.spec.js index 351a5596..3b5929ec 100644 --- a/tests/gui/modules/child-writer.spec.js +++ b/tests/gui/modules/child-writer.spec.js @@ -1,5 +1,5 @@ /* - * Copyright 2018 resin.io + * Copyright 2018 balena.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 65d33a94..1c3aebf6 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 balena.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -35,23 +35,23 @@ describe('Browser: OSOpenExternal', function () { })) it('should set the element cursor to pointer', function () { - const element = $compile('Resin.io')($rootScope) + const element = $compile('Balena.io')($rootScope) $rootScope.$digest() m.chai.expect(element.css('cursor')).to.equal('pointer') }) it('should call Electron shell.openExternal with the attribute value', function () { const shellExternalStub = m.sinon.stub(electron.shell, 'openExternal') - const element = $compile('Resin.io')($rootScope) + const element = $compile('Balena.io')($rootScope) element.triggerHandler('click') $rootScope.$digest() - m.chai.expect(shellExternalStub).to.have.been.calledWith('https://resin.io') + m.chai.expect(shellExternalStub).to.have.been.calledWith('https://balena.io') shellExternalStub.restore() }) it('should not call Electron shell.openExternal if the attribute value is not defined', function () { const shellExternalStub = m.sinon.stub(electron.shell, 'openExternal') - const element = $compile('Resin.io')($rootScope) + const element = $compile('Balena.io')($rootScope) element.triggerHandler('click') $rootScope.$digest() m.chai.expect(shellExternalStub).to.not.have.been.called diff --git a/tests/gui/os/window-progress.spec.js b/tests/gui/os/window-progress.spec.js index 57aa217f..84321953 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 balena.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/windows-network-drives.spec.js b/tests/gui/os/windows-network-drives.spec.js index 65f1869d..628e1a8f 100644 --- a/tests/gui/os/windows-network-drives.spec.js +++ b/tests/gui/os/windows-network-drives.spec.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/byte-size.spec.js b/tests/gui/utils/byte-size.spec.js index 5dd62a39..d5104b5b 100644 --- a/tests/gui/utils/byte-size.spec.js +++ b/tests/gui/utils/byte-size.spec.js @@ -1,5 +1,5 @@ /* - * Copyright 2017 resin.io + * Copyright 2017 balena.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 f90c9e74..1549eca3 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 balena.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/middle-ellipsis.spec.js b/tests/gui/utils/middle-ellipsis.spec.js index 5df0af41..cec6f7d2 100644 --- a/tests/gui/utils/middle-ellipsis.spec.js +++ b/tests/gui/utils/middle-ellipsis.spec.js @@ -1,6 +1,6 @@ /* - * Copyright 2018 resin.io + * Copyright 2018 balena.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/shared/drive-constraints.spec.js b/tests/shared/drive-constraints.spec.js index edd501dd..36d6cd0e 100644 --- a/tests/shared/drive-constraints.spec.js +++ b/tests/shared/drive-constraints.spec.js @@ -1,5 +1,5 @@ /* - * Copyright 2017 resin.io + * Copyright 2017 balena.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/shared/errors.spec.js b/tests/shared/errors.spec.js index adb185c8..758c3436 100644 --- a/tests/shared/errors.spec.js +++ b/tests/shared/errors.spec.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/shared/file-extensions.spec.js b/tests/shared/file-extensions.spec.js index 7acc037f..e5f241b6 100644 --- a/tests/shared/file-extensions.spec.js +++ b/tests/shared/file-extensions.spec.js @@ -1,5 +1,5 @@ /* - * Copyright 2017 resin.io + * Copyright 2017 balena.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/shared/messages.spec.js b/tests/shared/messages.spec.js index b1ed5193..39a6ea8e 100644 --- a/tests/shared/messages.spec.js +++ b/tests/shared/messages.spec.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/shared/permissions.spec.js b/tests/shared/permissions.spec.js index 9a48c44a..c80f5459 100644 --- a/tests/shared/permissions.spec.js +++ b/tests/shared/permissions.spec.js @@ -1,5 +1,5 @@ /* - * Copyright 2017 resin.io + * Copyright 2017 balena.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/shared/supported-formats.spec.js b/tests/shared/supported-formats.spec.js index b06081e4..540d1f6b 100644 --- a/tests/shared/supported-formats.spec.js +++ b/tests/shared/supported-formats.spec.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/shared/units.spec.js b/tests/shared/units.spec.js index 77cb8186..c486dcc2 100644 --- a/tests/shared/units.spec.js +++ b/tests/shared/units.spec.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 resin.io + * Copyright 2016 balena.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/shared/utils.spec.js b/tests/shared/utils.spec.js index 88625c99..c61094dd 100644 --- a/tests/shared/utils.spec.js +++ b/tests/shared/utils.spec.js @@ -1,5 +1,5 @@ /* - * Copyright 2017 resin.io + * Copyright 2017 balena.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/spectron/runner.spec.js b/tests/spectron/runner.spec.js index fc8e01f1..a657fd9a 100644 --- a/tests/spectron/runner.spec.js +++ b/tests/spectron/runner.spec.js @@ -1,5 +1,5 @@ /* - * Copyright 2017 resin.io + * Copyright 2017 balena.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/webpack.config.js b/webpack.config.js index 3099ed62..331ab0bd 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -1,5 +1,5 @@ /* - * Copyright 2017 resin.io + * Copyright 2017 balena.io * * Licensed under the Apache License, Version 2.0 (the "License") * you may not use this file except in compliance with the License.