diff --git a/LICENSE b/LICENSE index 6011a2a4..c8db89a2 100644 --- a/LICENSE +++ b/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2018 File Browser contributors + Copyright 2018 File Browser Contributors Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 1e3810cb..94ec1cef 100644 --- a/README.md +++ b/README.md @@ -28,3 +28,11 @@ Documentation on how to install, configure, and contribute to this project is ho [issues]: https://github.com/filebrowser/filebrowser/issues [discussions]: https://github.com/filebrowser/filebrowser/discussions + +## Contributing + +Contributions are always welcome. To start contributing to this project, read our [guidelines](CONTRIBUTING.md) first. + +## License + +[Apache License 2.0](LICENSE) © File Browser Contributors diff --git a/www/mkdocs.yml b/www/mkdocs.yml index 825b0954..4d31bb47 100644 --- a/www/mkdocs.yml +++ b/www/mkdocs.yml @@ -1,12 +1,12 @@ site_name: File Browser site_description: 'A web-based file browser and manager for your files' -site_author: 'File Browser Community' +site_author: 'File Browser Contributors' site_url: 'https://filebrowser.org' repo_name: 'filebrowser/filebrowser' repo_url: 'https://github.com/filebrowser/filebrowser' -copyright: 'Copyright © 2025 File Browser Community' +copyright: 'Copyright © 2025 File Browser Contributors' theme: name: material