1. da0aa5d fix: not ignore *.txt to make sure files like CMakeLists.txt can be checked (#141) by Yingchun Lai · 1 year, 7 months ago
  2. d38fe05 dep: do not write license files if they already exist (#140) by kezhenxu94 · 1 year, 7 months ago
  3. b9b39bc feat(header-fix): add Svelte support (#139) by Elijah Olmos · 1 year, 8 months ago
  4. 442d462 Add some tests for maven resovler (#138) by kezhenxu94 · 1 year, 8 months ago
  5. df92796 Fix exclude not work for transitive dependencies and add recursive config (#137) by kezhenxu94 · 1 year, 8 months ago
  6. 25edfc2 Fix optional dependencies are not excluded (#136) by kezhenxu94 · 1 year, 8 months ago
  7. 7a3e90b Switch to npm ci for reliable builds (#135) by kezhenxu94 · 1 year, 8 months ago
  8. 7fca702 feat: list files by git when possible (#133) by tison · 1 year, 8 months ago
  9. c27b7b3 Polish maven test for convenient debug (#134) by kezhenxu94 · 1 year, 8 months ago
  10. cbb6f55 Docker Multiple Architecture Support (#132) by mohammedtabish0 · 1 year, 8 months ago
  11. 00b35e5 Update languages.yaml (#130) by ROVAST · 1 year, 9 months ago
  12. ed54cef Fix wrong env field in demo doc (#129) by ROVAST · 1 year, 9 months ago
  13. 211d162 New Header Template: GPL-3.0-or-later (#128) by Dillon Lees · 1 year, 9 months ago
  14. d546665 Add MulanPSL-2.0 support and add `softwareName` as a new config (#127) by jmjoy · 1 year, 9 months ago
  15. 9b6b981 Upgrade go version to 1.18 (#126) by kezhenxu94 · 1 year, 10 months ago
  16. 14b1a03 feat(header templates): add support for AGPL-3.0 (#125) by elijaholmos · 1 year, 10 months ago
  17. 438e4ea Draft 0.4.0 (#124) by kezhenxu94 · 1 year, 10 months ago v0.4.0
  18. 501a28d Organize GHA by header and dependency (#123) by kezhenxu94 · 1 year, 10 months ago
  19. 0cb30eb Add rust cargo support for dep command. (#121) by jmjoy · 1 year, 10 months ago
  20. 095c4c6 Support license expression in dep check. (#120) by jmjoy · 1 year, 10 months ago
  21. f461a46 Prune packages before listing all dependencies (#119) by kezhenxu94 · 1 year, 10 months ago
  22. c343ca4 Add support for multiple licenses in the header config section (#118) by Dave Tucker · 1 year, 10 months ago
  23. 47febf5 Add `excludes` to `license resolve` config (#117) by kezhenxu94 · 1 year, 11 months ago
  24. 2c6d8a0 maven: set group:artifact as dependency name and extend functions in summary template (#116) by kezhenxu94 · 1 year, 11 months ago
  25. 35c6a02 Stablize summary context to perform consistant output (#115) by kezhenxu94 · 1 year, 11 months ago
  26. 9b99ab9 Add custom license urls for identification (#114) by kezhenxu94 · 1 year, 11 months ago
  27. 32dc92e Fix grammar mistakes (#113) by Kevin Goslar · 1 year, 11 months ago
  28. 5f15d23 Lazy initialize GitHub client for comment (#111) by kezhenxu94 · 1 year, 11 months ago
  29. db412b1 Make license identifying threshold configurable (#110) by Hoshea Jiang · 2 years ago
  30. 9af283d Use Google's licensecheck to identify licenses (#107) by Hoshea Jiang · 2 years ago
  31. 3f532e8 docs: fix the indents issue in the action demo (#109) by Fushu Wang · 2 years ago
  32. c8d48c1 dep: short circuit if user declare dep license (#108) by kezhenxu94 · 2 years ago
  33. 7db9a79 Polish release doc (#106) by Hoshea Jiang · 2 years ago
  34. 99f4b8b Release 0.3.0 (#105) by Hoshea Jiang · 2 years ago v0.3.0
  35. 97883a5 Add GitHub Action step summary for better experience (#104) by kezhenxu94 · 2 years ago
  36. 78aa037 Provide `--summary` flag to generate the license summary file (#103) by mrproliu · 2 years ago
  37. 985866c Support fix license header for tcl files (#102) by tison · 2 years ago
  38. b51bb7b Add .exe suffix to windows binary (#101) by kezhenxu94 · 2 years ago
  39. 43bbe62 Add Python DocString comment style (#100) by kezhenxu94 · 2 years, 1 month ago
  40. 2005204 [Docs] add the usage for config the license header comment style. (#99) by Zonglei Dong · 2 years, 1 month ago
  41. 29f5421 New feature: replace already existing license header based on pattern (#98) by Halacs · 2 years, 1 month ago
  42. 66a8bd6 [config]Support config license header comment style. (#97) by Zonglei Dong · 2 years, 1 month ago
  43. eb0e0b0 [Docs] Correct tiny typo (#96) by Zonglei Dong · 2 years, 1 month ago
  44. 831233e test: use `T.TempDir` to create temporary test directory (#95) by Eng Zer Jun · 2 years, 2 months ago
  45. f23c9f4 Trim leading and trailing newlines before rewrite license header cotent (#94) by tison · 2 years, 2 months ago
  46. 1f31717 Fix dependency license check in testify old version (#93) by mrproliu · 2 years, 2 months ago
  47. 2f5c0bc test: add tests for bare spdx license header content (#92) by tison · 2 years, 2 months ago
  48. 10f6414 config: Fix incorrect log message (#91) by Xuanwo · 2 years, 3 months ago
  49. 0199851 Add comment style for Makefile & EditorConfig (#90) by 罗泽轩 · 2 years, 3 months ago
  50. 920b998 Add comment style for HCL (Terraform) (#89) by Stuart Minshull · 2 years, 3 months ago
  51. ce2b365 Add MPL-2.0 header template (#87) by Steve Klabnik · 2 years, 3 months ago
  52. 5d8edda Lock version of golangci-lint to 1.43.0. And fix lint issue. (#88) by 吴晟 Wu Sheng · 2 years, 4 months ago
  53. 30367d8 Adds CMake support (#86) by Ryan Richard · 2 years, 6 months ago
  54. 5092f1a Update .asf.yaml (#85) by kezhenxu94 · 2 years, 6 months ago
  55. 3d3f488 Adds an option to the action to run in "fix" mode by Ryan Richard · 2 years, 6 months ago
  56. 6e387ca Obtain default GitHub token in GitHub Actions (#82) by kezhenxu94 · 2 years, 6 months ago
  57. 49d5362 chore: fix wrong file path and exclude binary files in src release (#81) by kezhenxu94 · 2 years, 7 months ago v0.2.0
  58. c023972 Prepare 0.2.0 release (#80) by kezhenxu94 · 2 years, 7 months ago
  59. 3a6d309 Add some line normalize processor for help `skywalking-satellite` dependency resolve (#79) by mrproliu · 2 years, 7 months ago
  60. 0eaf2c1 Add `version` property to dependency resolution results (#78) by mrproliu · 2 years, 7 months ago
  61. 20075ad Support installing via go install (#76) by kezhenxu94 · 2 years, 7 months ago
  62. bcdd6bc Speed up the initialization phase (#75) by kezhenxu94 · 2 years, 7 months ago
  63. ed749b8 Add Comment Style for TypeScript language support (#73) by Johnathan Free Wortley · 2 years, 7 months ago
  64. 9d51992 Merge pull request #72 from freeqaz/patch-1 by 吴晟 Wu Sheng · 2 years, 7 months ago
  65. 06b2db3 Remove .tsx from XML language extensions by Johnathan Free Wortley · 2 years, 7 months ago
  66. 2cfd5a1 Enhance Npm Resolver: support recording license contents (#71) by Youhan Wu · 2 years, 8 months ago
  67. 8157269 Fix the licenses files location problem (#70) by Youhan Wu · 2 years, 8 months ago
  68. 8376811 Merge pull request #69 from apache/feature/save-licenses by 吴晟 Wu Sheng · 2 years, 8 months ago
  69. 0c72046 feature: support saving dependencies' licenses by kezhenxu94 · 2 years, 8 months ago
  70. 785bb7f Honor Python's coding directive (#68) by kezhenxu94 · 2 years, 8 months ago
  71. 62071db Merge pull request #67 from apache/gitignore by 吴晟 Wu Sheng · 2 years, 8 months ago
  72. 35f3513 Resolve absolute path in `.gitignore` to relative path by kezhenxu94 · 2 years, 8 months ago
  73. 341837b Fix file extension conflict between RenderScript and Rust (#66) by Adrien Guillo · 2 years, 8 months ago
  74. 25b94dd Feature: `header fix` supports nextflow files (#65) by Keiran Raine · 2 years, 8 months ago
  75. e444f64 feature: support `header fix` for R (#64) by Keiran Raine · 2 years, 8 months ago
  76. 771cb90 Support `fix` command on perl files (#63) by Keiran Raine · 2 years, 8 months ago
  77. 1e5ec5b Add comment type to cython declaration (#62) by Keiran Raine · 2 years, 8 months ago
  78. 082ccc7 Merge pull request #61 from apache/docker by 吴晟 Wu Sheng · 2 years, 8 months ago
  79. 4a681d0 Publish snapshot Docker image to GHCR by kezhenxu94 · 2 years, 8 months ago
  80. 89a3296 header fix: respect user configured license content (#60) by kezhenxu94 · 2 years, 8 months ago
  81. 13c159d Merge pull request #59 from zooltd/enhance/npm by 吴晟 Wu Sheng · 2 years, 8 months ago
  82. e5522e5 Update Dockerfile by kezhenxu94 · 2 years, 8 months ago
  83. 8b4af42 reduce img size and add npm env by Youhan Wu · 2 years, 8 months ago
  84. a63f4af Set up mechanism to check dependencies' license compatibilities (#58) by kezhenxu94 · 2 years, 8 months ago
  85. a1cf699 Merge pull request #57 from apache/action by 吴晟 Wu Sheng · 2 years, 9 months ago
  86. 6b3a8eb make the config file configurable by Hoshea · 2 years, 9 months ago
  87. 85497d2 Make the log level in GHA configurable (#56) by Hoshea Jiang · 2 years, 9 months ago
  88. 23ce882 Fix wrong license identification (#55) by kezhenxu94 · 2 years, 9 months ago
  89. 9b9d364 Set default log level to info in GitHub Action usage (#54) by Hoshea Jiang · 2 years, 9 months ago
  90. 03dbef4 Add support for resolving jars' licenses (#53) by MoGuGuai-hzr · 2 years, 9 months ago
  91. 63d8963 Enhance NPM dependency resolver to resolve deprecated license styles (#52) by Youhan Wu · 2 years, 9 months ago
  92. a952c24 feature: support resolving pom.xml for maven (#50) by MoGuGuai-hzr · 2 years, 9 months ago
  93. 804fb3e Enhance NPM dependency resolver to resolve all the dependent packages (#51) by Youhan Wu · 2 years, 9 months ago
  94. dd4ea3c [Docs] Add a PlantUML activity diagram of header fixing mechanism (#41) by emschu · 2 years, 9 months ago
  95. d6e232b Add support for resolving npm dependencies' licenses (#48) by Youhan Wu · 2 years, 9 months ago
  96. d9470f0 Fix bug: license file is not found but reported message is nil (#49) by MoGuGuai-hzr · 2 years, 9 months ago
  97. 9da534e Merge pull request #47 from apache/feature/licenses by 吴晟 Wu Sheng · 2 years, 9 months ago
  98. cb69b13 Add all well-known licenses and polish normalizers by kezhenxu94 · 2 years, 9 months ago
  99. 1a8f2ea Enhance Go dependency resolver to resolve built-in and non-standard Go modules (#46) by kezhenxu94 · 2 years, 9 months ago
  100. 126ce2b Fix compatibility issues in Windows (#44) by Youhan Wu · 2 years, 10 months ago