Skip to content

Commit 5defe30

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

File tree

5 files changed

+4
-7
lines changed

5 files changed

+4
-7
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 renamed to LICENSE.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ The MIT License (MIT)
33
Copyright (c) 2014 Andrew Herbert
44
Copyright (c) 2025 Xero Harrison
55

6-
https://github.com/xero/text0wnz
7-
https://teXt.0w.nz
8-
96
Permission is hereby granted, free of charge, to any person obtaining a copy
107
of this software and associated documentation files (the "Software"), to deal
118
in the Software without restriction, including without limitation the rights

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)