From a20f93f0f6fabd5366b701d3c3befbf9d95d4b52 Mon Sep 17 00:00:00 2001 From: DF1E Date: Thu, 2 Oct 2014 18:33:44 +0200 Subject: [PATCH] remove old info from LinuxShell --- .../sharedcode/turboeditor/util/LinuxShell.java | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/libraries/sharedCode/src/main/java/sharedcode/turboeditor/util/LinuxShell.java b/libraries/sharedCode/src/main/java/sharedcode/turboeditor/util/LinuxShell.java index 6e65d7e..64a59e2 100644 --- a/libraries/sharedCode/src/main/java/sharedcode/turboeditor/util/LinuxShell.java +++ b/libraries/sharedCode/src/main/java/sharedcode/turboeditor/util/LinuxShell.java @@ -17,21 +17,6 @@ * along with this program. If not, see . */ -/** - * 920 Text Editor 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 3 of the License, or - * (at your option) any later version. - * - * 920 Text Editor is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with 920 Text Editor. If not, see . - */ - package sharedcode.turboeditor.util; import java.io.BufferedReader;