Index: src/org/adblockplus/android/Subscription.java |
diff --git a/src/org/adblockplus/android/Subscription.java b/src/org/adblockplus/android/Subscription.java |
index 1b92754154f1ed48252951f63d75bc14926bb98c..de67f9bba5871ec5d3c2e27f93842bd17ac28bed 100755 |
--- a/src/org/adblockplus/android/Subscription.java |
+++ b/src/org/adblockplus/android/Subscription.java |
@@ -1,28 +1,28 @@ |
-/* |
- * This file is part of Adblock Plus <http://adblockplus.org/>, |
- * Copyright (C) 2006-2014 Eyeo GmbH |
- * |
- * Adblock Plus is free software: you can redistribute it and/or modify |
- * it under the terms of the GNU General Public License version 3 as |
- * published by the Free Software Foundation. |
- * |
- * Adblock Plus 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 Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
- */ |
- |
-package org.adblockplus.android; |
- |
-public class Subscription |
-{ |
- public String title; |
- public String specialization; |
- public String url; |
- public String homepage; |
- public String[] prefixes; |
- public String author; |
-} |
+/* |
+ * This file is part of Adblock Plus <http://adblockplus.org/>, |
+ * Copyright (C) 2006-2014 Eyeo GmbH |
+ * |
+ * Adblock Plus is free software: you can redistribute it and/or modify |
+ * it under the terms of the GNU General Public License version 3 as |
+ * published by the Free Software Foundation. |
+ * |
+ * Adblock Plus 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 Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
+ */ |
+ |
+package org.adblockplus.android; |
+ |
+public class Subscription |
+{ |
+ public String title; |
+ public String specialization; |
+ public String url; |
+ public String homepage; |
+ public String[] prefixes; |
+ public String author; |
+} |