From c2f09f6666098e1335cad660d4d3ee01d5733aa3 Mon Sep 17 00:00:00 2001 From: J-Jamet Date: Mon, 27 Jan 2020 12:43:45 +0100 Subject: [PATCH] Change "KeePass DX" name to "KeePassDX" and fix small issues #411 --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- LICENSE | 4 +- ReadMe.md | 22 +-- .../tests/StringDatabaseKDBUtilsTest.kt | 8 +- .../kunzisoft/keepass/tests/crypto/AESTest.kt | 8 +- .../keepass/tests/crypto/CipherTest.kt | 8 +- .../keepass/tests/crypto/FinalKeyTest.kt | 8 +- .../keepass/tests/stream/HashedBlock.kt | 8 +- .../keepass/tests/utils/StringUtilTest.kt | 8 +- .../keepass/activities/AboutActivity.kt | 8 +- .../keepass/activities/EntryActivity.kt | 8 +- .../keepass/activities/EntryEditActivity.kt | 8 +- .../activities/FileDatabaseSelectActivity.kt | 8 +- .../keepass/activities/GroupActivity.kt | 8 +- .../keepass/activities/ListNodesFragment.kt | 19 +++ .../keepass/activities/PasswordActivity.kt | 8 +- .../dialogs/AssignMasterKeyDialogFragment.kt | 8 +- .../dialogs/BrowserDialogFragment.kt | 8 +- .../dialogs/DeleteNodesDialogFragment.kt | 8 +- .../activities/dialogs/DuplicateUuidDialog.kt | 8 +- .../dialogs/GeneratePasswordDialogFragment.kt | 8 +- .../dialogs/GroupEditDialogFragment.kt | 8 +- .../dialogs/IconPickerDialogFragment.kt | 8 +- .../dialogs/PasswordEncodingDialogFragment.kt | 8 +- .../dialogs/ProFeatureDialogFragment.kt | 8 +- .../dialogs/SetOTPDialogFragment.kt | 19 +++ .../activities/dialogs/SortDialogFragment.kt | 8 +- .../UnavailableFeatureDialogFragment.kt | 8 +- .../UnderDevelopmentFeatureDialogFragment.kt | 8 +- .../helpers/EntrySelectionHelper.kt | 19 +++ .../activities/helpers/OpenFileHelper.kt | 8 +- .../activities/helpers/ReadOnlyHelper.kt | 19 +++ .../activities/lock/LockingActivity.kt | 8 +- .../keepass/activities/stylish/Stylish.kt | 8 +- .../activities/stylish/StylishActivity.kt | 8 +- .../activities/stylish/StylishFragment.kt | 8 +- .../adapters/EntryAttachmentsAdapter.kt | 19 +++ .../keepass/adapters/EntryHistoryAdapter.kt | 19 +++ .../keepass/adapters/FieldsAdapter.kt | 19 +++ .../adapters/FileDatabaseHistoryAdapter.kt | 8 +- .../kunzisoft/keepass/adapters/NodeAdapter.kt | 8 +- .../adapters/SearchEntryCursorAdapter.kt | 8 +- .../java/com/kunzisoft/keepass/app/App.kt | 8 +- .../app/database/ActionDatabaseAsyncTask.kt | 19 +++ .../keepass/app/database/AppDatabase.kt | 19 +++ .../app/database/CipherDatabaseAction.kt | 19 +++ .../keepass/app/database/CipherDatabaseDao.kt | 19 +++ .../app/database/CipherDatabaseEntity.kt | 19 +++ .../app/database/FileDatabaseHistoryAction.kt | 8 +- .../app/database/FileDatabaseHistoryDao.kt | 19 +++ .../app/database/FileDatabaseHistoryEntity.kt | 19 +++ .../keepass/autofill/AutofillHelper.kt | 8 +- .../autofill/AutofillLauncherActivity.kt | 8 +- .../keepass/autofill/KeeAutofillService.kt | 8 +- .../keepass/autofill/StructureParser.kt | 8 +- .../keepass/backup/SettingsBackupAgent.kt | 8 +- .../biometric/AdvancedUnlockedManager.kt | 19 +++ .../BiometricUnlockDatabaseHelper.kt | 8 +- .../biometric/FingerPrintAnimatedVector.kt | 8 +- .../kunzisoft/keepass/crypto/AESProvider.kt | 8 +- .../kunzisoft/keepass/crypto/CipherFactory.kt | 8 +- .../kunzisoft/keepass/crypto/CrsAlgorithm.kt | 8 +- .../kunzisoft/keepass/crypto/CryptoUtil.kt | 8 +- .../keepass/crypto/NativeAESCipherSpi.java | 8 +- .../com/kunzisoft/keepass/crypto/NativeLib.kt | 8 +- .../keepass/crypto/StreamCipherFactory.kt | 8 +- .../keepass/crypto/engine/AesEngine.kt | 8 +- .../keepass/crypto/engine/ChaCha20Engine.kt | 8 +- .../keepass/crypto/engine/CipherEngine.kt | 8 +- .../keepass/crypto/engine/TwofishEngine.kt | 8 +- .../crypto/finalkey/AndroidFinalKey.java | 8 +- .../keepass/crypto/finalkey/FinalKey.java | 8 +- .../crypto/finalkey/FinalKeyFactory.java | 8 +- .../crypto/finalkey/NativeFinalKey.java | 8 +- .../keepass/crypto/keyDerivation/AesKdf.kt | 8 +- .../keepass/crypto/keyDerivation/Argon2Kdf.kt | 8 +- .../crypto/keyDerivation/Argon2Native.java | 8 +- .../keepass/crypto/keyDerivation/KdfEngine.kt | 8 +- .../crypto/keyDerivation/KdfFactory.kt | 8 +- .../crypto/keyDerivation/KdfParameters.kt | 8 +- .../AssignPasswordInDatabaseRunnable.kt | 8 +- .../database/action/CreateDatabaseRunnable.kt | 8 +- .../database/action/LoadDatabaseRunnable.kt | 8 +- .../database/action/ProgressDialogThread.kt | 19 +++ .../database/action/SaveDatabaseRunnable.kt | 8 +- ...dateCompressionBinariesDatabaseRunnable.kt | 8 +- .../action/node/ActionNodeDatabaseRunnable.kt | 19 +++ .../database/action/node/AddEntryRunnable.kt | 8 +- .../database/action/node/AddGroupRunnable.kt | 8 +- .../action/node/AfterActionNodesFinish.kt | 8 +- .../database/action/node/CopyNodesRunnable.kt | 8 +- .../action/node/DeleteNodesRunnable.kt | 8 +- .../database/action/node/MoveNodesRunnable.kt | 8 +- .../database/action/node/NodeHandler.kt | 8 +- .../action/node/UpdateEntryRunnable.kt | 8 +- .../action/node/UpdateGroupRunnable.kt | 8 +- .../keepass/database/cursor/EntryCursor.kt | 19 +++ .../keepass/database/cursor/EntryCursorKDB.kt | 19 +++ .../database/cursor/EntryCursorKDBX.kt | 19 +++ .../database/cursor/EntryCursorUUID.kt | 19 +++ .../database/cursor/ExtraFieldCursor.kt | 19 +++ .../keepass/database/element/Database.kt | 8 +- .../keepass/database/element/DateInstant.kt | 8 +- .../keepass/database/element/DeletedObject.kt | 8 +- .../keepass/database/element/Entry.kt | 19 +++ .../keepass/database/element/Group.kt | 19 +++ .../keepass/database/element/SortNodeEnum.kt | 8 +- .../database/element/database/BinaryPool.kt | 8 +- .../element/database/CompressionAlgorithm.kt | 8 +- .../database/element/database/DatabaseKDB.kt | 8 +- .../database/element/database/DatabaseKDBX.kt | 8 +- .../element/database/DatabaseVersioned.kt | 8 +- .../database/element/entry/AutoType.kt | 8 +- .../database/element/entry/EntryKDB.kt | 8 +- .../database/element/entry/EntryKDBX.kt | 8 +- .../database/element/entry/EntryVersioned.kt | 19 +++ .../element/entry/EntryVersionedInterface.kt | 19 +++ .../element/entry/FieldReferencesEngine.kt | 8 +- .../database/element/group/GroupKDB.kt | 8 +- .../database/element/group/GroupKDBX.kt | 8 +- .../database/element/group/GroupVersioned.kt | 19 +++ .../element/group/GroupVersionedInterface.kt | 19 +++ .../database/element/icon/IconImage.kt | 8 +- .../database/element/icon/IconImageCustom.kt | 8 +- .../database/element/icon/IconImageFactory.kt | 8 +- .../element/icon/IconImageStandard.kt | 8 +- .../keepass/database/element/node/Node.kt | 19 +++ .../keepass/database/element/node/NodeId.kt | 8 +- .../database/element/node/NodeIdInt.kt | 8 +- .../database/element/node/NodeIdUUID.kt | 8 +- .../database/element/node/NodeKDBInterface.kt | 19 +++ .../element/node/NodeKDBXInterface.kt | 8 +- .../element/node/NodeTimeInterface.kt | 8 +- .../database/element/node/NodeVersioned.kt | 8 +- .../element/node/NodeVersionedInterface.kt | 19 +++ .../element/security/BinaryAttachment.kt | 8 +- .../element/security/EncryptionAlgorithm.kt | 8 +- .../security/MemoryProtectionConfig.kt | 8 +- .../element/security/ProtectedString.kt | 8 +- .../database/exception/ClipboardException.kt | 8 +- .../database/exception/DatabaseException.kt | 19 +++ .../keepass/database/exception/UnknownKDF.kt | 19 +++ .../keepass/database/file/DatabaseHeader.kt | 8 +- .../database/file/DatabaseHeaderKDB.kt | 8 +- .../database/file/DatabaseHeaderKDBX.kt | 8 +- .../keepass/database/file/DatabaseKDBXXML.kt | 8 +- .../keepass/database/file/DateKDBXUtil.java | 8 +- .../database/file/input/DatabaseInput.kt | 8 +- .../database/file/input/DatabaseInputKDB.kt | 8 +- .../database/file/input/DatabaseInputKDBX.kt | 8 +- .../file/output/DatabaseHeaderOutput.kt | 8 +- .../file/output/DatabaseHeaderOutputKDB.kt | 8 +- .../file/output/DatabaseHeaderOutputKDBX.kt | 8 +- .../output/DatabaseInnerHeaderOutputKDBX.kt | 2 +- .../database/file/output/DatabaseOutput.kt | 8 +- .../database/file/output/DatabaseOutputKDB.kt | 8 +- .../file/output/DatabaseOutputKDBX.kt | 8 +- .../database/file/output/EntryOutputKDB.kt | 8 +- .../database/file/output/GroupOutputKDB.kt | 8 +- .../database/search/EntryKDBXSearchHandler.kt | 8 +- .../keepass/database/search/SearchHelper.kt | 8 +- .../database/search/SearchParameters.kt | 8 +- .../database/search/SearchParametersKDBX.kt | 8 +- .../keepass/database/search/UuidUtil.java | 8 +- .../iterator/EntrySearchStringIterator.kt | 8 +- .../iterator/EntrySearchStringIteratorKDB.kt | 8 +- .../iterator/EntrySearchStringIteratorKDBX.kt | 8 +- .../kunzisoft/keepass/education/Education.kt | 19 +++ .../education/EntryActivityEducation.kt | 19 +++ .../education/EntryEditActivityEducation.kt | 19 +++ .../FileDatabaseSelectActivityEducation.kt | 19 +++ .../education/GroupActivityEducation.kt | 19 +++ .../education/PasswordActivityEducation.kt | 19 +++ .../keepass/icons/IconDrawableFactory.kt | 8 +- .../com/kunzisoft/keepass/icons/IconPack.kt | 8 +- .../keepass/icons/IconPackChooser.kt | 8 +- .../magikeyboard/KeyboardLauncherActivity.kt | 19 +++ .../keepass/magikeyboard/MagikIME.kt | 8 +- .../keepass/model/EntryAttachment.kt | 19 +++ .../com/kunzisoft/keepass/model/EntryInfo.kt | 19 +++ .../java/com/kunzisoft/keepass/model/Field.kt | 19 +++ .../com/kunzisoft/keepass/model/OtpModel.kt | 19 +++ .../AttachmentFileNotificationService.kt | 19 +++ .../ClipboardEntryNotificationField.kt | 8 +- .../ClipboardEntryNotificationService.kt | 8 +- .../DatabaseOpenNotificationService.kt | 19 +++ .../DatabaseTaskNotificationService.kt | 19 +++ .../KeyboardEntryNotificationService.kt | 19 +++ .../notifications/LockNotificationService.kt | 19 +++ .../notifications/NotificationService.kt | 2 +- .../com/kunzisoft/keepass/otp/OtpElement.kt | 19 +++ .../kunzisoft/keepass/otp/OtpEntryFields.kt | 8 +- .../keepass/otp/TokenCalculator.java | 8 +- .../keepass/password/PasswordGenerator.kt | 8 +- .../keepass/settings/MagikIMESettings.kt | 8 +- .../settings/MagikIMESettingsFragment.kt | 8 +- .../settings/MainPreferenceFragment.kt | 8 +- .../settings/NestedAppSettingsFragment.kt | 19 +++ .../NestedDatabaseSettingsFragment.kt | 19 +++ .../settings/NestedSettingsFragment.kt | 8 +- .../keepass/settings/PreferencesUtil.kt | 8 +- .../keepass/settings/SettingsActivity.kt | 8 +- .../SettingsAdvancedUnlockActivity.kt | 19 +++ .../settings/SettingsAutofillActivity.kt | 8 +- .../preference/DialogColorPreference.kt | 19 +++ .../DialogListExplanationPreference.kt | 19 +++ .../preference/IconPackListPreference.kt | 19 +++ .../preference/InputKdfNumberPreference.kt | 8 +- .../preference/InputNumberPreference.kt | 8 +- .../preference/InputTextPreference.kt | 19 +++ ...baseColorPreferenceDialogFragmentCompat.kt | 8 +- ...mpressionPreferenceDialogFragmentCompat.kt | 8 +- ...tUsernamePreferenceDialogFragmentCompat.kt | 8 +- ...scriptionPreferenceDialogFragmentCompat.kt | 8 +- ...AlgorithmPreferenceDialogFragmentCompat.kt | 8 +- ...erivationPreferenceDialogFragmentCompat.kt | 8 +- ...abaseNamePreferenceDialogFragmentCompat.kt | 8 +- ...abaseSavePreferenceDialogFragmentCompat.kt | 8 +- .../InputPreferenceDialogFragmentCompat.kt | 8 +- ...toryItemsPreferenceDialogFragmentCompat.kt | 8 +- ...storySizePreferenceDialogFragmentCompat.kt | 8 +- ...moryUsagePreferenceDialogFragmentCompat.kt | 8 +- ...rallelismPreferenceDialogFragmentCompat.kt | 8 +- .../RoundsPreferenceDialogFragmentCompat.kt | 8 +- .../adapter/ListRadioItemAdapter.kt | 8 +- .../keepass/stream/CopyInputStream.kt | 8 +- .../keepass/stream/HashedBlockInputStream.kt | 8 +- .../keepass/stream/HashedBlockOutputStream.kt | 8 +- .../keepass/stream/HmacBlockInputStream.kt | 8 +- .../keepass/stream/HmacBlockOutputStream.kt | 10 +- .../keepass/stream/HmacBlockStream.kt | 8 +- .../stream/LittleEndianDataInputStream.kt | 8 +- .../stream/LittleEndianDataOutputStream.kt | 8 +- .../keepass/stream/MacOutputStream.kt | 10 +- .../keepass/stream/NullOutputStream.kt | 8 +- .../keepass/stream/RandomFileOutputStream.kt | 8 +- .../keepass/stream/StreamBytesUtils.kt | 8 +- .../kunzisoft/keepass/tasks/ActionRunnable.kt | 8 +- .../keepass/tasks/AttachmentFileAsyncTask.kt | 19 +++ .../tasks/AttachmentFileBinderManager.kt | 19 +++ .../tasks/ProgressTaskDialogFragment.kt | 8 +- .../keepass/tasks/ProgressTaskUpdater.kt | 8 +- .../keepass/timeout/ClipboardHelper.kt | 8 +- .../keepass/timeout/TimeoutHelper.kt | 8 +- .../keepass/utils/BroadcastAction.kt | 19 +++ .../keepass/utils/ExternalFileManager.kt | 19 +++ .../keepass/utils/FileDatabaseInfo.kt | 19 +++ .../com/kunzisoft/keepass/utils/FileInfo.kt | 8 +- .../com/kunzisoft/keepass/utils/MenuUtil.kt | 8 +- .../keepass/utils/ObjectNameResource.kt | 8 +- .../kunzisoft/keepass/utils/ParcelableUtil.kt | 8 +- .../keepass/utils/SingletonHolder.kt | 19 +++ .../keepass/utils/StringDatabaseKDBUtils.kt | 8 +- .../com/kunzisoft/keepass/utils/StringUtil.kt | 8 +- .../com/kunzisoft/keepass/utils/UriUtil.kt | 8 +- .../keepass/utils/VariantDictionary.java | 8 +- .../keepass/view/AddNodeButtonView.kt | 8 +- .../keepass/view/AdvancedUnlockInfoView.kt | 19 +++ .../keepass/view/EntryContentsView.kt | 8 +- .../keepass/view/EntryCustomField.kt | 8 +- .../keepass/view/EntryEditContentsView.kt | 19 +++ .../keepass/view/EntryEditCustomField.kt | 8 +- .../keepass/view/MagikeyboardView.kt | 19 +++ .../kunzisoft/keepass/view/ToolbarAction.kt | 19 +++ .../com/kunzisoft/keepass/view/ViewUtil.kt | 8 +- app/src/main/jni/argon2/argon2_jni.c | 10 +- app/src/main/res/drawable/key_background.xml | 8 +- .../res/drawable/key_background_normal.xml | 8 +- .../res/drawable/key_background_pressed.xml | 8 +- .../res/layout-v23/view_advanced_unlock.xml | 18 ++ app/src/main/res/layout/activity_about.xml | 8 +- app/src/main/res/layout/activity_entry.xml | 8 +- .../main/res/layout/activity_entry_edit.xml | 8 +- .../res/layout/activity_file_selection.xml | 12 +- app/src/main/res/layout/activity_group.xml | 8 +- app/src/main/res/layout/activity_password.xml | 8 +- .../res/layout/activity_search_results.xml | 8 +- app/src/main/res/layout/activity_toolbar.xml | 18 ++ .../res/layout/fragment_browser_install.xml | 8 +- .../fragment_file_selection_information.xml | 18 ++ .../res/layout/fragment_generate_password.xml | 8 +- .../main/res/layout/fragment_group_edit.xml | 8 +- .../main/res/layout/fragment_icon_picker.xml | 8 +- .../main/res/layout/fragment_list_nodes.xml | 18 ++ app/src/main/res/layout/fragment_progress.xml | 18 ++ app/src/main/res/layout/fragment_set_otp.xml | 18 ++ .../main/res/layout/fragment_set_password.xml | 8 +- .../res/layout/fragment_sort_selection.xml | 18 ++ .../layout/fragment_unavailable_feature.xml | 18 ++ app/src/main/res/layout/item_attachment.xml | 18 ++ .../main/res/layout/item_entry_new_field.xml | 8 +- app/src/main/res/layout/item_file_row.xml | 8 +- app/src/main/res/layout/item_icon.xml | 8 +- .../res/layout/item_list_entry_history.xml | 18 ++ .../main/res/layout/item_list_nodes_entry.xml | 8 +- .../main/res/layout/item_list_nodes_group.xml | 8 +- app/src/main/res/layout/item_search_entry.xml | 8 +- .../main/res/layout/keyboard_container.xml | 8 +- .../main/res/layout/keyboard_popup_fields.xml | 18 ++ .../res/layout/keyboard_popup_fields_item.xml | 24 ++- .../res/layout/pref_dialog_input_color.xml | 8 +- .../res/layout/pref_dialog_input_numbers.xml | 8 +- .../res/layout/pref_dialog_input_text.xml | 8 +- .../layout/pref_dialog_list_explanation.xml | 8 +- .../layout/pref_dialog_list_radio_item.xml | 18 ++ app/src/main/res/layout/toolbar_default.xml | 18 ++ .../main/res/layout/view_advanced_unlock.xml | 18 ++ .../main/res/layout/view_button_add_node.xml | 18 ++ .../main/res/layout/view_entry_contents.xml | 8 +- .../res/layout/view_entry_edit_contents.xml | 8 +- .../main/res/layout/view_entry_new_field.xml | 8 +- app/src/main/res/menu/advanced_unlock.xml | 8 +- app/src/main/res/menu/contribution.xml | 8 +- app/src/main/res/menu/database.xml | 8 +- app/src/main/res/menu/default_menu.xml | 8 +- app/src/main/res/menu/entry.xml | 8 +- app/src/main/res/menu/entry_otp.xml | 8 +- app/src/main/res/menu/node_menu.xml | 8 +- app/src/main/res/menu/node_paste_menu.xml | 8 +- app/src/main/res/menu/open_file.xml | 8 +- app/src/main/res/menu/recycle_bin.xml | 18 ++ app/src/main/res/menu/search.xml | 8 +- app/src/main/res/menu/tree.xml | 8 +- app/src/main/res/values-ar/strings.xml | 18 +- app/src/main/res/values-ca/strings.xml | 14 +- app/src/main/res/values-cs/strings.xml | 20 +-- app/src/main/res/values-da/strings.xml | 22 +-- app/src/main/res/values-de/strings.xml | 22 +-- app/src/main/res/values-el/strings.xml | 22 +-- app/src/main/res/values-es/strings.xml | 20 +-- app/src/main/res/values-eu/strings.xml | 12 +- app/src/main/res/values-fi/strings.xml | 14 +- app/src/main/res/values-fr/strings.xml | 20 +-- app/src/main/res/values-gl/strings.xml | 2 +- app/src/main/res/values-hi/strings.xml | 6 +- app/src/main/res/values-hu/strings.xml | 20 +-- app/src/main/res/values-it/strings.xml | 20 +-- app/src/main/res/values-iw/strings.xml | 14 +- app/src/main/res/values-ja/strings.xml | 14 +- app/src/main/res/values-ko/strings.xml | 14 +- app/src/main/res/values-lt/strings.xml | 4 +- app/src/main/res/values-lv/strings.xml | 2 +- app/src/main/res/values-nb/strings.xml | 22 +-- app/src/main/res/values-nl/strings.xml | 20 +-- app/src/main/res/values-nn/strings.xml | 14 +- app/src/main/res/values-pl/strings.xml | 22 +-- app/src/main/res/values-pt-rBR/strings.xml | 24 +-- app/src/main/res/values-pt-rPT/strings.xml | 20 +-- app/src/main/res/values-ru/strings.xml | 22 +-- app/src/main/res/values-sk/strings.xml | 12 +- app/src/main/res/values-sv/strings.xml | 12 +- .../main/res/values-sw600dp-land/dimens.xml | 18 ++ .../main/res/values-sw600dp-port/dimens.xml | 18 ++ app/src/main/res/values-te/strings.xml | 2 +- app/src/main/res/values-tr/strings.xml | 22 +-- app/src/main/res/values-uk/strings.xml | 14 +- app/src/main/res/values-v14/styles.xml | 18 ++ app/src/main/res/values-v21/styles.xml | 18 ++ .../main/res/values-v23/donottranslate.xml | 8 +- app/src/main/res/values-zh-rCN/strings.xml | 22 +-- app/src/main/res/values-zh-rTW/strings.xml | 16 +- app/src/main/res/values/attrs.xml | 8 +- app/src/main/res/values/colors.xml | 8 +- app/src/main/res/values/dimens.xml | 18 ++ app/src/main/res/values/donottranslate.xml | 12 +- app/src/main/res/values/strings.xml | 20 +-- app/src/main/res/values/style_blue.xml | 8 +- app/src/main/res/values/style_dark.xml | 8 +- app/src/main/res/values/style_purple.xml | 8 +- app/src/main/res/values/style_red.xml | 8 +- app/src/main/res/values/styles.xml | 8 +- app/src/main/res/xml/keyboard_method.xml | 8 +- app/src/main/res/xml/keyboard_password.xml | 8 +- .../main/res/xml/keyboard_password_entry.xml | 8 +- app/src/main/res/xml/preferences.xml | 8 +- .../res/xml/preferences_advanced_unlock.xml | 8 +- .../main/res/xml/preferences_appearance.xml | 8 +- .../main/res/xml/preferences_application.xml | 8 +- app/src/main/res/xml/preferences_database.xml | 8 +- .../xml/preferences_database_master_key.xml | 8 +- .../res/xml/preferences_database_security.xml | 8 +- .../main/res/xml/preferences_form_filling.xml | 8 +- app/src/main/res/xml/preferences_keyboard.xml | 8 +- app/src/main/res/xml/searchable.xml | 8 +- .../pro/res/mipmap-anydpi-v26/ic_launcher.xml | 18 ++ .../mipmap-anydpi-v26/ic_launcher_round.xml | 18 ++ app/src/pro/res/values/donottranslate.xml | 10 +- art/feature_graphic.svg | 154 +++++++++--------- .../android/en-US/full_description.txt | 4 +- .../android/en-US/images/featureGraphic.png | Bin 76483 -> 76188 bytes .../en-US/images/phoneScreenshots/screen4.jpg | Bin 184900 -> 181953 bytes .../android/en-US/short_description.txt | 2 +- fastlane/metadata/android/en-US/title.txt | 2 +- .../android/fr-FR/full_description.txt | 4 +- .../fr-FR/images/phoneScreenshots/screen4.jpg | Bin 187579 -> 184566 bytes .../android/fr-FR/short_description.txt | 2 +- .../android/en-US/full_description.txt | 2 +- fastlane/pro/metadata/android/en-US/title.txt | 2 +- .../android/fr-FR/full_description.txt | 2 +- .../android/fr-FR/short_description.txt | 2 +- gplv3.md | 6 +- .../src/main/res/values/strings.xml | 8 +- .../src/main/res/values/strings.xml | 8 +- 403 files changed, 3134 insertions(+), 1423 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 49d9d7048..0315a7d60 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -30,7 +30,7 @@ If applicable, add screenshots to help explain your problem. - Size: [e.g. 150Mo] - Contains attachment: [e.g. Yes] -**KeePass DX (please complete the following information):** +**KeePassDX (please complete the following information):** - Version: [e.g. 2.5.0.0beta23] - Build: [e.g. Free] - Language: [e.g. French] diff --git a/LICENSE b/LICENSE index 873671ea7..7410c373a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ --- -KeePass DX is free software: you can redistribute it and/or modify +KeePassDX is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. @@ -13,7 +13,7 @@ KeePass DX is free software: you can redistribute it and/or modify You should have received a copy of the GNU General Public License along with this program. If not, see . -The KeePass DX icon was created by Jeremy JAMET and is licensed under the terms of GPLv3. +The KeePassDX icon was created by Jeremy JAMET and is licensed under the terms of GPLv3. --- diff --git a/ReadMe.md b/ReadMe.md index 1fbedeedd..8115edaf0 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -1,6 +1,6 @@ -# Android Keepass DX +# Android KeepassDX - Keepass DX is a **multi-format KeePass manager for Android devices**. The application allows to create keys and passwords in a secure way by integrating with the Android design standards. + KeepassDX is a **multi-format KeePass manager for Android devices**. The application allows to create keys and passwords in a secure way by integrating with the Android design standards. @@ -18,17 +18,17 @@ * Precise management of **settings** * Code written in **native language** *(Kotlin / Java / JNI / C)* -Keepass DX is **open source** and **ad-free**. +KeepassDX is **open source** and **ad-free**. -## What is KeePass DX? +## What is KeePassDX? Today you need to remember many passwords. You need a password for your e-mail account, your website's FTP password, online passwords (like website member account), etc. etc. etc. The list is endless. Also, you **should use different passwords for each account**. Because if you use only one password everywhere and someone gets this password you have a problem... A serious problem. The thief would have access to your e-mail account, website, etc. Unimaginable. -KeePass DX is a **free open source password manager for Android**, which helps you to **manage your passwords in a secure way**. You can put all your passwords in one database, which is locked with one **master key** or a **key file**. So you **only have to remember one single master password or select the key file** to unlock the whole database. The databases are encrypted using the best and **most secure encryption algorithms** currently known. +KeePassDX is a **free open source password manager for Android**, which helps you to **manage your passwords in a secure way**. You can put all your passwords in one database, which is locked with one **master key** or a **key file**. So you **only have to remember one single master password or select the key file** to unlock the whole database. The databases are encrypted using the best and **most secure encryption algorithms** currently known. ## Is it really free? -Yes, KeePass DX is under **free license (OSI certified)** and **without advertising**. You can have a look at its full source and check whether the encryption algorithms are implemented correctly. +Yes, KeePassDX is under **free license (OSI certified)** and **without advertising**. You can have a look at its full source and check whether the encryption algorithms are implemented correctly. *Note : If you access the application from a store, visual features may not be available to incentivize the contribution to the work of open source projects. These optional visuals are accessible after a donation (and a small congratulation message :) or the purchase of an extended version, but do not worry, the main features remain completely free. If you contribute to the project and you do not have access to the themes, do not hesitate to contact me at [contact@kunzisoft.com](contact@kunzisoft.com), I will give you the procedure.* @@ -39,7 +39,7 @@ You can contribute in different ways to help us on our work. * Add features by a **[pull request](https://help.github.com/articles/about-pull-requests/)**. * Help to **[translate](https://hosted.weblate.org/projects/keepass-dx/strings/)** into your language (By using [Weblate](https://hosted.weblate.org/projects/keepass-dx/) or with a manual [pull request](https://help.github.com/articles/about-pull-requests/)) * **[Donate](https://www.kunzisoft.com/donation)** 人◕ ‿‿ ◕人Y for a better service and a quick development of your features. -* Buy the **[Pro version](https://play.google.com/store/apps/details?id=com.kunzisoft.keepass.pro)** of KeePass DX +* Buy the **[Pro version](https://play.google.com/store/apps/details?id=com.kunzisoft.keepass.pro)** of KeePassDX ## Download @@ -67,19 +67,19 @@ Other questions? You can read the [F.A.Q.](https://github.com/Kunzisoft/KeePassD Copyright (c) 2019 Jeremy Jamet / [Kunzisoft](https://www.kunzisoft.com). - This file is part of KeePass DX. + This file is part of KeePassDX. - [KeePass DX](https://www.keepassdx.com) is free software: you can redistribute it and/or modify + [KeePassDX](https://www.keepassdx.com) is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. - KeePass DX is distributed in the hope that it will be useful, + KeePassDX is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with KeePass DX. If not, see . + along with KeePassDX. If not, see . *This project is a fork of [KeepassDroid](https://github.com/bpellin/keepassdroid) by bpellin.* diff --git a/app/src/androidTest/java/com/kunzisoft/keepass/tests/StringDatabaseKDBUtilsTest.kt b/app/src/androidTest/java/com/kunzisoft/keepass/tests/StringDatabaseKDBUtilsTest.kt index ffb0bee4e..94dfa6715 100644 --- a/app/src/androidTest/java/com/kunzisoft/keepass/tests/StringDatabaseKDBUtilsTest.kt +++ b/app/src/androidTest/java/com/kunzisoft/keepass/tests/StringDatabaseKDBUtilsTest.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.tests diff --git a/app/src/androidTest/java/com/kunzisoft/keepass/tests/crypto/AESTest.kt b/app/src/androidTest/java/com/kunzisoft/keepass/tests/crypto/AESTest.kt index 590914330..69fdb222c 100644 --- a/app/src/androidTest/java/com/kunzisoft/keepass/tests/crypto/AESTest.kt +++ b/app/src/androidTest/java/com/kunzisoft/keepass/tests/crypto/AESTest.kt @@ -1,20 +1,20 @@ /* * Copyright 2017 Brian Pellin, Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.tests.crypto diff --git a/app/src/androidTest/java/com/kunzisoft/keepass/tests/crypto/CipherTest.kt b/app/src/androidTest/java/com/kunzisoft/keepass/tests/crypto/CipherTest.kt index 892b57d61..680f48608 100644 --- a/app/src/androidTest/java/com/kunzisoft/keepass/tests/crypto/CipherTest.kt +++ b/app/src/androidTest/java/com/kunzisoft/keepass/tests/crypto/CipherTest.kt @@ -1,20 +1,20 @@ /* * Copyright 2017 Brian Pellin, Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.tests.crypto diff --git a/app/src/androidTest/java/com/kunzisoft/keepass/tests/crypto/FinalKeyTest.kt b/app/src/androidTest/java/com/kunzisoft/keepass/tests/crypto/FinalKeyTest.kt index ce98f6db9..1424eceed 100644 --- a/app/src/androidTest/java/com/kunzisoft/keepass/tests/crypto/FinalKeyTest.kt +++ b/app/src/androidTest/java/com/kunzisoft/keepass/tests/crypto/FinalKeyTest.kt @@ -1,20 +1,20 @@ /* * Copyright 2017 Brian Pellin, Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.tests.crypto diff --git a/app/src/androidTest/java/com/kunzisoft/keepass/tests/stream/HashedBlock.kt b/app/src/androidTest/java/com/kunzisoft/keepass/tests/stream/HashedBlock.kt index 4e80c5226..62cbe52e9 100644 --- a/app/src/androidTest/java/com/kunzisoft/keepass/tests/stream/HashedBlock.kt +++ b/app/src/androidTest/java/com/kunzisoft/keepass/tests/stream/HashedBlock.kt @@ -1,20 +1,20 @@ /* * Copyright 2017 Brian Pellin, Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.tests.stream diff --git a/app/src/androidTest/java/com/kunzisoft/keepass/tests/utils/StringUtilTest.kt b/app/src/androidTest/java/com/kunzisoft/keepass/tests/utils/StringUtilTest.kt index d681c63ed..e6431e810 100644 --- a/app/src/androidTest/java/com/kunzisoft/keepass/tests/utils/StringUtilTest.kt +++ b/app/src/androidTest/java/com/kunzisoft/keepass/tests/utils/StringUtilTest.kt @@ -1,20 +1,20 @@ /* * Copyright 2017 Brian Pellin, Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.tests.utils diff --git a/app/src/main/java/com/kunzisoft/keepass/activities/AboutActivity.kt b/app/src/main/java/com/kunzisoft/keepass/activities/AboutActivity.kt index 8ca652327..997fc9a22 100644 --- a/app/src/main/java/com/kunzisoft/keepass/activities/AboutActivity.kt +++ b/app/src/main/java/com/kunzisoft/keepass/activities/AboutActivity.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.activities diff --git a/app/src/main/java/com/kunzisoft/keepass/activities/EntryActivity.kt b/app/src/main/java/com/kunzisoft/keepass/activities/EntryActivity.kt index d16f20c9f..01593d975 100644 --- a/app/src/main/java/com/kunzisoft/keepass/activities/EntryActivity.kt +++ b/app/src/main/java/com/kunzisoft/keepass/activities/EntryActivity.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . */ package com.kunzisoft.keepass.activities diff --git a/app/src/main/java/com/kunzisoft/keepass/activities/EntryEditActivity.kt b/app/src/main/java/com/kunzisoft/keepass/activities/EntryEditActivity.kt index f65bd8619..8b7f3c5c8 100644 --- a/app/src/main/java/com/kunzisoft/keepass/activities/EntryEditActivity.kt +++ b/app/src/main/java/com/kunzisoft/keepass/activities/EntryEditActivity.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . */ package com.kunzisoft.keepass.activities diff --git a/app/src/main/java/com/kunzisoft/keepass/activities/FileDatabaseSelectActivity.kt b/app/src/main/java/com/kunzisoft/keepass/activities/FileDatabaseSelectActivity.kt index c1e9858b6..3472f2a70 100644 --- a/app/src/main/java/com/kunzisoft/keepass/activities/FileDatabaseSelectActivity.kt +++ b/app/src/main/java/com/kunzisoft/keepass/activities/FileDatabaseSelectActivity.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.activities diff --git a/app/src/main/java/com/kunzisoft/keepass/activities/GroupActivity.kt b/app/src/main/java/com/kunzisoft/keepass/activities/GroupActivity.kt index c05c925a9..177c3886d 100644 --- a/app/src/main/java/com/kunzisoft/keepass/activities/GroupActivity.kt +++ b/app/src/main/java/com/kunzisoft/keepass/activities/GroupActivity.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . */ package com.kunzisoft.keepass.activities diff --git a/app/src/main/java/com/kunzisoft/keepass/activities/ListNodesFragment.kt b/app/src/main/java/com/kunzisoft/keepass/activities/ListNodesFragment.kt index 600a089a4..bb8ace166 100644 --- a/app/src/main/java/com/kunzisoft/keepass/activities/ListNodesFragment.kt +++ b/app/src/main/java/com/kunzisoft/keepass/activities/ListNodesFragment.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.activities import android.content.Context diff --git a/app/src/main/java/com/kunzisoft/keepass/activities/PasswordActivity.kt b/app/src/main/java/com/kunzisoft/keepass/activities/PasswordActivity.kt index a7e1c1b9a..fd1e71f29 100644 --- a/app/src/main/java/com/kunzisoft/keepass/activities/PasswordActivity.kt +++ b/app/src/main/java/com/kunzisoft/keepass/activities/PasswordActivity.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.activities diff --git a/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/AssignMasterKeyDialogFragment.kt b/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/AssignMasterKeyDialogFragment.kt index f78a239ea..1d2eb020d 100644 --- a/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/AssignMasterKeyDialogFragment.kt +++ b/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/AssignMasterKeyDialogFragment.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.activities.dialogs diff --git a/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/BrowserDialogFragment.kt b/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/BrowserDialogFragment.kt index 3dd5514ac..8c53e5eb5 100644 --- a/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/BrowserDialogFragment.kt +++ b/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/BrowserDialogFragment.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.activities.dialogs diff --git a/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/DeleteNodesDialogFragment.kt b/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/DeleteNodesDialogFragment.kt index 9ff06d9f2..db7241742 100644 --- a/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/DeleteNodesDialogFragment.kt +++ b/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/DeleteNodesDialogFragment.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.activities.dialogs diff --git a/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/DuplicateUuidDialog.kt b/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/DuplicateUuidDialog.kt index 219dd9c01..ebd3cc22e 100644 --- a/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/DuplicateUuidDialog.kt +++ b/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/DuplicateUuidDialog.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.activities.dialogs diff --git a/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/GeneratePasswordDialogFragment.kt b/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/GeneratePasswordDialogFragment.kt index 156a0be88..7e685d2ff 100644 --- a/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/GeneratePasswordDialogFragment.kt +++ b/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/GeneratePasswordDialogFragment.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.activities.dialogs diff --git a/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/GroupEditDialogFragment.kt b/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/GroupEditDialogFragment.kt index 1036d2733..d60294c64 100644 --- a/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/GroupEditDialogFragment.kt +++ b/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/GroupEditDialogFragment.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.activities.dialogs diff --git a/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/IconPickerDialogFragment.kt b/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/IconPickerDialogFragment.kt index 5bd71068e..516c18d33 100644 --- a/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/IconPickerDialogFragment.kt +++ b/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/IconPickerDialogFragment.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.activities.dialogs diff --git a/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/PasswordEncodingDialogFragment.kt b/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/PasswordEncodingDialogFragment.kt index 4cb8f1234..034ff1aa0 100644 --- a/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/PasswordEncodingDialogFragment.kt +++ b/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/PasswordEncodingDialogFragment.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.activities.dialogs diff --git a/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/ProFeatureDialogFragment.kt b/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/ProFeatureDialogFragment.kt index aacfed651..6e43a3fcd 100644 --- a/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/ProFeatureDialogFragment.kt +++ b/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/ProFeatureDialogFragment.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.activities.dialogs diff --git a/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/SetOTPDialogFragment.kt b/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/SetOTPDialogFragment.kt index 79f762075..19b75ac98 100644 --- a/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/SetOTPDialogFragment.kt +++ b/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/SetOTPDialogFragment.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.activities.dialogs import android.annotation.SuppressLint diff --git a/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/SortDialogFragment.kt b/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/SortDialogFragment.kt index 4b16bd891..07fdc36c1 100644 --- a/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/SortDialogFragment.kt +++ b/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/SortDialogFragment.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.activities.dialogs diff --git a/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/UnavailableFeatureDialogFragment.kt b/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/UnavailableFeatureDialogFragment.kt index 04c5ddaa1..750e7abb7 100644 --- a/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/UnavailableFeatureDialogFragment.kt +++ b/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/UnavailableFeatureDialogFragment.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.activities.dialogs diff --git a/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/UnderDevelopmentFeatureDialogFragment.kt b/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/UnderDevelopmentFeatureDialogFragment.kt index c1c69e114..8b73339b3 100644 --- a/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/UnderDevelopmentFeatureDialogFragment.kt +++ b/app/src/main/java/com/kunzisoft/keepass/activities/dialogs/UnderDevelopmentFeatureDialogFragment.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.activities.dialogs diff --git a/app/src/main/java/com/kunzisoft/keepass/activities/helpers/EntrySelectionHelper.kt b/app/src/main/java/com/kunzisoft/keepass/activities/helpers/EntrySelectionHelper.kt index dc04e3291..281c428af 100644 --- a/app/src/main/java/com/kunzisoft/keepass/activities/helpers/EntrySelectionHelper.kt +++ b/app/src/main/java/com/kunzisoft/keepass/activities/helpers/EntrySelectionHelper.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.activities.helpers import android.app.assist.AssistStructure diff --git a/app/src/main/java/com/kunzisoft/keepass/activities/helpers/OpenFileHelper.kt b/app/src/main/java/com/kunzisoft/keepass/activities/helpers/OpenFileHelper.kt index c9f09f0a4..32bfa7ee6 100644 --- a/app/src/main/java/com/kunzisoft/keepass/activities/helpers/OpenFileHelper.kt +++ b/app/src/main/java/com/kunzisoft/keepass/activities/helpers/OpenFileHelper.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.activities.helpers diff --git a/app/src/main/java/com/kunzisoft/keepass/activities/helpers/ReadOnlyHelper.kt b/app/src/main/java/com/kunzisoft/keepass/activities/helpers/ReadOnlyHelper.kt index 05016bad1..5203b987e 100644 --- a/app/src/main/java/com/kunzisoft/keepass/activities/helpers/ReadOnlyHelper.kt +++ b/app/src/main/java/com/kunzisoft/keepass/activities/helpers/ReadOnlyHelper.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.activities.helpers import android.content.Context diff --git a/app/src/main/java/com/kunzisoft/keepass/activities/lock/LockingActivity.kt b/app/src/main/java/com/kunzisoft/keepass/activities/lock/LockingActivity.kt index 94b6a6edc..9fa070262 100644 --- a/app/src/main/java/com/kunzisoft/keepass/activities/lock/LockingActivity.kt +++ b/app/src/main/java/com/kunzisoft/keepass/activities/lock/LockingActivity.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.activities.lock diff --git a/app/src/main/java/com/kunzisoft/keepass/activities/stylish/Stylish.kt b/app/src/main/java/com/kunzisoft/keepass/activities/stylish/Stylish.kt index 2ec7797eb..3cea0da3a 100644 --- a/app/src/main/java/com/kunzisoft/keepass/activities/stylish/Stylish.kt +++ b/app/src/main/java/com/kunzisoft/keepass/activities/stylish/Stylish.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.activities.stylish diff --git a/app/src/main/java/com/kunzisoft/keepass/activities/stylish/StylishActivity.kt b/app/src/main/java/com/kunzisoft/keepass/activities/stylish/StylishActivity.kt index f410cd71d..3aca51b92 100644 --- a/app/src/main/java/com/kunzisoft/keepass/activities/stylish/StylishActivity.kt +++ b/app/src/main/java/com/kunzisoft/keepass/activities/stylish/StylishActivity.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.activities.stylish diff --git a/app/src/main/java/com/kunzisoft/keepass/activities/stylish/StylishFragment.kt b/app/src/main/java/com/kunzisoft/keepass/activities/stylish/StylishFragment.kt index 33682dec4..baf011c81 100644 --- a/app/src/main/java/com/kunzisoft/keepass/activities/stylish/StylishFragment.kt +++ b/app/src/main/java/com/kunzisoft/keepass/activities/stylish/StylishFragment.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.activities.stylish diff --git a/app/src/main/java/com/kunzisoft/keepass/adapters/EntryAttachmentsAdapter.kt b/app/src/main/java/com/kunzisoft/keepass/adapters/EntryAttachmentsAdapter.kt index 3bbc13718..257ca9d43 100644 --- a/app/src/main/java/com/kunzisoft/keepass/adapters/EntryAttachmentsAdapter.kt +++ b/app/src/main/java/com/kunzisoft/keepass/adapters/EntryAttachmentsAdapter.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.adapters import android.content.Context diff --git a/app/src/main/java/com/kunzisoft/keepass/adapters/EntryHistoryAdapter.kt b/app/src/main/java/com/kunzisoft/keepass/adapters/EntryHistoryAdapter.kt index 035f07577..42e216fc8 100644 --- a/app/src/main/java/com/kunzisoft/keepass/adapters/EntryHistoryAdapter.kt +++ b/app/src/main/java/com/kunzisoft/keepass/adapters/EntryHistoryAdapter.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.adapters import android.content.Context diff --git a/app/src/main/java/com/kunzisoft/keepass/adapters/FieldsAdapter.kt b/app/src/main/java/com/kunzisoft/keepass/adapters/FieldsAdapter.kt index bdd16ae11..1b7c7a0fd 100644 --- a/app/src/main/java/com/kunzisoft/keepass/adapters/FieldsAdapter.kt +++ b/app/src/main/java/com/kunzisoft/keepass/adapters/FieldsAdapter.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.adapters import android.content.Context diff --git a/app/src/main/java/com/kunzisoft/keepass/adapters/FileDatabaseHistoryAdapter.kt b/app/src/main/java/com/kunzisoft/keepass/adapters/FileDatabaseHistoryAdapter.kt index 3e2805914..5907a6b15 100644 --- a/app/src/main/java/com/kunzisoft/keepass/adapters/FileDatabaseHistoryAdapter.kt +++ b/app/src/main/java/com/kunzisoft/keepass/adapters/FileDatabaseHistoryAdapter.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.adapters diff --git a/app/src/main/java/com/kunzisoft/keepass/adapters/NodeAdapter.kt b/app/src/main/java/com/kunzisoft/keepass/adapters/NodeAdapter.kt index 8af26d21e..d8254adfa 100644 --- a/app/src/main/java/com/kunzisoft/keepass/adapters/NodeAdapter.kt +++ b/app/src/main/java/com/kunzisoft/keepass/adapters/NodeAdapter.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.adapters diff --git a/app/src/main/java/com/kunzisoft/keepass/adapters/SearchEntryCursorAdapter.kt b/app/src/main/java/com/kunzisoft/keepass/adapters/SearchEntryCursorAdapter.kt index 14a574643..52ba3ce4f 100644 --- a/app/src/main/java/com/kunzisoft/keepass/adapters/SearchEntryCursorAdapter.kt +++ b/app/src/main/java/com/kunzisoft/keepass/adapters/SearchEntryCursorAdapter.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.adapters diff --git a/app/src/main/java/com/kunzisoft/keepass/app/App.kt b/app/src/main/java/com/kunzisoft/keepass/app/App.kt index 6d375cd7b..48ad694d6 100644 --- a/app/src/main/java/com/kunzisoft/keepass/app/App.kt +++ b/app/src/main/java/com/kunzisoft/keepass/app/App.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.app diff --git a/app/src/main/java/com/kunzisoft/keepass/app/database/ActionDatabaseAsyncTask.kt b/app/src/main/java/com/kunzisoft/keepass/app/database/ActionDatabaseAsyncTask.kt index fde90ab21..470838cc8 100644 --- a/app/src/main/java/com/kunzisoft/keepass/app/database/ActionDatabaseAsyncTask.kt +++ b/app/src/main/java/com/kunzisoft/keepass/app/database/ActionDatabaseAsyncTask.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.app.database import android.os.AsyncTask diff --git a/app/src/main/java/com/kunzisoft/keepass/app/database/AppDatabase.kt b/app/src/main/java/com/kunzisoft/keepass/app/database/AppDatabase.kt index 8a41cf981..3597ceea4 100644 --- a/app/src/main/java/com/kunzisoft/keepass/app/database/AppDatabase.kt +++ b/app/src/main/java/com/kunzisoft/keepass/app/database/AppDatabase.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.app.database import androidx.room.Database diff --git a/app/src/main/java/com/kunzisoft/keepass/app/database/CipherDatabaseAction.kt b/app/src/main/java/com/kunzisoft/keepass/app/database/CipherDatabaseAction.kt index 18f20cdec..a55765102 100644 --- a/app/src/main/java/com/kunzisoft/keepass/app/database/CipherDatabaseAction.kt +++ b/app/src/main/java/com/kunzisoft/keepass/app/database/CipherDatabaseAction.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.app.database import android.content.Context diff --git a/app/src/main/java/com/kunzisoft/keepass/app/database/CipherDatabaseDao.kt b/app/src/main/java/com/kunzisoft/keepass/app/database/CipherDatabaseDao.kt index 9431b7861..c67078da0 100644 --- a/app/src/main/java/com/kunzisoft/keepass/app/database/CipherDatabaseDao.kt +++ b/app/src/main/java/com/kunzisoft/keepass/app/database/CipherDatabaseDao.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.app.database import androidx.room.* diff --git a/app/src/main/java/com/kunzisoft/keepass/app/database/CipherDatabaseEntity.kt b/app/src/main/java/com/kunzisoft/keepass/app/database/CipherDatabaseEntity.kt index 304517552..4222ff5d3 100644 --- a/app/src/main/java/com/kunzisoft/keepass/app/database/CipherDatabaseEntity.kt +++ b/app/src/main/java/com/kunzisoft/keepass/app/database/CipherDatabaseEntity.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.app.database import android.os.Parcel diff --git a/app/src/main/java/com/kunzisoft/keepass/app/database/FileDatabaseHistoryAction.kt b/app/src/main/java/com/kunzisoft/keepass/app/database/FileDatabaseHistoryAction.kt index 6638830d6..61cf5e882 100644 --- a/app/src/main/java/com/kunzisoft/keepass/app/database/FileDatabaseHistoryAction.kt +++ b/app/src/main/java/com/kunzisoft/keepass/app/database/FileDatabaseHistoryAction.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.app.database diff --git a/app/src/main/java/com/kunzisoft/keepass/app/database/FileDatabaseHistoryDao.kt b/app/src/main/java/com/kunzisoft/keepass/app/database/FileDatabaseHistoryDao.kt index 1268238da..2ca9bcfb1 100644 --- a/app/src/main/java/com/kunzisoft/keepass/app/database/FileDatabaseHistoryDao.kt +++ b/app/src/main/java/com/kunzisoft/keepass/app/database/FileDatabaseHistoryDao.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.app.database import androidx.room.* diff --git a/app/src/main/java/com/kunzisoft/keepass/app/database/FileDatabaseHistoryEntity.kt b/app/src/main/java/com/kunzisoft/keepass/app/database/FileDatabaseHistoryEntity.kt index 14b340fd1..470bec74c 100644 --- a/app/src/main/java/com/kunzisoft/keepass/app/database/FileDatabaseHistoryEntity.kt +++ b/app/src/main/java/com/kunzisoft/keepass/app/database/FileDatabaseHistoryEntity.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.app.database import androidx.room.ColumnInfo diff --git a/app/src/main/java/com/kunzisoft/keepass/autofill/AutofillHelper.kt b/app/src/main/java/com/kunzisoft/keepass/autofill/AutofillHelper.kt index b9afb9d9b..57b431296 100644 --- a/app/src/main/java/com/kunzisoft/keepass/autofill/AutofillHelper.kt +++ b/app/src/main/java/com/kunzisoft/keepass/autofill/AutofillHelper.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.autofill diff --git a/app/src/main/java/com/kunzisoft/keepass/autofill/AutofillLauncherActivity.kt b/app/src/main/java/com/kunzisoft/keepass/autofill/AutofillLauncherActivity.kt index 036c8c565..7e9251050 100644 --- a/app/src/main/java/com/kunzisoft/keepass/autofill/AutofillLauncherActivity.kt +++ b/app/src/main/java/com/kunzisoft/keepass/autofill/AutofillLauncherActivity.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.autofill diff --git a/app/src/main/java/com/kunzisoft/keepass/autofill/KeeAutofillService.kt b/app/src/main/java/com/kunzisoft/keepass/autofill/KeeAutofillService.kt index dcdf98be7..305bc239e 100644 --- a/app/src/main/java/com/kunzisoft/keepass/autofill/KeeAutofillService.kt +++ b/app/src/main/java/com/kunzisoft/keepass/autofill/KeeAutofillService.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.autofill diff --git a/app/src/main/java/com/kunzisoft/keepass/autofill/StructureParser.kt b/app/src/main/java/com/kunzisoft/keepass/autofill/StructureParser.kt index 8a91a2fde..89474dbee 100644 --- a/app/src/main/java/com/kunzisoft/keepass/autofill/StructureParser.kt +++ b/app/src/main/java/com/kunzisoft/keepass/autofill/StructureParser.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . */ package com.kunzisoft.keepass.autofill diff --git a/app/src/main/java/com/kunzisoft/keepass/backup/SettingsBackupAgent.kt b/app/src/main/java/com/kunzisoft/keepass/backup/SettingsBackupAgent.kt index bbe19fdb0..0c315f2ae 100644 --- a/app/src/main/java/com/kunzisoft/keepass/backup/SettingsBackupAgent.kt +++ b/app/src/main/java/com/kunzisoft/keepass/backup/SettingsBackupAgent.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.backup diff --git a/app/src/main/java/com/kunzisoft/keepass/biometric/AdvancedUnlockedManager.kt b/app/src/main/java/com/kunzisoft/keepass/biometric/AdvancedUnlockedManager.kt index 5530da408..8662ea2da 100644 --- a/app/src/main/java/com/kunzisoft/keepass/biometric/AdvancedUnlockedManager.kt +++ b/app/src/main/java/com/kunzisoft/keepass/biometric/AdvancedUnlockedManager.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.biometric import android.content.Intent diff --git a/app/src/main/java/com/kunzisoft/keepass/biometric/BiometricUnlockDatabaseHelper.kt b/app/src/main/java/com/kunzisoft/keepass/biometric/BiometricUnlockDatabaseHelper.kt index b31890a19..7a001a3bf 100644 --- a/app/src/main/java/com/kunzisoft/keepass/biometric/BiometricUnlockDatabaseHelper.kt +++ b/app/src/main/java/com/kunzisoft/keepass/biometric/BiometricUnlockDatabaseHelper.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.biometric diff --git a/app/src/main/java/com/kunzisoft/keepass/biometric/FingerPrintAnimatedVector.kt b/app/src/main/java/com/kunzisoft/keepass/biometric/FingerPrintAnimatedVector.kt index 678128d26..8ee09f349 100644 --- a/app/src/main/java/com/kunzisoft/keepass/biometric/FingerPrintAnimatedVector.kt +++ b/app/src/main/java/com/kunzisoft/keepass/biometric/FingerPrintAnimatedVector.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.biometric diff --git a/app/src/main/java/com/kunzisoft/keepass/crypto/AESProvider.kt b/app/src/main/java/com/kunzisoft/keepass/crypto/AESProvider.kt index 989115163..5f5297f15 100644 --- a/app/src/main/java/com/kunzisoft/keepass/crypto/AESProvider.kt +++ b/app/src/main/java/com/kunzisoft/keepass/crypto/AESProvider.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.crypto diff --git a/app/src/main/java/com/kunzisoft/keepass/crypto/CipherFactory.kt b/app/src/main/java/com/kunzisoft/keepass/crypto/CipherFactory.kt index 355b3034c..0cd383c19 100644 --- a/app/src/main/java/com/kunzisoft/keepass/crypto/CipherFactory.kt +++ b/app/src/main/java/com/kunzisoft/keepass/crypto/CipherFactory.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.crypto diff --git a/app/src/main/java/com/kunzisoft/keepass/crypto/CrsAlgorithm.kt b/app/src/main/java/com/kunzisoft/keepass/crypto/CrsAlgorithm.kt index 094eb1d3b..b6c0085e6 100644 --- a/app/src/main/java/com/kunzisoft/keepass/crypto/CrsAlgorithm.kt +++ b/app/src/main/java/com/kunzisoft/keepass/crypto/CrsAlgorithm.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.crypto diff --git a/app/src/main/java/com/kunzisoft/keepass/crypto/CryptoUtil.kt b/app/src/main/java/com/kunzisoft/keepass/crypto/CryptoUtil.kt index 468784dcf..7a1a25fae 100644 --- a/app/src/main/java/com/kunzisoft/keepass/crypto/CryptoUtil.kt +++ b/app/src/main/java/com/kunzisoft/keepass/crypto/CryptoUtil.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.crypto diff --git a/app/src/main/java/com/kunzisoft/keepass/crypto/NativeAESCipherSpi.java b/app/src/main/java/com/kunzisoft/keepass/crypto/NativeAESCipherSpi.java index 913bca1c3..b420eda6e 100644 --- a/app/src/main/java/com/kunzisoft/keepass/crypto/NativeAESCipherSpi.java +++ b/app/src/main/java/com/kunzisoft/keepass/crypto/NativeAESCipherSpi.java @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.crypto; diff --git a/app/src/main/java/com/kunzisoft/keepass/crypto/NativeLib.kt b/app/src/main/java/com/kunzisoft/keepass/crypto/NativeLib.kt index 06dbd2ef8..d43cf9152 100644 --- a/app/src/main/java/com/kunzisoft/keepass/crypto/NativeLib.kt +++ b/app/src/main/java/com/kunzisoft/keepass/crypto/NativeLib.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.crypto diff --git a/app/src/main/java/com/kunzisoft/keepass/crypto/StreamCipherFactory.kt b/app/src/main/java/com/kunzisoft/keepass/crypto/StreamCipherFactory.kt index 6ccf62f3c..1c5ac7dff 100644 --- a/app/src/main/java/com/kunzisoft/keepass/crypto/StreamCipherFactory.kt +++ b/app/src/main/java/com/kunzisoft/keepass/crypto/StreamCipherFactory.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.crypto diff --git a/app/src/main/java/com/kunzisoft/keepass/crypto/engine/AesEngine.kt b/app/src/main/java/com/kunzisoft/keepass/crypto/engine/AesEngine.kt index 284031a38..7c2928d1e 100644 --- a/app/src/main/java/com/kunzisoft/keepass/crypto/engine/AesEngine.kt +++ b/app/src/main/java/com/kunzisoft/keepass/crypto/engine/AesEngine.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.crypto.engine diff --git a/app/src/main/java/com/kunzisoft/keepass/crypto/engine/ChaCha20Engine.kt b/app/src/main/java/com/kunzisoft/keepass/crypto/engine/ChaCha20Engine.kt index 73f523ca0..2789e8954 100644 --- a/app/src/main/java/com/kunzisoft/keepass/crypto/engine/ChaCha20Engine.kt +++ b/app/src/main/java/com/kunzisoft/keepass/crypto/engine/ChaCha20Engine.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.crypto.engine diff --git a/app/src/main/java/com/kunzisoft/keepass/crypto/engine/CipherEngine.kt b/app/src/main/java/com/kunzisoft/keepass/crypto/engine/CipherEngine.kt index 64977d748..f1f10abd8 100644 --- a/app/src/main/java/com/kunzisoft/keepass/crypto/engine/CipherEngine.kt +++ b/app/src/main/java/com/kunzisoft/keepass/crypto/engine/CipherEngine.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.crypto.engine diff --git a/app/src/main/java/com/kunzisoft/keepass/crypto/engine/TwofishEngine.kt b/app/src/main/java/com/kunzisoft/keepass/crypto/engine/TwofishEngine.kt index eb106eaf1..3f5399494 100644 --- a/app/src/main/java/com/kunzisoft/keepass/crypto/engine/TwofishEngine.kt +++ b/app/src/main/java/com/kunzisoft/keepass/crypto/engine/TwofishEngine.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.crypto.engine diff --git a/app/src/main/java/com/kunzisoft/keepass/crypto/finalkey/AndroidFinalKey.java b/app/src/main/java/com/kunzisoft/keepass/crypto/finalkey/AndroidFinalKey.java index b573f8629..c9b9992ed 100644 --- a/app/src/main/java/com/kunzisoft/keepass/crypto/finalkey/AndroidFinalKey.java +++ b/app/src/main/java/com/kunzisoft/keepass/crypto/finalkey/AndroidFinalKey.java @@ -1,20 +1,20 @@ /* * Copyright 2017 Brian Pellin, Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.crypto.finalkey; diff --git a/app/src/main/java/com/kunzisoft/keepass/crypto/finalkey/FinalKey.java b/app/src/main/java/com/kunzisoft/keepass/crypto/finalkey/FinalKey.java index 9495a6ce4..09120d123 100644 --- a/app/src/main/java/com/kunzisoft/keepass/crypto/finalkey/FinalKey.java +++ b/app/src/main/java/com/kunzisoft/keepass/crypto/finalkey/FinalKey.java @@ -1,20 +1,20 @@ /* * Copyright 2017 Brian Pellin, Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.crypto.finalkey; diff --git a/app/src/main/java/com/kunzisoft/keepass/crypto/finalkey/FinalKeyFactory.java b/app/src/main/java/com/kunzisoft/keepass/crypto/finalkey/FinalKeyFactory.java index b74c76b58..dd2b6a973 100644 --- a/app/src/main/java/com/kunzisoft/keepass/crypto/finalkey/FinalKeyFactory.java +++ b/app/src/main/java/com/kunzisoft/keepass/crypto/finalkey/FinalKeyFactory.java @@ -1,20 +1,20 @@ /* * Copyright 2017 Brian Pellin, Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.crypto.finalkey; diff --git a/app/src/main/java/com/kunzisoft/keepass/crypto/finalkey/NativeFinalKey.java b/app/src/main/java/com/kunzisoft/keepass/crypto/finalkey/NativeFinalKey.java index 2ca268dc3..055a7f306 100644 --- a/app/src/main/java/com/kunzisoft/keepass/crypto/finalkey/NativeFinalKey.java +++ b/app/src/main/java/com/kunzisoft/keepass/crypto/finalkey/NativeFinalKey.java @@ -1,20 +1,20 @@ /* * Copyright 2017 Brian Pellin, Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.crypto.finalkey; diff --git a/app/src/main/java/com/kunzisoft/keepass/crypto/keyDerivation/AesKdf.kt b/app/src/main/java/com/kunzisoft/keepass/crypto/keyDerivation/AesKdf.kt index 705979fb8..e117db533 100644 --- a/app/src/main/java/com/kunzisoft/keepass/crypto/keyDerivation/AesKdf.kt +++ b/app/src/main/java/com/kunzisoft/keepass/crypto/keyDerivation/AesKdf.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.crypto.keyDerivation diff --git a/app/src/main/java/com/kunzisoft/keepass/crypto/keyDerivation/Argon2Kdf.kt b/app/src/main/java/com/kunzisoft/keepass/crypto/keyDerivation/Argon2Kdf.kt index cb5267096..86798c1b2 100644 --- a/app/src/main/java/com/kunzisoft/keepass/crypto/keyDerivation/Argon2Kdf.kt +++ b/app/src/main/java/com/kunzisoft/keepass/crypto/keyDerivation/Argon2Kdf.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.crypto.keyDerivation diff --git a/app/src/main/java/com/kunzisoft/keepass/crypto/keyDerivation/Argon2Native.java b/app/src/main/java/com/kunzisoft/keepass/crypto/keyDerivation/Argon2Native.java index 098641bff..5ef3a0b6c 100644 --- a/app/src/main/java/com/kunzisoft/keepass/crypto/keyDerivation/Argon2Native.java +++ b/app/src/main/java/com/kunzisoft/keepass/crypto/keyDerivation/Argon2Native.java @@ -1,20 +1,20 @@ /* * Copyright 2017 Brian Pellin, Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.crypto.keyDerivation; diff --git a/app/src/main/java/com/kunzisoft/keepass/crypto/keyDerivation/KdfEngine.kt b/app/src/main/java/com/kunzisoft/keepass/crypto/keyDerivation/KdfEngine.kt index fbd22c191..499ef643c 100644 --- a/app/src/main/java/com/kunzisoft/keepass/crypto/keyDerivation/KdfEngine.kt +++ b/app/src/main/java/com/kunzisoft/keepass/crypto/keyDerivation/KdfEngine.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.crypto.keyDerivation diff --git a/app/src/main/java/com/kunzisoft/keepass/crypto/keyDerivation/KdfFactory.kt b/app/src/main/java/com/kunzisoft/keepass/crypto/keyDerivation/KdfFactory.kt index d2cfa0994..7e70becde 100644 --- a/app/src/main/java/com/kunzisoft/keepass/crypto/keyDerivation/KdfFactory.kt +++ b/app/src/main/java/com/kunzisoft/keepass/crypto/keyDerivation/KdfFactory.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.crypto.keyDerivation diff --git a/app/src/main/java/com/kunzisoft/keepass/crypto/keyDerivation/KdfParameters.kt b/app/src/main/java/com/kunzisoft/keepass/crypto/keyDerivation/KdfParameters.kt index 02b42f7b1..19e6b233b 100644 --- a/app/src/main/java/com/kunzisoft/keepass/crypto/keyDerivation/KdfParameters.kt +++ b/app/src/main/java/com/kunzisoft/keepass/crypto/keyDerivation/KdfParameters.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.crypto.keyDerivation diff --git a/app/src/main/java/com/kunzisoft/keepass/database/action/AssignPasswordInDatabaseRunnable.kt b/app/src/main/java/com/kunzisoft/keepass/database/action/AssignPasswordInDatabaseRunnable.kt index 7cbb194e5..73578e8c9 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/action/AssignPasswordInDatabaseRunnable.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/action/AssignPasswordInDatabaseRunnable.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.action diff --git a/app/src/main/java/com/kunzisoft/keepass/database/action/CreateDatabaseRunnable.kt b/app/src/main/java/com/kunzisoft/keepass/database/action/CreateDatabaseRunnable.kt index 2c80fdcdf..dc0285883 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/action/CreateDatabaseRunnable.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/action/CreateDatabaseRunnable.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.action diff --git a/app/src/main/java/com/kunzisoft/keepass/database/action/LoadDatabaseRunnable.kt b/app/src/main/java/com/kunzisoft/keepass/database/action/LoadDatabaseRunnable.kt index 993c50437..00d5fff24 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/action/LoadDatabaseRunnable.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/action/LoadDatabaseRunnable.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.action diff --git a/app/src/main/java/com/kunzisoft/keepass/database/action/ProgressDialogThread.kt b/app/src/main/java/com/kunzisoft/keepass/database/action/ProgressDialogThread.kt index ae9a48495..05c45cc18 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/action/ProgressDialogThread.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/action/ProgressDialogThread.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.database.action import android.content.* diff --git a/app/src/main/java/com/kunzisoft/keepass/database/action/SaveDatabaseRunnable.kt b/app/src/main/java/com/kunzisoft/keepass/database/action/SaveDatabaseRunnable.kt index 4c8e2f689..47133e692 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/action/SaveDatabaseRunnable.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/action/SaveDatabaseRunnable.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.action diff --git a/app/src/main/java/com/kunzisoft/keepass/database/action/UpdateCompressionBinariesDatabaseRunnable.kt b/app/src/main/java/com/kunzisoft/keepass/database/action/UpdateCompressionBinariesDatabaseRunnable.kt index 7a22f0167..5b0e279c4 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/action/UpdateCompressionBinariesDatabaseRunnable.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/action/UpdateCompressionBinariesDatabaseRunnable.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.action diff --git a/app/src/main/java/com/kunzisoft/keepass/database/action/node/ActionNodeDatabaseRunnable.kt b/app/src/main/java/com/kunzisoft/keepass/database/action/node/ActionNodeDatabaseRunnable.kt index e8c8c2fee..e0946c5a1 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/action/node/ActionNodeDatabaseRunnable.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/action/node/ActionNodeDatabaseRunnable.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.database.action.node import android.content.Context diff --git a/app/src/main/java/com/kunzisoft/keepass/database/action/node/AddEntryRunnable.kt b/app/src/main/java/com/kunzisoft/keepass/database/action/node/AddEntryRunnable.kt index 7c40fc626..ecfd392c6 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/action/node/AddEntryRunnable.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/action/node/AddEntryRunnable.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.action.node diff --git a/app/src/main/java/com/kunzisoft/keepass/database/action/node/AddGroupRunnable.kt b/app/src/main/java/com/kunzisoft/keepass/database/action/node/AddGroupRunnable.kt index 75b9ec14c..5c3285e4c 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/action/node/AddGroupRunnable.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/action/node/AddGroupRunnable.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.action.node diff --git a/app/src/main/java/com/kunzisoft/keepass/database/action/node/AfterActionNodesFinish.kt b/app/src/main/java/com/kunzisoft/keepass/database/action/node/AfterActionNodesFinish.kt index ab186c692..bac995fd1 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/action/node/AfterActionNodesFinish.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/action/node/AfterActionNodesFinish.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.action.node diff --git a/app/src/main/java/com/kunzisoft/keepass/database/action/node/CopyNodesRunnable.kt b/app/src/main/java/com/kunzisoft/keepass/database/action/node/CopyNodesRunnable.kt index 1b20c79ea..673122e6a 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/action/node/CopyNodesRunnable.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/action/node/CopyNodesRunnable.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.action.node diff --git a/app/src/main/java/com/kunzisoft/keepass/database/action/node/DeleteNodesRunnable.kt b/app/src/main/java/com/kunzisoft/keepass/database/action/node/DeleteNodesRunnable.kt index 59701196e..cb3a0175f 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/action/node/DeleteNodesRunnable.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/action/node/DeleteNodesRunnable.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.action.node diff --git a/app/src/main/java/com/kunzisoft/keepass/database/action/node/MoveNodesRunnable.kt b/app/src/main/java/com/kunzisoft/keepass/database/action/node/MoveNodesRunnable.kt index 1188a67db..42cc7559b 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/action/node/MoveNodesRunnable.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/action/node/MoveNodesRunnable.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.action.node diff --git a/app/src/main/java/com/kunzisoft/keepass/database/action/node/NodeHandler.kt b/app/src/main/java/com/kunzisoft/keepass/database/action/node/NodeHandler.kt index e0c321872..28b40059c 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/action/node/NodeHandler.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/action/node/NodeHandler.kt @@ -1,20 +1,20 @@ /* * Copyright 2017 Brian Pellin, Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.action.node diff --git a/app/src/main/java/com/kunzisoft/keepass/database/action/node/UpdateEntryRunnable.kt b/app/src/main/java/com/kunzisoft/keepass/database/action/node/UpdateEntryRunnable.kt index ceaae4143..6f349f2c5 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/action/node/UpdateEntryRunnable.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/action/node/UpdateEntryRunnable.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.action.node diff --git a/app/src/main/java/com/kunzisoft/keepass/database/action/node/UpdateGroupRunnable.kt b/app/src/main/java/com/kunzisoft/keepass/database/action/node/UpdateGroupRunnable.kt index d66c99da6..05fdeba0a 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/action/node/UpdateGroupRunnable.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/action/node/UpdateGroupRunnable.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.action.node diff --git a/app/src/main/java/com/kunzisoft/keepass/database/cursor/EntryCursor.kt b/app/src/main/java/com/kunzisoft/keepass/database/cursor/EntryCursor.kt index 2190de7b4..d3cfa6f4c 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/cursor/EntryCursor.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/cursor/EntryCursor.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.database.cursor import android.database.MatrixCursor diff --git a/app/src/main/java/com/kunzisoft/keepass/database/cursor/EntryCursorKDB.kt b/app/src/main/java/com/kunzisoft/keepass/database/cursor/EntryCursorKDB.kt index 5dee502de..0eef3e2d8 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/cursor/EntryCursorKDB.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/cursor/EntryCursorKDB.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.database.cursor import com.kunzisoft.keepass.database.element.database.DatabaseVersioned diff --git a/app/src/main/java/com/kunzisoft/keepass/database/cursor/EntryCursorKDBX.kt b/app/src/main/java/com/kunzisoft/keepass/database/cursor/EntryCursorKDBX.kt index 7a790e4c4..9d00dc1f4 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/cursor/EntryCursorKDBX.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/cursor/EntryCursorKDBX.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.database.cursor import com.kunzisoft.keepass.database.element.entry.EntryKDBX diff --git a/app/src/main/java/com/kunzisoft/keepass/database/cursor/EntryCursorUUID.kt b/app/src/main/java/com/kunzisoft/keepass/database/cursor/EntryCursorUUID.kt index db89e6f00..778bc506d 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/cursor/EntryCursorUUID.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/cursor/EntryCursorUUID.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.database.cursor import com.kunzisoft.keepass.database.element.entry.EntryVersioned diff --git a/app/src/main/java/com/kunzisoft/keepass/database/cursor/ExtraFieldCursor.kt b/app/src/main/java/com/kunzisoft/keepass/database/cursor/ExtraFieldCursor.kt index bdbc0ee40..ea4533f15 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/cursor/ExtraFieldCursor.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/cursor/ExtraFieldCursor.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.database.cursor import android.database.MatrixCursor diff --git a/app/src/main/java/com/kunzisoft/keepass/database/element/Database.kt b/app/src/main/java/com/kunzisoft/keepass/database/element/Database.kt index 82cc4a0ca..3e45f910c 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/element/Database.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/element/Database.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.element diff --git a/app/src/main/java/com/kunzisoft/keepass/database/element/DateInstant.kt b/app/src/main/java/com/kunzisoft/keepass/database/element/DateInstant.kt index 5b3eded9a..f35845f6b 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/element/DateInstant.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/element/DateInstant.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.element diff --git a/app/src/main/java/com/kunzisoft/keepass/database/element/DeletedObject.kt b/app/src/main/java/com/kunzisoft/keepass/database/element/DeletedObject.kt index 17d329c48..247f12a1e 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/element/DeletedObject.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/element/DeletedObject.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.element diff --git a/app/src/main/java/com/kunzisoft/keepass/database/element/Entry.kt b/app/src/main/java/com/kunzisoft/keepass/database/element/Entry.kt index 2a17b7227..116967681 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/element/Entry.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/element/Entry.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.database.element import android.os.Parcel diff --git a/app/src/main/java/com/kunzisoft/keepass/database/element/Group.kt b/app/src/main/java/com/kunzisoft/keepass/database/element/Group.kt index 7e99cc989..81b330018 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/element/Group.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/element/Group.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.database.element import android.os.Parcel diff --git a/app/src/main/java/com/kunzisoft/keepass/database/element/SortNodeEnum.kt b/app/src/main/java/com/kunzisoft/keepass/database/element/SortNodeEnum.kt index 8eb4643ef..202e93885 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/element/SortNodeEnum.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/element/SortNodeEnum.kt @@ -1,20 +1,20 @@ /* * Copyright 2018 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ diff --git a/app/src/main/java/com/kunzisoft/keepass/database/element/database/BinaryPool.kt b/app/src/main/java/com/kunzisoft/keepass/database/element/database/BinaryPool.kt index 4fcfe71e4..3306d6204 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/element/database/BinaryPool.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/element/database/BinaryPool.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.element.database diff --git a/app/src/main/java/com/kunzisoft/keepass/database/element/database/CompressionAlgorithm.kt b/app/src/main/java/com/kunzisoft/keepass/database/element/database/CompressionAlgorithm.kt index cefc27891..b3c193dbd 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/element/database/CompressionAlgorithm.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/element/database/CompressionAlgorithm.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.element.database diff --git a/app/src/main/java/com/kunzisoft/keepass/database/element/database/DatabaseKDB.kt b/app/src/main/java/com/kunzisoft/keepass/database/element/database/DatabaseKDB.kt index 1d2c67827..a3bca0c9e 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/element/database/DatabaseKDB.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/element/database/DatabaseKDB.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . */ package com.kunzisoft.keepass.database.element.database diff --git a/app/src/main/java/com/kunzisoft/keepass/database/element/database/DatabaseKDBX.kt b/app/src/main/java/com/kunzisoft/keepass/database/element/database/DatabaseKDBX.kt index bd43c970a..591ebe481 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/element/database/DatabaseKDBX.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/element/database/DatabaseKDBX.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.element.database diff --git a/app/src/main/java/com/kunzisoft/keepass/database/element/database/DatabaseVersioned.kt b/app/src/main/java/com/kunzisoft/keepass/database/element/database/DatabaseVersioned.kt index 463aa82ec..3ccdda39b 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/element/database/DatabaseVersioned.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/element/database/DatabaseVersioned.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.element.database diff --git a/app/src/main/java/com/kunzisoft/keepass/database/element/entry/AutoType.kt b/app/src/main/java/com/kunzisoft/keepass/database/element/entry/AutoType.kt index 0800fcd3d..85bccf259 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/element/entry/AutoType.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/element/entry/AutoType.kt @@ -1,20 +1,20 @@ /* * Copyright 2018 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.element.entry diff --git a/app/src/main/java/com/kunzisoft/keepass/database/element/entry/EntryKDB.kt b/app/src/main/java/com/kunzisoft/keepass/database/element/entry/EntryKDB.kt index ed068a4ad..223ec9f9c 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/element/entry/EntryKDB.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/element/entry/EntryKDB.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . */ package com.kunzisoft.keepass.database.element.entry diff --git a/app/src/main/java/com/kunzisoft/keepass/database/element/entry/EntryKDBX.kt b/app/src/main/java/com/kunzisoft/keepass/database/element/entry/EntryKDBX.kt index 0ccc82681..8158d7e46 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/element/entry/EntryKDBX.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/element/entry/EntryKDBX.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.element.entry diff --git a/app/src/main/java/com/kunzisoft/keepass/database/element/entry/EntryVersioned.kt b/app/src/main/java/com/kunzisoft/keepass/database/element/entry/EntryVersioned.kt index d19883495..7e35bb672 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/element/entry/EntryVersioned.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/element/entry/EntryVersioned.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.database.element.entry import android.os.Parcel diff --git a/app/src/main/java/com/kunzisoft/keepass/database/element/entry/EntryVersionedInterface.kt b/app/src/main/java/com/kunzisoft/keepass/database/element/entry/EntryVersionedInterface.kt index 64a7d16c5..e54f0b2ce 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/element/entry/EntryVersionedInterface.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/element/entry/EntryVersionedInterface.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.database.element.entry import com.kunzisoft.keepass.database.element.node.NodeVersionedInterface diff --git a/app/src/main/java/com/kunzisoft/keepass/database/element/entry/FieldReferencesEngine.kt b/app/src/main/java/com/kunzisoft/keepass/database/element/entry/FieldReferencesEngine.kt index a0b801f70..957b61746 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/element/entry/FieldReferencesEngine.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/element/entry/FieldReferencesEngine.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.element.entry diff --git a/app/src/main/java/com/kunzisoft/keepass/database/element/group/GroupKDB.kt b/app/src/main/java/com/kunzisoft/keepass/database/element/group/GroupKDB.kt index 9452b260f..2c7e186e3 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/element/group/GroupKDB.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/element/group/GroupKDB.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ diff --git a/app/src/main/java/com/kunzisoft/keepass/database/element/group/GroupKDBX.kt b/app/src/main/java/com/kunzisoft/keepass/database/element/group/GroupKDBX.kt index 34e7d2bd4..b437158a8 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/element/group/GroupKDBX.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/element/group/GroupKDBX.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.element.group diff --git a/app/src/main/java/com/kunzisoft/keepass/database/element/group/GroupVersioned.kt b/app/src/main/java/com/kunzisoft/keepass/database/element/group/GroupVersioned.kt index 6cc938a6a..fb451e2ba 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/element/group/GroupVersioned.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/element/group/GroupVersioned.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.database.element.group import android.os.Parcel diff --git a/app/src/main/java/com/kunzisoft/keepass/database/element/group/GroupVersionedInterface.kt b/app/src/main/java/com/kunzisoft/keepass/database/element/group/GroupVersionedInterface.kt index 588aef471..c4d6220c1 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/element/group/GroupVersionedInterface.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/element/group/GroupVersionedInterface.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.database.element.group import com.kunzisoft.keepass.database.action.node.NodeHandler diff --git a/app/src/main/java/com/kunzisoft/keepass/database/element/icon/IconImage.kt b/app/src/main/java/com/kunzisoft/keepass/database/element/icon/IconImage.kt index 47cc76e32..8f8ccf6f3 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/element/icon/IconImage.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/element/icon/IconImage.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.element.icon diff --git a/app/src/main/java/com/kunzisoft/keepass/database/element/icon/IconImageCustom.kt b/app/src/main/java/com/kunzisoft/keepass/database/element/icon/IconImageCustom.kt index 9744d9dd8..e9bcfc460 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/element/icon/IconImageCustom.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/element/icon/IconImageCustom.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Brian Pellin, Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.element.icon diff --git a/app/src/main/java/com/kunzisoft/keepass/database/element/icon/IconImageFactory.kt b/app/src/main/java/com/kunzisoft/keepass/database/element/icon/IconImageFactory.kt index e15a3988b..f48a8b264 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/element/icon/IconImageFactory.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/element/icon/IconImageFactory.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Brian Pellin, Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.element.icon diff --git a/app/src/main/java/com/kunzisoft/keepass/database/element/icon/IconImageStandard.kt b/app/src/main/java/com/kunzisoft/keepass/database/element/icon/IconImageStandard.kt index 9b507bdc3..bd20c38a3 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/element/icon/IconImageStandard.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/element/icon/IconImageStandard.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Brian Pellin, Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.element.icon diff --git a/app/src/main/java/com/kunzisoft/keepass/database/element/node/Node.kt b/app/src/main/java/com/kunzisoft/keepass/database/element/node/Node.kt index 24852a27b..76144e7f7 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/element/node/Node.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/element/node/Node.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.database.element.node import com.kunzisoft.keepass.database.element.Group diff --git a/app/src/main/java/com/kunzisoft/keepass/database/element/node/NodeId.kt b/app/src/main/java/com/kunzisoft/keepass/database/element/node/NodeId.kt index 0a280b434..040c46ec8 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/element/node/NodeId.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/element/node/NodeId.kt @@ -1,20 +1,20 @@ /* * Copyright 2018 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.element.node diff --git a/app/src/main/java/com/kunzisoft/keepass/database/element/node/NodeIdInt.kt b/app/src/main/java/com/kunzisoft/keepass/database/element/node/NodeIdInt.kt index 507cec4ea..8bd482972 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/element/node/NodeIdInt.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/element/node/NodeIdInt.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.element.node diff --git a/app/src/main/java/com/kunzisoft/keepass/database/element/node/NodeIdUUID.kt b/app/src/main/java/com/kunzisoft/keepass/database/element/node/NodeIdUUID.kt index 27dc093c5..32e17493c 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/element/node/NodeIdUUID.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/element/node/NodeIdUUID.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.element.node diff --git a/app/src/main/java/com/kunzisoft/keepass/database/element/node/NodeKDBInterface.kt b/app/src/main/java/com/kunzisoft/keepass/database/element/node/NodeKDBInterface.kt index 6151764ac..eefb64b1a 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/element/node/NodeKDBInterface.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/element/node/NodeKDBInterface.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.database.element.node import com.kunzisoft.keepass.database.element.DateInstant diff --git a/app/src/main/java/com/kunzisoft/keepass/database/element/node/NodeKDBXInterface.kt b/app/src/main/java/com/kunzisoft/keepass/database/element/node/NodeKDBXInterface.kt index b5588d246..c8690b916 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/element/node/NodeKDBXInterface.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/element/node/NodeKDBXInterface.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.element.node diff --git a/app/src/main/java/com/kunzisoft/keepass/database/element/node/NodeTimeInterface.kt b/app/src/main/java/com/kunzisoft/keepass/database/element/node/NodeTimeInterface.kt index a97ed77a7..03c0294b4 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/element/node/NodeTimeInterface.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/element/node/NodeTimeInterface.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.element.node diff --git a/app/src/main/java/com/kunzisoft/keepass/database/element/node/NodeVersioned.kt b/app/src/main/java/com/kunzisoft/keepass/database/element/node/NodeVersioned.kt index a1ded7913..66fbbd222 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/element/node/NodeVersioned.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/element/node/NodeVersioned.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * * */ diff --git a/app/src/main/java/com/kunzisoft/keepass/database/element/node/NodeVersionedInterface.kt b/app/src/main/java/com/kunzisoft/keepass/database/element/node/NodeVersionedInterface.kt index 8bcd39847..19f4515f7 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/element/node/NodeVersionedInterface.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/element/node/NodeVersionedInterface.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.database.element.node import android.os.Parcelable diff --git a/app/src/main/java/com/kunzisoft/keepass/database/element/security/BinaryAttachment.kt b/app/src/main/java/com/kunzisoft/keepass/database/element/security/BinaryAttachment.kt index b83d74221..e3c47d030 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/element/security/BinaryAttachment.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/element/security/BinaryAttachment.kt @@ -1,20 +1,20 @@ /* * Copyright 2018 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.element.security diff --git a/app/src/main/java/com/kunzisoft/keepass/database/element/security/EncryptionAlgorithm.kt b/app/src/main/java/com/kunzisoft/keepass/database/element/security/EncryptionAlgorithm.kt index cb87b0c3d..999278433 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/element/security/EncryptionAlgorithm.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/element/security/EncryptionAlgorithm.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.element.security diff --git a/app/src/main/java/com/kunzisoft/keepass/database/element/security/MemoryProtectionConfig.kt b/app/src/main/java/com/kunzisoft/keepass/database/element/security/MemoryProtectionConfig.kt index caae5289a..4b31e704d 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/element/security/MemoryProtectionConfig.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/element/security/MemoryProtectionConfig.kt @@ -1,20 +1,20 @@ /* * Copyright 2018 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.element.security diff --git a/app/src/main/java/com/kunzisoft/keepass/database/element/security/ProtectedString.kt b/app/src/main/java/com/kunzisoft/keepass/database/element/security/ProtectedString.kt index 3b4e707a6..97d4a6f44 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/element/security/ProtectedString.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/element/security/ProtectedString.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.element.security diff --git a/app/src/main/java/com/kunzisoft/keepass/database/exception/ClipboardException.kt b/app/src/main/java/com/kunzisoft/keepass/database/exception/ClipboardException.kt index 98950a1fa..5968f87d0 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/exception/ClipboardException.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/exception/ClipboardException.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.exception diff --git a/app/src/main/java/com/kunzisoft/keepass/database/exception/DatabaseException.kt b/app/src/main/java/com/kunzisoft/keepass/database/exception/DatabaseException.kt index f9b904560..3ef124b62 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/exception/DatabaseException.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/exception/DatabaseException.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.database.exception import android.content.res.Resources diff --git a/app/src/main/java/com/kunzisoft/keepass/database/exception/UnknownKDF.kt b/app/src/main/java/com/kunzisoft/keepass/database/exception/UnknownKDF.kt index 435bf4b48..5daf59459 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/exception/UnknownKDF.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/exception/UnknownKDF.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.database.exception import java.io.IOException diff --git a/app/src/main/java/com/kunzisoft/keepass/database/file/DatabaseHeader.kt b/app/src/main/java/com/kunzisoft/keepass/database/file/DatabaseHeader.kt index 2a9432d6f..edc660ca3 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/file/DatabaseHeader.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/file/DatabaseHeader.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.file diff --git a/app/src/main/java/com/kunzisoft/keepass/database/file/DatabaseHeaderKDB.kt b/app/src/main/java/com/kunzisoft/keepass/database/file/DatabaseHeaderKDB.kt index 7863c3e0d..00b35b06f 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/file/DatabaseHeaderKDB.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/file/DatabaseHeaderKDB.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. Derived from KeePass for J2ME + * This file is part of KeePassDX. Derived from KeePass for J2ME * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * * */ diff --git a/app/src/main/java/com/kunzisoft/keepass/database/file/DatabaseHeaderKDBX.kt b/app/src/main/java/com/kunzisoft/keepass/database/file/DatabaseHeaderKDBX.kt index d22312ab4..1c7be7b01 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/file/DatabaseHeaderKDBX.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/file/DatabaseHeaderKDBX.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.file diff --git a/app/src/main/java/com/kunzisoft/keepass/database/file/DatabaseKDBXXML.kt b/app/src/main/java/com/kunzisoft/keepass/database/file/DatabaseKDBXXML.kt index 9d6a4f9ba..57ee37f04 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/file/DatabaseKDBXXML.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/file/DatabaseKDBXXML.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.file diff --git a/app/src/main/java/com/kunzisoft/keepass/database/file/DateKDBXUtil.java b/app/src/main/java/com/kunzisoft/keepass/database/file/DateKDBXUtil.java index 35c5a8c23..f35216ee8 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/file/DateKDBXUtil.java +++ b/app/src/main/java/com/kunzisoft/keepass/database/file/DateKDBXUtil.java @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.file; diff --git a/app/src/main/java/com/kunzisoft/keepass/database/file/input/DatabaseInput.kt b/app/src/main/java/com/kunzisoft/keepass/database/file/input/DatabaseInput.kt index e72e0e4d4..8da334872 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/file/input/DatabaseInput.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/file/input/DatabaseInput.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.file.input diff --git a/app/src/main/java/com/kunzisoft/keepass/database/file/input/DatabaseInputKDB.kt b/app/src/main/java/com/kunzisoft/keepass/database/file/input/DatabaseInputKDB.kt index d1a426042..5ce178f3e 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/file/input/DatabaseInputKDB.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/file/input/DatabaseInputKDB.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ diff --git a/app/src/main/java/com/kunzisoft/keepass/database/file/input/DatabaseInputKDBX.kt b/app/src/main/java/com/kunzisoft/keepass/database/file/input/DatabaseInputKDBX.kt index 67cbaa80a..2d9a89d9f 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/file/input/DatabaseInputKDBX.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/file/input/DatabaseInputKDBX.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.file.input diff --git a/app/src/main/java/com/kunzisoft/keepass/database/file/output/DatabaseHeaderOutput.kt b/app/src/main/java/com/kunzisoft/keepass/database/file/output/DatabaseHeaderOutput.kt index d279bd7f8..4cb13458d 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/file/output/DatabaseHeaderOutput.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/file/output/DatabaseHeaderOutput.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.file.output diff --git a/app/src/main/java/com/kunzisoft/keepass/database/file/output/DatabaseHeaderOutputKDB.kt b/app/src/main/java/com/kunzisoft/keepass/database/file/output/DatabaseHeaderOutputKDB.kt index 13f2c1398..71a38715c 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/file/output/DatabaseHeaderOutputKDB.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/file/output/DatabaseHeaderOutputKDB.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.file.output diff --git a/app/src/main/java/com/kunzisoft/keepass/database/file/output/DatabaseHeaderOutputKDBX.kt b/app/src/main/java/com/kunzisoft/keepass/database/file/output/DatabaseHeaderOutputKDBX.kt index 631731e1a..f5a987f6f 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/file/output/DatabaseHeaderOutputKDBX.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/file/output/DatabaseHeaderOutputKDBX.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.file.output diff --git a/app/src/main/java/com/kunzisoft/keepass/database/file/output/DatabaseInnerHeaderOutputKDBX.kt b/app/src/main/java/com/kunzisoft/keepass/database/file/output/DatabaseInnerHeaderOutputKDBX.kt index 2c0df34dc..c87289252 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/file/output/DatabaseInnerHeaderOutputKDBX.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/file/output/DatabaseInnerHeaderOutputKDBX.kt @@ -1,7 +1,7 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * * KeePassDroid is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/src/main/java/com/kunzisoft/keepass/database/file/output/DatabaseOutput.kt b/app/src/main/java/com/kunzisoft/keepass/database/file/output/DatabaseOutput.kt index 27f5abdea..4c0951393 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/file/output/DatabaseOutput.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/file/output/DatabaseOutput.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.file.output diff --git a/app/src/main/java/com/kunzisoft/keepass/database/file/output/DatabaseOutputKDB.kt b/app/src/main/java/com/kunzisoft/keepass/database/file/output/DatabaseOutputKDB.kt index 381783905..80677f24a 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/file/output/DatabaseOutputKDB.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/file/output/DatabaseOutputKDB.kt @@ -1,20 +1,20 @@ /* ` * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.file.output diff --git a/app/src/main/java/com/kunzisoft/keepass/database/file/output/DatabaseOutputKDBX.kt b/app/src/main/java/com/kunzisoft/keepass/database/file/output/DatabaseOutputKDBX.kt index 083f5b394..c9127047f 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/file/output/DatabaseOutputKDBX.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/file/output/DatabaseOutputKDBX.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.file.output diff --git a/app/src/main/java/com/kunzisoft/keepass/database/file/output/EntryOutputKDB.kt b/app/src/main/java/com/kunzisoft/keepass/database/file/output/EntryOutputKDB.kt index 79975bcc7..c5c99d1c6 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/file/output/EntryOutputKDB.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/file/output/EntryOutputKDB.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.file.output diff --git a/app/src/main/java/com/kunzisoft/keepass/database/file/output/GroupOutputKDB.kt b/app/src/main/java/com/kunzisoft/keepass/database/file/output/GroupOutputKDB.kt index 7d366af5c..b0b054e47 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/file/output/GroupOutputKDB.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/file/output/GroupOutputKDB.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.file.output diff --git a/app/src/main/java/com/kunzisoft/keepass/database/search/EntryKDBXSearchHandler.kt b/app/src/main/java/com/kunzisoft/keepass/database/search/EntryKDBXSearchHandler.kt index 6fbf3ffb0..ce851b195 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/search/EntryKDBXSearchHandler.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/search/EntryKDBXSearchHandler.kt @@ -1,20 +1,20 @@ /* * Copyright 2017 Brian Pellin, Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.search diff --git a/app/src/main/java/com/kunzisoft/keepass/database/search/SearchHelper.kt b/app/src/main/java/com/kunzisoft/keepass/database/search/SearchHelper.kt index 881e701ad..929df37cb 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/search/SearchHelper.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/search/SearchHelper.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.search diff --git a/app/src/main/java/com/kunzisoft/keepass/database/search/SearchParameters.kt b/app/src/main/java/com/kunzisoft/keepass/database/search/SearchParameters.kt index 361bedc11..f003e56cc 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/search/SearchParameters.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/search/SearchParameters.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.search diff --git a/app/src/main/java/com/kunzisoft/keepass/database/search/SearchParametersKDBX.kt b/app/src/main/java/com/kunzisoft/keepass/database/search/SearchParametersKDBX.kt index c3dac8cd6..dae9c7716 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/search/SearchParametersKDBX.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/search/SearchParametersKDBX.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.search diff --git a/app/src/main/java/com/kunzisoft/keepass/database/search/UuidUtil.java b/app/src/main/java/com/kunzisoft/keepass/database/search/UuidUtil.java index f81124a57..325618cae 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/search/UuidUtil.java +++ b/app/src/main/java/com/kunzisoft/keepass/database/search/UuidUtil.java @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.search; diff --git a/app/src/main/java/com/kunzisoft/keepass/database/search/iterator/EntrySearchStringIterator.kt b/app/src/main/java/com/kunzisoft/keepass/database/search/iterator/EntrySearchStringIterator.kt index d98d5a65e..62435b552 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/search/iterator/EntrySearchStringIterator.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/search/iterator/EntrySearchStringIterator.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.search.iterator diff --git a/app/src/main/java/com/kunzisoft/keepass/database/search/iterator/EntrySearchStringIteratorKDB.kt b/app/src/main/java/com/kunzisoft/keepass/database/search/iterator/EntrySearchStringIteratorKDB.kt index 7fcc2c4e2..7510e4b73 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/search/iterator/EntrySearchStringIteratorKDB.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/search/iterator/EntrySearchStringIteratorKDB.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.search.iterator diff --git a/app/src/main/java/com/kunzisoft/keepass/database/search/iterator/EntrySearchStringIteratorKDBX.kt b/app/src/main/java/com/kunzisoft/keepass/database/search/iterator/EntrySearchStringIteratorKDBX.kt index 0b0896308..3f10975fa 100644 --- a/app/src/main/java/com/kunzisoft/keepass/database/search/iterator/EntrySearchStringIteratorKDBX.kt +++ b/app/src/main/java/com/kunzisoft/keepass/database/search/iterator/EntrySearchStringIteratorKDBX.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.database.search.iterator diff --git a/app/src/main/java/com/kunzisoft/keepass/education/Education.kt b/app/src/main/java/com/kunzisoft/keepass/education/Education.kt index ba4f3d35b..63cbe7211 100644 --- a/app/src/main/java/com/kunzisoft/keepass/education/Education.kt +++ b/app/src/main/java/com/kunzisoft/keepass/education/Education.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.education import android.app.Activity diff --git a/app/src/main/java/com/kunzisoft/keepass/education/EntryActivityEducation.kt b/app/src/main/java/com/kunzisoft/keepass/education/EntryActivityEducation.kt index 853e8b0e6..728f1967d 100644 --- a/app/src/main/java/com/kunzisoft/keepass/education/EntryActivityEducation.kt +++ b/app/src/main/java/com/kunzisoft/keepass/education/EntryActivityEducation.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.education import android.app.Activity diff --git a/app/src/main/java/com/kunzisoft/keepass/education/EntryEditActivityEducation.kt b/app/src/main/java/com/kunzisoft/keepass/education/EntryEditActivityEducation.kt index ad4190a7f..c6f77a47e 100644 --- a/app/src/main/java/com/kunzisoft/keepass/education/EntryEditActivityEducation.kt +++ b/app/src/main/java/com/kunzisoft/keepass/education/EntryEditActivityEducation.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.education import android.app.Activity diff --git a/app/src/main/java/com/kunzisoft/keepass/education/FileDatabaseSelectActivityEducation.kt b/app/src/main/java/com/kunzisoft/keepass/education/FileDatabaseSelectActivityEducation.kt index 00d759d72..686a74d17 100644 --- a/app/src/main/java/com/kunzisoft/keepass/education/FileDatabaseSelectActivityEducation.kt +++ b/app/src/main/java/com/kunzisoft/keepass/education/FileDatabaseSelectActivityEducation.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.education import android.app.Activity diff --git a/app/src/main/java/com/kunzisoft/keepass/education/GroupActivityEducation.kt b/app/src/main/java/com/kunzisoft/keepass/education/GroupActivityEducation.kt index e4cde8545..cb7d414e6 100644 --- a/app/src/main/java/com/kunzisoft/keepass/education/GroupActivityEducation.kt +++ b/app/src/main/java/com/kunzisoft/keepass/education/GroupActivityEducation.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.education import android.app.Activity diff --git a/app/src/main/java/com/kunzisoft/keepass/education/PasswordActivityEducation.kt b/app/src/main/java/com/kunzisoft/keepass/education/PasswordActivityEducation.kt index 2b1fdcd6f..e74303fbf 100644 --- a/app/src/main/java/com/kunzisoft/keepass/education/PasswordActivityEducation.kt +++ b/app/src/main/java/com/kunzisoft/keepass/education/PasswordActivityEducation.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.education import android.app.Activity diff --git a/app/src/main/java/com/kunzisoft/keepass/icons/IconDrawableFactory.kt b/app/src/main/java/com/kunzisoft/keepass/icons/IconDrawableFactory.kt index 0bdb44f14..d8a696e98 100644 --- a/app/src/main/java/com/kunzisoft/keepass/icons/IconDrawableFactory.kt +++ b/app/src/main/java/com/kunzisoft/keepass/icons/IconDrawableFactory.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.icons diff --git a/app/src/main/java/com/kunzisoft/keepass/icons/IconPack.kt b/app/src/main/java/com/kunzisoft/keepass/icons/IconPack.kt index 3018c7d92..997777188 100644 --- a/app/src/main/java/com/kunzisoft/keepass/icons/IconPack.kt +++ b/app/src/main/java/com/kunzisoft/keepass/icons/IconPack.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.icons diff --git a/app/src/main/java/com/kunzisoft/keepass/icons/IconPackChooser.kt b/app/src/main/java/com/kunzisoft/keepass/icons/IconPackChooser.kt index 73d8579cb..f38321554 100644 --- a/app/src/main/java/com/kunzisoft/keepass/icons/IconPackChooser.kt +++ b/app/src/main/java/com/kunzisoft/keepass/icons/IconPackChooser.kt @@ -1,20 +1,20 @@ /* * Copyright 2018 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.icons diff --git a/app/src/main/java/com/kunzisoft/keepass/magikeyboard/KeyboardLauncherActivity.kt b/app/src/main/java/com/kunzisoft/keepass/magikeyboard/KeyboardLauncherActivity.kt index 2828960a2..ce52e0b06 100644 --- a/app/src/main/java/com/kunzisoft/keepass/magikeyboard/KeyboardLauncherActivity.kt +++ b/app/src/main/java/com/kunzisoft/keepass/magikeyboard/KeyboardLauncherActivity.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.magikeyboard import android.os.Bundle diff --git a/app/src/main/java/com/kunzisoft/keepass/magikeyboard/MagikIME.kt b/app/src/main/java/com/kunzisoft/keepass/magikeyboard/MagikIME.kt index 83690fdf9..52cda6cd8 100644 --- a/app/src/main/java/com/kunzisoft/keepass/magikeyboard/MagikIME.kt +++ b/app/src/main/java/com/kunzisoft/keepass/magikeyboard/MagikIME.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.magikeyboard diff --git a/app/src/main/java/com/kunzisoft/keepass/model/EntryAttachment.kt b/app/src/main/java/com/kunzisoft/keepass/model/EntryAttachment.kt index 2ddcaef5d..7b3b2833f 100644 --- a/app/src/main/java/com/kunzisoft/keepass/model/EntryAttachment.kt +++ b/app/src/main/java/com/kunzisoft/keepass/model/EntryAttachment.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.model import android.os.Parcel diff --git a/app/src/main/java/com/kunzisoft/keepass/model/EntryInfo.kt b/app/src/main/java/com/kunzisoft/keepass/model/EntryInfo.kt index 26866973e..b33fd5326 100644 --- a/app/src/main/java/com/kunzisoft/keepass/model/EntryInfo.kt +++ b/app/src/main/java/com/kunzisoft/keepass/model/EntryInfo.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.model import android.os.Parcel diff --git a/app/src/main/java/com/kunzisoft/keepass/model/Field.kt b/app/src/main/java/com/kunzisoft/keepass/model/Field.kt index 9695db421..edf8c0950 100644 --- a/app/src/main/java/com/kunzisoft/keepass/model/Field.kt +++ b/app/src/main/java/com/kunzisoft/keepass/model/Field.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.model import android.os.Parcel diff --git a/app/src/main/java/com/kunzisoft/keepass/model/OtpModel.kt b/app/src/main/java/com/kunzisoft/keepass/model/OtpModel.kt index b5cf65274..106375784 100644 --- a/app/src/main/java/com/kunzisoft/keepass/model/OtpModel.kt +++ b/app/src/main/java/com/kunzisoft/keepass/model/OtpModel.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.model import android.os.Parcel diff --git a/app/src/main/java/com/kunzisoft/keepass/notifications/AttachmentFileNotificationService.kt b/app/src/main/java/com/kunzisoft/keepass/notifications/AttachmentFileNotificationService.kt index 189f9ec25..97fd1860b 100644 --- a/app/src/main/java/com/kunzisoft/keepass/notifications/AttachmentFileNotificationService.kt +++ b/app/src/main/java/com/kunzisoft/keepass/notifications/AttachmentFileNotificationService.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.notifications import android.app.PendingIntent diff --git a/app/src/main/java/com/kunzisoft/keepass/notifications/ClipboardEntryNotificationField.kt b/app/src/main/java/com/kunzisoft/keepass/notifications/ClipboardEntryNotificationField.kt index 064c8b4a0..2f4b6e2db 100644 --- a/app/src/main/java/com/kunzisoft/keepass/notifications/ClipboardEntryNotificationField.kt +++ b/app/src/main/java/com/kunzisoft/keepass/notifications/ClipboardEntryNotificationField.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.notifications diff --git a/app/src/main/java/com/kunzisoft/keepass/notifications/ClipboardEntryNotificationService.kt b/app/src/main/java/com/kunzisoft/keepass/notifications/ClipboardEntryNotificationService.kt index 4c20e6b53..4309f58a7 100644 --- a/app/src/main/java/com/kunzisoft/keepass/notifications/ClipboardEntryNotificationService.kt +++ b/app/src/main/java/com/kunzisoft/keepass/notifications/ClipboardEntryNotificationService.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.notifications diff --git a/app/src/main/java/com/kunzisoft/keepass/notifications/DatabaseOpenNotificationService.kt b/app/src/main/java/com/kunzisoft/keepass/notifications/DatabaseOpenNotificationService.kt index 13fd168d4..43b7fb035 100644 --- a/app/src/main/java/com/kunzisoft/keepass/notifications/DatabaseOpenNotificationService.kt +++ b/app/src/main/java/com/kunzisoft/keepass/notifications/DatabaseOpenNotificationService.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.notifications import android.app.PendingIntent diff --git a/app/src/main/java/com/kunzisoft/keepass/notifications/DatabaseTaskNotificationService.kt b/app/src/main/java/com/kunzisoft/keepass/notifications/DatabaseTaskNotificationService.kt index f727cfa94..f455a7189 100644 --- a/app/src/main/java/com/kunzisoft/keepass/notifications/DatabaseTaskNotificationService.kt +++ b/app/src/main/java/com/kunzisoft/keepass/notifications/DatabaseTaskNotificationService.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.notifications import android.content.Intent diff --git a/app/src/main/java/com/kunzisoft/keepass/notifications/KeyboardEntryNotificationService.kt b/app/src/main/java/com/kunzisoft/keepass/notifications/KeyboardEntryNotificationService.kt index ec4d87b03..f01b795b0 100644 --- a/app/src/main/java/com/kunzisoft/keepass/notifications/KeyboardEntryNotificationService.kt +++ b/app/src/main/java/com/kunzisoft/keepass/notifications/KeyboardEntryNotificationService.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.notifications import android.app.PendingIntent diff --git a/app/src/main/java/com/kunzisoft/keepass/notifications/LockNotificationService.kt b/app/src/main/java/com/kunzisoft/keepass/notifications/LockNotificationService.kt index 99f6fdae3..d447aac18 100644 --- a/app/src/main/java/com/kunzisoft/keepass/notifications/LockNotificationService.kt +++ b/app/src/main/java/com/kunzisoft/keepass/notifications/LockNotificationService.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.notifications import android.content.BroadcastReceiver diff --git a/app/src/main/java/com/kunzisoft/keepass/notifications/NotificationService.kt b/app/src/main/java/com/kunzisoft/keepass/notifications/NotificationService.kt index a3a1c6e31..b93102399 100644 --- a/app/src/main/java/com/kunzisoft/keepass/notifications/NotificationService.kt +++ b/app/src/main/java/com/kunzisoft/keepass/notifications/NotificationService.kt @@ -74,7 +74,7 @@ abstract class NotificationService : Service() { companion object { const val CHANNEL_ID_KEEPASS = "com.kunzisoft.keepass.notification.channel" - const val CHANNEL_NAME_KEEPASS = "KeePass DX notification" + const val CHANNEL_NAME_KEEPASS = "KeePassDX notification" const val GROUP_KEEPASS = "GROUP_KEEPASS" const val SUMMARY_ID = 0 } diff --git a/app/src/main/java/com/kunzisoft/keepass/otp/OtpElement.kt b/app/src/main/java/com/kunzisoft/keepass/otp/OtpElement.kt index 2b094666b..b46f83ae9 100644 --- a/app/src/main/java/com/kunzisoft/keepass/otp/OtpElement.kt +++ b/app/src/main/java/com/kunzisoft/keepass/otp/OtpElement.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.otp import com.kunzisoft.keepass.model.OtpModel diff --git a/app/src/main/java/com/kunzisoft/keepass/otp/OtpEntryFields.kt b/app/src/main/java/com/kunzisoft/keepass/otp/OtpEntryFields.kt index 73bfba63d..6fd8e8e7a 100644 --- a/app/src/main/java/com/kunzisoft/keepass/otp/OtpEntryFields.kt +++ b/app/src/main/java/com/kunzisoft/keepass/otp/OtpEntryFields.kt @@ -1,17 +1,17 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify it under the terms of the GNU + * KeePassDX is free software: you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without + * KeePassDX is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with KeePass DX. If not, + * You should have received a copy of the GNU General Public License along with KeePassDX. If not, * see . * * This code is based on KeePassXC code diff --git a/app/src/main/java/com/kunzisoft/keepass/otp/TokenCalculator.java b/app/src/main/java/com/kunzisoft/keepass/otp/TokenCalculator.java index a790710b0..6f8ad8297 100644 --- a/app/src/main/java/com/kunzisoft/keepass/otp/TokenCalculator.java +++ b/app/src/main/java/com/kunzisoft/keepass/otp/TokenCalculator.java @@ -1,17 +1,17 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify it under the terms of the GNU + * KeePassDX is free software: you can redistribute it and/or modify it under the terms of the GNU * General Public License as published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without + * KeePassDX is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with KeePass DX. If not, + * You should have received a copy of the GNU General Public License along with KeePassDX. If not, * see . * * This code is based on andOTP code diff --git a/app/src/main/java/com/kunzisoft/keepass/password/PasswordGenerator.kt b/app/src/main/java/com/kunzisoft/keepass/password/PasswordGenerator.kt index fc722c115..b52658add 100644 --- a/app/src/main/java/com/kunzisoft/keepass/password/PasswordGenerator.kt +++ b/app/src/main/java/com/kunzisoft/keepass/password/PasswordGenerator.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.password diff --git a/app/src/main/java/com/kunzisoft/keepass/settings/MagikIMESettings.kt b/app/src/main/java/com/kunzisoft/keepass/settings/MagikIMESettings.kt index e1a86f783..67f8df4cf 100644 --- a/app/src/main/java/com/kunzisoft/keepass/settings/MagikIMESettings.kt +++ b/app/src/main/java/com/kunzisoft/keepass/settings/MagikIMESettings.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.settings diff --git a/app/src/main/java/com/kunzisoft/keepass/settings/MagikIMESettingsFragment.kt b/app/src/main/java/com/kunzisoft/keepass/settings/MagikIMESettingsFragment.kt index 522711bae..594c59c28 100644 --- a/app/src/main/java/com/kunzisoft/keepass/settings/MagikIMESettingsFragment.kt +++ b/app/src/main/java/com/kunzisoft/keepass/settings/MagikIMESettingsFragment.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.settings diff --git a/app/src/main/java/com/kunzisoft/keepass/settings/MainPreferenceFragment.kt b/app/src/main/java/com/kunzisoft/keepass/settings/MainPreferenceFragment.kt index 18ee9eae9..3f1b0860d 100644 --- a/app/src/main/java/com/kunzisoft/keepass/settings/MainPreferenceFragment.kt +++ b/app/src/main/java/com/kunzisoft/keepass/settings/MainPreferenceFragment.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.settings diff --git a/app/src/main/java/com/kunzisoft/keepass/settings/NestedAppSettingsFragment.kt b/app/src/main/java/com/kunzisoft/keepass/settings/NestedAppSettingsFragment.kt index a2c7d3928..067b026c2 100644 --- a/app/src/main/java/com/kunzisoft/keepass/settings/NestedAppSettingsFragment.kt +++ b/app/src/main/java/com/kunzisoft/keepass/settings/NestedAppSettingsFragment.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.settings import android.content.ActivityNotFoundException diff --git a/app/src/main/java/com/kunzisoft/keepass/settings/NestedDatabaseSettingsFragment.kt b/app/src/main/java/com/kunzisoft/keepass/settings/NestedDatabaseSettingsFragment.kt index 3daefa0f2..bb52f4ca2 100644 --- a/app/src/main/java/com/kunzisoft/keepass/settings/NestedDatabaseSettingsFragment.kt +++ b/app/src/main/java/com/kunzisoft/keepass/settings/NestedDatabaseSettingsFragment.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.settings import android.graphics.Color diff --git a/app/src/main/java/com/kunzisoft/keepass/settings/NestedSettingsFragment.kt b/app/src/main/java/com/kunzisoft/keepass/settings/NestedSettingsFragment.kt index 2ebd4c605..a1f02c25a 100644 --- a/app/src/main/java/com/kunzisoft/keepass/settings/NestedSettingsFragment.kt +++ b/app/src/main/java/com/kunzisoft/keepass/settings/NestedSettingsFragment.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.settings diff --git a/app/src/main/java/com/kunzisoft/keepass/settings/PreferencesUtil.kt b/app/src/main/java/com/kunzisoft/keepass/settings/PreferencesUtil.kt index ca697bf4e..6bdaa6e2d 100644 --- a/app/src/main/java/com/kunzisoft/keepass/settings/PreferencesUtil.kt +++ b/app/src/main/java/com/kunzisoft/keepass/settings/PreferencesUtil.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.settings diff --git a/app/src/main/java/com/kunzisoft/keepass/settings/SettingsActivity.kt b/app/src/main/java/com/kunzisoft/keepass/settings/SettingsActivity.kt index e03b2ce05..81e8ad6c7 100644 --- a/app/src/main/java/com/kunzisoft/keepass/settings/SettingsActivity.kt +++ b/app/src/main/java/com/kunzisoft/keepass/settings/SettingsActivity.kt @@ -1,20 +1,20 @@ /* * Copyright 2017 Brian Pellin, Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.settings diff --git a/app/src/main/java/com/kunzisoft/keepass/settings/SettingsAdvancedUnlockActivity.kt b/app/src/main/java/com/kunzisoft/keepass/settings/SettingsAdvancedUnlockActivity.kt index 308248d96..de177f29a 100644 --- a/app/src/main/java/com/kunzisoft/keepass/settings/SettingsAdvancedUnlockActivity.kt +++ b/app/src/main/java/com/kunzisoft/keepass/settings/SettingsAdvancedUnlockActivity.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.settings import android.os.Bundle diff --git a/app/src/main/java/com/kunzisoft/keepass/settings/SettingsAutofillActivity.kt b/app/src/main/java/com/kunzisoft/keepass/settings/SettingsAutofillActivity.kt index 38786a320..934a785f1 100644 --- a/app/src/main/java/com/kunzisoft/keepass/settings/SettingsAutofillActivity.kt +++ b/app/src/main/java/com/kunzisoft/keepass/settings/SettingsAutofillActivity.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.settings diff --git a/app/src/main/java/com/kunzisoft/keepass/settings/preference/DialogColorPreference.kt b/app/src/main/java/com/kunzisoft/keepass/settings/preference/DialogColorPreference.kt index a94fc8912..0a4b3ebcc 100644 --- a/app/src/main/java/com/kunzisoft/keepass/settings/preference/DialogColorPreference.kt +++ b/app/src/main/java/com/kunzisoft/keepass/settings/preference/DialogColorPreference.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.settings.preference import android.content.Context diff --git a/app/src/main/java/com/kunzisoft/keepass/settings/preference/DialogListExplanationPreference.kt b/app/src/main/java/com/kunzisoft/keepass/settings/preference/DialogListExplanationPreference.kt index 093df1368..c0a028bbe 100644 --- a/app/src/main/java/com/kunzisoft/keepass/settings/preference/DialogListExplanationPreference.kt +++ b/app/src/main/java/com/kunzisoft/keepass/settings/preference/DialogListExplanationPreference.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.settings.preference import android.content.Context diff --git a/app/src/main/java/com/kunzisoft/keepass/settings/preference/IconPackListPreference.kt b/app/src/main/java/com/kunzisoft/keepass/settings/preference/IconPackListPreference.kt index 4a80d473b..bc90cac3d 100644 --- a/app/src/main/java/com/kunzisoft/keepass/settings/preference/IconPackListPreference.kt +++ b/app/src/main/java/com/kunzisoft/keepass/settings/preference/IconPackListPreference.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.settings.preference import android.content.Context diff --git a/app/src/main/java/com/kunzisoft/keepass/settings/preference/InputKdfNumberPreference.kt b/app/src/main/java/com/kunzisoft/keepass/settings/preference/InputKdfNumberPreference.kt index 14516d174..9a8376f02 100644 --- a/app/src/main/java/com/kunzisoft/keepass/settings/preference/InputKdfNumberPreference.kt +++ b/app/src/main/java/com/kunzisoft/keepass/settings/preference/InputKdfNumberPreference.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.settings.preference diff --git a/app/src/main/java/com/kunzisoft/keepass/settings/preference/InputNumberPreference.kt b/app/src/main/java/com/kunzisoft/keepass/settings/preference/InputNumberPreference.kt index 866912fd8..be27d4d65 100644 --- a/app/src/main/java/com/kunzisoft/keepass/settings/preference/InputNumberPreference.kt +++ b/app/src/main/java/com/kunzisoft/keepass/settings/preference/InputNumberPreference.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.settings.preference diff --git a/app/src/main/java/com/kunzisoft/keepass/settings/preference/InputTextPreference.kt b/app/src/main/java/com/kunzisoft/keepass/settings/preference/InputTextPreference.kt index 71a21642d..a8e18a750 100644 --- a/app/src/main/java/com/kunzisoft/keepass/settings/preference/InputTextPreference.kt +++ b/app/src/main/java/com/kunzisoft/keepass/settings/preference/InputTextPreference.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.settings.preference import android.content.Context diff --git a/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/DatabaseColorPreferenceDialogFragmentCompat.kt b/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/DatabaseColorPreferenceDialogFragmentCompat.kt index ce4837f1e..53642f5aa 100644 --- a/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/DatabaseColorPreferenceDialogFragmentCompat.kt +++ b/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/DatabaseColorPreferenceDialogFragmentCompat.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.settings.preferencedialogfragment diff --git a/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/DatabaseDataCompressionPreferenceDialogFragmentCompat.kt b/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/DatabaseDataCompressionPreferenceDialogFragmentCompat.kt index 3e75acb7c..5ad8641de 100644 --- a/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/DatabaseDataCompressionPreferenceDialogFragmentCompat.kt +++ b/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/DatabaseDataCompressionPreferenceDialogFragmentCompat.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.settings.preferencedialogfragment diff --git a/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/DatabaseDefaultUsernamePreferenceDialogFragmentCompat.kt b/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/DatabaseDefaultUsernamePreferenceDialogFragmentCompat.kt index 9b3fcfeb2..8b1c122eb 100644 --- a/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/DatabaseDefaultUsernamePreferenceDialogFragmentCompat.kt +++ b/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/DatabaseDefaultUsernamePreferenceDialogFragmentCompat.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.settings.preferencedialogfragment diff --git a/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/DatabaseDescriptionPreferenceDialogFragmentCompat.kt b/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/DatabaseDescriptionPreferenceDialogFragmentCompat.kt index 261b3a2c6..7117383fc 100644 --- a/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/DatabaseDescriptionPreferenceDialogFragmentCompat.kt +++ b/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/DatabaseDescriptionPreferenceDialogFragmentCompat.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.settings.preferencedialogfragment diff --git a/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/DatabaseEncryptionAlgorithmPreferenceDialogFragmentCompat.kt b/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/DatabaseEncryptionAlgorithmPreferenceDialogFragmentCompat.kt index 083e52ee7..aa2451749 100644 --- a/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/DatabaseEncryptionAlgorithmPreferenceDialogFragmentCompat.kt +++ b/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/DatabaseEncryptionAlgorithmPreferenceDialogFragmentCompat.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.settings.preferencedialogfragment diff --git a/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/DatabaseKeyDerivationPreferenceDialogFragmentCompat.kt b/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/DatabaseKeyDerivationPreferenceDialogFragmentCompat.kt index 0066b687b..c8c8ee91b 100644 --- a/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/DatabaseKeyDerivationPreferenceDialogFragmentCompat.kt +++ b/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/DatabaseKeyDerivationPreferenceDialogFragmentCompat.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.settings.preferencedialogfragment diff --git a/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/DatabaseNamePreferenceDialogFragmentCompat.kt b/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/DatabaseNamePreferenceDialogFragmentCompat.kt index 8ff01749b..424ce1064 100644 --- a/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/DatabaseNamePreferenceDialogFragmentCompat.kt +++ b/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/DatabaseNamePreferenceDialogFragmentCompat.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.settings.preferencedialogfragment diff --git a/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/DatabaseSavePreferenceDialogFragmentCompat.kt b/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/DatabaseSavePreferenceDialogFragmentCompat.kt index a0287c115..71b22bdc6 100644 --- a/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/DatabaseSavePreferenceDialogFragmentCompat.kt +++ b/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/DatabaseSavePreferenceDialogFragmentCompat.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.settings.preferencedialogfragment diff --git a/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/InputPreferenceDialogFragmentCompat.kt b/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/InputPreferenceDialogFragmentCompat.kt index bf60fd0ef..1db7c8e49 100644 --- a/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/InputPreferenceDialogFragmentCompat.kt +++ b/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/InputPreferenceDialogFragmentCompat.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.settings.preferencedialogfragment diff --git a/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/MaxHistoryItemsPreferenceDialogFragmentCompat.kt b/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/MaxHistoryItemsPreferenceDialogFragmentCompat.kt index 70183b1c0..371b7588c 100644 --- a/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/MaxHistoryItemsPreferenceDialogFragmentCompat.kt +++ b/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/MaxHistoryItemsPreferenceDialogFragmentCompat.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.settings.preferencedialogfragment diff --git a/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/MaxHistorySizePreferenceDialogFragmentCompat.kt b/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/MaxHistorySizePreferenceDialogFragmentCompat.kt index 2967e6731..1719b54cf 100644 --- a/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/MaxHistorySizePreferenceDialogFragmentCompat.kt +++ b/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/MaxHistorySizePreferenceDialogFragmentCompat.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.settings.preferencedialogfragment diff --git a/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/MemoryUsagePreferenceDialogFragmentCompat.kt b/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/MemoryUsagePreferenceDialogFragmentCompat.kt index 06b70e0cb..b05be4f28 100644 --- a/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/MemoryUsagePreferenceDialogFragmentCompat.kt +++ b/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/MemoryUsagePreferenceDialogFragmentCompat.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.settings.preferencedialogfragment diff --git a/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/ParallelismPreferenceDialogFragmentCompat.kt b/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/ParallelismPreferenceDialogFragmentCompat.kt index e391a77ab..33fbf1cff 100644 --- a/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/ParallelismPreferenceDialogFragmentCompat.kt +++ b/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/ParallelismPreferenceDialogFragmentCompat.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.settings.preferencedialogfragment diff --git a/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/RoundsPreferenceDialogFragmentCompat.kt b/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/RoundsPreferenceDialogFragmentCompat.kt index c7cf2c2fa..9bbe70f48 100644 --- a/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/RoundsPreferenceDialogFragmentCompat.kt +++ b/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/RoundsPreferenceDialogFragmentCompat.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.settings.preferencedialogfragment diff --git a/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/adapter/ListRadioItemAdapter.kt b/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/adapter/ListRadioItemAdapter.kt index 00ece0107..a9992269f 100644 --- a/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/adapter/ListRadioItemAdapter.kt +++ b/app/src/main/java/com/kunzisoft/keepass/settings/preferencedialogfragment/adapter/ListRadioItemAdapter.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.settings.preferencedialogfragment.adapter diff --git a/app/src/main/java/com/kunzisoft/keepass/stream/CopyInputStream.kt b/app/src/main/java/com/kunzisoft/keepass/stream/CopyInputStream.kt index 240bc3735..e4d4b6da3 100644 --- a/app/src/main/java/com/kunzisoft/keepass/stream/CopyInputStream.kt +++ b/app/src/main/java/com/kunzisoft/keepass/stream/CopyInputStream.kt @@ -1,20 +1,20 @@ /* * Copyright 2017 Brian Pellin, Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.stream diff --git a/app/src/main/java/com/kunzisoft/keepass/stream/HashedBlockInputStream.kt b/app/src/main/java/com/kunzisoft/keepass/stream/HashedBlockInputStream.kt index de7fca7e9..ad5015de1 100644 --- a/app/src/main/java/com/kunzisoft/keepass/stream/HashedBlockInputStream.kt +++ b/app/src/main/java/com/kunzisoft/keepass/stream/HashedBlockInputStream.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.stream diff --git a/app/src/main/java/com/kunzisoft/keepass/stream/HashedBlockOutputStream.kt b/app/src/main/java/com/kunzisoft/keepass/stream/HashedBlockOutputStream.kt index ebdaa35ac..ea0f2d7ed 100644 --- a/app/src/main/java/com/kunzisoft/keepass/stream/HashedBlockOutputStream.kt +++ b/app/src/main/java/com/kunzisoft/keepass/stream/HashedBlockOutputStream.kt @@ -1,20 +1,20 @@ /* * Copyright 2017 Brian Pellin, Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.stream diff --git a/app/src/main/java/com/kunzisoft/keepass/stream/HmacBlockInputStream.kt b/app/src/main/java/com/kunzisoft/keepass/stream/HmacBlockInputStream.kt index 9fa1137fc..3365fb402 100644 --- a/app/src/main/java/com/kunzisoft/keepass/stream/HmacBlockInputStream.kt +++ b/app/src/main/java/com/kunzisoft/keepass/stream/HmacBlockInputStream.kt @@ -1,20 +1,20 @@ /* * Copyright 2017 Brian Pellin, Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.stream diff --git a/app/src/main/java/com/kunzisoft/keepass/stream/HmacBlockOutputStream.kt b/app/src/main/java/com/kunzisoft/keepass/stream/HmacBlockOutputStream.kt index 1164d363b..a1dd11740 100644 --- a/app/src/main/java/com/kunzisoft/keepass/stream/HmacBlockOutputStream.kt +++ b/app/src/main/java/com/kunzisoft/keepass/stream/HmacBlockOutputStream.kt @@ -1,20 +1,20 @@ /* - * Copyright 2017 Brian Pellin. + * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePassDroid. + * This file is part of KeePassDX. * - * KeePassDroid is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePassDroid is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePassDroid. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.stream diff --git a/app/src/main/java/com/kunzisoft/keepass/stream/HmacBlockStream.kt b/app/src/main/java/com/kunzisoft/keepass/stream/HmacBlockStream.kt index 4c132ab47..27c0e7c2b 100644 --- a/app/src/main/java/com/kunzisoft/keepass/stream/HmacBlockStream.kt +++ b/app/src/main/java/com/kunzisoft/keepass/stream/HmacBlockStream.kt @@ -1,20 +1,20 @@ /* * Copyright 2017 Brian Pellin, Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.stream diff --git a/app/src/main/java/com/kunzisoft/keepass/stream/LittleEndianDataInputStream.kt b/app/src/main/java/com/kunzisoft/keepass/stream/LittleEndianDataInputStream.kt index 834f33ff6..c880109f3 100644 --- a/app/src/main/java/com/kunzisoft/keepass/stream/LittleEndianDataInputStream.kt +++ b/app/src/main/java/com/kunzisoft/keepass/stream/LittleEndianDataInputStream.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.stream diff --git a/app/src/main/java/com/kunzisoft/keepass/stream/LittleEndianDataOutputStream.kt b/app/src/main/java/com/kunzisoft/keepass/stream/LittleEndianDataOutputStream.kt index c5dd2cd43..577e68ba0 100644 --- a/app/src/main/java/com/kunzisoft/keepass/stream/LittleEndianDataOutputStream.kt +++ b/app/src/main/java/com/kunzisoft/keepass/stream/LittleEndianDataOutputStream.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Brian Pellin, Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.stream diff --git a/app/src/main/java/com/kunzisoft/keepass/stream/MacOutputStream.kt b/app/src/main/java/com/kunzisoft/keepass/stream/MacOutputStream.kt index 0d92f3c75..4dc570891 100644 --- a/app/src/main/java/com/kunzisoft/keepass/stream/MacOutputStream.kt +++ b/app/src/main/java/com/kunzisoft/keepass/stream/MacOutputStream.kt @@ -1,20 +1,20 @@ /* - * Copyright 2017 Brian Pellin. + * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePassDroid. + * This file is part of KeePassDX. * - * KeePassDroid is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePassDroid is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePassDroid. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.stream diff --git a/app/src/main/java/com/kunzisoft/keepass/stream/NullOutputStream.kt b/app/src/main/java/com/kunzisoft/keepass/stream/NullOutputStream.kt index ac9180b26..c343f56d0 100644 --- a/app/src/main/java/com/kunzisoft/keepass/stream/NullOutputStream.kt +++ b/app/src/main/java/com/kunzisoft/keepass/stream/NullOutputStream.kt @@ -1,20 +1,20 @@ /* * Copyright 2017 Brian Pellin, Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.stream diff --git a/app/src/main/java/com/kunzisoft/keepass/stream/RandomFileOutputStream.kt b/app/src/main/java/com/kunzisoft/keepass/stream/RandomFileOutputStream.kt index 54cdbafb8..14f0a2186 100644 --- a/app/src/main/java/com/kunzisoft/keepass/stream/RandomFileOutputStream.kt +++ b/app/src/main/java/com/kunzisoft/keepass/stream/RandomFileOutputStream.kt @@ -1,20 +1,20 @@ /* * Copyright 2017 Brian Pellin, Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.stream diff --git a/app/src/main/java/com/kunzisoft/keepass/stream/StreamBytesUtils.kt b/app/src/main/java/com/kunzisoft/keepass/stream/StreamBytesUtils.kt index 4b6442efe..d645c45f8 100644 --- a/app/src/main/java/com/kunzisoft/keepass/stream/StreamBytesUtils.kt +++ b/app/src/main/java/com/kunzisoft/keepass/stream/StreamBytesUtils.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.stream diff --git a/app/src/main/java/com/kunzisoft/keepass/tasks/ActionRunnable.kt b/app/src/main/java/com/kunzisoft/keepass/tasks/ActionRunnable.kt index e75362079..0b5b4f09e 100644 --- a/app/src/main/java/com/kunzisoft/keepass/tasks/ActionRunnable.kt +++ b/app/src/main/java/com/kunzisoft/keepass/tasks/ActionRunnable.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.tasks diff --git a/app/src/main/java/com/kunzisoft/keepass/tasks/AttachmentFileAsyncTask.kt b/app/src/main/java/com/kunzisoft/keepass/tasks/AttachmentFileAsyncTask.kt index 0f90c3f17..1fafbb0ee 100644 --- a/app/src/main/java/com/kunzisoft/keepass/tasks/AttachmentFileAsyncTask.kt +++ b/app/src/main/java/com/kunzisoft/keepass/tasks/AttachmentFileAsyncTask.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.tasks import android.content.ContentResolver diff --git a/app/src/main/java/com/kunzisoft/keepass/tasks/AttachmentFileBinderManager.kt b/app/src/main/java/com/kunzisoft/keepass/tasks/AttachmentFileBinderManager.kt index 3eb34ddb6..5dcd2b8a5 100644 --- a/app/src/main/java/com/kunzisoft/keepass/tasks/AttachmentFileBinderManager.kt +++ b/app/src/main/java/com/kunzisoft/keepass/tasks/AttachmentFileBinderManager.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.tasks import android.content.ComponentName diff --git a/app/src/main/java/com/kunzisoft/keepass/tasks/ProgressTaskDialogFragment.kt b/app/src/main/java/com/kunzisoft/keepass/tasks/ProgressTaskDialogFragment.kt index 583ff7f71..5312c348d 100644 --- a/app/src/main/java/com/kunzisoft/keepass/tasks/ProgressTaskDialogFragment.kt +++ b/app/src/main/java/com/kunzisoft/keepass/tasks/ProgressTaskDialogFragment.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.tasks diff --git a/app/src/main/java/com/kunzisoft/keepass/tasks/ProgressTaskUpdater.kt b/app/src/main/java/com/kunzisoft/keepass/tasks/ProgressTaskUpdater.kt index ad7499c52..b3fed4b9f 100644 --- a/app/src/main/java/com/kunzisoft/keepass/tasks/ProgressTaskUpdater.kt +++ b/app/src/main/java/com/kunzisoft/keepass/tasks/ProgressTaskUpdater.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.tasks diff --git a/app/src/main/java/com/kunzisoft/keepass/timeout/ClipboardHelper.kt b/app/src/main/java/com/kunzisoft/keepass/timeout/ClipboardHelper.kt index 88f3cfdc2..2ee394d49 100644 --- a/app/src/main/java/com/kunzisoft/keepass/timeout/ClipboardHelper.kt +++ b/app/src/main/java/com/kunzisoft/keepass/timeout/ClipboardHelper.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.timeout diff --git a/app/src/main/java/com/kunzisoft/keepass/timeout/TimeoutHelper.kt b/app/src/main/java/com/kunzisoft/keepass/timeout/TimeoutHelper.kt index 26aaa412f..cb56119f5 100644 --- a/app/src/main/java/com/kunzisoft/keepass/timeout/TimeoutHelper.kt +++ b/app/src/main/java/com/kunzisoft/keepass/timeout/TimeoutHelper.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.timeout diff --git a/app/src/main/java/com/kunzisoft/keepass/utils/BroadcastAction.kt b/app/src/main/java/com/kunzisoft/keepass/utils/BroadcastAction.kt index 8b8f9d8b2..b3f1f4436 100644 --- a/app/src/main/java/com/kunzisoft/keepass/utils/BroadcastAction.kt +++ b/app/src/main/java/com/kunzisoft/keepass/utils/BroadcastAction.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.utils const val DATABASE_START_TASK_ACTION = "com.kunzisoft.keepass.DATABASE_START_TASK_ACTION" diff --git a/app/src/main/java/com/kunzisoft/keepass/utils/ExternalFileManager.kt b/app/src/main/java/com/kunzisoft/keepass/utils/ExternalFileManager.kt index 99f0ce0da..bb2114f1e 100644 --- a/app/src/main/java/com/kunzisoft/keepass/utils/ExternalFileManager.kt +++ b/app/src/main/java/com/kunzisoft/keepass/utils/ExternalFileManager.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.utils import android.app.Activity diff --git a/app/src/main/java/com/kunzisoft/keepass/utils/FileDatabaseInfo.kt b/app/src/main/java/com/kunzisoft/keepass/utils/FileDatabaseInfo.kt index 4df403ac0..e5cb50942 100644 --- a/app/src/main/java/com/kunzisoft/keepass/utils/FileDatabaseInfo.kt +++ b/app/src/main/java/com/kunzisoft/keepass/utils/FileDatabaseInfo.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.utils import android.content.Context diff --git a/app/src/main/java/com/kunzisoft/keepass/utils/FileInfo.kt b/app/src/main/java/com/kunzisoft/keepass/utils/FileInfo.kt index 5c2eea90b..4041f0422 100644 --- a/app/src/main/java/com/kunzisoft/keepass/utils/FileInfo.kt +++ b/app/src/main/java/com/kunzisoft/keepass/utils/FileInfo.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.utils diff --git a/app/src/main/java/com/kunzisoft/keepass/utils/MenuUtil.kt b/app/src/main/java/com/kunzisoft/keepass/utils/MenuUtil.kt index efd5d24a0..17106aec6 100644 --- a/app/src/main/java/com/kunzisoft/keepass/utils/MenuUtil.kt +++ b/app/src/main/java/com/kunzisoft/keepass/utils/MenuUtil.kt @@ -1,20 +1,20 @@ /* * Copyright 2018 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.utils diff --git a/app/src/main/java/com/kunzisoft/keepass/utils/ObjectNameResource.kt b/app/src/main/java/com/kunzisoft/keepass/utils/ObjectNameResource.kt index 180568fd5..4bcc8eefb 100644 --- a/app/src/main/java/com/kunzisoft/keepass/utils/ObjectNameResource.kt +++ b/app/src/main/java/com/kunzisoft/keepass/utils/ObjectNameResource.kt @@ -1,20 +1,20 @@ /* * Copyright 2018 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.utils diff --git a/app/src/main/java/com/kunzisoft/keepass/utils/ParcelableUtil.kt b/app/src/main/java/com/kunzisoft/keepass/utils/ParcelableUtil.kt index ada214fc3..afd6b3834 100644 --- a/app/src/main/java/com/kunzisoft/keepass/utils/ParcelableUtil.kt +++ b/app/src/main/java/com/kunzisoft/keepass/utils/ParcelableUtil.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.utils diff --git a/app/src/main/java/com/kunzisoft/keepass/utils/SingletonHolder.kt b/app/src/main/java/com/kunzisoft/keepass/utils/SingletonHolder.kt index 8e0b9aeaf..d9ea42e02 100644 --- a/app/src/main/java/com/kunzisoft/keepass/utils/SingletonHolder.kt +++ b/app/src/main/java/com/kunzisoft/keepass/utils/SingletonHolder.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.utils open class SingletonHolderParameter(private val constructor: (A) -> T) { diff --git a/app/src/main/java/com/kunzisoft/keepass/utils/StringDatabaseKDBUtils.kt b/app/src/main/java/com/kunzisoft/keepass/utils/StringDatabaseKDBUtils.kt index 4f2ebffd0..ca9141fdb 100644 --- a/app/src/main/java/com/kunzisoft/keepass/utils/StringDatabaseKDBUtils.kt +++ b/app/src/main/java/com/kunzisoft/keepass/utils/StringDatabaseKDBUtils.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ diff --git a/app/src/main/java/com/kunzisoft/keepass/utils/StringUtil.kt b/app/src/main/java/com/kunzisoft/keepass/utils/StringUtil.kt index 901084595..bcaf91f7c 100644 --- a/app/src/main/java/com/kunzisoft/keepass/utils/StringUtil.kt +++ b/app/src/main/java/com/kunzisoft/keepass/utils/StringUtil.kt @@ -1,20 +1,20 @@ /* * Copyright 2017 Brian Pellin, Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.utils diff --git a/app/src/main/java/com/kunzisoft/keepass/utils/UriUtil.kt b/app/src/main/java/com/kunzisoft/keepass/utils/UriUtil.kt index c70b6630f..3ded3cb6c 100644 --- a/app/src/main/java/com/kunzisoft/keepass/utils/UriUtil.kt +++ b/app/src/main/java/com/kunzisoft/keepass/utils/UriUtil.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.utils diff --git a/app/src/main/java/com/kunzisoft/keepass/utils/VariantDictionary.java b/app/src/main/java/com/kunzisoft/keepass/utils/VariantDictionary.java index e2b9c8550..8b10f4e0d 100644 --- a/app/src/main/java/com/kunzisoft/keepass/utils/VariantDictionary.java +++ b/app/src/main/java/com/kunzisoft/keepass/utils/VariantDictionary.java @@ -1,20 +1,20 @@ /* * Copyright 2017 Brian Pellin, Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.utils; diff --git a/app/src/main/java/com/kunzisoft/keepass/view/AddNodeButtonView.kt b/app/src/main/java/com/kunzisoft/keepass/view/AddNodeButtonView.kt index ef0b425fd..4fdfbecdb 100644 --- a/app/src/main/java/com/kunzisoft/keepass/view/AddNodeButtonView.kt +++ b/app/src/main/java/com/kunzisoft/keepass/view/AddNodeButtonView.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.view diff --git a/app/src/main/java/com/kunzisoft/keepass/view/AdvancedUnlockInfoView.kt b/app/src/main/java/com/kunzisoft/keepass/view/AdvancedUnlockInfoView.kt index 366d730cc..5dc421bdb 100644 --- a/app/src/main/java/com/kunzisoft/keepass/view/AdvancedUnlockInfoView.kt +++ b/app/src/main/java/com/kunzisoft/keepass/view/AdvancedUnlockInfoView.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.view import android.content.Context diff --git a/app/src/main/java/com/kunzisoft/keepass/view/EntryContentsView.kt b/app/src/main/java/com/kunzisoft/keepass/view/EntryContentsView.kt index 2922e2562..74f64fefd 100644 --- a/app/src/main/java/com/kunzisoft/keepass/view/EntryContentsView.kt +++ b/app/src/main/java/com/kunzisoft/keepass/view/EntryContentsView.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . */ package com.kunzisoft.keepass.view diff --git a/app/src/main/java/com/kunzisoft/keepass/view/EntryCustomField.kt b/app/src/main/java/com/kunzisoft/keepass/view/EntryCustomField.kt index 992660b5e..72c48d340 100644 --- a/app/src/main/java/com/kunzisoft/keepass/view/EntryCustomField.kt +++ b/app/src/main/java/com/kunzisoft/keepass/view/EntryCustomField.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.view diff --git a/app/src/main/java/com/kunzisoft/keepass/view/EntryEditContentsView.kt b/app/src/main/java/com/kunzisoft/keepass/view/EntryEditContentsView.kt index e92ca87ff..81a2f39b5 100644 --- a/app/src/main/java/com/kunzisoft/keepass/view/EntryEditContentsView.kt +++ b/app/src/main/java/com/kunzisoft/keepass/view/EntryEditContentsView.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.view import android.content.Context diff --git a/app/src/main/java/com/kunzisoft/keepass/view/EntryEditCustomField.kt b/app/src/main/java/com/kunzisoft/keepass/view/EntryEditCustomField.kt index a023ff52e..7c67836f3 100644 --- a/app/src/main/java/com/kunzisoft/keepass/view/EntryEditCustomField.kt +++ b/app/src/main/java/com/kunzisoft/keepass/view/EntryEditCustomField.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.view diff --git a/app/src/main/java/com/kunzisoft/keepass/view/MagikeyboardView.kt b/app/src/main/java/com/kunzisoft/keepass/view/MagikeyboardView.kt index 3ec6d0604..86f2c0690 100644 --- a/app/src/main/java/com/kunzisoft/keepass/view/MagikeyboardView.kt +++ b/app/src/main/java/com/kunzisoft/keepass/view/MagikeyboardView.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.view import android.content.Context diff --git a/app/src/main/java/com/kunzisoft/keepass/view/ToolbarAction.kt b/app/src/main/java/com/kunzisoft/keepass/view/ToolbarAction.kt index c55391f87..2e25e9192 100644 --- a/app/src/main/java/com/kunzisoft/keepass/view/ToolbarAction.kt +++ b/app/src/main/java/com/kunzisoft/keepass/view/ToolbarAction.kt @@ -1,3 +1,22 @@ +/* + * Copyright 2019 Jeremy Jamet / Kunzisoft. + * + * This file is part of KeePassDX. + * + * KeePassDX is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * KeePassDX is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with KeePassDX. If not, see . + * + */ package com.kunzisoft.keepass.view import android.content.Context diff --git a/app/src/main/java/com/kunzisoft/keepass/view/ViewUtil.kt b/app/src/main/java/com/kunzisoft/keepass/view/ViewUtil.kt index 610f531d1..a390a3eb3 100644 --- a/app/src/main/java/com/kunzisoft/keepass/view/ViewUtil.kt +++ b/app/src/main/java/com/kunzisoft/keepass/view/ViewUtil.kt @@ -1,20 +1,20 @@ /* * Copyright 2019 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ package com.kunzisoft.keepass.view diff --git a/app/src/main/jni/argon2/argon2_jni.c b/app/src/main/jni/argon2/argon2_jni.c index 2f7c91b30..bf4d8c9c1 100644 --- a/app/src/main/jni/argon2/argon2_jni.c +++ b/app/src/main/jni/argon2/argon2_jni.c @@ -1,20 +1,20 @@ /* - * Copyright 2017 Brian Pellin, Jeremy Jamet / Kunzisoft. + * Copyright 2020 Jeremy Jamet / Kunzisoft. * - * This file is part of KeePass DX. + * This file is part of KeePassDX. * - * KeePass DX is free software: you can redistribute it and/or modify + * KeePassDX is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * - * KeePass DX is distributed in the hope that it will be useful, + * KeePassDX is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with KeePass DX. If not, see . + * along with KeePassDX. If not, see . * */ diff --git a/app/src/main/res/drawable/key_background.xml b/app/src/main/res/drawable/key_background.xml index c51ec5a8a..ffcbdd58c 100644 --- a/app/src/main/res/drawable/key_background.xml +++ b/app/src/main/res/drawable/key_background.xml @@ -2,20 +2,20 @@ diff --git a/app/src/main/res/drawable/key_background_normal.xml b/app/src/main/res/drawable/key_background_normal.xml index d8da0f8a1..c24861d79 100644 --- a/app/src/main/res/drawable/key_background_normal.xml +++ b/app/src/main/res/drawable/key_background_normal.xml @@ -2,20 +2,20 @@ . + along with KeePassDX. If not, see . --> + . + along with KeePassDX. If not, see . --> . + along with KeePassDX. If not, see . --> . + along with KeePassDX. If not, see . --> . + along with KeePassDX. If not, see . --> . + along with KeePassDX. If not, see . --> . + along with KeePassDX. If not, see . --> . + along with KeePassDX. If not, see . --> + . + along with KeePassDX. If not, see . --> + . + along with KeePassDX. If not, see . --> . + along with KeePassDX. If not, see . --> . + along with KeePassDX. If not, see . --> + + diff --git a/app/src/main/res/layout/fragment_set_otp.xml b/app/src/main/res/layout/fragment_set_otp.xml index 59674d439..6c2f7c649 100644 --- a/app/src/main/res/layout/fragment_set_otp.xml +++ b/app/src/main/res/layout/fragment_set_otp.xml @@ -1,4 +1,22 @@ + . + along with KeePassDX. If not, see . --> + diff --git a/app/src/main/res/layout/fragment_unavailable_feature.xml b/app/src/main/res/layout/fragment_unavailable_feature.xml index fbf43e3c9..b23a28f27 100644 --- a/app/src/main/res/layout/fragment_unavailable_feature.xml +++ b/app/src/main/res/layout/fragment_unavailable_feature.xml @@ -1,4 +1,22 @@ + + . + along with KeePassDX. If not, see . --> . + along with KeePassDX. If not, see . --> . + along with KeePassDX. If not, see . --> + . + along with KeePassDX. If not, see . --> . + along with KeePassDX. If not, see . --> . + along with KeePassDX. If not, see . --> . + along with KeePassDX. If not, see . --> + -. +--> + \ No newline at end of file diff --git a/app/src/main/res/layout/pref_dialog_input_color.xml b/app/src/main/res/layout/pref_dialog_input_color.xml index 2c7f021a7..475b54703 100644 --- a/app/src/main/res/layout/pref_dialog_input_color.xml +++ b/app/src/main/res/layout/pref_dialog_input_color.xml @@ -2,20 +2,20 @@ . + along with KeePassDX. If not, see . --> . + along with KeePassDX. If not, see . --> . + along with KeePassDX. If not, see . --> + + + + . + along with KeePassDX. If not, see . --> . + along with KeePassDX. If not, see . --> . + along with KeePassDX. If not, see . --> . + along with KeePassDX. If not, see . --> diff --git a/app/src/main/res/menu/contribution.xml b/app/src/main/res/menu/contribution.xml index e88088e07..b76875ff9 100644 --- a/app/src/main/res/menu/contribution.xml +++ b/app/src/main/res/menu/contribution.xml @@ -2,20 +2,20 @@ diff --git a/app/src/main/res/menu/database.xml b/app/src/main/res/menu/database.xml index 0ceafe304..ac9ff54ed 100644 --- a/app/src/main/res/menu/database.xml +++ b/app/src/main/res/menu/database.xml @@ -2,20 +2,20 @@ diff --git a/app/src/main/res/menu/default_menu.xml b/app/src/main/res/menu/default_menu.xml index 879ff0e79..344376992 100644 --- a/app/src/main/res/menu/default_menu.xml +++ b/app/src/main/res/menu/default_menu.xml @@ -2,20 +2,20 @@ diff --git a/app/src/main/res/menu/entry.xml b/app/src/main/res/menu/entry.xml index dd9ab220c..75313983e 100644 --- a/app/src/main/res/menu/entry.xml +++ b/app/src/main/res/menu/entry.xml @@ -2,20 +2,20 @@ diff --git a/app/src/main/res/menu/entry_otp.xml b/app/src/main/res/menu/entry_otp.xml index 0eb1f795a..63d5cad75 100644 --- a/app/src/main/res/menu/entry_otp.xml +++ b/app/src/main/res/menu/entry_otp.xml @@ -2,20 +2,20 @@ diff --git a/app/src/main/res/menu/node_menu.xml b/app/src/main/res/menu/node_menu.xml index bf46c2797..c5ff3000e 100644 --- a/app/src/main/res/menu/node_menu.xml +++ b/app/src/main/res/menu/node_menu.xml @@ -2,20 +2,20 @@ . + along with KeePassDX. If not, see . --> diff --git a/app/src/main/res/menu/open_file.xml b/app/src/main/res/menu/open_file.xml index 1ca2c2768..d3c7a4369 100644 --- a/app/src/main/res/menu/open_file.xml +++ b/app/src/main/res/menu/open_file.xml @@ -2,20 +2,20 @@ diff --git a/app/src/main/res/menu/recycle_bin.xml b/app/src/main/res/menu/recycle_bin.xml index 1b6cc50a1..3e56e87a3 100644 --- a/app/src/main/res/menu/recycle_bin.xml +++ b/app/src/main/res/menu/recycle_bin.xml @@ -1,4 +1,22 @@ + . + along with KeePassDX. If not, see . --> diff --git a/app/src/main/res/menu/tree.xml b/app/src/main/res/menu/tree.xml index 785ba8401..1cc88ebeb 100644 --- a/app/src/main/res/menu/tree.xml +++ b/app/src/main/res/menu/tree.xml @@ -2,20 +2,20 @@ diff --git a/app/src/main/res/values-ar/strings.xml b/app/src/main/res/values-ar/strings.xml index d2222974c..da6d73256 100644 --- a/app/src/main/res/values-ar/strings.xml +++ b/app/src/main/res/values-ar/strings.xml @@ -2,20 +2,20 @@ الصفحة الرئيسية @@ -129,12 +129,12 @@ اختر لنسخ %1$s إلى الحافظة يجلب مفتاح قاعدة البيانات… استخدامها كقاعدة بيانات افتراضية - KeePass DX © %1$d د كونزيسوفت تأتي مع الضمان لا على الإطلاق؛ هذا هو البرمجيات الحرة، وكنت أهلا إعادة توزيعه تحت شروط إصدار الترخيص 3 أو في وقت لاحق. + KeePassDX © %1$d د كونزيسوفت تأتي مع الضمان لا على الإطلاق؛ هذا هو البرمجيات الحرة، وكنت أهلا إعادة توزيعه تحت شروط إصدار الترخيص 3 أو في وقت لاحق. نُفذ إليه تنتهي صلاحيته في ملف المفتاح تشفير دفق ARCFOUR غير مدعوم. - تعذرت معاملة هذا الرابط في KeePass DX. + تعذرت معاملة هذا الرابط في KeePassDX. تعذرت قراءة قاعدة البيانات. اختر ملف مفتاح. لا ذاكرة لتحميل قاعدة البيانات كاملة. @@ -172,7 +172,7 @@ قواعد البيانات الاخيرة لا تبحثفي مدخلات النسخ الاحتياطي قيد العمل… - KeePass DX يحتاج صلاحية الكتابة من اجل تعديل قاعدة البيانات. + KeePassDX يحتاج صلاحية الكتابة من اجل تعديل قاعدة البيانات. تذكر موقع ملف المفتاح قاعدة البيانات حفظ الملف المفتاحي خوارزمية تشفير جميع البيانات. @@ -185,7 +185,7 @@ مظهر عام ملأ تلقائي - سجل باستخدام KeePass DX + سجل باستخدام KeePassDX تعيين خدمة الملأ التلقائي الافتراضية حجم كلمة السر المولدة تعيين الحجم الافتراضي لكلمات السر المولدة @@ -256,7 +256,7 @@ استخدم سلة المحذوفات Magikeyboard Magikeyboard - Magikeyboard (KeePass DX) + Magikeyboard (KeePassDX) %1$s متوفر على Magikeyboard %1$s إعادة تعيين الشاشات التعليمية diff --git a/app/src/main/res/values-ca/strings.xml b/app/src/main/res/values-ca/strings.xml index 463b146c2..0cad4f038 100644 --- a/app/src/main/res/values-ca/strings.xml +++ b/app/src/main/res/values-ca/strings.xml @@ -2,20 +2,20 @@ @@ -45,7 +45,7 @@ Rozšifrovávání obsahu databáze… Použít jako výchozí databázi Číslice - KeePass DX © %1$d Kunzisoft je poskytován bez jakékoliv záruky. Toto je svobodný software a je možné jej dále šířit za dodržení podmínek licence GPL verze 3 nebo novější. + KeePassDX © %1$d Kunzisoft je poskytován bez jakékoliv záruky. Toto je svobodný software a je možné jej dále šířit za dodržení podmínek licence GPL verze 3 nebo novější. Otevřít existující databázi Poslední přístup Storno @@ -62,7 +62,7 @@ URL adresa Uživatelské jméno ARCFOUR proudová šifra není podporována. - KeePass DX nemůže zpracovat toto URI. + KeePassDX nemůže zpracovat toto URI. Soubor se nedaří vytvořit: Nelze přečíst databázi. Neplatná cesta. @@ -123,7 +123,7 @@ Vytvářím novou databázi… Zpracování… Ochrana - Ke změně v databázi potřebuje KeePass DX oprávnění pro zápis. + Ke změně v databázi potřebuje KeePassDX oprávnění pro zápis. Historie nedávných souborů Pamatovat si nedávno otevřené soubory Pamatovat si umístění souborů s klíči @@ -221,8 +221,8 @@ Vzhled Obecné Automatické vyplnění - KeePass DX automatické vyplňování formulářů - Přihlásit se pomocí KeePass DX + KeePassDX automatické vyplňování formulářů + Přihlásit se pomocí KeePassDX Nastavit výchozí službu automatického vyplňování Povolit rychlé automatické vyplňování formulářů v ostatních aplikacích Délka generovaného hesla @@ -333,7 +333,7 @@ Sada ikon používaných v aplikaci Sestavení %1$s Magikeyboard - Magikeyboard (KeePass DX) + Magikeyboard (KeePassDX) Magikeyboard nastavení Položka Časový limit diff --git a/app/src/main/res/values-da/strings.xml b/app/src/main/res/values-da/strings.xml index 95a8b7af2..ec9720aff 100644 --- a/app/src/main/res/values-da/strings.xml +++ b/app/src/main/res/values-da/strings.xml @@ -2,20 +2,20 @@ @@ -45,7 +45,7 @@ Dekrypterer databaseindhold… Brug som standarddatabase Cifre - KeePass DX © %1$d Kunzisoft kommer med absolut ingen garanti. Det er fri software, og kan videredistribueres under betingelserne i GPL version 3 eller nyere. + KeePassDX © %1$d Kunzisoft kommer med absolut ingen garanti. Det er fri software, og kan videredistribueres under betingelserne i GPL version 3 eller nyere. Åbn en eksisterende database Senest åbnet Annuller @@ -61,7 +61,7 @@ URL Brugernavn ARCFOUR stream cipher er ikke understøttet. - Kunne ikke håndtere URI i KeePass DX. + Kunne ikke håndtere URI i KeePassDX. Kunne ikke oprette fil: Kunne ikke læse databasen. Sørg for, at stien er korrekt. @@ -122,7 +122,7 @@ Opretter ny database… Arbejder… Beskyttelse - KeePass DX behøver skrivetilladelse for at ændre i databasen. + KeePassDX behøver skrivetilladelse for at ændre i databasen. Seneste filhistorik Husk de seneste filnavne Husker placeringen af databasernøglefiler @@ -220,8 +220,8 @@ Udseende Generelt Autoudfyld - KeePass DX formularudfyldning - Log ind med KeePass DX + KeePassDX formularudfyldning + Log ind med KeePassDX Indstil standard autoudfyldservice Aktiver autofyldning for hurtigt at udfylde formularer i andre programmer Genereret kodeordslængde @@ -333,7 +333,7 @@ Ikonpakke "Ikonpakke, der anvendes " Magikeyboard - Magikeyboard (KeePass DX) + Magikeyboard (KeePassDX) Magikeyboard indstillinger Post Timeout @@ -420,7 +420,7 @@ Sikkerhedsindstillinger Indstillinger for hovednøgle Databasen indeholder dublerede UUID\'er. - Ved at godkende dialogboksen, vil KeePass DX løse problemet (ved at generere nye UUID\'er for dubletter) og fortsætte. + Ved at godkende dialogboksen, vil KeePassDX løse problemet (ved at generere nye UUID\'er for dubletter) og fortsætte. Database åbnet Kopier indtastningsfelter ved hjælp af enhedens udklipsholder Vedvarende meddelelse diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index 3efb68a54..a9fa6b32b 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -2,20 +2,20 @@ Σχόλια Αρχική Σελίδα - Το KeePass DX είναι μία εφαρμογή Android του διαχειριστή κωδικών KeePass + Το KeePassDX είναι μία εφαρμογή Android του διαχειριστή κωδικών KeePass Αποδοχή Προσθήκη καταχώρησης Προσθήκη ομάδας @@ -44,7 +44,7 @@ Αποκρυπτογράφηση περιεχομένου βάσης δεδομένων … Χρήση ως προεπιλεγμένης βάσης δεδομένων Ψηφία - Το KeePass DX © %1$d Kunzisoft έρχεται χωρίς απολύτως καμία εγγύηση. Αυτό είναι ελεύθερο λογισμικό και είστε ευπρόσδεκτοι να το διανείμετε εκ νέου υπό τις συνθήκες της έκδοσης GPL 3 ή νεότερης έκδοσης. + Το KeePassDX © %1$d Kunzisoft έρχεται χωρίς απολύτως καμία εγγύηση. Αυτό είναι ελεύθερο λογισμικό και είστε ευπρόσδεκτοι να το διανείμετε εκ νέου υπό τις συνθήκες της έκδοσης GPL 3 ή νεότερης έκδοσης. Ανοίξτε την υπάρχουσα βάση δεδομένων Πρόσβαση Ακύρωση @@ -61,7 +61,7 @@ Διεύθυνση URL Όνομα Χρήστη Η ροή κρυπτογράφησης ARCFOUR δεν υποστηρίζεται. - Το KeePass DX δε μπορεί να χειριστεί αυτή τη διεύθυνση URI. + Το KeePassDX δε μπορεί να χειριστεί αυτή τη διεύθυνση URI. Δεν ήταν δυνατή η δημιουργία αρχείου: Δεν ήταν δυνατή η ανάγνωση της βάσης δεδομένων. Βεβαιωθείτε ότι η διαδρομή είναι σωστή. @@ -122,7 +122,7 @@ Δημιουργία νέας βάσης δεδομένων… Επεξεργασία… Προστασία - Το KeePass DX χρειάζεται άδεια εγγραφής για να αλλάξει οτιδήποτε στη βάση δεδομένων σας. + Το KeePassDX χρειάζεται άδεια εγγραφής για να αλλάξει οτιδήποτε στη βάση δεδομένων σας. Πρόσφατο ιστορικό αρχείων Απομνημόνευση πρόσφατων ονομάτων αρχείων Απομνημόνευση της τοποθεσίας αρχείων-κλειδιών των βάσεων δεδομένων @@ -198,8 +198,8 @@ Ο Κρυπτογραφημένος κωδικός έχει αποθηκευτεί Γενικά Αυτόματη συμπλήρωση - Μορφή KeePass DX αυτόματης συμπλήρωσης - Συνδεθείτε με το KeePass DX + Μορφή KeePassDX αυτόματης συμπλήρωσης + Συνδεθείτε με το KeePassDX Ορίστε την προεπιλεγμένη υπηρεσία αυτόματης συμπλήρωσης Παραγόμενο μέγεθος κωδικού πρόσβασης Ορίστε το προεπιλεγμένο μέγεθος των παραγόμενων κωδικών πρόσβασης @@ -313,7 +313,7 @@ Πρόχειρο Build %1$s Magikeyboard - Magikeyboard (KeePass DX) + Magikeyboard (KeePassDX) Ρυθμίσεις Magikeyboard Καταχώριση Τέλος χρόνου diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index 5ad3a1ed4..3613fbca1 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -2,20 +2,20 @@ @@ -41,7 +41,7 @@ Descifrando el contenido de la base de datos… Utilice como base de datos por defecto Dígitos - KeePass DX, © %1$d de Kunzisoft, no incluye garantías. Es un «software» libre y puede redistribuirlo en virtud de las condiciones de la GPL, en su versión 3 o posterior. + KeePassDX, © %1$d de Kunzisoft, no incluye garantías. Es un «software» libre y puede redistribuirlo en virtud de las condiciones de la GPL, en su versión 3 o posterior. Abrir base de datos existente Acceso Cancelar @@ -57,7 +57,7 @@ URL Nombre de usuario No se admite el cifrador de flujo ARCFOUR. - KeePass DX no puede manejar este URI. + KeePassDX no puede manejar este URI. No se pudo crear el archivo: No se pudo leer la base de datos. Asegúrese de que la ruta sea correcta. @@ -172,7 +172,7 @@ Quite la clave de huella dactilar Protección Protegida contra escritura - KeePass DX necesita permiso de escritura para modificar la base de datos. + KeePassDX necesita permiso de escritura para modificar la base de datos. Algoritmo de cifrado utilizado en todos los datos. Para generar la clave del algoritmo de cifrado, la clave maestra se transforma mediante una función de derivación de claves con una sal aleatoria. Uso de memoria @@ -207,8 +207,8 @@ Apariencia General Compleción automática - Compleción automática de formularios de KeePass DX - Acceder con KeePass DX + Compleción automática de formularios de KeePassDX + Acceder con KeePassDX Establecer servicio de compleción automática predeterminado Tamaño de la contraseña generada Establece el tamaño predeterminado de las contraseñas generadas @@ -326,7 +326,7 @@ Abrir su base de datos protegida contra escritura de manera predeterminada Proteja la base de datos contra escritura Teclado mágico - Teclado mágico (KeePass DX) + Teclado mágico (KeePassDX) Configuración del Teclado mágico Entrada Tiempo límite diff --git a/app/src/main/res/values-eu/strings.xml b/app/src/main/res/values-eu/strings.xml index 21e6d6431..bf40001aa 100644 --- a/app/src/main/res/values-eu/strings.xml +++ b/app/src/main/res/values-eu/strings.xml @@ -2,20 +2,20 @@ @@ -45,7 +45,7 @@ Datubasearen datuak desenkriptatzen… Hau erabili modu lehenetsitako datubase gisa Zenbakiak - KeePass DX © %1$d Kunzisoft ez dakar inolako bermerik. Lan hau software librea da. banatu edo/eta aldatu egin dezakezu GNU General Public License bigarren bertsioaren baldintzapean. + KeePassDX © %1$d Kunzisoft ez dakar inolako bermerik. Lan hau software librea da. banatu edo/eta aldatu egin dezakezu GNU General Public License bigarren bertsioaren baldintzapean. Datubasearen fitxategiaren izena sartu Akzesoa Utzi @@ -62,7 +62,7 @@ URLa Erabiltzaile izena ArcFour stream zifratze sisterako ez dago euskarririk.. - KeePass DX-ek ezin dut uri hau kudeatu. + KeePassDX-ek ezin dut uri hau kudeatu. Ezin izan da fitxategia sortu: Datubase baliogabea. Fitxategirako bide baliogabea. diff --git a/app/src/main/res/values-fi/strings.xml b/app/src/main/res/values-fi/strings.xml index 587f02b90..b922c0c00 100644 --- a/app/src/main/res/values-fi/strings.xml +++ b/app/src/main/res/values-fi/strings.xml @@ -2,25 +2,25 @@ Palaute: Kotisivu: - KeePass DX on KeePass-salasanahallintaohjelman Android-versio + KeePassDX on KeePass-salasanahallintaohjelman Android-versio Hyväksy Lisää uusi salasanatietue Lisää ryhmä @@ -44,7 +44,7 @@ Puretaan tietokannan salausta… Käytä tätä oletustietokantana Numerot - KeePass DX © %1$d Kunzisoft comes with absolutely no warranty. This is free software, and you are welcome to redistribute it under the conditions of the GPL version 3 or later. + KeePassDX © %1$d Kunzisoft comes with absolutely no warranty. This is free software, and you are welcome to redistribute it under the conditions of the GPL version 3 or later. Anna tietokannan tiedostonimi Käytetty Peruuta @@ -61,7 +61,7 @@ URL-osoite Käyttäjänimi The ArcFour stream cipher ei ole tuettu. - KeePass DX ei osaa käsitellä tätä osoitetta. + KeePassDX ei osaa käsitellä tätä osoitetta. Tiedoston luonti epäonnistui: Viallinen salasanatietokanta. Viallinen hakemistopolku. diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index da44f471c..f9a7404a0 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -2,20 +2,20 @@ Commentaires Site Web @@ -49,7 +49,7 @@ Déchiffrement du contenu de la base de données… Utiliser comme base de données par défaut Chiffres - KeePass DX © %1$d Kunzisoft n’offre absolument aucune garantie. Il s’agit d’un logiciel libre, vous pouvez le redistribuer sous les conditions de la licence GPL v3 ou ultérieure. + KeePassDX © %1$d Kunzisoft n’offre absolument aucune garantie. Il s’agit d’un logiciel libre, vous pouvez le redistribuer sous les conditions de la licence GPL v3 ou ultérieure. Dernier accès Annuler Notes @@ -65,7 +65,7 @@ URL Nom d’utilisateur Le chiffrement de flux ARCFOUR n’est pas pris en charge. - Impossible de gérer cette URI dans KeePass DX. + Impossible de gérer cette URI dans KeePassDX. Impossible de créer le fichier : Impossible de lire la base de données. Vérifier la validité du chemin. @@ -186,8 +186,8 @@ Apparence Général Remplissage automatique - Remplissage automatique des formulaires KeePass DX - Se connecter avec KeePass DX + Remplissage automatique des formulaires KeePassDX + Se connecter avec KeePassDX Définir le service de remplissage automatique par défaut Activer le remplissage automatique pour remplir rapidement des formulaires dans d’autres applications Taille du mot de passe généré @@ -341,7 +341,7 @@ Afficher les noms d’utilisateur dans les listes des entrées Compiler %1$s Magikeyboard - Magikeyboard (KeePass DX) + Magikeyboard (KeePassDX) Paramètres Magikeyboard Entrée Délai d’expiration @@ -426,7 +426,7 @@ Paramètres de sécurité Paramètres de clé maîtresse La base de données contient des UUID en double. - En validant cette boîte de dialogue, KeePass DX corrigera le problème (en générant de nouveaux UUID pour les doublons) et continuera. + En validant cette boîte de dialogue, KeePassDX corrigera le problème (en générant de nouveaux UUID pour les doublons) et continuera. Base de données ouverte Copier les champs de saisie à l\'aide du presse-papiers de votre appareil Notification persistante diff --git a/app/src/main/res/values-gl/strings.xml b/app/src/main/res/values-gl/strings.xml index 3d1a2f4f9..3ddce2655 100644 --- a/app/src/main/res/values-gl/strings.xml +++ b/app/src/main/res/values-gl/strings.xml @@ -1,7 +1,7 @@ Comentarios: Páxina inicial: - KeePass DX é unha implementación para Android do xestor de contrasinais KeePass. + KeePassDX é unha implementación para Android do xestor de contrasinais KeePass. Aceptar Engadir entrada Engadir grupo diff --git a/app/src/main/res/values-hi/strings.xml b/app/src/main/res/values-hi/strings.xml index 574450c7a..ae66459b0 100644 --- a/app/src/main/res/values-hi/strings.xml +++ b/app/src/main/res/values-hi/strings.xml @@ -24,13 +24,13 @@ क्लिपबोर्ड टाइमआउट क्लिपबोर्ड में भंडारण की अवधि अब क्लिपबोर्ड को साफ करने के लिए स्वाइप करें - क्लिपबोर्ड पर% 1 $ s को कॉपी करने के लिए चयन करें + क्लिपबोर्ड पर %1$s को कॉपी करने के लिए चयन करें डेटाबेस कुंजी पुनर्प्राप्त कर रहा है… डेटाबेस डेटाबेस सामग्री डिक्रिप्टिंग… डिफ़ॉल्ट डेटाबेस के रूप में उपयोग करें अंक - KeePass DX © %1$d Kunzisoft बिल्कुल कोई वारंटी के साथ आता है । यह लाइब्रे सॉफ्टवेयर है, और जीपीएल संस्करण 3 या बाद की शर्तों के तहत इसे पुनर्वितरित करने के लिए आपका स्वागत है। + KeePassDX © %1$d Kunzisoft बिल्कुल कोई वारंटी के साथ आता है । यह लाइब्रे सॉफ्टवेयर है, और जीपीएल संस्करण 3 या बाद की शर्तों के तहत इसे पुनर्वितरित करने के लिए आपका स्वागत है। एक्सेस किया गया रद्द करें टिप्पणियाँ @@ -45,7 +45,7 @@ शीर्षक यू.आर.एल उपयोगकर्ता का नाम - KeePass DX में इस URI को संभाल नहीं सका। + KeePassDX में इस URI को संभाल नहीं सका। फाइल नहीं बना सका: डाटाबेस नहीं पढ़ सका। सुनिश्चित करें कि रास्ता सही है। diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml index bb1c47259..1e697b512 100644 --- a/app/src/main/res/values-hu/strings.xml +++ b/app/src/main/res/values-hu/strings.xml @@ -2,20 +2,20 @@ Visszajelzés @@ -44,7 +44,7 @@ Adatbázis-tartalom titkosításának feloldása… Használat alapértelmezett adatbázisként Számok - KeePass DX © %1$d Kunzisoft. Ehhez a programhoz semmilyen garancia nem jár. Ez egy szabad szoftver, a GNU General Public License 3-as vagy későbbi verziójának feltételei mellett terjeszthető, illetve módosítható. + KeePassDX © %1$d Kunzisoft. Ehhez a programhoz semmilyen garancia nem jár. Ez egy szabad szoftver, a GNU General Public License 3-as vagy későbbi verziójának feltételei mellett terjeszthető, illetve módosítható. Létező adatbázis megnyitása Utolsó hozzáférés Mégsem @@ -60,7 +60,7 @@ URL Felhasználónév Az ARCFOUR adatfolyam-titkosítás nem támogatott. - Ez az URI nem kezelhető a KeePass DX-ben. + Ez az URI nem kezelhető a KeePassDX-ben. Nem sikerült létrehozni a fájlt: Az adatbázist nem lehet olvasni. Győződjön meg róla, hogy az útvonal helyes. @@ -123,7 +123,7 @@ Feldolgozás… Védelem Írásvédett - A KeePass DX-nek írási engedélyre van szüksége, hogy bármit is módosíthasson az adatbázisban. + A KeePassDX-nek írási engedélyre van szüksége, hogy bármit is módosíthasson az adatbázisban. Előző fájlok előzményei Az előző fájlnevek megjegyzése Megjegyzi az adatbázis-kulcsfájlok helyét @@ -223,8 +223,8 @@ Megjelenés Általános Automatikus kitöltés - KeePass DX űrlapkitöltés - Bejelentkezés a KeePass DX-szel + KeePassDX űrlapkitöltés + Bejelentkezés a KeePassDX-szel Alapértelmezett automatikus kitöltési szolgáltatás beállítása Automatikus kitöltés engedélyezése az űrlapok gyors kitöltéséhez más alkalmazásokban Előállított jelszó mérete @@ -269,7 +269,7 @@ Mágikus billentyűzet Egyéni billentyűzet aktiválása, amely kitölti a jelszavakat és az összes azonosító mezőt Mágikus billentyűzet - Mágikus billentyűzet (KeePass DX) + Mágikus billentyűzet (KeePassDX) Mágikus billentyűzet beállításai Bejegyzés Időtúllépés diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index 6603a6932..51c958810 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -2,20 +2,20 @@ @@ -44,7 +44,7 @@ Decodifica contenuto database… Usa come database predefinito Numeri - KeePass DX © %1$d Kunzisoft viene distribuito assolutamente con nessuna garanzia. Si tratta di software libero e sei invitato a distribuirlo sotto le condizioni della licenza GPL versione 3 o successiva. + KeePassDX © %1$d Kunzisoft viene distribuito assolutamente con nessuna garanzia. Si tratta di software libero e sei invitato a distribuirlo sotto le condizioni della licenza GPL versione 3 o successiva. Note Apri un database esistente Ultimo accesso @@ -61,7 +61,7 @@ URL Nome utente La codifica a flusso ARCFOUR non è supportata. - KeePass DX non può gestire questo URI. + KeePassDX non può gestire questo URI. Impossibile creare il file: Lettura del database fallita. Assicurati che il percorso sia corretto. @@ -123,7 +123,7 @@ In corso… Protezione Sola lettura - KeePass DX richiede l\'autorizzazione di scrittura per poter modificare il tuo database. + KeePassDX richiede l\'autorizzazione di scrittura per poter modificare il tuo database. Cronologia file recenti Ricorda i file recenti Ricorda la posizione dei file chiave dei database @@ -214,8 +214,8 @@ Aspetto Generale Autocompletamento - Autocompletamento di KeePass DX - Accedi con KeePass DX + Autocompletamento di KeePassDX + Accedi con KeePassDX Imposta servizio predefinito di autocompletamento Attiva l\'autocompletamento per compilare velocemente i moduli in altre app Dimensione password generata @@ -335,7 +335,7 @@ Appunti Build %1$s Magitastiera - Magitastiera (KeePass DX) + Magitastiera (KeePassDX) Impostazioni Magitastiera Elemento Scadenza diff --git a/app/src/main/res/values-iw/strings.xml b/app/src/main/res/values-iw/strings.xml index 3009b22f2..2d19201f2 100644 --- a/app/src/main/res/values-iw/strings.xml +++ b/app/src/main/res/values-iw/strings.xml @@ -2,24 +2,24 @@ משוב דף הבית - KeePass DX היא תוכנה המממשת את מנהל הסיסמאות KeePass לאנרואיד. + KeePassDX היא תוכנה המממשת את מנהל הסיסמאות KeePass לאנרואיד. קבל הוסף ערך הוסף קבוצה @@ -58,7 +58,7 @@ שם שם משתמש צופן זרם ArcFour אינו נתמך. - KeePass DX לא יכול לטפל ב-URI הזה. + KeePassDX לא יכול לטפל ב-URI הזה. לא הצליח ליצור קובץ: מסד נתונים לא חוקי. נתיב לא חוקי. @@ -119,7 +119,7 @@ צור מסד נתונים חדש… עובד… הגנה - ל-KeePass DX אין הרשאות כתיבה למסד הנתונים הזה, ולכן הוא יפתח לקריאה בלבד. + ל-KeePassDX אין הרשאות כתיבה למסד הנתונים הזה, ולכן הוא יפתח לקריאה בלבד. היסטוריית קובץ אחרונה שמור קבצים שהיו בשימוש לאחרונה זכור מיקום קבצי מפתח diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index efd004106..9ac22d496 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -2,20 +2,20 @@ フィードバック ホームページ @@ -39,7 +39,7 @@ データベースを解析中… このデータベースを次回以降も利用する 数字 - KeePass DX © %1$d Kunzisoft によって作られたフリーソフトウェアであり、無保証です。GPLバージョン3以上の条件下でこれを再頒布することができます。 + KeePassDX © %1$d Kunzisoft によって作られたフリーソフトウェアであり、無保証です。GPLバージョン3以上の条件下でこれを再頒布することができます。 データベースファイル 最終アクセス日 キャンセル @@ -55,7 +55,7 @@ URL ユーザー名 ArcFour stream cipherには対応していません。 - KeePass DXはこのuriを処理できません。 + KeePassDXはこのuriを処理できません。 ファイルを作成できません。 無効なデータベースです。 パスが無効です。 @@ -182,7 +182,7 @@ 新しいデータベースを作成 保護 書き込み保護 - Keepass DX は、データベースを変更するために書き込みアクセス許可が必要です。 + KeePassDX は、データベースを変更するために書き込みアクセス許可が必要です。 最近使用したファイルの履歴 最近使用したファイル名を記憶します すべてのデータで使用するデータベース暗号化アルゴリズム。 diff --git a/app/src/main/res/values-ko/strings.xml b/app/src/main/res/values-ko/strings.xml index e6296d445..ba7c6531b 100644 --- a/app/src/main/res/values-ko/strings.xml +++ b/app/src/main/res/values-ko/strings.xml @@ -2,20 +2,20 @@ 피드백 @@ -49,7 +49,7 @@ 데이터베이스 컨텐츠 암호 해독 중… 기본 데이터베이스로 사용 단위 - KeePass DX © %1$d Kunzisoft는 보증이 적용되지 않습니다; 이것은 자유 소프트웨어이며, GPL 버전 3 또는 그 이상의 조건으로의 재배포를 환영합니다. + KeePassDX © %1$d Kunzisoft는 보증이 적용되지 않습니다; 이것은 자유 소프트웨어이며, GPL 버전 3 또는 그 이상의 조건으로의 재배포를 환영합니다. 접근됨 취소 노트 @@ -65,7 +65,7 @@ 링크 아이디 ARCFOUR 스트림 암호는 지원되지 않습니다. - KeePass DX에서는 이 URI를 처리할 수 없습니다. + KeePassDX에서는 이 URI를 처리할 수 없습니다. 파일을 생성할 수 없음: 데이터베이스를 읽을 수 없음. 경로가 확실한지 확인하십시오. @@ -145,7 +145,7 @@ 작업 중… 보호 쓰기 보호됨 - KeePass DX는 데이터베이스를 수정하기 위해 쓰기 권한이 필요합니다. + KeePassDX는 데이터베이스를 수정하기 위해 쓰기 권한이 필요합니다. 최근 파일 기록 최근 파일 이름 기억하기 데이터베이스 키 파일 위치 기억하기 diff --git a/app/src/main/res/values-lt/strings.xml b/app/src/main/res/values-lt/strings.xml index 0b7b627f7..803fa6486 100644 --- a/app/src/main/res/values-lt/strings.xml +++ b/app/src/main/res/values-lt/strings.xml @@ -1,6 +1,6 @@ - KeePass DX yra KeePass slaptažodžių tvarkyklės realizacija Android platformai + KeePassDX yra KeePass slaptažodžių tvarkyklės realizacija Android platformai Iškarpinė išvalyta. Neteisingas slaptažodis arba rakto failas. Atsiliepimai: @@ -76,7 +76,7 @@ Iškarpinės išvalymas nepavyko Teksto dydis grupės sąraše Neiškoti atkūrimo įrašuose - KeePass DX negali apdoroti šio uri. + KeePassDX negali apdoroti šio uri. Įrašo duomenys nerasti. Rakto failas yra tuščias. Rakto failas neegzistuoja. diff --git a/app/src/main/res/values-lv/strings.xml b/app/src/main/res/values-lv/strings.xml index 938e77cd2..e76b805e5 100644 --- a/app/src/main/res/values-lv/strings.xml +++ b/app/src/main/res/values-lv/strings.xml @@ -2,7 +2,7 @@ Atsauksmes: Mājaslapa: - KeePass DX ir KeePass paroļu menedžera Android implementācija + KeePassDX ir KeePass paroļu menedžera Android implementācija Pieņemt Jauns ieraksts Jauna grupa diff --git a/app/src/main/res/values-nb/strings.xml b/app/src/main/res/values-nb/strings.xml index d968e6d39..bad406ce6 100644 --- a/app/src/main/res/values-nb/strings.xml +++ b/app/src/main/res/values-nb/strings.xml @@ -2,20 +2,20 @@ Tilbakemelding @@ -49,7 +49,7 @@ Dekrypterer databaseinnhold… Bruk dette som forvalgt database Siffer - KeePass DX © %1$d Kunzisoft kommer uten noen form for garanti. Dette er fri programvare, og du er velkommen til å redistribuere det i henhold til vilkårene i GPL versjon 3 eller senere. + KeePassDX © %1$d Kunzisoft kommer uten noen form for garanti. Dette er fri programvare, og du er velkommen til å redistribuere det i henhold til vilkårene i GPL versjon 3 eller senere. Brukt Avbryt Kommentarer @@ -65,7 +65,7 @@ Nettadresse Brukernavn ARCFOUR-strømchifferet støttes ikke. - KeePass DX kan ikke håntere denne URI-en. + KeePassDX kan ikke håntere denne URI-en. Kunne ikke opprette fil: Ugyldig database eller fremmed hovednøkkel. Ugyldig sti. @@ -145,7 +145,7 @@ Arbeider… Beskyttelse Skrivebeskyttet - KeePass DX har ikke skrivetilgang til din databaseplassering, så den vil bli åpnet skrivebeskyttet. + KeePassDX har ikke skrivetilgang til din databaseplassering, så den vil bli åpnet skrivebeskyttet. Nylig filhistorikk Husk nylig brukte filnavn Husk nøkkelfilers plassering @@ -199,8 +199,8 @@ Utseende Generelt Autofyll - KeePass DX autofyll-tjeneste - Logg inn med KeePass DX + KeePassDX autofyll-tjeneste + Logg inn med KeePassDX Sett forvalgt autofyll-tjeneste Skru på tjenesten for å fylle ut skjema fra andre programmer Passordsstørrelse @@ -255,7 +255,7 @@ Tilbakestill visning av opplæringselementer Tilbakestilling av opplæringsskjermer Opprett din databasefil - Du kjenner ikke KeePass DX enda, opprett din første passordsaministrasjonsfil. + Du kjenner ikke KeePassDX enda, opprett din første passordsaministrasjonsfil. Åpne en eksisterende database Du har allerede brukt en KeePass-behandler. Bare åpne KDBX-filen fra din filbehandler. Legg til nye elementer i databasen din @@ -315,7 +315,7 @@ Endre programmets ikonpakke Bygg %1$s Magikeyboard - Magikeyboard (KeePass DX) + Magikeyboard (KeePassDX) Magikeyboard-innstillinger Oppføring Tidsavbrudd diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml index 411676eff..fd403642d 100644 --- a/app/src/main/res/values-nl/strings.xml +++ b/app/src/main/res/values-nl/strings.xml @@ -2,20 +2,20 @@ @@ -41,7 +41,7 @@ Bezig met ontsleutelen van databankinhoud… Gebruiken als standaarddatabank Getallen - KeePass DX © %1$d Kunzisoft biedt geen enkele garantie. Dit is vrije software, dus je mag deze software verspreiden onder de voorwaarden van de GPL versie 3 of recenter. + KeePassDX © %1$d Kunzisoft biedt geen enkele garantie. Dit is vrije software, dus je mag deze software verspreiden onder de voorwaarden van de GPL versie 3 of recenter. Bestaande databank openen Laatst geopend Annuleren @@ -57,7 +57,7 @@ URL Gebruikersnaam De ARCFOUR stream-versleuteling wordt niet ondersteund. - KeePass DX kan deze URI niet verwerken. + KeePassDX kan deze URI niet verwerken. Kan bestand niet creëren: Kan databank niet uitlezen. Zorg ervoor dat het pad juist is. @@ -186,7 +186,7 @@ Lezen en schrijven Beveiliging Alleen-lezen - KeePass DX moet worden gemachtigd om je databank te kunnen aanpassen. + KeePassDX moet worden gemachtigd om je databank te kunnen aanpassen. Recente bestandgeschiedenis Recent gebruikte bestandsnamen onthouden Het algoritme dat moet worden gebruikt om de gehele databank te versleutelen. @@ -221,8 +221,8 @@ Uiterlijk Algemeen Auto-aanvullen - KeePass DX auto-aanvullendienst - Inloggen met KeePass DX + KeePassDX auto-aanvullendienst + Inloggen met KeePassDX Standaard aanvuldienst instellen Schakel de dienst in om formulieren in andere apps snel in te vullen Gegenereerde wachtwoordgrootte @@ -335,7 +335,7 @@ Iconenverzameling gebruikt in de app Bouw %1$s Magikeyboard - Magikeyboard (Keepass DX) + Magikeyboard (KeePassDX) Magikeyboard-instellingen Item Time-out diff --git a/app/src/main/res/values-nn/strings.xml b/app/src/main/res/values-nn/strings.xml index 635b90503..ef3319b53 100644 --- a/app/src/main/res/values-nn/strings.xml +++ b/app/src/main/res/values-nn/strings.xml @@ -2,25 +2,25 @@ Tilbakemelding: Heimeside: - KeePass DX er ei android-utgåve av KeePass passordstyrar. + KeePassDX er ei android-utgåve av KeePass passordstyrar. Godta Legg til post Legg til gruppe @@ -40,7 +40,7 @@ Dekrypterer databasen … Standarddatabasen Tal - KeePass DX © %1$d Kunzisoft kjem med ingen som helst garanti. Dette er eit fritt program. Du er velkomen til å redistribuera det i samsvar med vilkåra til GPL utgåve 3 eller nyare. + KeePassDX © %1$d Kunzisoft kjem med ingen som helst garanti. Dette er eit fritt program. Du er velkomen til å redistribuera det i samsvar med vilkåra til GPL utgåve 3 eller nyare. Skriv filnamnet til databasen Brukt Avbryt @@ -56,7 +56,7 @@ Adresse Brukaramn Kan ikkje bruka ArcFour dataflytkryptering. - KeePass DX kan ikkje bruka denne ressursen. + KeePassDX kan ikkje bruka denne ressursen. Klarte ikkje å laga fila: Ugyldig database. Ugyldig stig. diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml index c42c36dfa..9057411df 100644 --- a/app/src/main/res/values-pl/strings.xml +++ b/app/src/main/res/values-pl/strings.xml @@ -2,20 +2,20 @@ Informacje zwrotne Strona domowa @@ -54,7 +54,7 @@ URL Nazwa użytkownika Strumieniowe szyfrowanie ArcFour nie jest wspierane. - Nie można obsłużyć tego identyfikatora URI w KeePass DX. + Nie można obsłużyć tego identyfikatora URI w KeePassDX. Nie można utworzyć pliku: Nie można odczytać bazy danych. Upewnij się, że ścieżka jest prawidłowa. @@ -159,7 +159,7 @@ Niektóre telefony Samsung z Androidem nie pozwalają aplikacjom korzystać ze schowka. Nie można wyczyścić schowka Przesuń, by wyczyścić schowek - KeePass DX © %1$d Kunzisoft korzystasz absolutnie bez gwarancji. To jest bezpłatne oprogramowanie i możesz go redystrybuować na warunkach GPL w wersji 3 lub późniejszej. + KeePassDX © %1$d Kunzisoft korzystasz absolutnie bez gwarancji. To jest bezpłatne oprogramowanie i możesz go redystrybuować na warunkach GPL w wersji 3 lub późniejszej. Nie znaleziono danych wejściowych. Nie można załadować bazy danych. Nie można załadować klucza. Spróbuj zmniejszyć użycie pamięć KDF. @@ -185,7 +185,7 @@ Modyfikowalne Ochrona Chroniony przed zapisem - KeePass DX potrzebuje uprawnień do zapisu, aby mógł modyfikować bazę danych. + KeePassDX potrzebuje uprawnień do zapisu, aby mógł modyfikować bazę danych. Algorytm szyfrowania bazy danych używany dla wszystkich danych. Aby wygenerować klucz dla algorytmu szyfrowania, klucz główny jest transformowany przy użyciu losowo solonej funkcji wyprowadzania klucza. Użycie pamięci @@ -219,8 +219,8 @@ Wygląd Ogólne Wypełnij automatycznie - Autouzupełnianie formularzy KeePass DX - Zaloguj się za pomocą KeePass DX + Autouzupełnianie formularzy KeePassDX + Zaloguj się za pomocą KeePassDX Ustaw domyślną usługę autouzupełniania Włącz autouzupełnianie, aby móc szybko wypełniać formularze w innych aplikacjach Wygenerowany rozmiar hasła @@ -331,7 +331,7 @@ Pakiet ikon używany w aplikacji Kompilacja %1$s Magikeyboard - Magikeyboard (KeePass DX) + Magikeyboard (KeePassDX) Ustawienia Magikeyboard Wpis Limit czasu @@ -431,7 +431,7 @@ Okres musi wynosić od %1$d do %2$d sekund. Token musi zawierać %1$d do %2$d cyfr. %1$s o tym samym identyfikatorze UUID %2$s już istnieje. - Weryfikując to okno dialogowe, KeePass DX rozwiąże problem (poprzez wygenerowanie nowych UUID dla duplikatów) i będzie kontynuował. + Weryfikując to okno dialogowe, KeePassDX rozwiąże problem (poprzez wygenerowanie nowych UUID dla duplikatów) i będzie kontynuował. Skopiuj pola wprowadzania danych za pomocą schowka urządzenia Użyj zaawansowanego odblokowywania w celu łatwiejszego otwierania bazy danych Kompresja danych zmniejsza rozmiar bazy danych. diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index ce4ce7e26..6e0e453ce 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -2,24 +2,24 @@ Comentários Página inicial - KeePass DX é uma implementação para Android do gerenciador de senhas KeePass + KeePassDX é uma implementação para Android do gerenciador de senhas KeePass Aceitar Adicionar entrada Adicionar grupo @@ -39,7 +39,7 @@ Descriptografando conteúdo do banco de dados… Usar como banco de dados padrão Digitos - KeePass DX © %1$d Kunzisoft vem com absolutamente nenhuma garantia. Este é um software livre, e você está convidado a redistribui-lo sob as condições da GPL versão 3 ou posterior. + KeePassDX © %1$d Kunzisoft vem com absolutamente nenhuma garantia. Este é um software livre, e você está convidado a redistribui-lo sob as condições da GPL versão 3 ou posterior. Abrir banco de dados existente Acessado Cancelar @@ -55,7 +55,7 @@ URL Nome de usuário A cifra de fluxo ARCFOUR não é suportada. - Não pôde tratar esta URI no KeePass DX. + Não pôde tratar esta URI no KeePassDX. Não foi possível criar o arquivo: Falha ao ler o banco. Certifique-se de que o caminho está correto. @@ -178,7 +178,7 @@ Leitura e escrita Proteção Apenas leitura - KeePass DX precisa de permissões de escrita para poder mudar qualquer coisa no seu banco. + KeePassDX precisa de permissões de escrita para poder mudar qualquer coisa no seu banco. Histórico de arquivos recentes Lembrar nomes recentes de arquivos Algoritmo de encriptação usado para todos os dados. @@ -213,8 +213,8 @@ Aparência Geral Preenchimento automático - Preenchimento Automático KeePass DX - Entre com o KeePass DX + Preenchimento Automático KeePassDX + Entre com o KeePassDX Definir serviço padrão de preenchimento automático Habilite o serviço para rapidamente preencher formulários em outros aplicativos Comprimento da senha gerada @@ -334,7 +334,7 @@ Área de transferência Build %1$s Magikeyboard - Magikeyboard (KeePass DX) + Magikeyboard (KeePassDX) Configurações do Magikeyboard Entrada Tempo limite @@ -419,7 +419,7 @@ Configurações de segurança Configurações da chave mestre O banco de dados contém UUIDs duplicados. - Ao validar este diálogo, o KeePass DX irá consertar o problema (gerando um novo UUID para os duplicados) e continuar. + Ao validar este diálogo, o KeePassDX irá consertar o problema (gerando um novo UUID para os duplicados) e continuar. Banco de dados aberto Copiar campos de entrada usando a área de transferência do seu aparelho Notificação persistente diff --git a/app/src/main/res/values-pt-rPT/strings.xml b/app/src/main/res/values-pt-rPT/strings.xml index 0ff2da3d0..8588f9bdb 100644 --- a/app/src/main/res/values-pt-rPT/strings.xml +++ b/app/src/main/res/values-pt-rPT/strings.xml @@ -2,20 +2,20 @@ Comentários @@ -44,7 +44,7 @@ A desencriptar o conteúdo da base de dados… Utilizar como base de dados predefinida Dígitos - KeePass DX © %1$d Kunzisoft é fornecido absolutamente sem nenhuma garantia. Este software é livre, e pode redistribui-lo conforme as condições da licença GPL versão 3 ou superior. + KeePassDX © %1$d Kunzisoft é fornecido absolutamente sem nenhuma garantia. Este software é livre, e pode redistribui-lo conforme as condições da licença GPL versão 3 ou superior. Abrir banco de dados existente Acedido Cancelar @@ -61,7 +61,7 @@ URL Nome de utilizador A cifra de fluxo ARCFOUR não é suportada. - Não pôde tratar esta URI no KeePass DX. + Não pôde tratar esta URI no KeePassDX. Não foi possível criar o ficheiro: Não foi possível ler a base de dados. Certifique-se que o caminho é válido. @@ -124,7 +124,7 @@ Em funcionamento… Proteção Apenas leitura - KeePass DX precisa de permissões de escrita para poder mudar qualquer coisa no seu banco. + KeePassDX precisa de permissões de escrita para poder mudar qualquer coisa no seu banco. Histórico de ficheiros recentes Lembrar nomes recentes de ficheiros Lembra o local dos ficheiros-chave dos bancos de dados @@ -212,8 +212,8 @@ Aparência Geral Preenchimento automático - Serviço de Preenchimento Automático do KeePass DX - Entrar com KeePass DX + Serviço de Preenchimento Automático do KeePassDX + Entrar com KeePassDX Definir como serviço de preenchimento automático padrão Ativar o serviço para preencher formulários em outras aplicações Tamanho da palavra-chave gerada @@ -327,7 +327,7 @@ Mostrar nomes de usuário em listas de entrada Área de transferência Magikeyboard - Magikeyboard (KeePass DX) + Magikeyboard (KeePassDX) Configurações do Magikeyboard Entrada Tempo limite diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index 300eb77e0..85673a85a 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -2,20 +2,20 @@ Обратная связь Сайт @@ -43,7 +43,7 @@ Расшифровка базы… База по умолчанию Цифры - Приложение KeePass DX © %1$d Kunzisoft предоставляется без каких-либо гарантий. Распространяется свободно по лицензии GPL v3 или новее. + Приложение KeePassDX © %1$d Kunzisoft предоставляется без каких-либо гарантий. Распространяется свободно по лицензии GPL v3 или новее. Открыть существующую базу Доступ Отмена @@ -60,7 +60,7 @@ Ссылка Имя Потоковый шифр ARCFOUR не поддерживается. - Невозможно обработать указанный URI в KeePass DX. + Невозможно обработать указанный URI в KeePassDX. Невозможно создать файл: Невозможно прочитать базу. Убедитесь, что путь указан правильно. @@ -123,7 +123,7 @@ Обработка… Защита Только чтение - KeePass DX необходимо разрешение на запись, чтобы иметь возможность изменить что-либо в вашей базе. + KeePassDX необходимо разрешение на запись, чтобы иметь возможность изменить что-либо в вашей базе. Недавно открытые Хранить имена недавно открытых файлов Хранить пути к файлам ключей @@ -219,8 +219,8 @@ Внешний вид Общие Автозаполнение - Сервис автозаполнения KeePass DX - Войти с помощью KeePass DX + Сервис автозаполнения KeePassDX + Войти с помощью KeePassDX Включить сервис для быстрого заполнения форм в других приложениях Сервис автозаполнения по умолчанию Длина создаваемого пароля @@ -329,7 +329,7 @@ Набор значков Набор значков, используемый в приложении Magikeyboard - Magikeyboard (KeePass DX) + Magikeyboard (KeePassDX) Настройки Magikeyboard Сборка %1$s Запись @@ -415,7 +415,7 @@ Настройки безопасности Настройки главного пароля База содержит повторяющиеся UUID. - Если вы разрешите, KeePass DX исправит проблему (путём создания новых UUID для дубликатов) и продолжит работу. + Если вы разрешите, KeePassDX исправит проблему (путём создания новых UUID для дубликатов) и продолжит работу. База открыта Копирование полей ввода с помощью буфера обмена устройства Постоянное уведомление diff --git a/app/src/main/res/values-sk/strings.xml b/app/src/main/res/values-sk/strings.xml index be3e4cfc9..0178f8951 100644 --- a/app/src/main/res/values-sk/strings.xml +++ b/app/src/main/res/values-sk/strings.xml @@ -2,20 +2,20 @@ Spätná väzba Domovská stránka @@ -39,7 +39,7 @@ Dešifrujem obsah databázy… Použiť ako predvolenú databázu Číslice - KeePass DX © %1$d Kunzisoft použitie Absolútne bez Záruky. Toto je free software, a môžete ho používať pod GPL ver. 3 alebo vyššie. + KeePassDX © %1$d Kunzisoft použitie Absolútne bez Záruky. Toto je free software, a môžete ho používať pod GPL ver. 3 alebo vyššie. Vložte názov Databázy Pristupované Zrušiť @@ -55,7 +55,7 @@ URL Meno používateľa ArcFour stream šifra nieje podporovaná. - KeePass DX nevie použiť túto uri. + KeePassDX nevie použiť túto uri. Neviem vytvoriť súbor: Chybná databáza. Chybná cesta. diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml index f420dc3e4..02523c670 100644 --- a/app/src/main/res/values-sv/strings.xml +++ b/app/src/main/res/values-sv/strings.xml @@ -2,20 +2,20 @@ @@ -45,7 +45,7 @@ Dekrypterar databasinnehåll… Använd som standarddatabas Siffror - KeePass DX © %1$d Kunzisoft kommer HELT UTAN GARANTIER; Detta är fri programvara och du är välkommen att distribuera den utifrån villkoren i GPL version 3 eller senare. + KeePassDX © %1$d Kunzisoft kommer HELT UTAN GARANTIER; Detta är fri programvara och du är välkommen att distribuera den utifrån villkoren i GPL version 3 eller senare. Ange databasnamn Senast använd Avbryt @@ -61,7 +61,7 @@ URL Användarnamn Strömchiffret ArcFour stöds inte. - KeePass DX kan inte hantera denna URI. + KeePassDX kan inte hantera denna URI. Kunde inte skapa filen: Ogiltig databas. Ogiltig sökväg. diff --git a/app/src/main/res/values-sw600dp-land/dimens.xml b/app/src/main/res/values-sw600dp-land/dimens.xml index 1c997bf84..ee7b49205 100644 --- a/app/src/main/res/values-sw600dp-land/dimens.xml +++ b/app/src/main/res/values-sw600dp-land/dimens.xml @@ -1,4 +1,22 @@ + 0.5 diff --git a/app/src/main/res/values-sw600dp-port/dimens.xml b/app/src/main/res/values-sw600dp-port/dimens.xml index f6bb99ee0..9184c0fe9 100644 --- a/app/src/main/res/values-sw600dp-port/dimens.xml +++ b/app/src/main/res/values-sw600dp-port/dimens.xml @@ -1,4 +1,22 @@ + 0.7 diff --git a/app/src/main/res/values-te/strings.xml b/app/src/main/res/values-te/strings.xml index 82db1a564..1c0eb7b1f 100644 --- a/app/src/main/res/values-te/strings.xml +++ b/app/src/main/res/values-te/strings.xml @@ -1,7 +1,7 @@ అభిప్రాయం: హోమ్ పేజీ: - KeePass DX అనేది KeePass పాస్వర్డ్ మేనేజర్ యొక్క యాండ్రాయిడ్ అమలు. + KeePassDX అనేది KeePass పాస్వర్డ్ మేనేజర్ యొక్క యాండ్రాయిడ్ అమలు. ఆమోదించు "ఎంట్రీని జత చెయ్యండి " ఎంట్రీని మార్పు చెయ్యండి diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml index 1fd58c6f4..aac99af81 100644 --- a/app/src/main/res/values-tr/strings.xml +++ b/app/src/main/res/values-tr/strings.xml @@ -2,20 +2,20 @@ Geri Bildirim Ana sayfa @@ -64,11 +64,11 @@ Veritabanı içeriği deşifre ediliyor… Varsayılan veritabanı olarak kullan Rakamlar - KeePass DX © %1$d Kunzisoft kesinlikle bir garanti vermez. Bu, libre yazılımıdır ve GPL sürüm 3 veya üzeri şartlar altında yeniden dağıtmanız mümkündür. + KeePassDX © %1$d Kunzisoft kesinlikle bir garanti vermez. Bu, libre yazılımıdır ve GPL sürüm 3 veya üzeri şartlar altında yeniden dağıtmanız mümkündür. Süre sonu Anahtar dosya ARCFOUR akış şifresi desteklenmiyor. - Bu URI, KeePass DX\'te işlenemedi. + Bu URI, KeePassDX\'te işlenemedi. Bir anahtar dosyası seçin. Tüm veritabanınızı yüklemek için bellek yok. Veritabanınız yüklenemedi. @@ -144,7 +144,7 @@ Çalışıyor… Koruma Yazma korumalı - Veritabanınızdaki herhangi bir şeyi değiştirmek için KeePass DX\'in yazma iznine ihtiyacı var. + Veritabanınızdaki herhangi bir şeyi değiştirmek için KeePassDX\'in yazma iznine ihtiyacı var. Son dosya geçmişi Son dosya adlarını hatırla Veritabanı anahtar dosyaların yerini hatırlar @@ -201,8 +201,8 @@ Görünüm Genel Otomatik Doldurma - KeePass DX formu otomatik doldurma - KeePass DX ile giriş yap + KeePassDX formu otomatik doldurma + KeePassDX ile giriş yap Varsayılan otomatik doldurma hizmetini ayarla Diğer uygulamalardaki formları hızlı doldurmak için otomatik doldurmayı etkinleştirin Oluşturulan parola boyutu @@ -247,7 +247,7 @@ Magikeyboard Parolalarınızı ve tüm kimlik alanlarınızı içeren özel bir klavye etkinleştirin Magikeyboard - Magikeyboard (KeePass DX) + Magikeyboard (KeePassDX) Magikeyboard ayarları Girdi Zaman aşımı @@ -402,7 +402,7 @@ Güvenlik ayarları Ana Anahtar ayarları Veritabanı tekrarlanan UUID\'ler içermektedir. - Bu iletişim kutusunu doğrulayarak, KeePass DX sorunu çözecek (tekrarlananlar için yeni UUID\'ler oluşturarak) ve devam edecektir. + Bu iletişim kutusunu doğrulayarak, KeePassDX sorunu çözecek (tekrarlananlar için yeni UUID\'ler oluşturarak) ve devam edecektir. Veritabanı açıldı Cihazınızın panosunu kullanarak giriş alanlarını kopyala Kalıcı bildirim diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml index 187ff0e1c..423fedb8e 100644 --- a/app/src/main/res/values-uk/strings.xml +++ b/app/src/main/res/values-uk/strings.xml @@ -2,25 +2,25 @@ Зворотний зв’язок: Домашня сторінка: - KeePass DX є Android версією менеджера паролів KeePass. + KeePassDX є Android версією менеджера паролів KeePass. Прийняти Додати запис Додати групу @@ -40,7 +40,7 @@ Розшифрування змісту бази даних… Використовувати як мою типову базу даних Цифри - KeePass DX © %1$d Kunzisoft comes with absolutely no warranty. This is free software, and you are welcome to redistribute it under the conditions of the GPL version 3 or later. + KeePassDX © %1$d Kunzisoft comes with absolutely no warranty. This is free software, and you are welcome to redistribute it under the conditions of the GPL version 3 or later. Введіть ім’я бази даних Доступ Відміна @@ -56,7 +56,7 @@ URL Ім’я користувача Потокове шифрування ArcFour не підтримується. - KeePass DX не може опрацювати цю адресу. + KeePassDX не може опрацювати цю адресу. Не можливо створити файл: Невірна база даних. Невірний шлях. diff --git a/app/src/main/res/values-v14/styles.xml b/app/src/main/res/values-v14/styles.xml index 397383cfa..c1322ce0b 100644 --- a/app/src/main/res/values-v14/styles.xml +++ b/app/src/main/res/values-v14/styles.xml @@ -1,4 +1,22 @@ +