aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/org/bienvenidoainternet/baiparser/structure
diff options
context:
space:
mode:
authorLibravatar Renard 2016-04-14 17:58:28 -0300
committerLibravatar Renard 2016-04-14 17:58:28 -0300
commitb1f9647cf318ee9916aa8a31ec062475b35bcfdf (patch)
treee5ed6dd474c4ea9821f3626f692f1db4f08aa85c /app/src/main/java/org/bienvenidoainternet/baiparser/structure
parent660334be620649dbf2aaf7360dd8d9eff91bb6d9 (diff)
downloadBaiApp-b1f9647cf318ee9916aa8a31ec062475b35bcfdf.tar.gz
BaiApp-b1f9647cf318ee9916aa8a31ec062475b35bcfdf.tar.xz
BaiApp-b1f9647cf318ee9916aa8a31ec062475b35bcfdf.zip
LICENSE
Diffstat (limited to 'app/src/main/java/org/bienvenidoainternet/baiparser/structure')
-rw-r--r--app/src/main/java/org/bienvenidoainternet/baiparser/structure/Board.java16
-rw-r--r--app/src/main/java/org/bienvenidoainternet/baiparser/structure/BoardItem.java16
-rw-r--r--app/src/main/java/org/bienvenidoainternet/baiparser/structure/BoardItemFile.java16
-rw-r--r--app/src/main/java/org/bienvenidoainternet/baiparser/structure/JsonType.java10
-rw-r--r--app/src/main/java/org/bienvenidoainternet/baiparser/structure/ReplyID.java16
5 files changed, 60 insertions, 14 deletions
diff --git a/app/src/main/java/org/bienvenidoainternet/baiparser/structure/Board.java b/app/src/main/java/org/bienvenidoainternet/baiparser/structure/Board.java
index 209804e..cb95e63 100644
--- a/app/src/main/java/org/bienvenidoainternet/baiparser/structure/Board.java
+++ b/app/src/main/java/org/bienvenidoainternet/baiparser/structure/Board.java
@@ -4,7 +4,21 @@ import android.os.Parcel;
import android.os.Parcelable;
/**
- * Created by Renard on 17-03-2016.
+ * BaiApp - Bienvenido a internet Android Application
+ * Copyright (C) 2016 Renard1911(https://github.com/Renard1911)
+ *
+ * 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/>.
*/
public class Board implements Parcelable{
diff --git a/app/src/main/java/org/bienvenidoainternet/baiparser/structure/BoardItem.java b/app/src/main/java/org/bienvenidoainternet/baiparser/structure/BoardItem.java
index c43384a..b21d598 100644
--- a/app/src/main/java/org/bienvenidoainternet/baiparser/structure/BoardItem.java
+++ b/app/src/main/java/org/bienvenidoainternet/baiparser/structure/BoardItem.java
@@ -5,7 +5,21 @@ import android.os.Parcel;
import android.os.Parcelable;
/**
- * Created by Renard on 17-03-2016.
+ * BaiApp - Bienvenido a internet Android Application
+ * Copyright (C) 2016 Renard1911(https://github.com/Renard1911)
+ *
+ * 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/>.
*/
public class BoardItem implements Parcelable {
private String name = "";
diff --git a/app/src/main/java/org/bienvenidoainternet/baiparser/structure/BoardItemFile.java b/app/src/main/java/org/bienvenidoainternet/baiparser/structure/BoardItemFile.java
index eeff1c4..b71cac4 100644
--- a/app/src/main/java/org/bienvenidoainternet/baiparser/structure/BoardItemFile.java
+++ b/app/src/main/java/org/bienvenidoainternet/baiparser/structure/BoardItemFile.java
@@ -4,7 +4,21 @@ import android.os.Parcel;
import android.os.Parcelable;
/**
- * Created by Renard on 08-04-2016.
+ * BaiApp - Bienvenido a internet Android Application
+ * Copyright (C) 2016 Renard1911(https://github.com/Renard1911)
+ *
+ * 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/>.
*/
public class BoardItemFile implements Parcelable{
public String file;
diff --git a/app/src/main/java/org/bienvenidoainternet/baiparser/structure/JsonType.java b/app/src/main/java/org/bienvenidoainternet/baiparser/structure/JsonType.java
deleted file mode 100644
index 8db5c11..0000000
--- a/app/src/main/java/org/bienvenidoainternet/baiparser/structure/JsonType.java
+++ /dev/null
@@ -1,10 +0,0 @@
-package org.bienvenidoainternet.baiparser.structure;
-
-/**
- * Created by Renard on 17-03-2016.
- */
-public enum JsonType {
- BOARD_THREAD_LIST,
- THREAD_REPLY_LIST,
- BOARD_LIST;
-}
diff --git a/app/src/main/java/org/bienvenidoainternet/baiparser/structure/ReplyID.java b/app/src/main/java/org/bienvenidoainternet/baiparser/structure/ReplyID.java
index b6758fb..2780e74 100644
--- a/app/src/main/java/org/bienvenidoainternet/baiparser/structure/ReplyID.java
+++ b/app/src/main/java/org/bienvenidoainternet/baiparser/structure/ReplyID.java
@@ -7,7 +7,21 @@ import android.os.Parcelable;
import java.util.Random;
/**
- * Created by Renard on 18-03-2016.
+ * BaiApp - Bienvenido a internet Android Application
+ * Copyright (C) 2016 Renard1911(https://github.com/Renard1911)
+ *
+ * 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/>.
*/
public class ReplyID implements Parcelable{
public String id;