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

Unverified Commit f3333b7b authored by Ricki Hirner's avatar Ricki Hirner Committed by GitHub
Browse files

Update AUTHORS and copyright notices (#1232)

* Update AUTHORS

* Add Android Studio copyright profiles

* Update copyright notices
parent 22656023
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
<component name="CopyrightManager">
  <copyright>
    <option name="notice" value="Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details." />
    <option name="myName" value="LICENSE" />
  </copyright>
</component>
 No newline at end of file
+3 −0
Original line number Diff line number Diff line
<component name="CopyrightManager">
  <settings default="LICENSE" />
</component>
 No newline at end of file
+5 −9
Original line number Diff line number Diff line
# This is the list of significant contributors to DAVx5.
#
# This does not necessarily list everyone who has contributed work.
# To see the full list of contributors, see the revision history in
# source control.
You can view the list of people who have contributed to the code base in the version control history:
https://github.com/bitfireAT/davx5-ose/graphs/contributors

Ricki Hirner (bitfire.at)
Bernhard Stockmann (bitfire.at)
Translators are not mentioned in the history explicitly.
The list of translators can be found in the About screen.

Sunik Kupfer (bitfire.at)
Patrick Lang (techbee.at)
Every contribution is welcome. There are many other forms of contributing besides writing code!
+2 −2
Original line number Diff line number Diff line
/***************************************************************************************************
/*
 * Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
 **************************************************************************************************/
 */

package at.bitfire.davdroid

+4 −0
Original line number Diff line number Diff line
/*
 * Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details.
 */

package at.bitfire.davdroid

import at.bitfire.davdroid.push.PushRegistrationWorkerManager
Loading