Skip to content
This repository was archived by the owner on Mar 29, 2025. It is now read-only.

Commit 2ebc06f

Browse files
authored
Merge pull request #66 from 34N0/refactor-release
doc: license in conv.rs
2 parents 2a8e382 + 1c19a8e commit 2ebc06f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

crates/pam/src/conv.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@
1717
//! that can be passed to the conversation function, and the `PamConv` struct, which represents
1818
//! a PAM conversation.
1919
//!
20+
//! ## License
21+
//!
22+
//! Copyright 2023 34n0
23+
//!
24+
//! Use of this source code is governed by an MIT-style
25+
//! license that can be found in the LICENSE file or at
26+
//! https://opensource.org/licenses/MIT.
2027
2128
use libc::{c_char, c_int};
2229
use std::ffi::{CStr, CString};

0 commit comments

Comments
 (0)