diff --git a/src/manifest.json b/src/manifest.json index 005dba0d337..b0b7c1ae33d 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -5,7 +5,7 @@ "version": "1.42.3", "description": "__MSG_extDesc__", "default_locale": "en", - "author": "8bit Solutions LLC", + "author": "Bitwarden Inc.", "homepage_url": "https://bitwarden.com", "icons": { "16": "images/icon16.png", diff --git a/src/popup/settings/settings.component.ts b/src/popup/settings/settings.component.ts index 23da522b256..6fdfd2851a6 100644 --- a/src/popup/settings/settings.component.ts +++ b/src/popup/settings/settings.component.ts @@ -245,7 +245,7 @@ export class SettingsComponent implements OnInit { this.i18nService.t('version') + ': ' + BrowserApi.getApplicationVersion()); const div = document.createElement('div'); div.innerHTML = `

-

Bitwarden
© 8bit Solutions LLC 2015-` + year + `

`; +

Bitwarden
© Bitwarden Inc. 2015-` + year + `

`; div.appendChild(versionText); swal({ diff --git a/src/safari/desktop/Info.plist b/src/safari/desktop/Info.plist index 231250d795f..3c9b847a73b 100644 --- a/src/safari/desktop/Info.plist +++ b/src/safari/desktop/Info.plist @@ -25,7 +25,7 @@ LSMinimumSystemVersion $(MACOSX_DEPLOYMENT_TARGET) NSHumanReadableCopyright - Copyright © 2019 8bit Solutions LLC. All rights reserved. + Copyright © 2020 Bitwarden Inc. All rights reserved. NSMainStoryboardFile Main NSPrincipalClass diff --git a/src/safari/safari/Info.plist b/src/safari/safari/Info.plist index 7eabfae8a49..58d3382c820 100644 --- a/src/safari/safari/Info.plist +++ b/src/safari/safari/Info.plist @@ -76,7 +76,7 @@ NSHumanReadableCopyright - Copyright © 2019 8bit Solutions LLC. All rights reserved. + Copyright © 2020 Bitwarden Inc. All rights reserved. NSHumanReadableDescription A secure and free password manager for all of your devices.