Skip to content

Commit b53e595

Browse files
committed
docs(License) MIT
1 parent 6d2e805 commit b53e595

File tree

5 files changed

+29
-4
lines changed

5 files changed

+29
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: build application
2323
run: |
2424
bun bake
25-
cp LICENSE dist/
25+
cp LICENSE.txt dist/
2626
- name: check build artifacts
2727
run: |
2828
# dirs

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ RUN rm -rf \
4848
Dockerfile \
4949
docs \
5050
node_modules \
51-
LICENSE \
51+
LICENSE.txt \
5252
OSSMETADATA \
5353
package*.json \
5454
README.md \

LICENSE.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2014 Andrew Herbert
4+
Copyright (c) 2025 Xero Harrison
5+
6+
https://github.com/xero/text0wnz
7+
https://teXt.0w.nz
8+
9+
Permission is hereby granted, free of charge, to any person obtaining a copy
10+
of this software and associated documentation files (the "Software"), to deal
11+
in the Software without restriction, including without limitation the rights
12+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13+
copies of the Software, and to permit persons to whom the Software is
14+
furnished to do so, subject to the following conditions:
15+
16+
The above copyright notice and this permission notice shall be included in
17+
all copies or substantial portions of the Software.
18+
19+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
25+
THE SOFTWARE.

docs/cicd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The CI/CD system consists of 10 workflow files that handle:
6969

7070
- `docs/**`
7171
- `**/*.md`
72-
- `LICENSE`
72+
- `LICENSE.txt`
7373
- `OSSMETADATA`
7474
- `.gitattributes`
7575
- `.gitignore`

docs/project-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ text0wnz/
2727
├── Dockerfile # Production Docker image
2828
├── docs/ # Documentation files
2929
├── eslint.config.js # ESLint configuration
30-
├── LICENSE # MIT license
30+
├── LICENSE.txt # MIT license
3131
├── node_modules/ # Dependencies (gitignored)
3232
├── OSSMETADATA # Open source metadata
3333
├── package.json # Package configuration

0 commit comments

Comments
 (0)