diff --git a/.editorconfig b/.editorconfig index f34b86fd..9fb14436 100644 --- a/.editorconfig +++ b/.editorconfig @@ -21,4 +21,4 @@ indent_size = 2 [*.md] trim_trailing_whitespace = false -# Licensed under MIT, (C) 2021 Alicia Sykes \ No newline at end of file +# Licensed under MIT, (C) 2024 Alicia Sykes \ No newline at end of file diff --git a/LICENSE b/LICENSE index dc592416..1682645c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021-2022 Alicia Sykes +Copyright (c) 2021-2024 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 diff --git a/README.md b/README.md index 74e178b8..d9f8a638 100644 --- a/README.md +++ b/README.md @@ -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) ``` -Copyright © 2021-2022 Alicia Sykes +Copyright © 2021-2024 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 in the Software diff --git a/docker/docker-readme.md b/docker/docker-readme.md index cab89e30..147211e7 100644 --- a/docker/docker-readme.md +++ b/docker/docker-readme.md @@ -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) ``` -Copyright © 2021 Alicia Sykes +Copyright © 2024 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 in the Software diff --git a/public/initialization.html b/public/initialization.html index 3b751b8a..49d446c5 100644 --- a/public/initialization.html +++ b/public/initialization.html @@ -1,5 +1,5 @@ - + diff --git a/public/loading-screen.css b/public/loading-screen.css index 6b1368ba..fe904b72 100644 --- a/public/loading-screen.css +++ b/public/loading-screen.css @@ -1,5 +1,5 @@ /* 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; } #app .loading-placeholder { diff --git a/src/components/Configuration/AppInfoModal.vue b/src/components/Configuration/AppInfoModal.vue index 57b64a10..3a902e1b 100644 --- a/src/components/Configuration/AppInfoModal.vue +++ b/src/components/Configuration/AppInfoModal.vue @@ -30,7 +30,7 @@

{{ $t('app-info.license') }}

{{ $t('app-info.license-under') }} MIT X11. - Copyright Alicia Sykes © 2021.
+ Copyright Alicia Sykes © 2024.
{{ $t('app-info.licence-third-party') }} {{ $t('app-info.licence-third-party-link') }}.
{{ $t('app-info.list-contributors') }} {{ $t('app-info.list-contributors-link') }}. diff --git a/src/directives/ClickOutside.js b/src/directives/ClickOutside.js index 86868c96..ca390366 100644 --- a/src/directives/ClickOutside.js +++ b/src/directives/ClickOutside.js @@ -2,7 +2,7 @@ * A Vue directive to trigger an event when the user * clicks anywhere other than the specified elements * 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 diff --git a/src/directives/LongPress.js b/src/directives/LongPress.js index 2953bec6..05df102b 100644 --- a/src/directives/LongPress.js +++ b/src/directives/LongPress.js @@ -2,7 +2,7 @@ * A Vue directive to call event when element is long-pressed * Used to open context menus on touch-enabled devices * 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; diff --git a/src/utils/Search.js b/src/utils/Search.js index b42b8553..99f32484 100644 --- a/src/utils/Search.js +++ b/src/utils/Search.js @@ -1,4 +1,4 @@ -/* Dashy: Licensed under MIT, (C) Alicia Sykes 2021 */ +/* Dashy: Licensed under MIT, (C) Alicia Sykes 2024 */ /* Tile filtering utility */ import ErrorHandler from '@/utils/ErrorHandler'; diff --git a/src/views/About.vue b/src/views/About.vue index c4273ea9..29be44b7 100644 --- a/src/views/About.vue +++ b/src/views/About.vue @@ -54,7 +54,7 @@

License

- Copyright © 2021 Alicia Sykes (https://aliciasykes.com) + Copyright © 2024 Alicia Sykes (https://aliciasykes.com)