.licenserc.yaml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. - dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/CodeGenerateUtils.java
  28. - mvnw.cmd
  29. - dolphinscheduler-dao/src/main/resources/sql/soft_version
  30. - .mvn
  31. - .gitattributes
  32. - '**/licenses/**/LICENSE-*'
  33. - '**/*.md'
  34. - '**/*.svg'
  35. - '**/*.json'
  36. - '**/*.iml'
  37. - '**/*.ini'
  38. - '**/.babelrc'
  39. - '**/.eslintignore'
  40. - '**/.gitignore'
  41. - '**/LICENSE'
  42. - '**/NOTICE'
  43. - '**/node_modules/**'
  44. - '.github/actions/comment-on-issue/**'
  45. - '.github/actions/translate-on-issue/**'
  46. - '**/.gitkeep'
  47. - 'org.mockito.plugins.MockMaker'
  48. - tools/dependencies/known-dependencies.txt
  49. - '**/banner.txt'
  50. - '.terraform.lock.hcl'
  51. - deploy/kubernetes/dolphinscheduler/README.md.gotmpl
  52. comment: on-failure