reuse: automerge-baker tool is CC0

This commit is contained in:
blinry
2025-01-14 11:42:05 +01:00
parent 5c57555c19
commit 69fee2968d
5 changed files with 14 additions and 2 deletions

View File

@@ -2,6 +2,6 @@ version = 1
# Computer-generated files. # Computer-generated files.
[[annotations]] [[annotations]]
path = ["flake.lock", "daemon/Cargo.lock"] path = ["flake.lock", "**/Cargo.lock"]
SPDX-FileCopyrightText = "NONE" SPDX-FileCopyrightText = "NONE"
SPDX-License-Identifier = "CC0-1.0" SPDX-License-Identifier = "CC0-1.0"

View File

@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: NONE
#
# SPDX-License-Identifier: CC0-1.0
# will have compiled files and executables # will have compiled files and executables
debug/ debug/
target/ target/

View File

@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: NONE
#
# SPDX-License-Identifier: CC0-1.0
[package] [package]
name = "automerge-baker" name = "automerge-baker"
version = "0.1.0" version = "0.1.0"

View File

@@ -1,3 +1,7 @@
// SPDX-FileCopyrightText: NONE
//
// SPDX-License-Identifier: CC0-1.0
//! A helper tool to pre-bake the initial state of the Automerge document. //! A helper tool to pre-bake the initial state of the Automerge document.
//! See https://automerge.org/docs/cookbook/modeling-data/#setting-up-an-initial-document-structure //! See https://automerge.org/docs/cookbook/modeling-data/#setting-up-an-initial-document-structure

View File

@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024 NONE # SPDX-FileCopyrightText: NONE
# #
# SPDX-License-Identifier: CC0-1.0 # SPDX-License-Identifier: CC0-1.0