From 7db931489d51cc17c1d3ffbbc8a70f3c15e86074 Mon Sep 17 00:00:00 2001 From: cblgh Date: Tue, 27 Feb 2024 08:41:03 +0100 Subject: [PATCH] increase specificity of spdx notice, focus on this lib --- AUTHORS | 2 +- events-manager.js | 2 +- example-promises.js | 2 +- example.js | 2 +- index.js | 2 +- peers.js | 2 +- store.js | 2 +- test/basic.js | 2 +- test/flakes.js | 2 +- test/links.js | 2 +- test/live-queries.js | 2 +- test/multiple-users.js | 2 +- test/req-res.js | 2 +- testutils.js | 2 +- util.js | 2 +- views/author.js | 2 +- views/channel-membership.js | 2 +- views/channel-state.js | 2 +- views/data-store.js | 2 +- views/deleted.js | 2 +- views/links.js | 2 +- views/messages.js | 2 +- views/reverse-hash-map.js | 2 +- views/topics.js | 2 +- views/user-info.js | 2 +- 25 files changed, 25 insertions(+), 25 deletions(-) diff --git a/AUTHORS b/AUTHORS index dc39ea0..21323eb 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2023 the cabal-club authors +# SPDX-FileCopyrightText: 2023 the cable-core.js authors # SPDX-License-Identifier: AGPL-3.0-or-later Alexander Cobleigh diff --git a/events-manager.js b/events-manager.js index eba9369..7fe0aa2 100644 --- a/events-manager.js +++ b/events-manager.js @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 the cabal-club authors +// SPDX-FileCopyrightText: 2023 the cable-core.js authors // // SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/example-promises.js b/example-promises.js index 18a6812..2a8dfaa 100644 --- a/example-promises.js +++ b/example-promises.js @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 the cabal-club authors +// SPDX-FileCopyrightText: 2023 the cable-core.js authors // // SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/example.js b/example.js index ace3796..3ca37a6 100644 --- a/example.js +++ b/example.js @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 the cabal-club authors +// SPDX-FileCopyrightText: 2023 the cable-core.js authors // // SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/index.js b/index.js index 501eb3f..f209fbf 100644 --- a/index.js +++ b/index.js @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 the cabal-club authors +// SPDX-FileCopyrightText: 2023 the cable-core.js authors // // SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/peers.js b/peers.js index 7dd256d..29bf5c2 100644 --- a/peers.js +++ b/peers.js @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 the cabal-club authors +// SPDX-FileCopyrightText: 2023 the cable-core.js authors // // SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/store.js b/store.js index a8a7a36..b3faf1c 100644 --- a/store.js +++ b/store.js @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 the cabal-club authors +// SPDX-FileCopyrightText: 2023 the cable-core.js authors // // SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/test/basic.js b/test/basic.js index 14ca82a..38b8e32 100644 --- a/test/basic.js +++ b/test/basic.js @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 the cabal-club authors +// SPDX-FileCopyrightText: 2023 the cable-core.js authors // // SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/test/flakes.js b/test/flakes.js index f98302f..fdb58e7 100644 --- a/test/flakes.js +++ b/test/flakes.js @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 the cabal-club authors +// SPDX-FileCopyrightText: 2023 the cable-core.js authors // // SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/test/links.js b/test/links.js index f7ffa02..5c7c7a3 100644 --- a/test/links.js +++ b/test/links.js @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 the cabal-club authors +// SPDX-FileCopyrightText: 2023 the cable-core.js authors // // SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/test/live-queries.js b/test/live-queries.js index 74066fc..4f7a009 100644 --- a/test/live-queries.js +++ b/test/live-queries.js @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 the cabal-club authors +// SPDX-FileCopyrightText: 2023 the cable-core.js authors // // SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/test/multiple-users.js b/test/multiple-users.js index a5d7710..1ed8a41 100644 --- a/test/multiple-users.js +++ b/test/multiple-users.js @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 the cabal-club authors +// SPDX-FileCopyrightText: 2023 the cable-core.js authors // // SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/test/req-res.js b/test/req-res.js index 1dd5b42..75f23be 100644 --- a/test/req-res.js +++ b/test/req-res.js @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 the cabal-club authors +// SPDX-FileCopyrightText: 2023 the cable-core.js authors // // SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/testutils.js b/testutils.js index 17dfe78..86fa2ff 100644 --- a/testutils.js +++ b/testutils.js @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 the cabal-club authors +// SPDX-FileCopyrightText: 2023 the cable-core.js authors // // SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/util.js b/util.js index c3b6c48..22ababf 100644 --- a/util.js +++ b/util.js @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 the cabal-club authors +// SPDX-FileCopyrightText: 2023 the cable-core.js authors // // SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/views/author.js b/views/author.js index 27ce0f2..f06e894 100644 --- a/views/author.js +++ b/views/author.js @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 the cabal-club authors +// SPDX-FileCopyrightText: 2023 the cable-core.js authors // // SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/views/channel-membership.js b/views/channel-membership.js index 35a3fe8..7a477e8 100644 --- a/views/channel-membership.js +++ b/views/channel-membership.js @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 the cabal-club authors +// SPDX-FileCopyrightText: 2023 the cable-core.js authors // // SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/views/channel-state.js b/views/channel-state.js index 13eb402..bad51cb 100644 --- a/views/channel-state.js +++ b/views/channel-state.js @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 the cabal-club authors +// SPDX-FileCopyrightText: 2023 the cable-core.js authors // // SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/views/data-store.js b/views/data-store.js index 8a67f6d..be1cba0 100644 --- a/views/data-store.js +++ b/views/data-store.js @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 the cabal-club authors +// SPDX-FileCopyrightText: 2023 the cable-core.js authors // // SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/views/deleted.js b/views/deleted.js index 8c74927..d92a51c 100644 --- a/views/deleted.js +++ b/views/deleted.js @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 the cabal-club authors +// SPDX-FileCopyrightText: 2023 the cable-core.js authors // // SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/views/links.js b/views/links.js index 02ba268..b29355e 100644 --- a/views/links.js +++ b/views/links.js @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 the cabal-club authors +// SPDX-FileCopyrightText: 2023 the cable-core.js authors // // SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/views/messages.js b/views/messages.js index 20bbcd5..55de499 100644 --- a/views/messages.js +++ b/views/messages.js @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 the cabal-club authors +// SPDX-FileCopyrightText: 2023 the cable-core.js authors // // SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/views/reverse-hash-map.js b/views/reverse-hash-map.js index 12cec5c..db2db44 100644 --- a/views/reverse-hash-map.js +++ b/views/reverse-hash-map.js @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 the cabal-club authors +// SPDX-FileCopyrightText: 2023 the cable-core.js authors // // SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/views/topics.js b/views/topics.js index c9aaa5d..e26048c 100644 --- a/views/topics.js +++ b/views/topics.js @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 the cabal-club authors +// SPDX-FileCopyrightText: 2023 the cable-core.js authors // // SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/views/user-info.js b/views/user-info.js index ffe2a93..67b968e 100644 --- a/views/user-info.js +++ b/views/user-info.js @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2023 the cabal-club authors +// SPDX-FileCopyrightText: 2023 the cable-core.js authors // // SPDX-License-Identifier: AGPL-3.0-or-later