Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ac0cdc7b authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Change license to MPL-2.0

parent 5c2ace00
Loading
Loading
Loading
Loading
+373 −674

File changed.

Preview size limit exceeded, changes collapsed.

+7 −16
Original line number Diff line number Diff line
@@ -5,33 +5,24 @@
# dav4android

dav4android is an Android WebDAV/CalDAV/CardDAV library which has
primarily been developed for [DAVdroid](https://www.davdroid.com).
initially been developed for [DAVdroid](https://www.davdroid.com).

It's not intended as a general WebDAV framework for all kinds of
applications, but you may find it useful to fork and adapt it
to your needs.
Original repository: https://gitlab.com/bitfireAT/dav4android/

Generated KDoc: https://bitfireAT.gitlab.io/dav4android/dokka/dav4android/


## Contact
## Contact / License

```
bitfire web engineering – Stockmann, Hirner GesnbR
Florastraße 27
2540 Bad Vöslau, AUSTRIA
```

Email: [play@bitfire.at](mailto:play@bitfire.at) (do not use this)
dav4android is licensed under [Mozilla Public License, v. 2.0](LICENSE).

For questions, suggestions etc. please use the DAVdroid forum:
https://www.davdroid.com/forums/

Email: [play@bitfire.at](mailto:play@bitfire.at)

## License 

Copyright (C) bitfire web engineering (Ricki Hirner, Bernhard Stockmann).
## Contributors

This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome
to redistribute it under the conditions of the [GNU GPL v3](https://www.gnu.org/licenses/gpl-3.0.html).
  * Ricki Hirner (initial contributor)
+3 −5
Original line number Diff line number Diff line
/*
 * Copyright © Ricki Hirner (bitfire web engineering).
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the GNU Public License v3.0
 * which accompanies this distribution, and is available at
 * http://www.gnu.org/licenses/gpl.html
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 */

package at.bitfire.dav4android
+3 −5
Original line number Diff line number Diff line
/*
 * Copyright © Ricki Hirner (bitfire web engineering).
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the GNU Public License v3.0
 * which accompanies this distribution, and is available at
 * http://www.gnu.org/licenses/gpl.html
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 */

package at.bitfire.dav4android
+3 −5
Original line number Diff line number Diff line
/*
 * Copyright © Ricki Hirner (bitfire web engineering).
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the GNU Public License v3.0
 * which accompanies this distribution, and is available at
 * http://www.gnu.org/licenses/gpl.html
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 */

package at.bitfire.dav4android
Loading