Skip to content

Commit 8a25da6

Browse files
committed
chore: Fix rest of missing/wrong copyright headers
1 parent 151af94 commit 8a25da6

Some content is hidden

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

86 files changed

+466
-46
lines changed

crates/buttplug/src/lib.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1+
// Buttplug Rust Source Code File - See https://buttplug.io for more info.
2+
//
3+
// Copyright 2016-2026 Nonpolynomial Labs LLC. All rights reserved.
4+
//
5+
// Licensed under the BSD 3-Clause license. See LICENSE file in the project root
6+
// for full license information.
7+
18
pub use buttplug_client::*;
29
pub use buttplug_transport_websocket_tungstenite::*;

crates/buttplug_core/build.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
// Buttplug Rust Source Code File - See https://buttplug.io for more info.
2+
//
3+
// Copyright 2016-2026 Nonpolynomial Labs LLC. All rights reserved.
4+
//
5+
// Licensed under the BSD 3-Clause license. See LICENSE file in the project root
6+
// for full license information.
7+
18
const SCHEMA_DIR: &str = "./schema/";
29
use jsonschema::Validator;
310

crates/buttplug_core/src/message/v0/mod.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
// Buttplug Rust Source Code File - See https://buttplug.io for more info.
2+
//
3+
// Copyright 2016-2026 Nonpolynomial Labs LLC. All rights reserved.
4+
//
5+
// Licensed under the BSD 3-Clause license. See LICENSE file in the project root
6+
// for full license information.
7+
18
mod device_removed;
29
mod error;
310
mod ok;

crates/buttplug_core/src/util/range_serialize.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
// Buttplug Rust Source Code File - See https://buttplug.io for more info.
2+
//
3+
// Copyright 2016-2026 Nonpolynomial Labs LLC. All rights reserved.
4+
//
5+
// Licensed under the BSD 3-Clause license. See LICENSE file in the project root
6+
// for full license information.
7+
18
use std::ops::RangeInclusive;
29

310
use serde::{Serialize, Serializer};

crates/buttplug_server/src/connector.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
// Buttplug Rust Source Code File - See https://buttplug.io for more info.
2+
//
3+
// Copyright 2016-2026 Nonpolynomial Labs LLC. All rights reserved.
4+
//
5+
// Licensed under the BSD 3-Clause license. See LICENSE file in the project root
6+
// for full license information.
7+
18
use buttplug_core::connector::ButtplugRemoteConnector;
29

310
use super::message::{ButtplugClientMessageVariant, ButtplugServerMessageVariant};

crates/buttplug_server/src/device/hardware/mod.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
// Buttplug Rust Source Code File - See https://buttplug.io for more info.
2+
//
3+
// Copyright 2016-2026 Nonpolynomial Labs LLC. All rights reserved.
4+
//
5+
// Licensed under the BSD 3-Clause license. See LICENSE file in the project root
6+
// for full license information.
7+
18
pub mod communication;
29
use std::{collections::HashSet, fmt::Debug, sync::Arc, time::Duration};
310

crates/buttplug_server/src/device/protocol_impl/adrienlastic.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
// Buttplug Rust Source Code File - See https://buttplug.io for more info.
22
//
3-
// Copyright 2016-2023 Nonpolynomial Labs LLC. All rights reserved.
3+
// Copyright 2016-2026 Nonpolynomial Labs LLC. All rights reserved.
44
//
55
// Licensed under the BSD 3-Clause license. See LICENSE file in the project root
66
// for full license information.
7-
87
use uuid::Uuid;
98

109
use crate::device::{

crates/buttplug_server/src/device/protocol_impl/foreo.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
// Buttplug Rust Source Code File - See https://buttplug.io for more info.
22
//
3-
// Copyright 2016-2023 Nonpolynomial Labs LLC. All rights reserved.
3+
// Copyright 2016-2026 Nonpolynomial Labs LLC. All rights reserved.
44
//
55
// Licensed under the BSD 3-Clause license. See LICENSE file in the project root
66
// for full license information.
7-
87
use crate::device::{
98
hardware::{Hardware, HardwareCommand, HardwareWriteCmd},
109
protocol::{

crates/buttplug_server/src/device/protocol_impl/fox.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
// Buttplug Rust Source Code File - See https://buttplug.io for more info.
22
//
3-
// Copyright 2016-2023 Nonpolynomial Labs LLC. All rights reserved.
3+
// Copyright 2016-2026 Nonpolynomial Labs LLC. All rights reserved.
44
//
55
// Licensed under the BSD 3-Clause license. See LICENSE file in the project root
66
// for full license information.
7-
87
use uuid::Uuid;
98

109
use crate::device::{

crates/buttplug_server/src/device/protocol_impl/fredorch_rotary.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
// Buttplug Rust Source Code File - See https://buttplug.io for more info.
22
//
3-
// Copyright 2016-2023 Nonpolynomial Labs LLC. All rights reserved.
3+
// Copyright 2016-2026 Nonpolynomial Labs LLC. All rights reserved.
44
//
55
// Licensed under the BSD 3-Clause license. See LICENSE file in the project root
66
// for full license information.
7-
87
use crate::device::{
98
hardware::{Hardware, HardwareCommand, HardwareEvent, HardwareSubscribeCmd, HardwareWriteCmd},
109
protocol::{

0 commit comments

Comments
 (0)