Skip to content

Commit ca3b6bb

Browse files
committed
Update license years
Signed-off-by: Yuki Kishimoto <[email protected]>
1 parent 0e96ef8 commit ca3b6bb

File tree

332 files changed

+335
-328
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

332 files changed

+335
-328
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ MIT License
22

33
Copyright (c) 2022-2023 Yuki Kishimoto
44

5-
Copyright (c) 2023-2024 Rust Nostr Developers
5+
Copyright (c) 2023-2025 Rust Nostr Developers
66

77
Permission is hereby granted, free of charge, to any person obtaining a copy
88
of this software and associated documentation files (the "Software"), to deal

bindings/nostr-sdk-ffi/build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
use std::env;

bindings/nostr-sdk-ffi/src/client/builder.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
use std::ops::Deref;

bindings/nostr-sdk-ffi/src/client/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
use std::collections::HashMap;

bindings/nostr-sdk-ffi/src/client/options.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
use std::net::SocketAddr;

bindings/nostr-sdk-ffi/src/client/output.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
use std::collections::{HashMap, HashSet};

bindings/nostr-sdk-ffi/src/connect.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
use std::ops::Deref;

bindings/nostr-sdk-ffi/src/database/events.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
use std::ops::Deref;

bindings/nostr-sdk-ffi/src/database/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
use std::ops::Deref;

bindings/nostr-sdk-ffi/src/error.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
use std::fmt;

bindings/nostr-sdk-ffi/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
#![allow(clippy::new_without_default)]

bindings/nostr-sdk-ffi/src/logger.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
use tracing::Level;

bindings/nostr-sdk-ffi/src/negentropy.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
use std::sync::Arc;

bindings/nostr-sdk-ffi/src/notifications.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
use std::sync::Arc;

bindings/nostr-sdk-ffi/src/nwc/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
use std::ops::Deref;

bindings/nostr-sdk-ffi/src/nwc/options.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
use std::ops::Deref;

bindings/nostr-sdk-ffi/src/protocol/event/builder.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
use std::collections::HashMap;

bindings/nostr-sdk-ffi/src/protocol/event/id.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
use std::ops::Deref;

bindings/nostr-sdk-ffi/src/protocol/event/kind.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
use std::fmt;

bindings/nostr-sdk-ffi/src/protocol/event/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
use std::ops::Deref;

bindings/nostr-sdk-ffi/src/protocol/event/tag/kind.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
use std::borrow::Cow;

bindings/nostr-sdk-ffi/src/protocol/event/tag/list.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
use std::ops::Deref;

bindings/nostr-sdk-ffi/src/protocol/event/tag/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
use std::ops::Deref;

bindings/nostr-sdk-ffi/src/protocol/event/tag/standard.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
use std::ops::Deref;

bindings/nostr-sdk-ffi/src/protocol/event/unsigned.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
use std::ops::Deref;

bindings/nostr-sdk-ffi/src/protocol/filter.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
use std::ops::Deref;

bindings/nostr-sdk-ffi/src/protocol/key/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
use std::ops::Deref;

bindings/nostr-sdk-ffi/src/protocol/key/public_key.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
use std::ops::Deref;

bindings/nostr-sdk-ffi/src/protocol/key/secret_key.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
use std::ops::Deref;

bindings/nostr-sdk-ffi/src/protocol/message/client.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
use std::ops::Deref;

bindings/nostr-sdk-ffi/src/protocol/message/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
pub mod client;

bindings/nostr-sdk-ffi/src/protocol/message/relay.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
use core::ops::Deref;

bindings/nostr-sdk-ffi/src/protocol/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
pub mod event;

bindings/nostr-sdk-ffi/src/protocol/nips/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
pub mod nip01;

bindings/nostr-sdk-ffi/src/protocol/nips/nip01.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2023-2024 Rust Nostr Developers
1+
// Copyright (c) 2023-2025 Rust Nostr Developers
22
// Distributed under the MIT software license
33

44
use std::fmt;

bindings/nostr-sdk-ffi/src/protocol/nips/nip04.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
use std::ops::Deref;

bindings/nostr-sdk-ffi/src/protocol/nips/nip05.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
use std::net::SocketAddr;

bindings/nostr-sdk-ffi/src/protocol/nips/nip10.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
use nostr::nips::nip10;

bindings/nostr-sdk-ffi/src/protocol/nips/nip11.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
use std::net::SocketAddr;

bindings/nostr-sdk-ffi/src/protocol/nips/nip13.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2023-2024 Rust Nostr Developers
1+
// Copyright (c) 2023-2025 Rust Nostr Developers
22
// Distributed under the MIT software license
33

44
use nostr::nips::nip13;

bindings/nostr-sdk-ffi/src/protocol/nips/nip15.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2023-2024 Rust Nostr Developers
1+
// Copyright (c) 2023-2025 Rust Nostr Developers
22
// Distributed under the MIT software license
33

44
use std::ops::Deref;

bindings/nostr-sdk-ffi/src/protocol/nips/nip17.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
23
// Distributed under the MIT software license
34

45
use std::ops::Deref;

bindings/nostr-sdk-ffi/src/protocol/nips/nip19.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
use std::sync::Arc;

bindings/nostr-sdk-ffi/src/protocol/nips/nip21.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2023-2024 Rust Nostr Developers
1+
// Copyright (c) 2023-2025 Rust Nostr Developers
22
// Distributed under the MIT software license
33

44
use std::sync::Arc;

bindings/nostr-sdk-ffi/src/protocol/nips/nip22.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
use std::ops::Deref;

bindings/nostr-sdk-ffi/src/protocol/nips/nip26.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2023-2024 Rust Nostr Developers
1+
// Copyright (c) 2023-2025 Rust Nostr Developers
22
// Distributed under the MIT software license
33

44
use std::ops::Deref;

bindings/nostr-sdk-ffi/src/protocol/nips/nip34.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
use std::ops::Deref;

bindings/nostr-sdk-ffi/src/protocol/nips/nip39.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
use nostr::nips::nip39;

bindings/nostr-sdk-ffi/src/protocol/nips/nip44.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
use std::ops::Deref;

bindings/nostr-sdk-ffi/src/protocol/nips/nip46.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
use std::fmt;

bindings/nostr-sdk-ffi/src/protocol/nips/nip47.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2023-2024 Rust Nostr Developers
1+
// Copyright (c) 2023-2025 Rust Nostr Developers
22
// Distributed under the MIT software license
33

44
use std::ops::Deref;

bindings/nostr-sdk-ffi/src/protocol/nips/nip48.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2023-2024 Rust Nostr Developers
1+
// Copyright (c) 2023-2025 Rust Nostr Developers
22
// Distributed under the MIT software license
33

44
use nostr::nips::nip48;

bindings/nostr-sdk-ffi/src/protocol/nips/nip49.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
use std::ops::Deref;

bindings/nostr-sdk-ffi/src/protocol/nips/nip51.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2023-2024 Rust Nostr Developers
1+
// Copyright (c) 2023-2025 Rust Nostr Developers
22
// Distributed under the MIT software license
33

44
use std::ops::Deref;

bindings/nostr-sdk-ffi/src/protocol/nips/nip53.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2023-2024 Rust Nostr Developers
1+
// Copyright (c) 2023-2025 Rust Nostr Developers
22
// Distributed under the MIT software license
33

44
use std::str::FromStr;

bindings/nostr-sdk-ffi/src/protocol/nips/nip56.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
use nostr::nips::nip56;

bindings/nostr-sdk-ffi/src/protocol/nips/nip57.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2-
// Copyright (c) 2023-2024 Rust Nostr Developers
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
33
// Distributed under the MIT software license
44

55
use std::ops::Deref;

bindings/nostr-sdk-ffi/src/protocol/nips/nip59.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// Copyright (c) 2022-2023 Yuki Kishimoto
2+
// Copyright (c) 2023-2025 Rust Nostr Developers
23
// Distributed under the MIT software license
34

45
use std::ops::Deref;

0 commit comments

Comments
 (0)