diff --git a/README.md b/README.md index 8bb2fac..9f51f73 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Gitea Remote Updater -Script for a automatic update of gitea. Should be run locally on the gitea server. +Script for a automatic update of gitea. Should be run locally on the gitea server. Has options for updating via new binary file or build from source. ## Procedure * Get Gitea Version via Gitea API @@ -36,3 +36,9 @@ Uses python version 3 * English: http://blog.m5e.de/gitea/update/upgrade/bash/script/2018/11/26/gitea-auto-update-script.html * German: https://blog.wronnay.net/automatische-gitea-updates/ + +## Contributors + + - [@Eideen](https://github.com/Eideen) + +Thank you for your support! \ No newline at end of file diff --git a/functions.py b/functions.py index 06a69f4..3f13e99 100644 --- a/functions.py +++ b/functions.py @@ -1,3 +1,11 @@ +''' +Gitea Remote Updater + +Copyright 2018, 2019 The Gitea-Auto-Update Authors +All rights reserved. + +License: GNU General Public License +''' import settings import requests import os diff --git a/settings.py b/settings.py index 8554105..8f56591 100644 --- a/settings.py +++ b/settings.py @@ -1,7 +1,7 @@ ''' Gitea Remote Updater -Copyright 2018 Christoph Daniel Miksche +Copyright 2018, 2019 The Gitea-Auto-Update Authors All rights reserved. License: GNU General Public License diff --git a/tests.py b/tests.py index 8f92cb7..c91540b 100644 --- a/tests.py +++ b/tests.py @@ -1,3 +1,11 @@ +''' +Gitea Remote Updater + +Copyright 2019 The Gitea-Auto-Update Authors +All rights reserved. + +License: GNU General Public License +''' import functions import unittest diff --git a/updater.py b/updater.py index d855ac2..43206c6 100644 --- a/updater.py +++ b/updater.py @@ -1,7 +1,7 @@ ''' Gitea Remote Updater -Copyright 2018 Christoph Daniel Miksche +Copyright 2018, 2019 The Gitea-Auto-Update Authors All rights reserved. License: GNU General Public License