From cf577ebef05ffa9d5a2c84bd422947189084c6ac Mon Sep 17 00:00:00 2001 From: Yasuaki Uechi Date: Wed, 27 Jan 2021 15:53:18 +0900 Subject: [PATCH] chore: update license --- .github/ISSUE_TEMPLATE/bug_report.md | 8 +- .github/ISSUE_TEMPLATE/feature_request.md | 6 +- LICENSE | 2 +- Polyglot/Base.lproj/MainMenu.xib | 24 ++-- Polyglot/Info.plist | 62 ++++----- PolyglotSafariExtension/Info.plist | 154 +++++++++++----------- 6 files changed, 129 insertions(+), 127 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 1bcea98..acb7323 100755 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,9 +1,9 @@ --- name: Bug report about: Create a report to help us improve -title: '' +title: "" labels: bug -assignees: '' +assignees: "" --- **Describe the bug** @@ -25,7 +25,9 @@ If applicable, add screenshots to help explain your problem. **Version (please complete the following information):** -- Version [e.g. 22] +- Safari [e.g. 14.2] +- Polyglot [e.g. 3.2] +- macOS [e.g. 11.1] **Additional context** Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 2f28cea..d883b8f 100755 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,9 +1,9 @@ --- name: Feature request about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' +title: "" +labels: enhancement +assignees: "" --- **Is your feature request related to a problem? Please describe.** diff --git a/LICENSE b/LICENSE index 1bca500..9d3d96e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2019 Yasuaki Uechi +Copyright 2021 Yasuaki Uechi 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/Polyglot/Base.lproj/MainMenu.xib b/Polyglot/Base.lproj/MainMenu.xib index 77eb26a..1e33b40 100644 --- a/Polyglot/Base.lproj/MainMenu.xib +++ b/Polyglot/Base.lproj/MainMenu.xib @@ -1,8 +1,8 @@ - + - + @@ -689,7 +689,7 @@ - + @@ -697,7 +697,7 @@ - + @@ -710,7 +710,7 @@ - + @@ -723,14 +723,14 @@ - + - + @@ -738,7 +738,7 @@ - + @@ -746,22 +746,22 @@ - + - + - + diff --git a/Polyglot/Info.plist b/Polyglot/Info.plist index 6af524a..8f095aa 100644 --- a/Polyglot/Info.plist +++ b/Polyglot/Info.plist @@ -1,34 +1,34 @@ - - CFBundleDevelopmentRegion - $(DEVELOPMENT_LANGUAGE) - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIconFile - icon.icns - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - APPL - CFBundleShortVersionString - 3.2 - CFBundleVersion - 3.2.0 - LSApplicationCategoryType - public.app-category.productivity - LSMinimumSystemVersion - $(MACOSX_DEPLOYMENT_TARGET) - NSHumanReadableCopyright - Copyright © 2019 Yasuaki Uechi. All rights reserved. - NSMainNibFile - MainMenu - NSPrincipalClass - NSApplication - - \ No newline at end of file + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIconFile + icon.icns + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + APPL + CFBundleShortVersionString + 3.2 + CFBundleVersion + 3.2.0 + LSApplicationCategoryType + public.app-category.productivity + LSMinimumSystemVersion + $(MACOSX_DEPLOYMENT_TARGET) + NSHumanReadableCopyright + Copyright © 2021 Yasuaki Uechi. All rights reserved. + NSMainNibFile + MainMenu + NSPrincipalClass + NSApplication + + diff --git a/PolyglotSafariExtension/Info.plist b/PolyglotSafariExtension/Info.plist index b6d7aae..c9ac9b8 100644 --- a/PolyglotSafariExtension/Info.plist +++ b/PolyglotSafariExtension/Info.plist @@ -1,80 +1,80 @@ - - CFBundleDevelopmentRegion - $(DEVELOPMENT_LANGUAGE) - CFBundleDisplayName - Polyglot - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - XPC! - CFBundleShortVersionString - 3.2 - CFBundleVersion - 3.2.0 - LSMinimumSystemVersion - $(MACOSX_DEPLOYMENT_TARGET) - NSExtension - - NSExtensionPointIdentifier - com.apple.Safari.extension - NSExtensionPrincipalClass - $(PRODUCT_MODULE_NAME).SafariExtensionHandler - SFSafariContentScript - - - Script - content.bundle.js - - - SFSafariContextMenu - - - Command - tarnslateSelectedText - Text - Translate - - - SFSafariExtensionBundleIdentifiersToUninstall - - co.randompaper.polyglot.extension - - SFSafariStyleSheet - - - Style Sheet - content.css - - - SFSafariToolbarItem - - Action - Command - Identifier - translateButton - Image - toolbar-icon.png - Label - Translate - - SFSafariWebsiteAccess - - Level - All - - - NSHumanReadableCopyright - Copyright © 2019 Yasuaki Uechi. Apache 2.0 license. - NSHumanReadableDescription - Translate selected text into your native language. - - \ No newline at end of file + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleDisplayName + Polyglot + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + XPC! + CFBundleShortVersionString + 3.2 + CFBundleVersion + 3.2.0 + LSMinimumSystemVersion + $(MACOSX_DEPLOYMENT_TARGET) + NSExtension + + NSExtensionPointIdentifier + com.apple.Safari.extension + NSExtensionPrincipalClass + $(PRODUCT_MODULE_NAME).SafariExtensionHandler + SFSafariContentScript + + + Script + content.bundle.js + + + SFSafariContextMenu + + + Command + tarnslateSelectedText + Text + Translate + + + SFSafariExtensionBundleIdentifiersToUninstall + + co.randompaper.polyglot.extension + + SFSafariStyleSheet + + + Style Sheet + content.css + + + SFSafariToolbarItem + + Action + Command + Identifier + translateButton + Image + toolbar-icon.png + Label + Translate + + SFSafariWebsiteAccess + + Level + All + + + NSHumanReadableCopyright + Copyright © 2021 Yasuaki Uechi. Apache 2.0 license. + NSHumanReadableDescription + Translate selected text into your native language. + +