mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-19 18:15:00 +00:00
chore(docs): update license year
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
cabe0f4993
commit
09941c0bfb
3 changed files with 3 additions and 3 deletions
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2023-2024 Ettore Di Giacinto (mudler@localai.io)
|
Copyright (c) 2023-2025 Ettore Di Giacinto (mudler@localai.io)
|
||||||
|
|
||||||
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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<footer class="text-center py-8">
|
<footer class="text-center py-8">
|
||||||
LocalAI Version {{.Version}}<br>
|
LocalAI Version {{.Version}}<br>
|
||||||
<a href='https://github.com/mudler/LocalAI' class="text-blue-400 hover:text-blue-600" target="_blank">LocalAI</a> © 2023-2024 <a href='https://mudler.pm' class="text-blue-400 hover:text-blue-600" target="_blank">Ettore Di Giacinto</a>
|
<a href='https://github.com/mudler/LocalAI' class="text-blue-400 hover:text-blue-600" target="_blank">LocalAI</a> © 2023-2025 <a href='https://mudler.pm' class="text-blue-400 hover:text-blue-600" target="_blank">Ettore Di Giacinto</a>
|
||||||
</footer>
|
</footer>
|
||||||
<script src="static/assets/tw-elements.js"></script>
|
<script src="static/assets/tw-elements.js"></script>
|
||||||
|
|
|
@ -36,7 +36,7 @@ defaultContentLanguage = 'en'
|
||||||
mono_font = "Fira Code" # Default is System font
|
mono_font = "Fira Code" # Default is System font
|
||||||
|
|
||||||
[params.footer]
|
[params.footer]
|
||||||
copyright = "© 2023-2024 <a href='https://mudler.pm' target=_blank>Ettore Di Giacinto</a>"
|
copyright = "© 2023-2025 <a href='https://mudler.pm' target=_blank>Ettore Di Giacinto</a>"
|
||||||
version = true # includes git commit info
|
version = true # includes git commit info
|
||||||
|
|
||||||
[params.social]
|
[params.social]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue