From f2257868974e8393b86578030e4ca85bcd6bc07b Mon Sep 17 00:00:00 2001 From: Daniel Ziegenberg Date: Sun, 10 May 2020 14:56:38 +0200 Subject: [PATCH] (FIX) update year to current in copyright in license file Signed-off-by: Daniel Ziegenberg --- LICENSE.txt | 2 +- README.md | 2 +- .../java/org/shadowice/flocke/andotp/ApplicationTest.java | 2 +- .../org/shadowice/flocke/andotp/Activities/AboutActivity.java | 2 +- .../flocke/andotp/Activities/AuthenticateActivity.java | 2 +- .../shadowice/flocke/andotp/Activities/BackupActivity.java | 2 +- .../org/shadowice/flocke/andotp/Activities/BaseActivity.java | 2 +- .../org/shadowice/flocke/andotp/Activities/MainActivity.java | 2 +- .../flocke/andotp/Activities/PanicResponderActivity.java | 2 +- .../shadowice/flocke/andotp/Activities/SettingsActivity.java | 2 +- .../shadowice/flocke/andotp/Activities/ThemedActivity.java | 2 +- .../main/java/org/shadowice/flocke/andotp/Database/Entry.java | 2 +- .../shadowice/flocke/andotp/Dialogs/ManualEntryDialog.java | 2 +- .../java/org/shadowice/flocke/andotp/Dialogs/TagsDialog.java | 4 ++-- .../flocke/andotp/Preferences/CredentialsPreference.java | 2 +- .../andotp/Preferences/PasswordEncryptedPreference.java | 2 +- .../java/org/shadowice/flocke/andotp/Utilities/Constants.java | 2 +- .../org/shadowice/flocke/andotp/Utilities/DatabaseHelper.java | 2 +- .../shadowice/flocke/andotp/Utilities/DimensionConverter.java | 4 ++-- .../shadowice/flocke/andotp/Utilities/EncryptionHelper.java | 2 +- .../org/shadowice/flocke/andotp/Utilities/EntryThumbnail.java | 4 ++-- .../org/shadowice/flocke/andotp/Utilities/FileHelper.java | 2 +- .../org/shadowice/flocke/andotp/Utilities/KeyStoreHelper.java | 2 +- .../org/shadowice/flocke/andotp/Utilities/LetterBitmap.java | 4 ++-- .../shadowice/flocke/andotp/Utilities/SecretKeyWrapper.java | 2 +- .../java/org/shadowice/flocke/andotp/Utilities/Settings.java | 2 +- .../shadowice/flocke/andotp/Utilities/TokenCalculator.java | 2 +- .../java/org/shadowice/flocke/andotp/Utilities/Tools.java | 2 +- .../java/org/shadowice/flocke/andotp/Utilities/UIHelper.java | 2 +- .../org/shadowice/flocke/andotp/View/EntriesCardAdapter.java | 2 +- .../org/shadowice/flocke/andotp/View/EntryViewHolder.java | 2 +- .../java/org/shadowice/flocke/andotp/View/TagsAdapter.java | 4 ++-- .../flocke/andotp/View/ThumbnailSelectionAdapter.java | 4 ++-- 33 files changed, 39 insertions(+), 39 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index d3e98e9a..10eee34b 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (C) 2017-2018 Jakob Nixdorf +Copyright (C) 2017-2020 Jakob Nixdorf Copyright (C) 2015 Bruno Bierbaumer Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/README.md b/README.md index 54f1578f..c5ce490f 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ If you want to show your appreciation for our work with a small donation you can ## License: ``` -Copyright (C) 2017-2018 Jakob Nixdorf +Copyright (C) 2017-2020 Jakob Nixdorf Copyright (C) 2015 Bruno Bierbaumer Permission is hereby granted, free of charge, to any person obtaining a copy of diff --git a/app/src/androidTest/java/org/shadowice/flocke/andotp/ApplicationTest.java b/app/src/androidTest/java/org/shadowice/flocke/andotp/ApplicationTest.java index 7afd0c9b..184d7bfe 100644 --- a/app/src/androidTest/java/org/shadowice/flocke/andotp/ApplicationTest.java +++ b/app/src/androidTest/java/org/shadowice/flocke/andotp/ApplicationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2018 Jakob Nixdorf + * Copyright (C) 2017-2020 Jakob Nixdorf * Copyright (C) 2015 Bruno Bierbaumer * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/app/src/main/java/org/shadowice/flocke/andotp/Activities/AboutActivity.java b/app/src/main/java/org/shadowice/flocke/andotp/Activities/AboutActivity.java index 8d945859..58ebe16a 100644 --- a/app/src/main/java/org/shadowice/flocke/andotp/Activities/AboutActivity.java +++ b/app/src/main/java/org/shadowice/flocke/andotp/Activities/AboutActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2018 Jakob Nixdorf + * Copyright (C) 2017-2020 Jakob Nixdorf * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/app/src/main/java/org/shadowice/flocke/andotp/Activities/AuthenticateActivity.java b/app/src/main/java/org/shadowice/flocke/andotp/Activities/AuthenticateActivity.java index b1401867..a18e5d65 100644 --- a/app/src/main/java/org/shadowice/flocke/andotp/Activities/AuthenticateActivity.java +++ b/app/src/main/java/org/shadowice/flocke/andotp/Activities/AuthenticateActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2018 Jakob Nixdorf + * Copyright (C) 2017-2020 Jakob Nixdorf * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/app/src/main/java/org/shadowice/flocke/andotp/Activities/BackupActivity.java b/app/src/main/java/org/shadowice/flocke/andotp/Activities/BackupActivity.java index 71fc27b9..d56afd6a 100644 --- a/app/src/main/java/org/shadowice/flocke/andotp/Activities/BackupActivity.java +++ b/app/src/main/java/org/shadowice/flocke/andotp/Activities/BackupActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2018 Jakob Nixdorf + * Copyright (C) 2017-2020 Jakob Nixdorf * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/app/src/main/java/org/shadowice/flocke/andotp/Activities/BaseActivity.java b/app/src/main/java/org/shadowice/flocke/andotp/Activities/BaseActivity.java index 30d11540..108adca3 100644 --- a/app/src/main/java/org/shadowice/flocke/andotp/Activities/BaseActivity.java +++ b/app/src/main/java/org/shadowice/flocke/andotp/Activities/BaseActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2018 Jakob Nixdorf + * Copyright (C) 2017-2020 Jakob Nixdorf * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/app/src/main/java/org/shadowice/flocke/andotp/Activities/MainActivity.java b/app/src/main/java/org/shadowice/flocke/andotp/Activities/MainActivity.java index ae537d32..56c8538d 100644 --- a/app/src/main/java/org/shadowice/flocke/andotp/Activities/MainActivity.java +++ b/app/src/main/java/org/shadowice/flocke/andotp/Activities/MainActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2018 Jakob Nixdorf + * Copyright (C) 2017-2020 Jakob Nixdorf * Copyright (C) 2015 Bruno Bierbaumer * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/app/src/main/java/org/shadowice/flocke/andotp/Activities/PanicResponderActivity.java b/app/src/main/java/org/shadowice/flocke/andotp/Activities/PanicResponderActivity.java index 37d3063d..d915232b 100644 --- a/app/src/main/java/org/shadowice/flocke/andotp/Activities/PanicResponderActivity.java +++ b/app/src/main/java/org/shadowice/flocke/andotp/Activities/PanicResponderActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2018 Jakob Nixdorf + * Copyright (C) 2017-2020 Jakob Nixdorf * Copyright (C) 2017 Carlos Melero * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/app/src/main/java/org/shadowice/flocke/andotp/Activities/SettingsActivity.java b/app/src/main/java/org/shadowice/flocke/andotp/Activities/SettingsActivity.java index 7693f6be..6534bb79 100644 --- a/app/src/main/java/org/shadowice/flocke/andotp/Activities/SettingsActivity.java +++ b/app/src/main/java/org/shadowice/flocke/andotp/Activities/SettingsActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2018 Jakob Nixdorf + * Copyright (C) 2017-2020 Jakob Nixdorf * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/app/src/main/java/org/shadowice/flocke/andotp/Activities/ThemedActivity.java b/app/src/main/java/org/shadowice/flocke/andotp/Activities/ThemedActivity.java index 8c004d3d..0fc8da15 100644 --- a/app/src/main/java/org/shadowice/flocke/andotp/Activities/ThemedActivity.java +++ b/app/src/main/java/org/shadowice/flocke/andotp/Activities/ThemedActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2018 Jakob Nixdorf + * Copyright (C) 2017-2020 Jakob Nixdorf * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/app/src/main/java/org/shadowice/flocke/andotp/Database/Entry.java b/app/src/main/java/org/shadowice/flocke/andotp/Database/Entry.java index 11614bbb..ea89cdce 100644 --- a/app/src/main/java/org/shadowice/flocke/andotp/Database/Entry.java +++ b/app/src/main/java/org/shadowice/flocke/andotp/Database/Entry.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2018 Jakob Nixdorf + * Copyright (C) 2017-2020 Jakob Nixdorf * Copyright (C) 2015 Bruno Bierbaumer * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/app/src/main/java/org/shadowice/flocke/andotp/Dialogs/ManualEntryDialog.java b/app/src/main/java/org/shadowice/flocke/andotp/Dialogs/ManualEntryDialog.java index 62f9981d..0b0ff63b 100644 --- a/app/src/main/java/org/shadowice/flocke/andotp/Dialogs/ManualEntryDialog.java +++ b/app/src/main/java/org/shadowice/flocke/andotp/Dialogs/ManualEntryDialog.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2018 Jakob Nixdorf + * Copyright (C) 2017-2020 Jakob Nixdorf * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/app/src/main/java/org/shadowice/flocke/andotp/Dialogs/TagsDialog.java b/app/src/main/java/org/shadowice/flocke/andotp/Dialogs/TagsDialog.java index 6785bd9e..14f1e912 100644 --- a/app/src/main/java/org/shadowice/flocke/andotp/Dialogs/TagsDialog.java +++ b/app/src/main/java/org/shadowice/flocke/andotp/Dialogs/TagsDialog.java @@ -1,6 +1,6 @@ /* - * Copyright (C) 2017-2018 Jakob Nixdorf - * Copyright (C) 2017-2018 RichyHBM + * Copyright (C) 2017-2020 Jakob Nixdorf + * Copyright (C) 2017-2020 Richy HBM * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/app/src/main/java/org/shadowice/flocke/andotp/Preferences/CredentialsPreference.java b/app/src/main/java/org/shadowice/flocke/andotp/Preferences/CredentialsPreference.java index 9d1373df..046c5771 100644 --- a/app/src/main/java/org/shadowice/flocke/andotp/Preferences/CredentialsPreference.java +++ b/app/src/main/java/org/shadowice/flocke/andotp/Preferences/CredentialsPreference.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2018 Jakob Nixdorf + * Copyright (C) 2017-2020 Jakob Nixdorf * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/app/src/main/java/org/shadowice/flocke/andotp/Preferences/PasswordEncryptedPreference.java b/app/src/main/java/org/shadowice/flocke/andotp/Preferences/PasswordEncryptedPreference.java index 4fcc709f..252d772e 100644 --- a/app/src/main/java/org/shadowice/flocke/andotp/Preferences/PasswordEncryptedPreference.java +++ b/app/src/main/java/org/shadowice/flocke/andotp/Preferences/PasswordEncryptedPreference.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2018 Jakob Nixdorf + * Copyright (C) 2017-2020 Jakob Nixdorf * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/app/src/main/java/org/shadowice/flocke/andotp/Utilities/Constants.java b/app/src/main/java/org/shadowice/flocke/andotp/Utilities/Constants.java index 885a9912..0488b458 100644 --- a/app/src/main/java/org/shadowice/flocke/andotp/Utilities/Constants.java +++ b/app/src/main/java/org/shadowice/flocke/andotp/Utilities/Constants.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2018 Jakob Nixdorf + * Copyright (C) 2017-2020 Jakob Nixdorf * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/app/src/main/java/org/shadowice/flocke/andotp/Utilities/DatabaseHelper.java b/app/src/main/java/org/shadowice/flocke/andotp/Utilities/DatabaseHelper.java index 05db3379..2672bf83 100644 --- a/app/src/main/java/org/shadowice/flocke/andotp/Utilities/DatabaseHelper.java +++ b/app/src/main/java/org/shadowice/flocke/andotp/Utilities/DatabaseHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2018 Jakob Nixdorf + * Copyright (C) 2017-2020 Jakob Nixdorf * Copyright (C) 2015 Bruno Bierbaumer * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/app/src/main/java/org/shadowice/flocke/andotp/Utilities/DimensionConverter.java b/app/src/main/java/org/shadowice/flocke/andotp/Utilities/DimensionConverter.java index 07b24711..686351fd 100644 --- a/app/src/main/java/org/shadowice/flocke/andotp/Utilities/DimensionConverter.java +++ b/app/src/main/java/org/shadowice/flocke/andotp/Utilities/DimensionConverter.java @@ -1,6 +1,6 @@ /* - * Copyright (C) 2017-2018 Jakob Nixdorf - * Copyright (C) 2017-2018 Richy HBM + * Copyright (C) 2017-2020 Jakob Nixdorf + * Copyright (C) 2017-2020 Richy HBM * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/app/src/main/java/org/shadowice/flocke/andotp/Utilities/EncryptionHelper.java b/app/src/main/java/org/shadowice/flocke/andotp/Utilities/EncryptionHelper.java index 229309a7..74486c10 100644 --- a/app/src/main/java/org/shadowice/flocke/andotp/Utilities/EncryptionHelper.java +++ b/app/src/main/java/org/shadowice/flocke/andotp/Utilities/EncryptionHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2018 Jakob Nixdorf + * Copyright (C) 2017-2020 Jakob Nixdorf * Copyright (C) 2015 Bruno Bierbaumer * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/app/src/main/java/org/shadowice/flocke/andotp/Utilities/EntryThumbnail.java b/app/src/main/java/org/shadowice/flocke/andotp/Utilities/EntryThumbnail.java index 4dd992b0..27d0fdf2 100644 --- a/app/src/main/java/org/shadowice/flocke/andotp/Utilities/EntryThumbnail.java +++ b/app/src/main/java/org/shadowice/flocke/andotp/Utilities/EntryThumbnail.java @@ -1,6 +1,6 @@ /* - * Copyright (C) 2017-2018 Jakob Nixdorf - * Copyright (C) 2017-2018 Richy HBM + * Copyright (C) 2017-2020 Jakob Nixdorf + * Copyright (C) 2017-2020 Richy HBM * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/app/src/main/java/org/shadowice/flocke/andotp/Utilities/FileHelper.java b/app/src/main/java/org/shadowice/flocke/andotp/Utilities/FileHelper.java index 466346c3..7c4f3fc9 100644 --- a/app/src/main/java/org/shadowice/flocke/andotp/Utilities/FileHelper.java +++ b/app/src/main/java/org/shadowice/flocke/andotp/Utilities/FileHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2018 Jakob Nixdorf + * Copyright (C) 2017-2020 Jakob Nixdorf * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/app/src/main/java/org/shadowice/flocke/andotp/Utilities/KeyStoreHelper.java b/app/src/main/java/org/shadowice/flocke/andotp/Utilities/KeyStoreHelper.java index e2a13dfe..4261929f 100644 --- a/app/src/main/java/org/shadowice/flocke/andotp/Utilities/KeyStoreHelper.java +++ b/app/src/main/java/org/shadowice/flocke/andotp/Utilities/KeyStoreHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2018 Jakob Nixdorf + * Copyright (C) 2017-2020 Jakob Nixdorf * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/app/src/main/java/org/shadowice/flocke/andotp/Utilities/LetterBitmap.java b/app/src/main/java/org/shadowice/flocke/andotp/Utilities/LetterBitmap.java index d2909d72..6246607c 100644 --- a/app/src/main/java/org/shadowice/flocke/andotp/Utilities/LetterBitmap.java +++ b/app/src/main/java/org/shadowice/flocke/andotp/Utilities/LetterBitmap.java @@ -1,6 +1,6 @@ /* - * Copyright (C) 2017-2018 Jakob Nixdorf - * Copyright (C) 2017-2018 Richy HBM + * Copyright (C) 2017-2020 Jakob Nixdorf + * Copyright (C) 2017-2020 Richy HBM * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/app/src/main/java/org/shadowice/flocke/andotp/Utilities/SecretKeyWrapper.java b/app/src/main/java/org/shadowice/flocke/andotp/Utilities/SecretKeyWrapper.java index 78eed38f..cdf0e5e5 100644 --- a/app/src/main/java/org/shadowice/flocke/andotp/Utilities/SecretKeyWrapper.java +++ b/app/src/main/java/org/shadowice/flocke/andotp/Utilities/SecretKeyWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2018 Jakob Nixdorf + * Copyright (C) 2017-2020 Jakob Nixdorf * Copyright (C) 2013 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/app/src/main/java/org/shadowice/flocke/andotp/Utilities/Settings.java b/app/src/main/java/org/shadowice/flocke/andotp/Utilities/Settings.java index 0c12740f..64a0c231 100644 --- a/app/src/main/java/org/shadowice/flocke/andotp/Utilities/Settings.java +++ b/app/src/main/java/org/shadowice/flocke/andotp/Utilities/Settings.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2018 Jakob Nixdorf + * Copyright (C) 2017-2020 Jakob Nixdorf * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/app/src/main/java/org/shadowice/flocke/andotp/Utilities/TokenCalculator.java b/app/src/main/java/org/shadowice/flocke/andotp/Utilities/TokenCalculator.java index ba84d5ff..11a5b7ea 100644 --- a/app/src/main/java/org/shadowice/flocke/andotp/Utilities/TokenCalculator.java +++ b/app/src/main/java/org/shadowice/flocke/andotp/Utilities/TokenCalculator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2018 Jakob Nixdorf + * Copyright (C) 2017-2020 Jakob Nixdorf * Copyright (C) 2015 Bruno Bierbaumer * * Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/app/src/main/java/org/shadowice/flocke/andotp/Utilities/Tools.java b/app/src/main/java/org/shadowice/flocke/andotp/Utilities/Tools.java index 3696b28f..9967c42e 100644 --- a/app/src/main/java/org/shadowice/flocke/andotp/Utilities/Tools.java +++ b/app/src/main/java/org/shadowice/flocke/andotp/Utilities/Tools.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2018 Jakob Nixdorf + * Copyright (C) 2017-2020 Jakob Nixdorf * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/app/src/main/java/org/shadowice/flocke/andotp/Utilities/UIHelper.java b/app/src/main/java/org/shadowice/flocke/andotp/Utilities/UIHelper.java index 10b4d070..6650ad15 100644 --- a/app/src/main/java/org/shadowice/flocke/andotp/Utilities/UIHelper.java +++ b/app/src/main/java/org/shadowice/flocke/andotp/Utilities/UIHelper.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2018 Jakob Nixdorf + * Copyright (C) 2017-2020 Jakob Nixdorf * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/app/src/main/java/org/shadowice/flocke/andotp/View/EntriesCardAdapter.java b/app/src/main/java/org/shadowice/flocke/andotp/View/EntriesCardAdapter.java index 75907101..83906356 100644 --- a/app/src/main/java/org/shadowice/flocke/andotp/View/EntriesCardAdapter.java +++ b/app/src/main/java/org/shadowice/flocke/andotp/View/EntriesCardAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2018 Jakob Nixdorf + * Copyright (C) 2017-2020 Jakob Nixdorf * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/app/src/main/java/org/shadowice/flocke/andotp/View/EntryViewHolder.java b/app/src/main/java/org/shadowice/flocke/andotp/View/EntryViewHolder.java index 59a70a01..34021e52 100644 --- a/app/src/main/java/org/shadowice/flocke/andotp/View/EntryViewHolder.java +++ b/app/src/main/java/org/shadowice/flocke/andotp/View/EntryViewHolder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2018 Jakob Nixdorf + * Copyright (C) 2017-2020 Jakob Nixdorf * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/app/src/main/java/org/shadowice/flocke/andotp/View/TagsAdapter.java b/app/src/main/java/org/shadowice/flocke/andotp/View/TagsAdapter.java index 218a4ce0..28615b88 100644 --- a/app/src/main/java/org/shadowice/flocke/andotp/View/TagsAdapter.java +++ b/app/src/main/java/org/shadowice/flocke/andotp/View/TagsAdapter.java @@ -1,6 +1,6 @@ /* - * Copyright (C) 2017-2018 Jakob Nixdorf - * Copyright (C) 2017-2018 RichyHBM + * Copyright (C) 2017-2020 Jakob Nixdorf + * Copyright (C) 2017-2020 Richy HBM * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/app/src/main/java/org/shadowice/flocke/andotp/View/ThumbnailSelectionAdapter.java b/app/src/main/java/org/shadowice/flocke/andotp/View/ThumbnailSelectionAdapter.java index 2a8de216..87bac249 100644 --- a/app/src/main/java/org/shadowice/flocke/andotp/View/ThumbnailSelectionAdapter.java +++ b/app/src/main/java/org/shadowice/flocke/andotp/View/ThumbnailSelectionAdapter.java @@ -1,6 +1,6 @@ /* - * Copyright (C) 2017-2018 Jakob Nixdorf - * Copyright (C) 2017-2018 Richy HBM + * Copyright (C) 2017-2020 Jakob Nixdorf + * Copyright (C) 2017-2020 Richy HBM * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal