chore(licensing): add REUSE headers to hidden files, `flake.nix`, `index.html`

I ran the following command in Fish shell:

```
reuse annotate --copyright="Topola contributors" --license="MIT" **/.gitignore {.woodpecker/*,.*}.yaml .rustfmt.toml flake.nix index.html
```
This commit is contained in:
Mikolaj Wielgus 2024-12-29 22:47:47 +01:00
parent 44c30caafe
commit 71cdc2794d
11 changed files with 46 additions and 0 deletions

4
.gitignore vendored
View File

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Topola contributors
#
# SPDX-License-Identifier: MIT
# ---> Rust
# Generated by Cargo
# will have compiled files and executables

View File

@ -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

View File

@ -1 +1,5 @@
# SPDX-FileCopyrightText: 2024 Topola contributors
#
# SPDX-License-Identifier: MIT
edition = "2021"

View File

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Topola contributors
#
# SPDX-License-Identifier: MIT
matrix:
include:
- CHANNEL: stable

View File

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Topola contributors
#
# SPDX-License-Identifier: MIT
matrix:
include:
- CHANNEL: stable

View File

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Topola contributors
#
# SPDX-License-Identifier: MIT
matrix:
include:
- CHANNEL: stable

View File

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Topola contributors
#
# SPDX-License-Identifier: MIT
steps:
check_formatting:
image: rust

View File

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Topola contributors
#
# SPDX-License-Identifier: MIT
matrix:
include:
- CHANNEL: stable

View File

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Topola contributors
#
# SPDX-License-Identifier: MIT
target
corpus
artifacts

View File

@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Topola contributors
#
# SPDX-License-Identifier: MIT
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";

View File

@ -1,3 +1,9 @@
<!--
SPDX-FileCopyrightText: 2024 Topola contributors
SPDX-License-Identifier: MIT
-->
<!DOCTYPE html>
<html>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />