This is an automated email from the ASF dual-hosted git repository. kranti pushed a commit to branch asf-license-notice in repository https://gitbox.apache.org/repos/asf/iggy.git
commit caeb473bf3e56eed98b7c1c7a7578ed16ecf2399 Author: kparisa <[email protected]> AuthorDate: Wed Mar 12 00:11:37 2025 -0700 Apache License Disclaimer, Notice --- dependencies.md => DEPENDENCIES.md | 2 +- DISCLAIMER | 5 +++++ NOTICE | 26 ++++++++++++++++---------- 3 files changed, 22 insertions(+), 11 deletions(-) diff --git a/dependencies.md b/DEPENDENCIES.md similarity index 99% rename from dependencies.md rename to DEPENDENCIES.md index 3a3cc559..2932a6cc 100644 --- a/dependencies.md +++ b/DEPENDENCIES.md @@ -1,4 +1,4 @@ -| Name | Description | License | Repository [...] +| Name | Description | License | Repository URL [...] |------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------|------------------------------------------------------------- [...] | aes-gcm | Pure Rust implementation of the AES-GCM (Galois/Counter Mode) Authenticated Encryption with Associated Data (AEAD) Cipher with optional architecture-specific hardware acceleration | Apache-2.0 OR MIT | https://github.com/RustCrypto/AEADs [...] | ahash | A non-cryptographic hash function using AES-NI for high performance | MIT OR Apache-2.0 | https://github.com/tkaitchuck/ahash [...] diff --git a/DISCLAIMER b/DISCLAIMER new file mode 100644 index 00000000..aaa3f2df --- /dev/null +++ b/DISCLAIMER @@ -0,0 +1,5 @@ +Apache Iggy (Incubating) is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC. + +Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. + +While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. \ No newline at end of file diff --git a/NOTICE b/NOTICE index 2e07b30f..2bd14a99 100644 --- a/NOTICE +++ b/NOTICE @@ -1,13 +1,19 @@ -Copyright 2023-2025 Piotr Gankiewicz, LaserData, Inc. +Apache Iggy (Incubating) +Copyright 2025 The Apache Software Foundation -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). - http://www.apache.org/licenses/LICENSE-2.0 +================================================================ -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. +This product includes various dependencies and code components that are subject to separate copyright notices and license terms. +Your use of these components is governed by their respective licenses. +For a complete list of dependencies, including their licenses and repository links, +please refer to the DEPENDENCIES file. + +================================================================ + +The Iggy project code was originally created, designed, developed by Piotr Gankiewicz in April 2023. +It was released as an open-source project under MIT License, later converted to Apache 2.0 License, +and donated by LaserData, Inc. to the Apache Software Foundation (ASF) in February 2025. +Copyright April 2023 - February 2025 Piotr Gankiewicz, LaserData, Inc. \ No newline at end of file
