From 2339ab0e69014a4ca286ac079637114180290627 Mon Sep 17 00:00:00 2001 From: Floens Date: Wed, 13 Jan 2016 16:03:10 +0100 Subject: [PATCH] Add license headers --- .../chan/core/settings/CounterSetting.java | 17 +++++++++++++++++ .../org/floens/chan/ui/helper/HintPopup.java | 17 +++++++++++++++++ .../ui/layout/DrawerWidthAdjustingLayout.java | 17 +++++++++++++++++ .../chan/ui/span/AbsoluteSizeSpanHashed.java | 17 +++++++++++++++++ .../chan/ui/span/ForegroundColorSpanHashed.java | 17 +++++++++++++++++ 5 files changed, 85 insertions(+) diff --git a/Clover/app/src/main/java/org/floens/chan/core/settings/CounterSetting.java b/Clover/app/src/main/java/org/floens/chan/core/settings/CounterSetting.java index 90b6d153..87891cbc 100644 --- a/Clover/app/src/main/java/org/floens/chan/core/settings/CounterSetting.java +++ b/Clover/app/src/main/java/org/floens/chan/core/settings/CounterSetting.java @@ -1,3 +1,20 @@ +/* + * Clover - 4chan browser https://github.com/Floens/Clover/ + * Copyright (C) 2014 Floens + * + * 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 . + */ package org.floens.chan.core.settings; import android.content.SharedPreferences; diff --git a/Clover/app/src/main/java/org/floens/chan/ui/helper/HintPopup.java b/Clover/app/src/main/java/org/floens/chan/ui/helper/HintPopup.java index 41751335..628134d9 100644 --- a/Clover/app/src/main/java/org/floens/chan/ui/helper/HintPopup.java +++ b/Clover/app/src/main/java/org/floens/chan/ui/helper/HintPopup.java @@ -1,3 +1,20 @@ +/* + * Clover - 4chan browser https://github.com/Floens/Clover/ + * Copyright (C) 2014 Floens + * + * 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 . + */ package org.floens.chan.ui.helper; import android.content.Context; diff --git a/Clover/app/src/main/java/org/floens/chan/ui/layout/DrawerWidthAdjustingLayout.java b/Clover/app/src/main/java/org/floens/chan/ui/layout/DrawerWidthAdjustingLayout.java index 76b0aed7..5c7747c2 100644 --- a/Clover/app/src/main/java/org/floens/chan/ui/layout/DrawerWidthAdjustingLayout.java +++ b/Clover/app/src/main/java/org/floens/chan/ui/layout/DrawerWidthAdjustingLayout.java @@ -1,3 +1,20 @@ +/* + * Clover - 4chan browser https://github.com/Floens/Clover/ + * Copyright (C) 2014 Floens + * + * 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 . + */ package org.floens.chan.ui.layout; import android.content.Context; diff --git a/Clover/app/src/main/java/org/floens/chan/ui/span/AbsoluteSizeSpanHashed.java b/Clover/app/src/main/java/org/floens/chan/ui/span/AbsoluteSizeSpanHashed.java index c99481a0..ae1f7b27 100644 --- a/Clover/app/src/main/java/org/floens/chan/ui/span/AbsoluteSizeSpanHashed.java +++ b/Clover/app/src/main/java/org/floens/chan/ui/span/AbsoluteSizeSpanHashed.java @@ -1,3 +1,20 @@ +/* + * Clover - 4chan browser https://github.com/Floens/Clover/ + * Copyright (C) 2014 Floens + * + * 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 . + */ package org.floens.chan.ui.span; import android.os.Parcel; diff --git a/Clover/app/src/main/java/org/floens/chan/ui/span/ForegroundColorSpanHashed.java b/Clover/app/src/main/java/org/floens/chan/ui/span/ForegroundColorSpanHashed.java index 25be65a6..d3f5f067 100644 --- a/Clover/app/src/main/java/org/floens/chan/ui/span/ForegroundColorSpanHashed.java +++ b/Clover/app/src/main/java/org/floens/chan/ui/span/ForegroundColorSpanHashed.java @@ -1,3 +1,20 @@ +/* + * Clover - 4chan browser https://github.com/Floens/Clover/ + * Copyright (C) 2014 Floens + * + * 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 . + */ package org.floens.chan.ui.span; import android.os.Parcel;