Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ If you're new to GitHub or open source, take a look at [git-in.to](https://git-i

<!-- License + Copyright -->
<p align="center">
<i>© <a href="https://aliciasykes.com">Alicia Sykes</a> 2025</i><br>
<i>© <a href="https://aliciasykes.com">Alicia Sykes</a> 2026</i><br>
<i>Licensed under <a href="https://gist.github.com/Lissy93/143d2ee01ccc5c052a17">MIT</a></i><br>
<a href="https://github.com/lissy93"><img src="https://cdn.as93.net/84m3gc?w=56" /></a><br>
<sup>Thanks for visiting :)</sup>
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2025 Alicia Sykes
Copyright (c) 2026 Alicia Sykes

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<h3>Full License</h3>
{/if}
<pre class="license-content">
Copyright (c) 2025 Alicia Sykes [aliciasykes.com]
Copyright (c) 2026 Alicia Sykes [aliciasykes.com]

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in the
Expand Down
2 changes: 1 addition & 1 deletion src/lib/constants/site.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const about = {

export const license = {
name: 'MIT',
date: '2025',
date: '2026',
holder: 'Alicia Sykes',
ref: 'https://opensource.org/licenses/MIT',
url: 'https://github.com/Lissy93/networking-toolbox/blob/main/LICENSE',
Expand Down
2 changes: 1 addition & 1 deletion src/lib/seo/schema-generators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function generateWebSiteSchema() {
description: site.description,
url: site.url,
inLanguage: 'en-US',
copyrightYear: '2025',
copyrightYear: '2026',
copyrightHolder: {
'@type': 'Person',
name: author.name,
Expand Down
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
// Console message
console.log(
`\n%c🧰 Networking Toolbox` +
'%c\nLicensed under MIT, © Alicia Sykes 2025.\nhttps://github.com/lissy93/networking-toolbox\n',
'%c\nLicensed under MIT, © Alicia Sykes 2026.\nhttps://github.com/lissy93/networking-toolbox\n',
'color:#e3ed70; background:#21262d; font-size:1.6rem; padding:0.15rem 0.25rem; ' +
'margin: 1rem auto 0.5rem auto; font-family: Helvetica; border: 2px solid #e3ed70; ' +
'border-radius: 4px;font-weight: bold; text-shadow: 1px 1px 4px #000;',
Expand Down
Loading