NOTICE 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. Apache SeaTunnel
  2. Copyright 2021-2023 The Apache Software Foundation
  3. This product includes software developed at
  4. The Apache Software Foundation (http://www.apache.org/).
  5. // ------------------------------------------------------------------
  6. // NOTICE file corresponding to the section 4d of The Apache License,
  7. // Version 2.0, in this case for Apache Flink
  8. // ------------------------------------------------------------------
  9. Apache Flink
  10. Copyright 2006-2022 The Apache Software Foundation
  11. This product includes software developed at
  12. The Apache Software Foundation (http://www.apache.org/).
  13. Flink : Connectors : JDBC
  14. Copyright 2014-2022 The Apache Software Foundation
  15. // ------------------------------------------------------------------
  16. // NOTICE file corresponding to the section 4d of The Apache License,
  17. // Version 2.0, in this case for Apache Iceberg
  18. // ------------------------------------------------------------------
  19. Apache Iceberg
  20. Copyright 2017-2022 The Apache Software Foundation
  21. This product includes software developed at
  22. The Apache Software Foundation (http://www.apache.org/).
  23. Iceberg : Flink
  24. Copyright 2017-2022 The Apache Software Foundation
  25. // ------------------------------------------------------------------
  26. // NOTICE file corresponding to the section 4d of The Apache License,
  27. // Version 2.0, in this case for Apache Iceberg
  28. // ------------------------------------------------------------------
  29. -----------------------------------------------------------------------
  30. This product contains code form the Apache Maven Wrapper Project:
  31. -----------------------------------------------------------------------
  32. Apache Maven Wrapper
  33. Copyright 2013-2022 The Apache Software Foundation
  34. This product includes software developed at
  35. The Apache Software Foundation (http://www.apache.org/).
  36. The original idea and initial implementation of the maven-wrapper module is derived
  37. from the Gradle Wrapper which was written originally by Hans Dockter and Adam Murdoch.
  38. Copyright 2007 the original author or authors.
  39. -----------------------------------------------------------------------
  40. This product contains code form the Hazelcast Project:
  41. The packages:
  42. com.hazelcast.internal.util.collection
  43. com.hazelcast.internal.util.concurrent
  44. and the classes:
  45. com.hazelcast.internal.util.QuickMath
  46. com.hazelcast.client.impl.protocol.util.UnsafeBuffer
  47. com.hazelcast.client.impl.protocol.util.BufferBuilder
  48. contain code originating from the Agrona project
  49. (https://github.com/real-logic/Agrona).
  50. The class com.hazelcast.internal.util.HashUtil contains code originating
  51. from the Koloboke project (https://github.com/OpenHFT/Koloboke).
  52. The class classloading.ThreadLocalLeakTestUtils contains code originating
  53. from the Tomcat project (https://github.com/apache/tomcat).
  54. com.hazelcast.internal.cluster.fd.PhiAccrualFailureDetector contains code originating
  55. from the Akka project (https://github.com/akka/akka/).
  56. The package com.hazelcast.internal.json contains code originating
  57. from minimal-json project (https://github.com/ralfstx/minimal-json).
  58. The class com.hazelcast.instance.impl.MobyNames contains code originating
  59. from The Moby Project (https://github.com/moby/moby).
  60. The class com.hazelcast.internal.util.graph.BronKerboschCliqueFinder contains code
  61. originating from The JGraphT Project (https://github.com/jgrapht/jgrapht).
  62. The packages:
  63. com.hazelcast.sql
  64. com.hazelcast.jet.sql
  65. contain code originating from the Apache Calcite (https://github.com/apache/calcite)
  66. The class com.hazelcast.jet.kafka.impl.ResumeTransactionUtil contains
  67. code derived from the Apache Flink project.
  68. The class com.hazelcast.internal.util.ConcurrentReferenceHashMap contains code written by Doug Lea
  69. and updated within the WildFly project (https://github.com/wildfly/wildfly).
  70. The class org.apache.calcite.linq4j.tree.ConstantExpression contains code
  71. originating from the Calcite project (https://github.com/apache/calcite).