fixed all Copyrights

This commit is contained in:
Tobias 2024-02-24 14:21:50 +01:00
parent 8bc5a15eb2
commit 05ef7fa757
11 changed files with 11 additions and 11 deletions

View File

@ -21,4 +21,4 @@ indent_size = 2
[*.md] [*.md]
trim_trailing_whitespace = false trim_trailing_whitespace = false
# Licensed under MIT, (C) 2021 Alicia Sykes <https://aliciasykes.com> # Licensed under MIT, (C) 2024 Alicia Sykes <https://aliciasykes.com>

View File

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2021-2022 Alicia Sykes <https://aliciasykes.com> Copyright (c) 2021-2024 Alicia Sykes <https://aliciasykes.com>
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -771,7 +771,7 @@ A few self-hosted web apps serve a similar purpose to Dashy. If you're looking f
Dashy is Licensed under [MIT X11](https://en.wikipedia.org/wiki/MIT_License) Dashy is Licensed under [MIT X11](https://en.wikipedia.org/wiki/MIT_License)
``` ```
Copyright © 2021-2022 Alicia Sykes <https://aliciasykes.com> Copyright © 2021-2024 Alicia Sykes <https://aliciasykes.com>
Permission is hereby granted, free of charge, to any person obtaining a copy of this 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 Software software and associated documentation files (the "Software"), to deal in the Software

View File

@ -112,7 +112,7 @@ Dashy can also be run on bare metal using Node.js, or deployed to a cloud servic
Dashy is Licensed under [MIT X11](https://en.wikipedia.org/wiki/MIT_License) Dashy is Licensed under [MIT X11](https://en.wikipedia.org/wiki/MIT_License)
``` ```
Copyright © 2021 Alicia Sykes <https://aliciasykes.com> Copyright © 2024 Alicia Sykes <https://aliciasykes.com>
Permission is hereby granted, free of charge, to any person obtaining a copy of this 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 Software software and associated documentation files (the "Software"), to deal in the Software

View File

@ -1,5 +1,5 @@
<!doctype html> <!doctype html>
<!-- Dashy: Licensed under MIT, (C) 2021 Alicia Sykes <https://aliciasykes.com> --> <!-- Dashy: Licensed under MIT, (C) 2024 Alicia Sykes <https://aliciasykes.com> -->
<!-- This is the default page, displayed while the app is still building --> <!-- This is the default page, displayed while the app is still building -->
<html lang="en"> <html lang="en">
<head> <head>

View File

@ -1,5 +1,5 @@
/* Styles applied to index.html for the loading screen, prior to the app being injected */ /* Styles applied to index.html for the loading screen, prior to the app being injected */
/* Dashy - Licensed under MIT, (C) Alicia Sykes 2022 */ /* Dashy - Licensed under MIT, (C) Alicia Sykes 2024 */
body { margin: 0; } body { margin: 0; }
#app .loading-placeholder { #app .loading-placeholder {

View File

@ -30,7 +30,7 @@
<!-- License --> <!-- License -->
<h3>{{ $t('app-info.license') }}</h3> <h3>{{ $t('app-info.license') }}</h3>
{{ $t('app-info.license-under') }} <a href="https://github.com/Lissy93/dashy/blob/master/LICENSE">MIT X11</a>. {{ $t('app-info.license-under') }} <a href="https://github.com/Lissy93/dashy/blob/master/LICENSE">MIT X11</a>.
Copyright <a href="https://aliciasykes.com">Alicia Sykes</a> © 2021.<br> Copyright <a href="https://aliciasykes.com">Alicia Sykes</a> © 2024.<br>
{{ $t('app-info.licence-third-party') }} <a href="https://github.com/Lissy93/dashy/blob/master/.github/LEGAL.md">{{ $t('app-info.licence-third-party-link') }}</a>.<br> {{ $t('app-info.licence-third-party') }} <a href="https://github.com/Lissy93/dashy/blob/master/.github/LEGAL.md">{{ $t('app-info.licence-third-party-link') }}</a>.<br>
{{ $t('app-info.list-contributors') }} <a href="https://github.com/Lissy93/dashy/blob/master/docs/credits.md">{{ $t('app-info.list-contributors-link') }}</a>. {{ $t('app-info.list-contributors') }} <a href="https://github.com/Lissy93/dashy/blob/master/docs/credits.md">{{ $t('app-info.list-contributors-link') }}</a>.
<!-- App Version --> <!-- App Version -->

View File

@ -2,7 +2,7 @@
* A Vue directive to trigger an event when the user * A Vue directive to trigger an event when the user
* clicks anywhere other than the specified elements * clicks anywhere other than the specified elements
* Used to close context menus popup modals and tips * Used to close context menus popup modals and tips
* Dashy: Licensed under MIT - (C) Alicia Sykes 2022 * Dashy: Licensed under MIT - (C) Alicia Sykes 2024
*/ */
const instances = []; // List of click event instances const instances = []; // List of click event instances

View File

@ -2,7 +2,7 @@
* A Vue directive to call event when element is long-pressed * A Vue directive to call event when element is long-pressed
* Used to open context menus on touch-enabled devices * Used to open context menus on touch-enabled devices
* Inspired by: FeliciousX/vue-directive-long-press * Inspired by: FeliciousX/vue-directive-long-press
* Dashy: Licensed under MIT - (C) Alicia Sykes 2022 * Dashy: Licensed under MIT - (C) Alicia Sykes 2024
*/ */
const LONG_PRESS_DEFAULT_DELAY = 750; const LONG_PRESS_DEFAULT_DELAY = 750;

View File

@ -1,4 +1,4 @@
/* Dashy: Licensed under MIT, (C) Alicia Sykes 2021 <https://aliciasykes.com> */ /* Dashy: Licensed under MIT, (C) Alicia Sykes 2024 <https://aliciasykes.com> */
/* Tile filtering utility */ /* Tile filtering utility */
import ErrorHandler from '@/utils/ErrorHandler'; import ErrorHandler from '@/utils/ErrorHandler';

View File

@ -54,7 +54,7 @@
<section class="license"> <section class="license">
<h2>License</h2> <h2>License</h2>
<code> <code>
Copyright © 2021 Alicia Sykes (https://aliciasykes.com) Copyright © 2024 Alicia Sykes (https://aliciasykes.com)
</code> </code>
<br><br> <br><br>
<code> <code>