Add copyright headers and contributors list

Add proper copyright notices to all source files with accurate date
ranges per contributor based on git history. Add contributors to
composer.json authors and README.
This commit is contained in:
Laurent Dinclaux
2026-02-10 09:49:35 +11:00
parent 8f800610cf
commit 6a4a4e09df
6 changed files with 60 additions and 9 deletions

View File

@@ -36,3 +36,10 @@ This plugin allows users to switch between different accounts (including remote)
* Versions 5.x - for Roundcube v1.6+ (PHP 8.1+)
This is a fork of the [original plugin](https://bitbucket.org/BoresExpress/ident_switch) by Boris Gulay, maintained at [Gecka-apps/ident_switch](https://github.com/Gecka-apps/ident_switch).
### Contributors ###
* **Boris Gulay** - Original developer (2016-2022)
* **Christian Landvogt** - Special folders support (2019)
* **Gergely Papp** - Bug fixes (2021)
* **Mickael** - SMTP compatibility fix (2022)
* **Laurent Dinclaux - Gecka** - Current maintainer (2026)