.licenserc.yaml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. - dist
  23. - NOTICE
  24. - LICENSE
  25. - DISCLAIMER
  26. - dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/ScriptRunner.java
  27. - mvnw.cmd
  28. - sql/soft_version
  29. - .mvn
  30. - .gitattributes
  31. - '**/licenses/**/LICENSE-*'
  32. - '**/*.md'
  33. - '**/*.json'
  34. - '**/*.iml'
  35. - '**/*.ini'
  36. - '**/.babelrc'
  37. - '**/.eslintignore'
  38. - '**/.gitignore'
  39. - '**/LICENSE'
  40. - '**/NOTICE'
  41. - '**/node_modules/**'
  42. - '.github/actions/comment-on-issue/**'
  43. - '.github/actions/lable-on-issue/**'
  44. - '.github/actions/reviewdog-setup/**'
  45. - '.github/actions/translate-on-issue/**'
  46. comment: on-failure