From b2dbafd57e0df4bc71961b767bd7c2dfbe63fa03 Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Sun, 25 Jan 2015 22:27:13 +0100 Subject: [PATCH] =?UTF-8?q?Eine=20Lizenz=20hinzuf=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/me/datenknoten/tueroeffner/MainActivity.java | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/src/main/java/me/datenknoten/tueroeffner/MainActivity.java b/app/src/main/java/me/datenknoten/tueroeffner/MainActivity.java index f37219c..e08d834 100644 --- a/app/src/main/java/me/datenknoten/tueroeffner/MainActivity.java +++ b/app/src/main/java/me/datenknoten/tueroeffner/MainActivity.java @@ -1,3 +1,10 @@ +/******************************************************************************* + * "THE VODKA-WARE LICENSE" (Revision 42): + * Tim wrote this file. As long as you retain this notice you + * can do whatever you want with this stuff. If we meet some day, and you think + * this stuff is worth it, you can buy me a vodka in return — Tim Schumacher + ******************************************************************************/ + package me.datenknoten.tueroeffner; import android.app.DownloadManager;