From 210213724053042ea9622243b26842300c551b44 Mon Sep 17 00:00:00 2001 From: Christoph Miksche Date: Sun, 19 May 2019 15:12:03 +0200 Subject: [PATCH] Update README and Copyright Add Eideen as a contributor and update the copyright information. --- README.md | 8 +++++++- functions.py | 8 ++++++++ settings.py | 2 +- tests.py | 8 ++++++++ updater.py | 2 +- 5 files changed, 25 insertions(+), 3 deletions(-) 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