.licenserc.yaml 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. #
  2. # Copyright 1999-2019 Seata.io Group.
  3. #
  4. # Licensed under the Apache License, Version 2.0 (the "License");
  5. # you may not use this file except in compliance with the License.
  6. # You may obtain a copy of the License at
  7. #
  8. # http://www.apache.org/licenses/LICENSE-2.0
  9. #
  10. # Unless required by applicable law or agreed to in writing, software
  11. # distributed under the License is distributed on an "AS IS" BASIS,
  12. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. # See the License for the specific language governing permissions and
  14. # limitations under the License.
  15. #
  16. header:
  17. license:
  18. spdx-id: Apache-2.0
  19. copyright-owner: Seata.io
  20. content: |
  21. Copyright 1999-2019 Seata.io Group.
  22. Licensed under the Apache License, Version 2.0 (the "License");
  23. you may not use this file except in compliance with the License.
  24. You may obtain a copy of the License at
  25. http://www.apache.org/licenses/LICENSE-2.0
  26. Unless required by applicable law or agreed to in writing, software
  27. distributed under the License is distributed on an "AS IS" BASIS,
  28. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  29. See the License for the specific language governing permissions and
  30. limitations under the License.
  31. paths-ignore:
  32. - '.gitignore'
  33. - '.gitattributes'
  34. - '.travis.yml'
  35. - 'codecov.yml'
  36. - 'CONTRIBUTING.md'
  37. - 'CONTRIBUTING_CN.md'
  38. - 'CODE_OF_CONDUCT.md'
  39. - 'README.md'
  40. - 'LICENSE'
  41. - 'NOTICE'
  42. - '**/*.md'
  43. - '.github/**'
  44. #SPI、spring.factories、spring-configuration-metadata.json、additional-spring-configuration-metadata.json
  45. - '**/src/test/resources/META-INF/**'
  46. - '**/src/main/resources/META-INF/**'
  47. - '**/target/**'
  48. - '**/*.iml'
  49. - 'mvnw'
  50. - 'mvnw.cmd'
  51. - '*.sh'
  52. - 'changes/**'
  53. - 'style/**'
  54. - 'script/**'
  55. - 'seata-plugins/**'
  56. - '.mvn/**'
  57. - 'sessionStore/**'
  58. - 'distribution/LICENSE-BIN'
  59. - 'distribution/NOTICE-BIN'
  60. - 'test/src/test/resources/**'
  61. - 'serializer/seata-serializer-protobuf/src/main/resources/protobuf/io/seata/protocol/transcation/*.proto'
  62. - 'saga/seata-saga-statemachine-designer/node_modules/**'
  63. - 'node_modules/**'
  64. - 'saga/seata-saga-statemachine-designer/**'
  65. - '**/src/test/resources/statelang/**'
  66. - 'console/src/main/resources/static/console-fe/**'
  67. - '**/io/seata/sqlparser/antlr/**/*.g4'
  68. - '**/io/seata/sqlparser/antlr/mysql/parser/*'
  69. - '**/integration/**/*.proto'
  70. - 'console/src/main/resources/static/**'
  71. - 'ext/apm-seata-skywalking-plugin/config/agent.config'
  72. - 'server/src/main/resources/lua/redislocker/redislock.lua'
  73. comment: on-failure
  74. dependency:
  75. files:
  76. - pom.xml
  77. - saga/seata-saga-statemachine-designer/package.json
  78. - console/src/main/resources/static/console-fe/package.json
  79. excludes:
  80. - name: io.seata:*