Skip to content

Commit 6fa2441

Browse files
committed
chore: add license
1 parent a88ba6f commit 6fa2441

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

LICENSE

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Copyright 2020 Michivi
2+
3+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4+
5+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
6+
7+
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
8+
9+
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
10+
11+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

package.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
name: vbf-fs
33
version: 0.1.0.0
44
github: "michivi/vbf-fs"
5-
license: MIT
5+
license: BSD-3-Clause
66
author: "Michivi"
77
maintainer: "webmaster@michivi.com"
88
copyright: "2020 Michivi"
9+
category: Archive
10+
synopsis: A VBF archive file management tool
911

1012
extra-source-files:
1113
- README.md

vbf-fs.cabal

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
1-
cabal-version: 1.12
1+
cabal-version: 2.2
22

33
-- This file has been generated from package.yaml by hpack version 0.33.0.
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: 0989e9dc7413b367f24a7c2e76d17da847251333713da86e2c625acf04ea5183
7+
-- hash: 4efe1d5e1d7bcfa5395b05783190fd496526f27af6b95f0e32c33fe07cdaaa3f
88

99
name: vbf-fs
1010
version: 0.1.0.0
11+
synopsis: A VBF archive file management tool
1112
description: This package contains operations and data types for handling VBF archives. Those archives are used in various video games to store assets such as graphics, sound or videos.
1213
Please see the README on GitHub at <https://github.com/michivi/vbf-fs#readme>
14+
category: Archive
1315
homepage: https://github.com/michivi/vbf-fs#readme
1416
bug-reports: https://github.com/michivi/vbf-fs/issues
1517
author: Michivi
1618
maintainer: webmaster@michivi.com
1719
copyright: 2020 Michivi
18-
license: MIT
20+
license: BSD-3-Clause
21+
license-file: LICENSE
1922
build-type: Simple
2023
extra-source-files:
2124
README.md

0 commit comments

Comments
 (0)