Skip to content

Commit cdfc154

Browse files
committed
Add a license
The only source was inspired by https://github.com/pojntfx/hydrapp/blob/main/hydrapp/pkg/builders/msi/Dockerfile (Apache-2) but it has been reworked since then, so imo it's fine to ignore it for copyright. Use BSD-3-Clause since that is used for PKGBUILDs and other dev tools, and it seems good enough. Fixes #7
1 parent d4b87bf commit cdfc154

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

LICENSE

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Copyright (c) 2024 Christoph Reiter.
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.

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This repository provides Docker images including MSYS2.
44

5-
# Linux & Wine
5+
## Linux & Wine
66

77
**WARNING:** Package and database signature checks are currently disabled to
88
speed up the build process. This Docker image is not recommended for production
@@ -35,6 +35,12 @@ Acknowledgments:
3535
MSYS2/Cygwin specific changes is developed by [@jhol (Joel
3636
Holdsworth)](https://github.com/jhol)
3737

38-
# Windows
38+
## Windows
3939

4040
Would they be useful? Let us know.
41+
42+
## License
43+
44+
Everything in this repository is licensed under the
45+
[BSD-3-Clause](https://spdx.org/licenses/BSD-3-Clause.html) License unless
46+
otherwise noted.

0 commit comments

Comments
 (0)