Skip to content

Commit 647dc4e

Browse files
author
b
committed
revert: restore MIT license and enforce PATRON font usage
1 parent cb028e9 commit 647dc4e

7 files changed

Lines changed: 23 additions & 45 deletions

File tree

COMIC-README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,13 +199,13 @@ Every comic includes:
199199

200200
## License
201201

202-
PATRON Multimedia License - See LICENSE file
202+
MIT License - See LICENSE file
203203

204204
## Credits
205205

206206
- **Inspired by**: xkcd, BOFH, Dilbert
207207
- **Built with**: Cloudflare Developer Platform
208-
- **Font**: xkcd font (open source)
208+
- **Font**: PATRON (licensed)
209209
- **Aesthetic**: Windows 95
210210

211211
---

LICENSE

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
PATRON
2-
designed by Shaped Fonts
3-
all rights reserved (c)
1+
MIT License
42

5-
Thank you for purchasing a license of PATRON.
3+
Copyright (c) PromptExecution
64

7-
This is a multimedia license for companies with less than 10 members.
8-
If you have more than 10 members, contact:
9-
license@shapedfonts.com
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
1011

11-
Allowed use under this license:
12-
1) any print media
13-
2) POS
14-
3) logo, corporate design
15-
4) webfont use
16-
5) embedding in web, apps, ebooks or similar
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
1714

18-
Always feel free to contact:
19-
license@shapedfonts.com
20-
21-
YOU MAY NOT SELL OR UPLOAD THIS FONT ANYWHERE.
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

PROJECT-SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ Before going live:
278278

279279
## 📝 License
280280

281-
PATRON Multimedia License - See LICENSE file
281+
MIT License - See LICENSE file
282282

283283
---
284284

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,5 +158,5 @@ just architect-summary .agent-runs/run-YYYYMMDDTHHMMSSZ
158158

159159
## License
160160

161-
This project uses the PATRON Multimedia License.
161+
This project uses the MIT License.
162162
See `LICENSE`.

src/components/PromptExecutionLogo.vue

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -81,19 +81,6 @@ onUnmounted(() => {
8181
font-style: normal;
8282
}
8383
84-
@font-face {
85-
font-family: 'ExodarOutline';
86-
src: url('/fonts/Exodar-Outline.ttf') format('truetype');
87-
font-weight: normal;
88-
font-style: normal;
89-
}
90-
91-
@font-face {
92-
font-family: 'Exodar-Outline';
93-
src: url('/fonts/Exodar-Outline.ttf') format('truetype');
94-
font-weight: normal;
95-
font-style: normal;
96-
}
9784
9885
.logo-wrapper {
9986
display: flex;
@@ -157,7 +144,7 @@ onUnmounted(() => {
157144
}
158145
159146
.logo-subtitle {
160-
font-family: 'ExodarOutline', 'Exodar-Outline', monospace;
147+
font-family: 'Patron-PersonalUse-Regular', 'Patron - Personal Use', 'Patron', serif;
161148
font-size: 41px;
162149
font-weight: normal;
163150
color: transparent;

src/components/TheFooter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<style scoped>
2222
.footy {
23-
font-family: 'PEPatron-PersonalUse-Regular', 'PEExodarOutline', 'Roboto'; /* sans-serif; */
23+
font-family: 'PEPatron-PersonalUse-Regular', 'Roboto', sans-serif;
2424
font-size: 0.8em;
2525
2626
vertical-align: middle;

src/style.css

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@
66
font-style: normal;
77
}
88

9-
@font-face {
10-
font-family: 'PEExodarOutline';
11-
src: url('@/assets/fonts/ExodarOutline.ttf') format('truetype');
12-
color: #242424;
13-
font-weight: normal;
14-
font-style: normal;
15-
}
16-
179
:root {
1810
font-family: Tahoma, 'Trebuchet MS', Verdana, Arial, sans-serif;
1911
line-height: 1.5;
@@ -101,4 +93,3 @@ button:focus-visible {
10193
}
10294

10395

104-

0 commit comments

Comments
 (0)