Added README.txt and GPL Header to Source Files
[DHBWCampusApp.git] / app / src / main / java / de / dhbwloe / campusapp / wifi / SecureLoginTask.java
index 2e7f7a5571ccf2d5039e95b285a239323cb5c819..9874d4cf23b6dac7d79ddc8d17e288015999dc12 100644 (file)
@@ -1,3 +1,18 @@
+/* SecureLoginTask.java
+ *
+ * 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 de.dhbwloe.campusapp.wifi;
 
 import android.net.NetworkInfo;
@@ -9,8 +24,6 @@ import android.net.wifi.WifiManager;
  */
 public class SecureLoginTask {
     public WifiNetworkSettings settings;
-    public NetworkInfo networkInfo;
-    public WifiInfo wifiInfo;
 
     public boolean responseReceived;
     public String responseString;