diff --git a/LICENSE b/LICENSE index ea09337..81ee5da 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019-2020 EOS Sw/eden +Copyright (c) 2019-2021 EOS Sw/eden 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/cli/src/benchmark.cpp b/cli/src/benchmark.cpp index b25fbae..e7dafd6 100644 --- a/cli/src/benchmark.cpp +++ b/cli/src/benchmark.cpp @@ -1,7 +1,7 @@ /** * MIT License * - * Copyright (c) 2019-2020 EOS Sw/eden + * Copyright (c) 2019-2021 EOS Sw/eden * * 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/cli/src/benchmark.hpp b/cli/src/benchmark.hpp index 8b1f57b..9300cc3 100644 --- a/cli/src/benchmark.hpp +++ b/cli/src/benchmark.hpp @@ -1,7 +1,7 @@ /** * MIT License * - * Copyright (c) 2019-2020 EOS Sw/eden + * Copyright (c) 2019-2021 EOS Sw/eden * * 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/cli/src/cli_key_search_result.cpp b/cli/src/cli_key_search_result.cpp index 7ec6b18..0d527de 100644 --- a/cli/src/cli_key_search_result.cpp +++ b/cli/src/cli_key_search_result.cpp @@ -1,7 +1,7 @@ /** * MIT License * - * Copyright (c) 2019-2020 EOS Sw/eden + * Copyright (c) 2019-2021 EOS Sw/eden * * 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/cli/src/cli_key_search_result.hpp b/cli/src/cli_key_search_result.hpp index c9a2e15..ac75cb1 100644 --- a/cli/src/cli_key_search_result.hpp +++ b/cli/src/cli_key_search_result.hpp @@ -1,7 +1,7 @@ /** * MIT License * - * Copyright (c) 2019-2020 EOS Sw/eden + * Copyright (c) 2019-2021 EOS Sw/eden * * 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/cli/src/console.cpp b/cli/src/console.cpp index 2ed20da..ebcfe1f 100644 --- a/cli/src/console.cpp +++ b/cli/src/console.cpp @@ -1,7 +1,7 @@ /** * MIT License * - * Copyright (c) 2019-2020 EOS Sw/eden + * Copyright (c) 2019-2021 EOS Sw/eden * * 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/cli/src/console.hpp b/cli/src/console.hpp index 65da9aa..f847f75 100644 --- a/cli/src/console.hpp +++ b/cli/src/console.hpp @@ -1,7 +1,7 @@ /** * MIT License * - * Copyright (c) 2019-2020 EOS Sw/eden + * Copyright (c) 2019-2021 EOS Sw/eden * * 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/cli/src/console_ansi.cpp b/cli/src/console_ansi.cpp index 75b5412..5cf5850 100644 --- a/cli/src/console_ansi.cpp +++ b/cli/src/console_ansi.cpp @@ -1,7 +1,7 @@ /** * MIT License * - * Copyright (c) 2019-2020 EOS Sw/eden + * Copyright (c) 2019-2021 EOS Sw/eden * * 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/cli/src/console_win32.cpp b/cli/src/console_win32.cpp index 813daa0..3b13f5a 100644 --- a/cli/src/console_win32.cpp +++ b/cli/src/console_win32.cpp @@ -1,7 +1,7 @@ /** * MIT License * - * Copyright (c) 2019-2020 EOS Sw/eden + * Copyright (c) 2019-2021 EOS Sw/eden * * 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/cli/src/isatty.cpp b/cli/src/isatty.cpp index 5fdadfb..ea03397 100644 --- a/cli/src/isatty.cpp +++ b/cli/src/isatty.cpp @@ -1,3 +1,27 @@ +/** + * MIT License + * + * Copyright (c) 2019-2021 EOS Sw/eden + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + */ + #if _WIN32 #include #else diff --git a/cli/src/isatty.hpp b/cli/src/isatty.hpp index 0cf40c9..0b724af 100644 --- a/cli/src/isatty.hpp +++ b/cli/src/isatty.hpp @@ -1,7 +1,7 @@ /** * MIT License * - * Copyright (c) 2019-2020 EOS Sw/eden + * Copyright (c) 2019-2021 EOS Sw/eden * * 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/cli/src/main.cpp b/cli/src/main.cpp index 7602e29..ddd8768 100644 --- a/cli/src/main.cpp +++ b/cli/src/main.cpp @@ -1,7 +1,7 @@ /** * MIT License * - * Copyright (c) 2019-2020 EOS Sw/eden + * Copyright (c) 2019-2021 EOS Sw/eden * * 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/common/config.hpp.in b/common/config.hpp.in index 7871d9f..8b1d7f9 100644 --- a/common/config.hpp.in +++ b/common/config.hpp.in @@ -1,7 +1,7 @@ /** * MIT License * - * Copyright (c) 2019-2020 EOS Sw/eden + * Copyright (c) 2019-2021 EOS Sw/eden * * 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/common/include/eoskeygen/core/dictionary.hpp b/common/include/eoskeygen/core/dictionary.hpp index bdd9cac..4a939c0 100644 --- a/common/include/eoskeygen/core/dictionary.hpp +++ b/common/include/eoskeygen/core/dictionary.hpp @@ -1,7 +1,7 @@ /** * MIT License * - * Copyright (c) 2019-2020 EOS Sw/eden + * Copyright (c) 2019-2021 EOS Sw/eden * * 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/common/include/eoskeygen/core/file.hpp b/common/include/eoskeygen/core/file.hpp index 6f5c7e3..330c974 100644 --- a/common/include/eoskeygen/core/file.hpp +++ b/common/include/eoskeygen/core/file.hpp @@ -1,7 +1,7 @@ /** * MIT License * - * Copyright (c) 2019-2020 EOS Sw/eden + * Copyright (c) 2019-2021 EOS Sw/eden * * 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/common/include/eoskeygen/core/leet.hpp b/common/include/eoskeygen/core/leet.hpp index 7631052..29eea80 100644 --- a/common/include/eoskeygen/core/leet.hpp +++ b/common/include/eoskeygen/core/leet.hpp @@ -1,7 +1,7 @@ /** * MIT License * - * Copyright (c) 2019-2020 EOS Sw/eden + * Copyright (c) 2019-2021 EOS Sw/eden * * 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/common/include/eoskeygen/core/string.hpp b/common/include/eoskeygen/core/string.hpp index a0d8e03..4e008c0 100644 --- a/common/include/eoskeygen/core/string.hpp +++ b/common/include/eoskeygen/core/string.hpp @@ -1,7 +1,7 @@ /** * MIT License * - * Copyright (c) 2019-2020 EOS Sw/eden + * Copyright (c) 2019-2021 EOS Sw/eden * * 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/common/include/eoskeygen/core/strlist.hpp b/common/include/eoskeygen/core/strlist.hpp index b1e8d99..96f509e 100644 --- a/common/include/eoskeygen/core/strlist.hpp +++ b/common/include/eoskeygen/core/strlist.hpp @@ -1,7 +1,7 @@ /** * MIT License * - * Copyright (c) 2019-2020 EOS Sw/eden + * Copyright (c) 2019-2021 EOS Sw/eden * * 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/common/include/eoskeygen/key_search.hpp b/common/include/eoskeygen/key_search.hpp index 3e3975a..902716f 100644 --- a/common/include/eoskeygen/key_search.hpp +++ b/common/include/eoskeygen/key_search.hpp @@ -1,7 +1,7 @@ /** * MIT License * - * Copyright (c) 2019-2020 EOS Sw/eden + * Copyright (c) 2019-2021 EOS Sw/eden * * 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/common/include/eoskeygen/key_search_result.hpp b/common/include/eoskeygen/key_search_result.hpp index 825ebae..e174d18 100644 --- a/common/include/eoskeygen/key_search_result.hpp +++ b/common/include/eoskeygen/key_search_result.hpp @@ -1,7 +1,7 @@ /** * MIT License * - * Copyright (c) 2019-2020 EOS Sw/eden + * Copyright (c) 2019-2021 EOS Sw/eden * * 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/common/src/core/dictionary.cpp b/common/src/core/dictionary.cpp index 11bd50b..806922b 100644 --- a/common/src/core/dictionary.cpp +++ b/common/src/core/dictionary.cpp @@ -1,7 +1,7 @@ /** * MIT License * - * Copyright (c) 2019-2020 EOS Sw/eden + * Copyright (c) 2019-2021 EOS Sw/eden * * 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/common/src/core/file.cpp b/common/src/core/file.cpp index 74f4c5e..6cbdac5 100644 --- a/common/src/core/file.cpp +++ b/common/src/core/file.cpp @@ -1,7 +1,7 @@ /** * MIT License * - * Copyright (c) 2019-2020 EOS Sw/eden + * Copyright (c) 2019-2021 EOS Sw/eden * * 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/common/src/core/leet.cpp b/common/src/core/leet.cpp index 75bed31..e30e54d 100644 --- a/common/src/core/leet.cpp +++ b/common/src/core/leet.cpp @@ -1,7 +1,7 @@ /** * MIT License * - * Copyright (c) 2019-2020 EOS Sw/eden + * Copyright (c) 2019-2021 EOS Sw/eden * * 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/common/src/core/string.cpp b/common/src/core/string.cpp index 1851a01..6186556 100644 --- a/common/src/core/string.cpp +++ b/common/src/core/string.cpp @@ -1,7 +1,7 @@ /** * MIT License * - * Copyright (c) 2019-2020 EOS Sw/eden + * Copyright (c) 2019-2021 EOS Sw/eden * * 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/common/src/core/strlist.cpp b/common/src/core/strlist.cpp index 6212a35..8c8f874 100644 --- a/common/src/core/strlist.cpp +++ b/common/src/core/strlist.cpp @@ -1,7 +1,7 @@ /** * MIT License * - * Copyright (c) 2019-2020 EOS Sw/eden + * Copyright (c) 2019-2021 EOS Sw/eden * * 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/common/src/key_search.cpp b/common/src/key_search.cpp index 506ee84..f7af039 100644 --- a/common/src/key_search.cpp +++ b/common/src/key_search.cpp @@ -1,7 +1,7 @@ /** * MIT License * - * Copyright (c) 2019-2020 EOS Sw/eden + * Copyright (c) 2019-2021 EOS Sw/eden * * 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/common/src/key_search_mt.cpp b/common/src/key_search_mt.cpp index fc643b0..8c1585b 100644 --- a/common/src/key_search_mt.cpp +++ b/common/src/key_search_mt.cpp @@ -1,7 +1,7 @@ /** * MIT License * - * Copyright (c) 2019-2020 EOS Sw/eden + * Copyright (c) 2019-2021 EOS Sw/eden * * 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/config.hpp.in b/config.hpp.in index a1b4356..95b3526 100644 --- a/config.hpp.in +++ b/config.hpp.in @@ -1,7 +1,7 @@ /** * MIT License * - * Copyright (c) 2019-2020 EOS Sw/eden + * Copyright (c) 2019-2021 EOS Sw/eden * * 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/gui/gui_text.h.in b/gui/gui_text.h.in index a8a1cff..e119cb1 100644 --- a/gui/gui_text.h.in +++ b/gui/gui_text.h.in @@ -1,7 +1,7 @@ /** * MIT License * - * Copyright (c) 2020 EOS Sw/eden + * Copyright (c) 2020-2021 EOS Sw/eden * * 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/gui/src/GenerateWindow.cpp b/gui/src/GenerateWindow.cpp index ffefda0..00fa48f 100644 --- a/gui/src/GenerateWindow.cpp +++ b/gui/src/GenerateWindow.cpp @@ -1,7 +1,7 @@ /** * MIT License * - * Copyright (c) 2020 EOS Sw/eden + * Copyright (c) 2020-2021 EOS Sw/eden * * 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/gui/src/GenerateWindow.hpp b/gui/src/GenerateWindow.hpp index da2a110..63a3c99 100644 --- a/gui/src/GenerateWindow.hpp +++ b/gui/src/GenerateWindow.hpp @@ -1,7 +1,7 @@ /** * MIT License * - * Copyright (c) 2020 EOS Sw/eden + * Copyright (c) 2020-2021 EOS Sw/eden * * 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/gui/src/MainWindow.cpp b/gui/src/MainWindow.cpp index cfed710..3648bf7 100644 --- a/gui/src/MainWindow.cpp +++ b/gui/src/MainWindow.cpp @@ -1,7 +1,7 @@ /** * MIT License * - * Copyright (c) 2020 EOS Sw/eden + * Copyright (c) 2020-2021 EOS Sw/eden * * 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/gui/src/MainWindow.hpp b/gui/src/MainWindow.hpp index 704fa1f..c42e574 100644 --- a/gui/src/MainWindow.hpp +++ b/gui/src/MainWindow.hpp @@ -1,7 +1,7 @@ /** * MIT License * - * Copyright (c) 2020 EOS Sw/eden + * Copyright (c) 2020-2021 EOS Sw/eden * * 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/gui/src/MultiSelect.cpp b/gui/src/MultiSelect.cpp index bccf803..1b2ea89 100644 --- a/gui/src/MultiSelect.cpp +++ b/gui/src/MultiSelect.cpp @@ -1,7 +1,7 @@ /** * MIT License * - * Copyright (c) 2020 EOS Sw/eden + * Copyright (c) 2020-2021 EOS Sw/eden * * 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/gui/src/MultiSelect.hpp b/gui/src/MultiSelect.hpp index 84ed207..5fe5d8a 100644 --- a/gui/src/MultiSelect.hpp +++ b/gui/src/MultiSelect.hpp @@ -1,7 +1,7 @@ /** * MIT License * - * Copyright (c) 2020 EOS Sw/eden + * Copyright (c) 2020-2021 EOS Sw/eden * * 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/gui/src/SearchWindow.cpp b/gui/src/SearchWindow.cpp index 2128fed..758ff43 100644 --- a/gui/src/SearchWindow.cpp +++ b/gui/src/SearchWindow.cpp @@ -1,7 +1,7 @@ /** * MIT License * - * Copyright (c) 2020 EOS Sw/eden + * Copyright (c) 2020-2021 EOS Sw/eden * * 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/gui/src/SearchWindow.hpp b/gui/src/SearchWindow.hpp index bd622d7..a161628 100644 --- a/gui/src/SearchWindow.hpp +++ b/gui/src/SearchWindow.hpp @@ -1,7 +1,7 @@ /** * MIT License * - * Copyright (c) 2020 EOS Sw/eden + * Copyright (c) 2020-2021 EOS Sw/eden * * 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/gui/src/helpers.cpp b/gui/src/helpers.cpp index d1574d4..dc70b2f 100644 --- a/gui/src/helpers.cpp +++ b/gui/src/helpers.cpp @@ -1,7 +1,7 @@ /** * MIT License * - * Copyright (c) 2020 EOS Sw/eden + * Copyright (c) 2020-2021 EOS Sw/eden * * 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/gui/src/helpers.hpp b/gui/src/helpers.hpp index ccb5218..da76ed2 100644 --- a/gui/src/helpers.hpp +++ b/gui/src/helpers.hpp @@ -1,7 +1,7 @@ /** * MIT License * - * Copyright (c) 2020 EOS Sw/eden + * Copyright (c) 2020-2021 EOS Sw/eden * * 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/gui/src/main.cpp b/gui/src/main.cpp index ecd14e6..4d8ee5b 100644 --- a/gui/src/main.cpp +++ b/gui/src/main.cpp @@ -1,7 +1,7 @@ /** * MIT License * - * Copyright (c) 2020 EOS Sw/eden + * Copyright (c) 2020-2021 EOS Sw/eden * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal