Skip to content

Commit

Permalink
chore: update for complete copyright notices (#1489)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajewellamz authored Dec 7, 2024
1 parent e51f340 commit c0ec84d
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion DynamoDbEncryption/runtimes/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aws-db-esdk"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
rust-version = "1.80.0"
keywords = ["cryptography", "security", "dynamodb", "encryption", "client-side"]
Expand Down
2 changes: 1 addition & 1 deletion releases/rust/db_esdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aws-db-esdk"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
rust-version = "1.80.0"
keywords = ["cryptography", "security", "dynamodb", "encryption", "client-side"]
Expand Down
3 changes: 0 additions & 3 deletions releases/rust/db_esdk/src/aes_kdf_ctr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ pub mod AesKdfCtr {
use dafny_runtime::Sequence;
use std::rc::Rc;

#[allow(non_camel_case_types)]
// pub struct _default {}

fn error(s: &str) -> Rc<DafnyError> {
Rc::new(DafnyError::AwsCryptographicPrimitivesError {
message:
Expand Down
4 changes: 3 additions & 1 deletion releases/rust/db_esdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

#![allow(warnings, unconditional_panic)]
#![allow(nonstandard_style)]
#![allow(clippy::never_loop)]
#![allow(clippy::absurd_extreme_comparisons)]

pub mod client;
pub mod conversions;
Expand Down Expand Up @@ -30,7 +32,7 @@ pub use crate::deps::aws_cryptography_materialProviders;
pub use crate::deps::aws_cryptography_primitives;

pub(crate) mod implementation_from_dafny;
pub(crate) use crate::implementation_from_dafny::r#_Wrappers_Compile;
pub(crate) use crate::implementation_from_dafny::_Wrappers_Compile;
pub(crate) use crate::implementation_from_dafny::software;
pub(crate) use crate::implementation_from_dafny::AesKdfCtr;
pub(crate) use crate::implementation_from_dafny::ConcurrentCall;
Expand Down
3 changes: 3 additions & 0 deletions releases/rust/db_esdk/src/standard_library_conversions.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0

pub fn ostring_to_dafny(
input: &Option<String>,
) -> ::std::rc::Rc<
Expand Down
3 changes: 3 additions & 0 deletions releases/rust/db_esdk/src/standard_library_externs.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0

// Annotation to ignore the case of this module
use crate::r#_Wrappers_Compile;
use crate::implementation_from_dafny::UTF8;
Expand Down
2 changes: 1 addition & 1 deletion submodules/MaterialProviders
2 changes: 1 addition & 1 deletion submodules/smithy-dafny

0 comments on commit c0ec84d

Please sign in to comment.