Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
asm
asm
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 3
    • Merge Requests 3
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • asm
  • asmasm
  • Issues
  • #317881

Closed
Open
Opened Aug 08, 2019 by Vladimir Sitnikov@vlsi

Please include LICENSE files to the published jar files

ASM jar files are published individually, and it is almost impossible to identify the proper license for artifacts.

The suggested location is META-INF/LICENSE

The missing license causes pain for proper integration of ASM to upstream projects:

  • Apache JMeter (see #317880 (comment 47250) )
  • Byte-Budy: https://github.com/raphw/byte-buddy/issues/709
  • JaCoCo: https://github.com/jacoco/jacoco/issues/916
  • Gradle: https://github.com/gradle/gradle/issues/10235
  • EasyMock: https://github.com/easymock/easymock/issues/247
  • cglib: https://github.com/cglib/cglib/issues/160
  • Jackson Afterburner: https://github.com/FasterXML/jackson-modules-base/issues/83
  • and so on.
Edited Aug 08, 2019 by Vladimir Sitnikov
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: asm/asm#317881