1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-06-25 10:25:36 +02:00

bitwarden inc.

This commit is contained in:
Kyle Spearrin 2020-02-18 22:35:28 -05:00
parent 7f6a909b63
commit 23acc1bfb3
4 changed files with 4 additions and 4 deletions

View File

@ -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",

View File

@ -245,7 +245,7 @@ export class SettingsComponent implements OnInit {
this.i18nService.t('version') + ': ' + BrowserApi.getApplicationVersion());
const div = document.createElement('div');
div.innerHTML = `<p class="text-center"><i class="fa fa-shield fa-3x" aria-hidden="true"></i></p>
<p class="text-center"><b>Bitwarden</b><br>&copy; 8bit Solutions LLC 2015-` + year + `</p>`;
<p class="text-center"><b>Bitwarden</b><br>&copy; Bitwarden Inc. 2015-` + year + `</p>`;
div.appendChild(versionText);
swal({

View File

@ -25,7 +25,7 @@
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2019 8bit Solutions LLC. All rights reserved.</string>
<string>Copyright © 2020 Bitwarden Inc. All rights reserved.</string>
<key>NSMainStoryboardFile</key>
<string>Main</string>
<key>NSPrincipalClass</key>

View File

@ -76,7 +76,7 @@
</array>
</dict>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2019 8bit Solutions LLC. All rights reserved.</string>
<string>Copyright © 2020 Bitwarden Inc. All rights reserved.</string>
<key>NSHumanReadableDescription</key>
<string>A secure and free password manager for all of your devices.</string>
</dict>