Skip to content

Commit d060c29

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

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-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 \
File renamed without changes.

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)