From 8e098bd520c272cfff4a615950eb5c7c5ba83fb9 Mon Sep 17 00:00:00 2001 From: nberting Date: Tue, 27 Mar 2018 11:56:22 +0200 Subject: [PATCH] added license to replace erase script --- src/erase_leastcommon.py | 13 +++++++++++++ src/replace_leastcommon.py | 10 ++++++++++ 2 files changed, 23 insertions(+) diff --git a/src/erase_leastcommon.py b/src/erase_leastcommon.py index a3f6f87..2a9c450 100644 --- a/src/erase_leastcommon.py +++ b/src/erase_leastcommon.py @@ -117,3 +117,16 @@ files = glob.glob('./output/erase-replace/*erase.jpg') for f in files: os.remove(f) + + + + + + + + + # DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + # TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + # 0. You just DO WHAT THE FUCK YOU WANT TO. + diff --git a/src/replace_leastcommon.py b/src/replace_leastcommon.py index cf15de0..5a2838d 100644 --- a/src/replace_leastcommon.py +++ b/src/replace_leastcommon.py @@ -183,3 +183,13 @@ for f in files: os.remove(f) shutil.rmtree('./temp/') + + + + + + + # DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + # TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + # 0. You just DO WHAT THE FUCK YOU WANT TO.