This commit is contained in:
parent
33d7d981cf
commit
19baec2ee0
3 changed files with 4 additions and 4 deletions
2
LICENSE
2
LICENSE
|
@ -1,4 +1,4 @@
|
|||
Copyright 2024 skyizwhite
|
||||
Copyright 2024 Akira Tempaku
|
||||
Copyright 2018 Bo Yao
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
|
|
@ -146,6 +146,6 @@ Generates:
|
|||
|
||||
This project is licensed under the MIT License.
|
||||
|
||||
© 2024 skyizwhite
|
||||
© 2024 Akira Tempaku
|
||||
|
||||
© 2018 Bo Yao
|
||||
|
|
4
hsx.asd
4
hsx.asd
|
@ -1,8 +1,8 @@
|
|||
(defsystem "hsx"
|
||||
:version "0.4.0"
|
||||
:description "Simple and powerful HTML generation library."
|
||||
:author "skyizwhite, Bo Yao"
|
||||
:maintainer "skyizwhite <paku@skyizwhite.dev>"
|
||||
:author "Akira Tempaku, Bo Yao"
|
||||
:maintainer "Akira Tempaku <paku@skyizwhite.dev>"
|
||||
:license "MIT"
|
||||
:long-description #.(uiop:read-file-string
|
||||
(uiop:subpathname *load-pathname* "README.md"))
|
||||
|
|
Loading…
Add table
Reference in a new issue