From 4c57479e6a5452916d4080f103b4b010e9c320e9 Mon Sep 17 00:00:00 2001 From: Michele Giacomoli Date: Tue, 25 Jun 2019 19:34:51 +0200 Subject: [PATCH] Added AUTHORS file --- AUTHORS | 2 ++ Scratchinstall.py | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 AUTHORS diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..9fccb3a --- /dev/null +++ b/AUTHORS @@ -0,0 +1,2 @@ +Stefano Salvi +Michele Giacomoli diff --git a/Scratchinstall.py b/Scratchinstall.py index ae65fb0..ca13b24 100755 --- a/Scratchinstall.py +++ b/Scratchinstall.py @@ -1,8 +1,6 @@ #!/usr/bin/python3 # -*- coding: utf-8 -*- # -# Luglio 2018 - Stefano Salvi stefano@salvi.mn.it -# # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or