doc: License
This commit is contained in:
parent
2d079b5873
commit
cc83c07086
2 changed files with 235 additions and 27 deletions
11
package.yaml
11
package.yaml
|
@ -1,23 +1,22 @@
|
|||
name: java-classfile
|
||||
version: 0.1.0.0
|
||||
github: "githubuser/java-classfile"
|
||||
license: BSD-3-Clause
|
||||
author: "Author name here"
|
||||
license: AGPL-3
|
||||
author: "VegOwOtenks"
|
||||
maintainer: "example@example.com"
|
||||
copyright: "2025 Author name here"
|
||||
copyright: "2025 VegOwOtenks"
|
||||
|
||||
extra-source-files:
|
||||
- README.md
|
||||
- CHANGELOG.md
|
||||
|
||||
# Metadata used when publishing your package
|
||||
# synopsis: Short description of your package
|
||||
synopsis: Multi-Stage classfile parsing and verification.
|
||||
# category: Web
|
||||
|
||||
# To avoid duplicated efforts in documentation and dealing with the
|
||||
# complications of embedding Haddock markup inside cabal files, it is
|
||||
# common to point users to the README.md file.
|
||||
description: Please see the README on GitHub at <https://github.com/githubuser/java-classfile#readme>
|
||||
description: Please see the README on Forgejo at <https://git.jossco.de/vegowotenks/java-classfile#readme>
|
||||
|
||||
dependencies:
|
||||
- array
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue