.licenserc.yaml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. # Licensed to Apache Software Foundation (ASF) under one or more contributor
  2. # license agreements. See the NOTICE file distributed with
  3. # this work for additional information regarding copyright
  4. # ownership. Apache Software Foundation (ASF) licenses this file to you under
  5. # the Apache License, Version 2.0 (the "License"); you may
  6. # not use this file except in compliance with the License.
  7. # You may obtain a copy of the License at
  8. #
  9. # http://www.apache.org/licenses/LICENSE-2.0
  10. #
  11. # Unless required by applicable law or agreed to in writing,
  12. # software distributed under the License is distributed on an
  13. # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  14. # KIND, either express or implied. See the License for the
  15. # specific language governing permissions and limitations
  16. # under the License.
  17. header:
  18. license:
  19. spdx-id: Apache-2.0
  20. copyright-owner: Apache Software Foundation
  21. paths-ignore:
  22. - seatunnel-dist
  23. - NOTICE
  24. - LICENSE
  25. - DISCLAIMER
  26. - mvnw.cmd
  27. - .mvn
  28. - .gitmodules
  29. - .gitattributes
  30. - .github/actions
  31. - '**/known-dependencies-*.txt'
  32. - '**/*.md'
  33. - '**/*.mdx'
  34. - '**/*.json'
  35. - '**/*.iml'
  36. - '**/*.ini'
  37. - '**/*.svg'
  38. - '**/.gitignore'
  39. - '**/LICENSE'
  40. - '**/NOTICE'
  41. - '**/.gitkeep'
  42. - '**/com/typesafe/config/**'
  43. - 'seatunnel-engine/seatunnel-engine-common/src/main/java/org/apache/seatunnel/engine/common/config/ConfigProvider.java'
  44. - 'seatunnel-engine/seatunnel-engine-common/src/main/java/org/apache/seatunnel/engine/common/config/SeaTunnelConfigSections.java'
  45. - 'seatunnel-engine/seatunnel-engine-common/src/main/java/org/apache/seatunnel/engine/common/config/YamlSeaTunnelConfigBuilder.java'
  46. - 'seatunnel-engine/seatunnel-engine-common/src/main/java/org/apache/seatunnel/engine/common/utils/ExceptionUtil.java'
  47. - 'seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/operation/AsyncOperation.java'
  48. - 'seatunnel-engine/seatunnel-engine-server/src/main/java/org/apache/seatunnel/engine/server/protocol/task/AbstractSeaTunnelMessageTask.java'
  49. - 'seatunnel-engine/seatunnel-engine-common/src/main/java/org/apache/seatunnel/engine/common/utils/PassiveCompletableFuture.java'
  50. comment: on-failure