Skip to content

Commit 0f0101d

Browse files
author
Lantos1618
committed
add license and readme
1 parent 9f948f1 commit 0f0101d

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

licence.txt

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
IT No Attribution
2+
3+
Copyright (c) 2024 Lyndon Leong
4+
5+
6+
Permission is hereby granted, free of charge, to any person obtaining a copy of this
7+
software and associated documentation files (the "Software"), to deal in the Software
8+
without restriction, including without limitation the rights to use, copy, modify,
9+
merge, publish, distribute, sublicense, and/or sell copies of the Software, and to
10+
permit persons to whom the Software is furnished to do so.
11+
12+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
13+
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
14+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
15+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
16+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
17+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
18+
19+
20+
This project for commercial purposes or for training AI models without permission.

readme.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Windy App
2+
3+
## Description
4+
5+
This is an Xcode project for the Windy App. The app is designed to provide the user with window utility functions to make it easier to work with multiple windows and monitors.
6+
7+
8+
9+
## Installation
10+
11+
To install the project, you need to...
12+
13+
1. Clone the repository: `git clone https://github.com/lantos1618/windy_app.git`
14+
2. Open the project in Xcode: `open windy_app.xcodeproj`
15+
16+
17+
## Contributing
18+
19+
If you want to contribute to this project, you can...
20+
21+
## License
22+
23+
The project is licensed under the MIT license. You can read the full license [here](LICENSE.txt).
24+
25+
26+
This project for commercial purposes or for training AI models without permission.

0 commit comments

Comments
 (0)