We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2557381 commit 9bd9e98Copy full SHA for 9bd9e98
1 file changed
src/components/AppFooter.vue
@@ -58,12 +58,12 @@
58
<p class="text-sm text-gray-400 dark:text-gray-400">
59
CREATOR is licensed under the
60
<a
61
- href="https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html"
+ href="https://www.gnu.org/licenses/lgpl-3.0.html"
62
target="_blank"
63
rel="noopener"
64
class="text-gray-400 dark:text-gray-400 hover:text-white transition-colors"
65
>
66
- LGPL-2.1 license
+ LGPL-3.0 license
67
</a>
68
</p>
69
</div>
0 commit comments