copyright notices in new files
This commit is contained in:
parent
29c80c6f0e
commit
f5b4c5a9b6
@ -1,3 +1,6 @@
|
||||
// Copyright (C) 2021 Scott Lamb <slamb@slamb.org>
|
||||
// SPDX-License-Identifier: MIT OR Apache-2.0
|
||||
|
||||
use std::fmt::Display;
|
||||
|
||||
use crate::{ConnectionContext, RtspMessageContext};
|
||||
|
@ -1,3 +1,6 @@
|
||||
// Copyright (C) 2021 Scott Lamb <slamb@slamb.org>
|
||||
// SPDX-License-Identifier: MIT OR Apache-2.0
|
||||
|
||||
//! tokio-based [`Connection`].
|
||||
//!
|
||||
//! In theory there could be a similar async-std-based implementation.
|
||||
|
Loading…
Reference in New Issue
Block a user