mirror of
https://github.com/ethersync/ethersync.git
synced 2025-08-02 04:07:29 +03:00
reuse: automerge-baker tool is CC0
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
4
tools/automerge-baker/.gitignore
vendored
4
tools/automerge-baker/.gitignore
vendored
@@ -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/
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# SPDX-FileCopyrightText: 2024 NONE
|
# SPDX-FileCopyrightText: NONE
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: CC0-1.0
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user