浏览代码

Add license notice and remove unnecessary comments

Maksymilian Graczyk 6 年之前
父节点
当前提交
77ab67d67e
共有 1 个文件被更改,包括 18 次插入4 次删除
  1. 18 4
      app/src/main/java/com/mg/polassis/misc/NetworkHandler.java

+ 18 - 4
app/src/main/java/com/mg/polassis/misc/NetworkHandler.java

@@ -1,3 +1,21 @@
+/*
+Polassis: personal voice assistant for Android devices
+Copyright (C) 2018 Maksymilian Graczyk
+
+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 3 of the License, or
+(at your option) any later version.
+
+This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
+*/
+
 package com.mg.polassis.misc;
 
 import android.app.Activity;
@@ -20,10 +38,6 @@ import java.util.List;
 import java.util.Map;
 import java.util.Set;
 
-/**
- * Created by maksymilian on 27/07/17.
- */
-
 public class NetworkHandler {
 
     public interface NetworkQueryListener {