mirror of
https://github.com/enso-org/enso.git
synced 2024-12-27 06:52:23 +03:00
760fb71798
- Add type detection for `Mixed` columns when calling column functions. - Excel uses column name for missing headers. - Add aliases for parse functions on text. - Adjust `Date`, `Time_Of_Day` and `Date_Time` parse functions to not take `Nothing` anymore and provide dropdowns. - Removed built-in parses. - All support Locale. - Add support for missing day or year for parsing a Date. - All will trim values automatically. - Added ability to list AWS profiles. - Added ability to list S3 buckets. - Workaround for Table.aggregate so default item added works.
26 lines
1.1 KiB
Plaintext
26 lines
1.1 KiB
Plaintext
AWS SDK for Java 2.0
|
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
|
|
This product includes software developed by
|
|
Amazon Technologies, Inc (http://www.amazon.com/).
|
|
|
|
**********************
|
|
THIRD PARTY COMPONENTS
|
|
**********************
|
|
This software includes third party software subject to the following copyrights:
|
|
- XML parsing and utility functions from JetS3t - Copyright 2006-2009 James Murty.
|
|
- PKCS#1 PEM encoded private key parsing and utility functions from oauth.googlecode.com - Copyright 1998-2010 AOL Inc.
|
|
- Apache Commons Lang - https://github.com/apache/commons-lang
|
|
- Netty Reactive Streams - https://github.com/playframework/netty-reactive-streams
|
|
- Jackson-core - https://github.com/FasterXML/jackson-core
|
|
- Jackson-dataformat-cbor - https://github.com/FasterXML/jackson-dataformats-binary
|
|
|
|
The licenses for these third party components are included in LICENSE.txt
|
|
|
|
- For Apache Commons Lang see also this required NOTICE:
|
|
Apache Commons Lang
|
|
Copyright 2001-2020 The Apache Software Foundation
|
|
|
|
This product includes software developed at
|
|
The Apache Software Foundation (https://www.apache.org/).
|