Contribution¶
Licensing¶
The different components of Seafile project are released under different licenses:
- Seafile iOS client: Apache License v2
- Seafile Android client: GPLv3
- Desktop syncing client: GPLv2
- Seafile Server core: AGPLv3
- Seahub (Seafile server Web UI): Apache License v2
Discussion¶
Forum: https://forum.seafile.com
Follow us @seafile https://twitter.com/seafile
Report a Bug¶
- Please report a bug in our forum, this is a preferred way.
- You can also report a bug in GitHub https://github.com/haiwen/seafile/issues?state=open
Code Style¶
The source code of seafile is ISO/IEC 9899:1999 (E) (a.k.a. C99) compatible. Take a look at code standard.