Skip to content

Commit

Permalink
doc(hsh): added copyrights
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed Sep 10, 2023
1 parent 8876ec7 commit eb3d090
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_argon2i.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

// Copyright © 2023 Hash (HSH) library. All rights reserved.
// SPDX-License-Identifier: Apache-2.0 OR MIT

#[cfg(test)]
mod tests {
Expand Down
4 changes: 4 additions & 0 deletions tests/test_bcrypt.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

// Copyright © 2023 Hash (HSH) library. All rights reserved.
// SPDX-License-Identifier: Apache-2.0 OR MIT


#[cfg(test)]
mod tests {
use hsh::models::hash_algorithm::HashingAlgorithm;
Expand Down
3 changes: 3 additions & 0 deletions tests/test_hash.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright © 2023 Hash (HSH) library. All rights reserved.
// SPDX-License-Identifier: Apache-2.0 OR MIT

#[cfg(test)]
mod tests {
use hsh::models::hash_algorithm::HashAlgorithm;
Expand Down
3 changes: 3 additions & 0 deletions tests/test_hash_algorithm.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright © 2023 Hash (HSH) library. All rights reserved.
// SPDX-License-Identifier: Apache-2.0 OR MIT

#[cfg(test)]
mod tests {
use hsh::models::hash_algorithm::{HashAlgorithm, HashingAlgorithm};
Expand Down
3 changes: 3 additions & 0 deletions tests/test_loggers.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright © 2023 Hash (HSH) library. All rights reserved.
// SPDX-License-Identifier: Apache-2.0 OR MIT

#[cfg(test)]
mod tests {
use hsh::loggers::{Log, LogLevel, LogFormat};
Expand Down
3 changes: 3 additions & 0 deletions tests/test_scrypt.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright © 2023 Hash (HSH) library. All rights reserved.
// SPDX-License-Identifier: Apache-2.0 OR MIT

#[cfg(test)]
mod tests {
use hsh::models::hash_algorithm::HashingAlgorithm;
Expand Down

0 comments on commit eb3d090

Please sign in to comment.