diff --git a/.gitignore b/.gitignore index ec5af22..1d7190b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 Topola contributors +# +# SPDX-License-Identifier: MIT + # ---> Rust # Generated by Cargo # will have compiled files and executables diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e5e26b9..3765239 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 Topola contributors +# +# SPDX-License-Identifier: MIT + repos: - repo: https://github.com/doublify/pre-commit-rust rev: v1.0 diff --git a/.rustfmt.toml b/.rustfmt.toml index 3a26366..656b556 100644 --- a/.rustfmt.toml +++ b/.rustfmt.toml @@ -1 +1,5 @@ +# SPDX-FileCopyrightText: 2024 Topola contributors +# +# SPDX-License-Identifier: MIT + edition = "2021" diff --git a/.woodpecker/build_cli.yaml b/.woodpecker/build_cli.yaml index e5d2e0b..a670f35 100644 --- a/.woodpecker/build_cli.yaml +++ b/.woodpecker/build_cli.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 Topola contributors +# +# SPDX-License-Identifier: MIT + matrix: include: - CHANNEL: stable diff --git a/.woodpecker/build_egui.yaml b/.woodpecker/build_egui.yaml index b2720ab..b838732 100644 --- a/.woodpecker/build_egui.yaml +++ b/.woodpecker/build_egui.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 Topola contributors +# +# SPDX-License-Identifier: MIT + matrix: include: - CHANNEL: stable diff --git a/.woodpecker/build_wasm.yaml b/.woodpecker/build_wasm.yaml index fcce56f..f6e92bd 100644 --- a/.woodpecker/build_wasm.yaml +++ b/.woodpecker/build_wasm.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 Topola contributors +# +# SPDX-License-Identifier: MIT + matrix: include: - CHANNEL: stable diff --git a/.woodpecker/check_formatting.yaml b/.woodpecker/check_formatting.yaml index e536518..ae15e67 100644 --- a/.woodpecker/check_formatting.yaml +++ b/.woodpecker/check_formatting.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 Topola contributors +# +# SPDX-License-Identifier: MIT + steps: check_formatting: image: rust diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml index de576df..572e324 100644 --- a/.woodpecker/test.yaml +++ b/.woodpecker/test.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 Topola contributors +# +# SPDX-License-Identifier: MIT + matrix: include: - CHANNEL: stable diff --git a/crates/specctra-core/fuzz/.gitignore b/crates/specctra-core/fuzz/.gitignore index 1a45eee..e47b5f5 100644 --- a/crates/specctra-core/fuzz/.gitignore +++ b/crates/specctra-core/fuzz/.gitignore @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 Topola contributors +# +# SPDX-License-Identifier: MIT + target corpus artifacts diff --git a/flake.nix b/flake.nix index 3666dc9..9bfa840 100644 --- a/flake.nix +++ b/flake.nix @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2024 Topola contributors +# +# SPDX-License-Identifier: MIT + { inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; diff --git a/index.html b/index.html index 850ecf6..aa7dbce 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,9 @@ + +