diff --git a/.envrc b/.envrc index d149959..843975d 100644 --- a/.envrc +++ b/.envrc @@ -2,7 +2,6 @@ # The Trinitrix Project # SPDX-License-Identifier: LGPL-3.0-or-later # -# # This file is part of the Trixy crate for Trinitrix. # # Trixy is free software: you can redistribute it and/or modify diff --git a/.gitignore b/.gitignore index 3dc79eb..927c9d3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ # The Trinitrix Project # SPDX-License-Identifier: LGPL-3.0-or-later # -# # This file is part of the Trixy crate for Trinitrix. # # Trixy is free software: you can redistribute it and/or modify diff --git a/.licensure.yml b/.licensure.yml index ad69a92..fb5fdf2 100644 --- a/.licensure.yml +++ b/.licensure.yml @@ -2,7 +2,6 @@ # The Trinitrix Project # SPDX-License-Identifier: LGPL-3.0-or-later # -# # This file is part of the Trixy crate for Trinitrix. # # Trixy is free software: you can redistribute it and/or modify diff --git a/Cargo.toml b/Cargo.toml index 902d2b4..1412232 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,6 @@ # The Trinitrix Project # SPDX-License-Identifier: LGPL-3.0-or-later # -# # This file is part of the Trixy crate for Trinitrix. # # Trixy is free software: you can redistribute it and/or modify diff --git a/cog.toml b/cog.toml index b87df36..597c9af 100644 --- a/cog.toml +++ b/cog.toml @@ -2,7 +2,6 @@ # The Trinitrix Project # SPDX-License-Identifier: LGPL-3.0-or-later # -# # This file is part of the Trixy crate for Trinitrix. # # Trixy is free software: you can redistribute it and/or modify diff --git a/docs/generate_docs.sh b/docs/generate_docs.sh index 3dada3d..7b27b3d 100755 --- a/docs/generate_docs.sh +++ b/docs/generate_docs.sh @@ -3,7 +3,6 @@ # The Trinitrix Project # SPDX-License-Identifier: LGPL-3.0-or-later # -# # This file is part of the Trixy crate for Trinitrix. # # Trixy is free software: you can redistribute it and/or modify diff --git a/docs/grammar.ebnf b/docs/grammar.ebnf index bc88075..adf2106 100644 --- a/docs/grammar.ebnf +++ b/docs/grammar.ebnf @@ -3,7 +3,6 @@ # The Trinitrix Project # SPDX-License-Identifier: LGPL-3.0-or-later # -# # This file is part of the Trixy crate for Trinitrix. # # Trixy is free software: you can redistribute it and/or modify diff --git a/example/main/.cargo/config b/example/main/.cargo/config index cf8e72d..5714102 100644 --- a/example/main/.cargo/config +++ b/example/main/.cargo/config @@ -2,7 +2,6 @@ # The Trinitrix Project # SPDX-License-Identifier: LGPL-3.0-or-later # -# # This file is part of the Trixy crate for Trinitrix. # # Trixy is free software: you can redistribute it and/or modify diff --git a/example/main/.gitignore b/example/main/.gitignore index 6a60fce..f3f4db9 100644 --- a/example/main/.gitignore +++ b/example/main/.gitignore @@ -2,7 +2,6 @@ # The Trinitrix Project # SPDX-License-Identifier: LGPL-3.0-or-later # -# # This file is part of the Trixy crate for Trinitrix. # # Trixy is free software: you can redistribute it and/or modify diff --git a/example/main/Cargo.toml b/example/main/Cargo.toml index 8816ae4..4967cc6 100644 --- a/example/main/Cargo.toml +++ b/example/main/Cargo.toml @@ -2,7 +2,6 @@ # The Trinitrix Project # SPDX-License-Identifier: LGPL-3.0-or-later # -# # This file is part of the Trixy crate for Trinitrix. # # Trixy is free software: you can redistribute it and/or modify diff --git a/example/main/Makefile b/example/main/Makefile index 565b8d5..cea6907 100644 --- a/example/main/Makefile +++ b/example/main/Makefile @@ -2,7 +2,6 @@ # The Trinitrix Project # SPDX-License-Identifier: LGPL-3.0-or-later # -# # This file is part of the Trixy crate for Trinitrix. # # Trixy is free software: you can redistribute it and/or modify diff --git a/example/main/README.md b/example/main/README.md index dfbf67f..817fca8 100644 --- a/example/main/README.md +++ b/example/main/README.md @@ -3,7 +3,6 @@ Copyright (C) 2023 - 2024: The Trinitrix Project SPDX-License-Identifier: LGPL-3.0-or-later - This file is part of the Trixy crate for Trinitrix. Trixy is free software: you can redistribute it and/or modify diff --git a/example/main/build.rs b/example/main/build.rs index eb902a2..8ef17a9 100644 --- a/example/main/build.rs +++ b/example/main/build.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/example/main/c/main.c b/example/main/c/main.c index c5c6aad..922ce3d 100644 --- a/example/main/c/main.c +++ b/example/main/c/main.c @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * - * * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/example/main/src/bin/api.rs b/example/main/src/bin/api.rs index 6401305..05f9acc 100644 --- a/example/main/src/bin/api.rs +++ b/example/main/src/bin/api.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/example/main/src/bin/main/api.tri b/example/main/src/bin/main/api.tri index 8c91cd8..26d6bd0 100644 --- a/example/main/src/bin/main/api.tri +++ b/example/main/src/bin/main/api.tri @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/example/main/src/bin/main/main.rs b/example/main/src/bin/main/main.rs index d68b2ea..126f1b2 100644 --- a/example/main/src/bin/main/main.rs +++ b/example/main/src/bin/main/main.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/example/main/valgrind_test.sh b/example/main/valgrind_test.sh index 071db63..4f5cb2f 100755 --- a/example/main/valgrind_test.sh +++ b/example/main/valgrind_test.sh @@ -3,7 +3,6 @@ # The Trinitrix Project # SPDX-License-Identifier: LGPL-3.0-or-later # -# # This file is part of the Trixy crate for Trinitrix. # # Trixy is free software: you can redistribute it and/or modify diff --git a/flake.nix b/flake.nix index 317b15c..bd32fcc 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,6 @@ # The Trinitrix Project # SPDX-License-Identifier: LGPL-3.0-or-later # -# # This file is part of the Trixy crate for Trinitrix. # # Trixy is free software: you can redistribute it and/or modify diff --git a/scripts/renew_copyright_header.sh b/scripts/renew_copyright_header.sh index 0858b93..6690ef1 100755 --- a/scripts/renew_copyright_header.sh +++ b/scripts/renew_copyright_header.sh @@ -3,7 +3,6 @@ # The Trinitrix Project # SPDX-License-Identifier: LGPL-3.0-or-later # -# # This file is part of the Trixy crate for Trinitrix. # # Trixy is free software: you can redistribute it and/or modify diff --git a/scripts/tests.sh b/scripts/tests.sh index e843feb..1529f04 100755 --- a/scripts/tests.sh +++ b/scripts/tests.sh @@ -1,9 +1,8 @@ -#!/usr/bin/env sh +#! /usr/bin/env sh # Copyright (C) 2023 - 2024: # The Trinitrix Project # SPDX-License-Identifier: LGPL-3.0-or-later # -# # This file is part of the Trixy crate for Trinitrix. # # Trixy is free software: you can redistribute it and/or modify diff --git a/src/bin/trixy/cli.rs b/src/bin/trixy/cli.rs index db5dc2e..32a3ff3 100644 --- a/src/bin/trixy/cli.rs +++ b/src/bin/trixy/cli.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/bin/trixy/generate.rs b/src/bin/trixy/generate.rs index 0860c42..034571f 100644 --- a/src/bin/trixy/generate.rs +++ b/src/bin/trixy/generate.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/bin/trixy/main.rs b/src/bin/trixy/main.rs index 3c8bc4c..78117e8 100644 --- a/src/bin/trixy/main.rs +++ b/src/bin/trixy/main.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/bin/trixy/parse.rs b/src/bin/trixy/parse.rs index 2673771..1c7e629 100644 --- a/src/bin/trixy/parse.rs +++ b/src/bin/trixy/parse.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/lib.rs b/src/lib.rs index 9a0674d..b629f9f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/config/file_tree/markdown_representation.rs b/src/macros/config/file_tree/markdown_representation.rs index 34903d8..2af27cf 100644 --- a/src/macros/config/file_tree/markdown_representation.rs +++ b/src/macros/config/file_tree/markdown_representation.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/config/file_tree/mod.rs b/src/macros/config/file_tree/mod.rs index fe5cebb..e9deb55 100644 --- a/src/macros/config/file_tree/mod.rs +++ b/src/macros/config/file_tree/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/config/file_tree/test_api.tri b/src/macros/config/file_tree/test_api.tri index 7007327..600d26c 100644 --- a/src/macros/config/file_tree/test_api.tri +++ b/src/macros/config/file_tree/test_api.tri @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/config/mod.rs b/src/macros/config/mod.rs index 6f6ce2b..c270b05 100644 --- a/src/macros/config/mod.rs +++ b/src/macros/config/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/config/trixy.rs b/src/macros/config/trixy.rs index 43b8b79..4ce7191 100644 --- a/src/macros/config/trixy.rs +++ b/src/macros/config/trixy.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate.old/command_enum/mod.rs b/src/macros/generate.old/command_enum/mod.rs index a4f62bb..5c79ee0 100644 --- a/src/macros/generate.old/command_enum/mod.rs +++ b/src/macros/generate.old/command_enum/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate.old/lua_wrapper/lua_functions_to_globals/mod.rs b/src/macros/generate.old/lua_wrapper/lua_functions_to_globals/mod.rs index a24f9d7..690e08e 100644 --- a/src/macros/generate.old/lua_wrapper/lua_functions_to_globals/mod.rs +++ b/src/macros/generate.old/lua_wrapper/lua_functions_to_globals/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate.old/lua_wrapper/mod.rs b/src/macros/generate.old/lua_wrapper/mod.rs index cde9526..a9902af 100644 --- a/src/macros/generate.old/lua_wrapper/mod.rs +++ b/src/macros/generate.old/lua_wrapper/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate.old/lua_wrapper/rust_wrapper_functions/mod.rs b/src/macros/generate.old/lua_wrapper/rust_wrapper_functions/mod.rs index a5e4f83..3484ef3 100644 --- a/src/macros/generate.old/lua_wrapper/rust_wrapper_functions/mod.rs +++ b/src/macros/generate.old/lua_wrapper/rust_wrapper_functions/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate.old/mod.rs b/src/macros/generate.old/mod.rs index f5aecd7..58314ff 100644 --- a/src/macros/generate.old/mod.rs +++ b/src/macros/generate.old/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/auxiliary/c/mod.rs b/src/macros/generate/auxiliary/c/mod.rs index 3826102..9b1958c 100644 --- a/src/macros/generate/auxiliary/c/mod.rs +++ b/src/macros/generate/auxiliary/c/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/auxiliary/c/pure_header.rs b/src/macros/generate/auxiliary/c/pure_header.rs index 2118b32..3cdb422 100644 --- a/src/macros/generate/auxiliary/c/pure_header.rs +++ b/src/macros/generate/auxiliary/c/pure_header.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/auxiliary/c/structs_init.rs b/src/macros/generate/auxiliary/c/structs_init.rs index 78c4bca..b97b025 100644 --- a/src/macros/generate/auxiliary/c/structs_init.rs +++ b/src/macros/generate/auxiliary/c/structs_init.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/auxiliary/c/typedef.rs b/src/macros/generate/auxiliary/c/typedef.rs index 70ba1f2..f1dfd36 100644 --- a/src/macros/generate/auxiliary/c/typedef.rs +++ b/src/macros/generate/auxiliary/c/typedef.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/auxiliary/mod.rs b/src/macros/generate/auxiliary/mod.rs index 4233960..ccd51e4 100644 --- a/src/macros/generate/auxiliary/mod.rs +++ b/src/macros/generate/auxiliary/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/convert/auxiliary/c/attribute/mod.rs b/src/macros/generate/convert/auxiliary/c/attribute/mod.rs index 19a1fd2..9519ab8 100644 --- a/src/macros/generate/convert/auxiliary/c/attribute/mod.rs +++ b/src/macros/generate/convert/auxiliary/c/attribute/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/convert/auxiliary/c/enumeration/mod.rs b/src/macros/generate/convert/auxiliary/c/enumeration/mod.rs index a958c31..d43d900 100644 --- a/src/macros/generate/convert/auxiliary/c/enumeration/mod.rs +++ b/src/macros/generate/convert/auxiliary/c/enumeration/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/convert/auxiliary/c/function/mod.rs b/src/macros/generate/convert/auxiliary/c/function/mod.rs index 653c52f..9ac244a 100644 --- a/src/macros/generate/convert/auxiliary/c/function/mod.rs +++ b/src/macros/generate/convert/auxiliary/c/function/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/convert/auxiliary/c/identifier/doc_identifier.rs b/src/macros/generate/convert/auxiliary/c/identifier/doc_identifier.rs index 3f80651..afac2b5 100644 --- a/src/macros/generate/convert/auxiliary/c/identifier/doc_identifier.rs +++ b/src/macros/generate/convert/auxiliary/c/identifier/doc_identifier.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/convert/auxiliary/c/identifier/mod.rs b/src/macros/generate/convert/auxiliary/c/identifier/mod.rs index 942bc6e..c3844a5 100644 --- a/src/macros/generate/convert/auxiliary/c/identifier/mod.rs +++ b/src/macros/generate/convert/auxiliary/c/identifier/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/convert/auxiliary/c/mod.rs b/src/macros/generate/convert/auxiliary/c/mod.rs index 7022960..773e8c0 100644 --- a/src/macros/generate/convert/auxiliary/c/mod.rs +++ b/src/macros/generate/convert/auxiliary/c/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/convert/auxiliary/c/namespace/mod.rs b/src/macros/generate/convert/auxiliary/c/namespace/mod.rs index 2d80db3..f0224d2 100644 --- a/src/macros/generate/convert/auxiliary/c/namespace/mod.rs +++ b/src/macros/generate/convert/auxiliary/c/namespace/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/convert/auxiliary/c/structure/mod.rs b/src/macros/generate/convert/auxiliary/c/structure/mod.rs index ad9325f..6a3e6a2 100644 --- a/src/macros/generate/convert/auxiliary/c/structure/mod.rs +++ b/src/macros/generate/convert/auxiliary/c/structure/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/convert/auxiliary/c/type/doc_named_type.rs b/src/macros/generate/convert/auxiliary/c/type/doc_named_type.rs index 4fd5b3a..53ef11b 100644 --- a/src/macros/generate/convert/auxiliary/c/type/doc_named_type.rs +++ b/src/macros/generate/convert/auxiliary/c/type/doc_named_type.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/convert/auxiliary/c/type/mod.rs b/src/macros/generate/convert/auxiliary/c/type/mod.rs index 8b5a87c..7af85c2 100644 --- a/src/macros/generate/convert/auxiliary/c/type/mod.rs +++ b/src/macros/generate/convert/auxiliary/c/type/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/convert/auxiliary/c/type/named_type.rs b/src/macros/generate/convert/auxiliary/c/type/named_type.rs index b63aec9..788b594 100644 --- a/src/macros/generate/convert/auxiliary/c/type/named_type.rs +++ b/src/macros/generate/convert/auxiliary/c/type/named_type.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/convert/auxiliary/mod.rs b/src/macros/generate/convert/auxiliary/mod.rs index 9531a7d..96feab9 100644 --- a/src/macros/generate/convert/auxiliary/mod.rs +++ b/src/macros/generate/convert/auxiliary/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/convert/host/c/enumeration/mod.rs b/src/macros/generate/convert/host/c/enumeration/mod.rs index de49e43..c896a61 100644 --- a/src/macros/generate/convert/host/c/enumeration/mod.rs +++ b/src/macros/generate/convert/host/c/enumeration/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/convert/host/c/function/mod.rs b/src/macros/generate/convert/host/c/function/mod.rs index 79c2463..ecbfb43 100644 --- a/src/macros/generate/convert/host/c/function/mod.rs +++ b/src/macros/generate/convert/host/c/function/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/convert/host/c/identifier/mod.rs b/src/macros/generate/convert/host/c/identifier/mod.rs index 1886c51..36871b4 100644 --- a/src/macros/generate/convert/host/c/identifier/mod.rs +++ b/src/macros/generate/convert/host/c/identifier/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/convert/host/c/mod.rs b/src/macros/generate/convert/host/c/mod.rs index c4a10a4..2f5cbbf 100644 --- a/src/macros/generate/convert/host/c/mod.rs +++ b/src/macros/generate/convert/host/c/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/convert/host/c/namespace/mod.rs b/src/macros/generate/convert/host/c/namespace/mod.rs index 75e55f7..ae795b3 100644 --- a/src/macros/generate/convert/host/c/namespace/mod.rs +++ b/src/macros/generate/convert/host/c/namespace/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/convert/host/c/structure/mod.rs b/src/macros/generate/convert/host/c/structure/mod.rs index 2cd6956..7d49e30 100644 --- a/src/macros/generate/convert/host/c/structure/mod.rs +++ b/src/macros/generate/convert/host/c/structure/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/convert/host/c/type/doc_named_type.rs b/src/macros/generate/convert/host/c/type/doc_named_type.rs index 9e46372..6482f66 100644 --- a/src/macros/generate/convert/host/c/type/doc_named_type.rs +++ b/src/macros/generate/convert/host/c/type/doc_named_type.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/convert/host/c/type/mod.rs b/src/macros/generate/convert/host/c/type/mod.rs index c636ad8..e6f7f28 100644 --- a/src/macros/generate/convert/host/c/type/mod.rs +++ b/src/macros/generate/convert/host/c/type/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/convert/host/c/type/named_type.rs b/src/macros/generate/convert/host/c/type/named_type.rs index c1ac026..593e4cc 100644 --- a/src/macros/generate/convert/host/c/type/named_type.rs +++ b/src/macros/generate/convert/host/c/type/named_type.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/convert/host/c/variant/mod.rs b/src/macros/generate/convert/host/c/variant/mod.rs index 9fbabb9..4ff7a5e 100644 --- a/src/macros/generate/convert/host/c/variant/mod.rs +++ b/src/macros/generate/convert/host/c/variant/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/convert/host/mod.rs b/src/macros/generate/convert/host/mod.rs index 86f9f4b..fbbe07b 100644 --- a/src/macros/generate/convert/host/mod.rs +++ b/src/macros/generate/convert/host/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/convert/host/rust/attribute/mod.rs b/src/macros/generate/convert/host/rust/attribute/mod.rs index 598f77b..457ddd0 100644 --- a/src/macros/generate/convert/host/rust/attribute/mod.rs +++ b/src/macros/generate/convert/host/rust/attribute/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/convert/host/rust/derive/enumeration.rs b/src/macros/generate/convert/host/rust/derive/enumeration.rs index ccc0be2..6f09433 100644 --- a/src/macros/generate/convert/host/rust/derive/enumeration.rs +++ b/src/macros/generate/convert/host/rust/derive/enumeration.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/convert/host/rust/derive/mod.rs b/src/macros/generate/convert/host/rust/derive/mod.rs index 7abc169..f696493 100644 --- a/src/macros/generate/convert/host/rust/derive/mod.rs +++ b/src/macros/generate/convert/host/rust/derive/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/convert/host/rust/derive/structure.rs b/src/macros/generate/convert/host/rust/derive/structure.rs index 415ea3b..9224fd7 100644 --- a/src/macros/generate/convert/host/rust/derive/structure.rs +++ b/src/macros/generate/convert/host/rust/derive/structure.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/convert/host/rust/enumeration/mod.rs b/src/macros/generate/convert/host/rust/enumeration/mod.rs index 471d62b..13d67d8 100644 --- a/src/macros/generate/convert/host/rust/enumeration/mod.rs +++ b/src/macros/generate/convert/host/rust/enumeration/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/convert/host/rust/function/mod.rs b/src/macros/generate/convert/host/rust/function/mod.rs index 9cc09de..1f7a798 100644 --- a/src/macros/generate/convert/host/rust/function/mod.rs +++ b/src/macros/generate/convert/host/rust/function/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/convert/host/rust/identifier/doc_identifier.rs b/src/macros/generate/convert/host/rust/identifier/doc_identifier.rs index a3beeaa..9d0bf77 100644 --- a/src/macros/generate/convert/host/rust/identifier/doc_identifier.rs +++ b/src/macros/generate/convert/host/rust/identifier/doc_identifier.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/convert/host/rust/identifier/mod.rs b/src/macros/generate/convert/host/rust/identifier/mod.rs index 0a76e18..8fc74d1 100644 --- a/src/macros/generate/convert/host/rust/identifier/mod.rs +++ b/src/macros/generate/convert/host/rust/identifier/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/convert/host/rust/mod.rs b/src/macros/generate/convert/host/rust/mod.rs index 3ff33b8..6c14a82 100644 --- a/src/macros/generate/convert/host/rust/mod.rs +++ b/src/macros/generate/convert/host/rust/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/convert/host/rust/namespace/mod.rs b/src/macros/generate/convert/host/rust/namespace/mod.rs index 161d2f9..60aeab4 100644 --- a/src/macros/generate/convert/host/rust/namespace/mod.rs +++ b/src/macros/generate/convert/host/rust/namespace/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/convert/host/rust/namespace/module.rs b/src/macros/generate/convert/host/rust/namespace/module.rs index 9e96126..c46474b 100644 --- a/src/macros/generate/convert/host/rust/namespace/module.rs +++ b/src/macros/generate/convert/host/rust/namespace/module.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/convert/host/rust/namespace/path.rs b/src/macros/generate/convert/host/rust/namespace/path.rs index a517696..c96d872 100644 --- a/src/macros/generate/convert/host/rust/namespace/path.rs +++ b/src/macros/generate/convert/host/rust/namespace/path.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/convert/host/rust/structure/mod.rs b/src/macros/generate/convert/host/rust/structure/mod.rs index 3691a1f..3749cc4 100644 --- a/src/macros/generate/convert/host/rust/structure/mod.rs +++ b/src/macros/generate/convert/host/rust/structure/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/convert/host/rust/type/doc_named_type.rs b/src/macros/generate/convert/host/rust/type/doc_named_type.rs index edd7296..c6dc32e 100644 --- a/src/macros/generate/convert/host/rust/type/doc_named_type.rs +++ b/src/macros/generate/convert/host/rust/type/doc_named_type.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/convert/host/rust/type/mod.rs b/src/macros/generate/convert/host/rust/type/mod.rs index b197b0c..bf5f9b4 100644 --- a/src/macros/generate/convert/host/rust/type/mod.rs +++ b/src/macros/generate/convert/host/rust/type/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/convert/host/rust/type/named_type.rs b/src/macros/generate/convert/host/rust/type/named_type.rs index d49d251..4b0f3b5 100644 --- a/src/macros/generate/convert/host/rust/type/named_type.rs +++ b/src/macros/generate/convert/host/rust/type/named_type.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/convert/host/rust/variant/mod.rs b/src/macros/generate/convert/host/rust/variant/mod.rs index 2cdcfd9..7434de0 100644 --- a/src/macros/generate/convert/host/rust/variant/mod.rs +++ b/src/macros/generate/convert/host/rust/variant/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/convert/mod.rs b/src/macros/generate/convert/mod.rs index 4ecd241..5657635 100644 --- a/src/macros/generate/convert/mod.rs +++ b/src/macros/generate/convert/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/host/c/host/mod.rs b/src/macros/generate/host/c/host/mod.rs index b7a2c92..37f9cba 100644 --- a/src/macros/generate/host/c/host/mod.rs +++ b/src/macros/generate/host/c/host/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/host/c/mod.rs b/src/macros/generate/host/c/mod.rs index ec889ea..81a714c 100644 --- a/src/macros/generate/host/c/mod.rs +++ b/src/macros/generate/host/c/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/host/mod.rs b/src/macros/generate/host/mod.rs index cc04760..f514ee1 100644 --- a/src/macros/generate/host/mod.rs +++ b/src/macros/generate/host/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/host/rust/host/mod.rs b/src/macros/generate/host/rust/host/mod.rs index 3762854..797ef8a 100644 --- a/src/macros/generate/host/rust/host/mod.rs +++ b/src/macros/generate/host/rust/host/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/host/rust/mod.rs b/src/macros/generate/host/rust/mod.rs index 1c3007f..7ad1c27 100644 --- a/src/macros/generate/host/rust/mod.rs +++ b/src/macros/generate/host/rust/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/generate/mod.rs b/src/macros/generate/mod.rs index 9c484c0..924d24f 100644 --- a/src/macros/generate/mod.rs +++ b/src/macros/generate/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/macros/mod.rs b/src/macros/mod.rs index b96d748..035d8e1 100644 --- a/src/macros/mod.rs +++ b/src/macros/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/parser/command_spec/checked.rs b/src/parser/command_spec/checked.rs index 828706b..900ba3e 100644 --- a/src/parser/command_spec/checked.rs +++ b/src/parser/command_spec/checked.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/parser/command_spec/mod.rs b/src/parser/command_spec/mod.rs index fb20544..005ba25 100644 --- a/src/parser/command_spec/mod.rs +++ b/src/parser/command_spec/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/parser/command_spec/unchecked.rs b/src/parser/command_spec/unchecked.rs index c9975c8..4423a4e 100644 --- a/src/parser/command_spec/unchecked.rs +++ b/src/parser/command_spec/unchecked.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/parser/error.rs b/src/parser/error.rs index 0a74ed4..f60f3b8 100644 --- a/src/parser/error.rs +++ b/src/parser/error.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/parser/lexing/error.rs b/src/parser/lexing/error.rs index 86f098c..d7dba2a 100644 --- a/src/parser/lexing/error.rs +++ b/src/parser/lexing/error.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/parser/lexing/mod.rs b/src/parser/lexing/mod.rs index 8108032..a612499 100644 --- a/src/parser/lexing/mod.rs +++ b/src/parser/lexing/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/parser/lexing/test.rs b/src/parser/lexing/test.rs index 079bebd..929c50f 100644 --- a/src/parser/lexing/test.rs +++ b/src/parser/lexing/test.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/parser/lexing/tokenizer.rs b/src/parser/lexing/tokenizer.rs index 63ca8d2..57700d2 100644 --- a/src/parser/lexing/tokenizer.rs +++ b/src/parser/lexing/tokenizer.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/parser/mod.rs b/src/parser/mod.rs index a159d6b..75fe628 100644 --- a/src/parser/mod.rs +++ b/src/parser/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/parser/parsing/checked/error.rs b/src/parser/parsing/checked/error.rs index 6fe4a08..7915395 100644 --- a/src/parser/parsing/checked/error.rs +++ b/src/parser/parsing/checked/error.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/parser/parsing/checked/mod.rs b/src/parser/parsing/checked/mod.rs index a63dec8..e169f1c 100644 --- a/src/parser/parsing/checked/mod.rs +++ b/src/parser/parsing/checked/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/parser/parsing/mod.rs b/src/parser/parsing/mod.rs index 4c5b2bd..3bec2dd 100644 --- a/src/parser/parsing/mod.rs +++ b/src/parser/parsing/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/parser/parsing/unchecked/error.rs b/src/parser/parsing/unchecked/error.rs index 13064cd..4326aa8 100644 --- a/src/parser/parsing/unchecked/error.rs +++ b/src/parser/parsing/unchecked/error.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/parser/parsing/unchecked/mod.rs b/src/parser/parsing/unchecked/mod.rs index d6d4810..2384209 100644 --- a/src/parser/parsing/unchecked/mod.rs +++ b/src/parser/parsing/unchecked/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/types/c_headers/errno.h b/src/types/c_headers/errno.h index 1f79bc8..6e70298 100644 --- a/src/types/c_headers/errno.h +++ b/src/types/c_headers/errno.h @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * - * * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/types/c_headers/string.h b/src/types/c_headers/string.h index 5758a72..9e69b57 100644 --- a/src/types/c_headers/string.h +++ b/src/types/c_headers/string.h @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * - * * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/types/c_headers/vec.h b/src/types/c_headers/vec.h index ec8d217..df64e48 100644 --- a/src/types/c_headers/vec.h +++ b/src/types/c_headers/vec.h @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * - * * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/types/error/mod.rs b/src/types/error/mod.rs index 3d8613b..195b6b1 100644 --- a/src/types/error/mod.rs +++ b/src/types/error/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/types/mod.rs b/src/types/mod.rs index 1ec713e..3844a7c 100644 --- a/src/types/mod.rs +++ b/src/types/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/types/traits/convert_trait.rs b/src/types/traits/convert_trait.rs index 559d9fc..653f53b 100644 --- a/src/types/traits/convert_trait.rs +++ b/src/types/traits/convert_trait.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/types/traits/errno.rs b/src/types/traits/errno.rs index 0545470..eb6d838 100644 --- a/src/types/traits/errno.rs +++ b/src/types/traits/errno.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/types/traits/mod.rs b/src/types/traits/mod.rs index cb722b1..6c8e3bf 100644 --- a/src/types/traits/mod.rs +++ b/src/types/traits/mod.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/types/traits/try_from_impl.rs b/src/types/traits/try_from_impl.rs index 69f6eff..cc4dd9c 100644 --- a/src/types/traits/try_from_impl.rs +++ b/src/types/traits/try_from_impl.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/src/types/types_list.rs b/src/types/types_list.rs index fb5408c..8f5b5c8 100644 --- a/src/types/types_list.rs +++ b/src/types/types_list.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/tests/.template/input.tri b/tests/.template/input.tri index d42514b..432daf2 100644 --- a/tests/.template/input.tri +++ b/tests/.template/input.tri @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/tests/.template/main.rs b/tests/.template/main.rs index a64ca12..a35a143 100644 --- a/tests/.template/main.rs +++ b/tests/.template/main.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/tests/attribute_doc_comments/input.tri b/tests/attribute_doc_comments/input.tri index 3edd978..138485f 100644 --- a/tests/attribute_doc_comments/input.tri +++ b/tests/attribute_doc_comments/input.tri @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/tests/attribute_doc_comments/main.rs b/tests/attribute_doc_comments/main.rs index acfc321..b46695c 100644 --- a/tests/attribute_doc_comments/main.rs +++ b/tests/attribute_doc_comments/main.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/tests/derives.tri b/tests/derives.tri index d84e569..b8d744c 100644 --- a/tests/derives.tri +++ b/tests/derives.tri @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/tests/derives_minimal.tri b/tests/derives_minimal.tri index 0620070..09b5cfb 100644 --- a/tests/derives_minimal.tri +++ b/tests/derives_minimal.tri @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/tests/doc_comments/input.tri b/tests/doc_comments/input.tri index d16b75b..1bbcadb 100644 --- a/tests/doc_comments/input.tri +++ b/tests/doc_comments/input.tri @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/tests/doc_comments/main.rs b/tests/doc_comments/main.rs index a88a85b..9c4ae2f 100644 --- a/tests/doc_comments/main.rs +++ b/tests/doc_comments/main.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/tests/empty/input.tri b/tests/empty/input.tri index 1d8ef45..75e5f97 100644 --- a/tests/empty/input.tri +++ b/tests/empty/input.tri @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/tests/empty/main.rs b/tests/empty/main.rs index de64a7b..6b3c591 100644 --- a/tests/empty/main.rs +++ b/tests/empty/main.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/tests/failing_derives.tri b/tests/failing_derives.tri index 78cd604..746ec91 100644 --- a/tests/failing_derives.tri +++ b/tests/failing_derives.tri @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/tests/failing_enum_name.tri b/tests/failing_enum_name.tri index 2df78c8..c3dbdc6 100644 --- a/tests/failing_enum_name.tri +++ b/tests/failing_enum_name.tri @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/tests/failing_types.tri b/tests/failing_types.tri index b35b431..4c161df 100644 --- a/tests/failing_types.tri +++ b/tests/failing_types.tri @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/tests/failing_types_generic.tri b/tests/failing_types_generic.tri index 0463ab9..853f285 100644 --- a/tests/failing_types_generic.tri +++ b/tests/failing_types_generic.tri @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/tests/functions/input.tri b/tests/functions/input.tri index 9bad198..f0391a8 100644 --- a/tests/functions/input.tri +++ b/tests/functions/input.tri @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/tests/functions/main.rs b/tests/functions/main.rs index 812a35f..7c6a419 100644 --- a/tests/functions/main.rs +++ b/tests/functions/main.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/tests/multiple/input.tri b/tests/multiple/input.tri index a145041..c05132b 100644 --- a/tests/multiple/input.tri +++ b/tests/multiple/input.tri @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/tests/multiple/main.rs b/tests/multiple/main.rs index 1de74b3..53ad52f 100644 --- a/tests/multiple/main.rs +++ b/tests/multiple/main.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/tests/trinitrix_api/input.tri b/tests/trinitrix_api/input.tri index d72e571..ea33579 100644 --- a/tests/trinitrix_api/input.tri +++ b/tests/trinitrix_api/input.tri @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/tests/trinitrix_api/main.rs b/tests/trinitrix_api/main.rs index 36e52f2..77232da 100644 --- a/tests/trinitrix_api/main.rs +++ b/tests/trinitrix_api/main.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/tests/types/input.tri b/tests/types/input.tri index e19eff0..de1a540 100644 --- a/tests/types/input.tri +++ b/tests/types/input.tri @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/tests/types/main.rs b/tests/types/main.rs index 76a6778..3e66864 100644 --- a/tests/types/main.rs +++ b/tests/types/main.rs @@ -3,7 +3,6 @@ * The Trinitrix Project * SPDX-License-Identifier: LGPL-3.0-or-later * -* * This file is part of the Trixy crate for Trinitrix. * * Trixy is free software: you can redistribute it and/or modify diff --git a/update.sh b/update.sh index fee37e4..7bc5df6 100755 --- a/update.sh +++ b/update.sh @@ -3,7 +3,6 @@ # The Trinitrix Project # SPDX-License-Identifier: LGPL-3.0-or-later # -# # This file is part of the Trixy crate for Trinitrix. # # Trixy is free software: you can redistribute it and/or modify