From b1f9647cf318ee9916aa8a31ec062475b35bcfdf Mon Sep 17 00:00:00 2001
From: Renard
Date: Thu, 14 Apr 2016 17:58:28 -0300
Subject: LICENSE
---
app/src/main/java/layout/FragmentBoardItemList.java | 18 ++++++++++++++++++
app/src/main/java/layout/FragmentImage.java | 18 ++++++++++++++++++
2 files changed, 36 insertions(+)
(limited to 'app/src/main/java/layout')
diff --git a/app/src/main/java/layout/FragmentBoardItemList.java b/app/src/main/java/layout/FragmentBoardItemList.java
index 6589f5a..ba80ae5 100644
--- a/app/src/main/java/layout/FragmentBoardItemList.java
+++ b/app/src/main/java/layout/FragmentBoardItemList.java
@@ -57,6 +57,24 @@ import java.net.URLDecoder;
import java.util.ArrayList;
import java.util.List;
+/**
+ * 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 .
+ */
+
public class FragmentBoardItemList extends Fragment {
public static final String ARG_CURRENTBOARD = "currentBoard", ARG_THREAD_ID = "currentThreadId", ARG_MAIN_FRAGMENT = "imMainFragment",
SAVED_BOARDITEMS = "savedBoardItems", RECENT_POST_MODE = "recentpostmode", ARG_CURRENT_THREAD = "currentThread";
diff --git a/app/src/main/java/layout/FragmentImage.java b/app/src/main/java/layout/FragmentImage.java
index eb2471b..4e9a0ba 100644
--- a/app/src/main/java/layout/FragmentImage.java
+++ b/app/src/main/java/layout/FragmentImage.java
@@ -30,6 +30,24 @@ import java.io.InputStream;
import pl.droidsonroids.gif.GifDrawable;
import pl.droidsonroids.gif.GifImageView;
+/**
+ * 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 .
+ */
+
/**
* A simple {@link Fragment} subclass.
* Activities that contain this fragment must implement the
--
cgit v1.2.1-18-gbd029