From 1fc7798e7d5795e2d7a6b6aac78a51e16b5e1321 Mon Sep 17 00:00:00 2001
From: Daniel James Smith
Date: Wed, 28 Dec 2022 21:59:23 +0100
Subject: [PATCH] Update year in copyrights (#4325)
---
apps/browser/src/safari/desktop/Info.plist | 60 ++++++++--------
apps/browser/src/safari/safari/Info.plist | 70 +++++++++----------
.../stores/chocolatey/bitwarden-cli.nuspec | 2 +-
apps/desktop/electron-builder.json | 2 +-
.../stores/chocolatey/bitwarden.nuspec | 2 +-
apps/web/src/404.html | 2 +-
6 files changed, 69 insertions(+), 69 deletions(-)
diff --git a/apps/browser/src/safari/desktop/Info.plist b/apps/browser/src/safari/desktop/Info.plist
index 30a64ff889f..d63a00505f7 100644
--- a/apps/browser/src/safari/desktop/Info.plist
+++ b/apps/browser/src/safari/desktop/Info.plist
@@ -1,34 +1,34 @@
-
- LSApplicationCategoryType
- public.app-category.productivity
- CFBundleDevelopmentRegion
- $(DEVELOPMENT_LANGUAGE)
- CFBundleExecutable
- $(EXECUTABLE_NAME)
- CFBundleIconFile
-
- CFBundleIdentifier
- $(PRODUCT_BUNDLE_IDENTIFIER)
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleName
- $(PRODUCT_NAME)
- CFBundlePackageType
- $(PRODUCT_BUNDLE_PACKAGE_TYPE)
- CFBundleShortVersionString
- 1.0
- CFBundleVersion
- 1
- LSMinimumSystemVersion
- $(MACOSX_DEPLOYMENT_TARGET)
- NSHumanReadableCopyright
- Copyright © 2015-2022 Bitwarden Inc. All rights reserved.
- NSMainStoryboardFile
- Main
- NSPrincipalClass
- NSApplication
-
+
+ LSApplicationCategoryType
+ public.app-category.productivity
+ CFBundleDevelopmentRegion
+ $(DEVELOPMENT_LANGUAGE)
+ CFBundleExecutable
+ $(EXECUTABLE_NAME)
+ CFBundleIconFile
+
+ CFBundleIdentifier
+ $(PRODUCT_BUNDLE_IDENTIFIER)
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ $(PRODUCT_NAME)
+ CFBundlePackageType
+ $(PRODUCT_BUNDLE_PACKAGE_TYPE)
+ CFBundleShortVersionString
+ 1.0
+ CFBundleVersion
+ 1
+ LSMinimumSystemVersion
+ $(MACOSX_DEPLOYMENT_TARGET)
+ NSHumanReadableCopyright
+ Copyright © 2015-2023 Bitwarden Inc. All rights reserved.
+ NSMainStoryboardFile
+ Main
+ NSPrincipalClass
+ NSApplication
+
diff --git a/apps/browser/src/safari/safari/Info.plist b/apps/browser/src/safari/safari/Info.plist
index e085116c43a..0ea632c7d24 100644
--- a/apps/browser/src/safari/safari/Info.plist
+++ b/apps/browser/src/safari/safari/Info.plist
@@ -1,41 +1,41 @@
-
- CFBundleDevelopmentRegion
- $(DEVELOPMENT_LANGUAGE)
- CFBundleDisplayName
- Bitwarden
- CFBundleExecutable
- $(EXECUTABLE_NAME)
- CFBundleIdentifier
- $(PRODUCT_BUNDLE_IDENTIFIER)
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleName
- $(PRODUCT_NAME)
- CFBundlePackageType
- $(PRODUCT_BUNDLE_PACKAGE_TYPE)
- CFBundleShortVersionString
- 0.0.1
- CFBundleVersion
- 0.0.2
- LSMinimumSystemVersion
- $(MACOSX_DEPLOYMENT_TARGET)
- NSExtension
- NSExtensionPointIdentifier
- com.apple.Safari.web-extension
- NSExtensionPrincipalClass
- $(PRODUCT_MODULE_NAME).SafariWebExtensionHandler
+ CFBundleDevelopmentRegion
+ $(DEVELOPMENT_LANGUAGE)
+ CFBundleDisplayName
+ Bitwarden
+ CFBundleExecutable
+ $(EXECUTABLE_NAME)
+ CFBundleIdentifier
+ $(PRODUCT_BUNDLE_IDENTIFIER)
+ CFBundleInfoDictionaryVersion
+ 6.0
+ CFBundleName
+ $(PRODUCT_NAME)
+ CFBundlePackageType
+ $(PRODUCT_BUNDLE_PACKAGE_TYPE)
+ CFBundleShortVersionString
+ 0.0.1
+ CFBundleVersion
+ 0.0.2
+ LSMinimumSystemVersion
+ $(MACOSX_DEPLOYMENT_TARGET)
+ NSExtension
+
+ NSExtensionPointIdentifier
+ com.apple.Safari.web-extension
+ NSExtensionPrincipalClass
+ $(PRODUCT_MODULE_NAME).SafariWebExtensionHandler
+
+ NSHumanReadableCopyright
+ Copyright © 2015-2023 Bitwarden Inc. All rights reserved.
+ NSHumanReadableDescription
+ A secure and free password manager for all of your devices.
+ SFSafariAppExtensionBundleIdentifiersToReplace
+
+ com.bitwarden.desktop.safari
+
- NSHumanReadableCopyright
- Copyright © 2015-2022 Bitwarden Inc. All rights reserved.
- NSHumanReadableDescription
- A secure and free password manager for all of your devices.
- SFSafariAppExtensionBundleIdentifiersToReplace
-
- com.bitwarden.desktop.safari
-
-
diff --git a/apps/cli/stores/chocolatey/bitwarden-cli.nuspec b/apps/cli/stores/chocolatey/bitwarden-cli.nuspec
index a61a7d12b49..51837ce0371 100644
--- a/apps/cli/stores/chocolatey/bitwarden-cli.nuspec
+++ b/apps/cli/stores/chocolatey/bitwarden-cli.nuspec
@@ -10,7 +10,7 @@
Bitwarden Inc.
https://bitwarden.com/
https://raw.githubusercontent.com/bitwarden/brand/master/icons/256x256.png
- Copyright © 2015-2022 Bitwarden Inc.
+ Copyright © 2015-2023 Bitwarden Inc.
https://github.com/bitwarden/clients/
https://help.bitwarden.com/article/cli/
https://github.com/bitwarden/clients/issues
diff --git a/apps/desktop/electron-builder.json b/apps/desktop/electron-builder.json
index cb578725210..cca6dac2539 100644
--- a/apps/desktop/electron-builder.json
+++ b/apps/desktop/electron-builder.json
@@ -5,7 +5,7 @@
"productName": "Bitwarden",
"appId": "com.bitwarden.desktop",
"buildDependenciesFromSource": true,
- "copyright": "Copyright © 2015-2022 Bitwarden Inc.",
+ "copyright": "Copyright © 2015-2023 Bitwarden Inc.",
"directories": {
"buildResources": "resources",
"output": "dist",
diff --git a/apps/desktop/stores/chocolatey/bitwarden.nuspec b/apps/desktop/stores/chocolatey/bitwarden.nuspec
index 779bf16c61e..9e701522a8e 100644
--- a/apps/desktop/stores/chocolatey/bitwarden.nuspec
+++ b/apps/desktop/stores/chocolatey/bitwarden.nuspec
@@ -10,7 +10,7 @@
Bitwarden Inc.
https://bitwarden.com/
https://raw.githubusercontent.com/bitwarden/brand/master/icons/256x256.png
- Copyright © 2015-2022 Bitwarden Inc.
+ Copyright © 2015-2023 Bitwarden Inc.
https://github.com/bitwarden/clients/
https://bitwarden.com/help/
https://github.com/bitwarden/clients/issues
diff --git a/apps/web/src/404.html b/apps/web/src/404.html
index 6cf5e363d58..5a650b3673a 100644
--- a/apps/web/src/404.html
+++ b/apps/web/src/404.html
@@ -47,6 +47,6 @@
contact us.
-
+