commit 062b8f7a7f5d53a6994476f1eafe1775d6c76d62 from: Thomas Böhler date: Sun Oct 22 18:23:06 2023 UTC Change copyright owner Signed-off-by: Thomas Böhler commit - e0043a0e594792655e8b779ee92382e68e5c1a05 commit + 062b8f7a7f5d53a6994476f1eafe1775d6c76d62 blob - a6008ec414cdc9cce23379b272b25193e1ae49ed blob + 701dabfaf9aa86504c85718f8446c133a56fe4c0 --- Cargo.toml +++ Cargo.toml @@ -1,10 +1,10 @@ -# SPDX-FileCopyrightText: 2023 witcher +# SPDX-FileCopyrightText: 2023 Thomas Böhler # # SPDX-License-Identifier: CC0-1.0 [package] name = "todotxt_parser" -authors = ["witcher +SPDX-FileCopyrightText: 2023 Thomas Böhler SPDX-License-Identifier: CC0-1.0 blob - b6bbed1fcdc780762617cb98acede6e321ce0be5 blob + 48891bc353dc0e8b55cb87cb589f28a395071ff5 --- assets/example_todo.txt.license +++ assets/example_todo.txt.license @@ -1,3 +1,3 @@ -SPDX-FileCopyrightText: 2023 witcher +SPDX-FileCopyrightText: 2023 Thomas Böhler SPDX-License-Identifier: CC0-1.0 blob - 1075760f0ff42658ebdcabf950caf2f4bfb16da8 blob + 5144e7b0219f963120d45b94d5af739c4bc6d232 --- contrib/githooks/pre-commit +++ contrib/githooks/pre-commit @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 witcher +# SPDX-FileCopyrightText: 2023 Thomas Böhler # # SPDX-License-Identifier: CC0-1.0 blob - 67e9d946d0d446ff7987ec8fc718d3fd26beebe5 blob + 9fff89db3312432cb703fb7aea31cdbf9e86ffac --- examples/list_todo.rs +++ examples/list_todo.rs @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: 2023 witcher + * SPDX-FileCopyrightText: 2023 Thomas Böhler * * SPDX-License-Identifier: CC0-1.0 */ blob - 619b035850901ba580d8d12a32b873bdb8c815ba blob + 4bf51a6d9964112660897f9ea02cbcdab1ba7737 --- src/err.rs +++ src/err.rs @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: 2023 witcher + * SPDX-FileCopyrightText: 2023 Thomas Böhler * * SPDX-License-Identifier: GPL-3.0-or-later */ blob - e6891cd04ab7707206157794d5d2314001bfaa1a blob + 0f139e16a925bf39e8d79a5cc8ed51b59bb0598e --- src/lib.rs +++ src/lib.rs @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: 2023 witcher + * SPDX-FileCopyrightText: 2023 Thomas Böhler * * SPDX-License-Identifier: GPL-3.0-or-later */ blob - 430004c8b9e8287caac59bd1211e1cdfd9fb36e5 blob + ea003b3bead0d833508967ec71a78d6c38337b51 --- src/parser.rs +++ src/parser.rs @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: 2023 witcher + * SPDX-FileCopyrightText: 2023 Thomas Böhler * * SPDX-License-Identifier: GPL-3.0-or-later */ blob - 804bcfb55db1b9346dcfd760424f175b9afd18a2 blob + 2c8c9cf8489fb0dc622be17f13e26af08c8ec0d0 --- src/types.rs +++ src/types.rs @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: 2023 witcher + * SPDX-FileCopyrightText: 2023 Thomas Böhler * * SPDX-License-Identifier: GPL-3.0-or-later */ blob - 95c393ca1113f99f48105505fa56230299a75a51 blob + eb4d145ae79aef60daebc5b9e34e99d054dc790c --- tests/test.rs +++ tests/test.rs @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: 2023 witcher + * SPDX-FileCopyrightText: 2023 Thomas Böhler * * SPDX-License-Identifier: CC0-1.0 */ blob - 16a05dcca83a4a55bc6d9ee3e5d3ed449c0bd86d blob + 8b0f08afca67a1ecdbee0622dd175be12749ea08 --- tests/types.rs +++ tests/types.rs @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: 2023 witcher + * SPDX-FileCopyrightText: 2023 Thomas Böhler * * SPDX-License-Identifier: CC0-1.0 */