diff --git a/app/src/main/java/com/keylesspalace/tusky/AccountActionListener.java b/app/src/main/java/com/keylesspalace/tusky/AccountActionListener.java index eb63175b6..15176f22e 100644 --- a/app/src/main/java/com/keylesspalace/tusky/AccountActionListener.java +++ b/app/src/main/java/com/keylesspalace/tusky/AccountActionListener.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/AccountActivity.java b/app/src/main/java/com/keylesspalace/tusky/AccountActivity.java index e73793615..551bd4072 100644 --- a/app/src/main/java/com/keylesspalace/tusky/AccountActivity.java +++ b/app/src/main/java/com/keylesspalace/tusky/AccountActivity.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/AccountAdapter.java b/app/src/main/java/com/keylesspalace/tusky/AccountAdapter.java index 3442fe920..b4bdb995c 100644 --- a/app/src/main/java/com/keylesspalace/tusky/AccountAdapter.java +++ b/app/src/main/java/com/keylesspalace/tusky/AccountAdapter.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/AccountFragment.java b/app/src/main/java/com/keylesspalace/tusky/AccountFragment.java index c460d38be..416c5211e 100644 --- a/app/src/main/java/com/keylesspalace/tusky/AccountFragment.java +++ b/app/src/main/java/com/keylesspalace/tusky/AccountFragment.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/AccountPagerAdapter.java b/app/src/main/java/com/keylesspalace/tusky/AccountPagerAdapter.java index 46f39ffdd..b93eb6c7d 100644 --- a/app/src/main/java/com/keylesspalace/tusky/AccountPagerAdapter.java +++ b/app/src/main/java/com/keylesspalace/tusky/AccountPagerAdapter.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/AdapterItemRemover.java b/app/src/main/java/com/keylesspalace/tusky/AdapterItemRemover.java index e35a1d2ac..5679c4a55 100644 --- a/app/src/main/java/com/keylesspalace/tusky/AdapterItemRemover.java +++ b/app/src/main/java/com/keylesspalace/tusky/AdapterItemRemover.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/Assert.java b/app/src/main/java/com/keylesspalace/tusky/Assert.java index 46c27c433..508d4f9bf 100644 --- a/app/src/main/java/com/keylesspalace/tusky/Assert.java +++ b/app/src/main/java/com/keylesspalace/tusky/Assert.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/BaseActivity.java b/app/src/main/java/com/keylesspalace/tusky/BaseActivity.java index 8df566c62..c018cf9b4 100644 --- a/app/src/main/java/com/keylesspalace/tusky/BaseActivity.java +++ b/app/src/main/java/com/keylesspalace/tusky/BaseActivity.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/BaseFragment.java b/app/src/main/java/com/keylesspalace/tusky/BaseFragment.java index c8ccf5a03..5bcc434bf 100644 --- a/app/src/main/java/com/keylesspalace/tusky/BaseFragment.java +++ b/app/src/main/java/com/keylesspalace/tusky/BaseFragment.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/BlocksActivity.java b/app/src/main/java/com/keylesspalace/tusky/BlocksActivity.java index 534e5ea67..c75101ce3 100644 --- a/app/src/main/java/com/keylesspalace/tusky/BlocksActivity.java +++ b/app/src/main/java/com/keylesspalace/tusky/BlocksActivity.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/BlocksAdapter.java b/app/src/main/java/com/keylesspalace/tusky/BlocksAdapter.java index d8cc607f1..a5fd06453 100644 --- a/app/src/main/java/com/keylesspalace/tusky/BlocksAdapter.java +++ b/app/src/main/java/com/keylesspalace/tusky/BlocksAdapter.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/ComposeActivity.java b/app/src/main/java/com/keylesspalace/tusky/ComposeActivity.java index 487878b38..7e4c1238f 100644 --- a/app/src/main/java/com/keylesspalace/tusky/ComposeActivity.java +++ b/app/src/main/java/com/keylesspalace/tusky/ComposeActivity.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/CountUpDownLatch.java b/app/src/main/java/com/keylesspalace/tusky/CountUpDownLatch.java index d23c400bb..becce61d6 100644 --- a/app/src/main/java/com/keylesspalace/tusky/CountUpDownLatch.java +++ b/app/src/main/java/com/keylesspalace/tusky/CountUpDownLatch.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/DateUtils.java b/app/src/main/java/com/keylesspalace/tusky/DateUtils.java index 96a43e025..ab6014dc6 100644 --- a/app/src/main/java/com/keylesspalace/tusky/DateUtils.java +++ b/app/src/main/java/com/keylesspalace/tusky/DateUtils.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/DownsizeImageTask.java b/app/src/main/java/com/keylesspalace/tusky/DownsizeImageTask.java index 4ad52a657..ea06edcb2 100644 --- a/app/src/main/java/com/keylesspalace/tusky/DownsizeImageTask.java +++ b/app/src/main/java/com/keylesspalace/tusky/DownsizeImageTask.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/EndlessOnScrollListener.java b/app/src/main/java/com/keylesspalace/tusky/EndlessOnScrollListener.java index 6b4b7e564..d417f2723 100644 --- a/app/src/main/java/com/keylesspalace/tusky/EndlessOnScrollListener.java +++ b/app/src/main/java/com/keylesspalace/tusky/EndlessOnScrollListener.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/FavouritesActivity.java b/app/src/main/java/com/keylesspalace/tusky/FavouritesActivity.java index 8241b950b..3e8f67d66 100644 --- a/app/src/main/java/com/keylesspalace/tusky/FavouritesActivity.java +++ b/app/src/main/java/com/keylesspalace/tusky/FavouritesActivity.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/FlowLayout.java b/app/src/main/java/com/keylesspalace/tusky/FlowLayout.java index c2844cdde..65b4b3832 100644 --- a/app/src/main/java/com/keylesspalace/tusky/FlowLayout.java +++ b/app/src/main/java/com/keylesspalace/tusky/FlowLayout.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/FollowAdapter.java b/app/src/main/java/com/keylesspalace/tusky/FollowAdapter.java index 70ae5f5a1..22b93045e 100644 --- a/app/src/main/java/com/keylesspalace/tusky/FollowAdapter.java +++ b/app/src/main/java/com/keylesspalace/tusky/FollowAdapter.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/FooterViewHolder.java b/app/src/main/java/com/keylesspalace/tusky/FooterViewHolder.java index 99591b4a9..7127acc55 100644 --- a/app/src/main/java/com/keylesspalace/tusky/FooterViewHolder.java +++ b/app/src/main/java/com/keylesspalace/tusky/FooterViewHolder.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/HtmlUtils.java b/app/src/main/java/com/keylesspalace/tusky/HtmlUtils.java index 4999c9578..7f9473436 100644 --- a/app/src/main/java/com/keylesspalace/tusky/HtmlUtils.java +++ b/app/src/main/java/com/keylesspalace/tusky/HtmlUtils.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/IOUtils.java b/app/src/main/java/com/keylesspalace/tusky/IOUtils.java index 82c98c669..7556f1b00 100644 --- a/app/src/main/java/com/keylesspalace/tusky/IOUtils.java +++ b/app/src/main/java/com/keylesspalace/tusky/IOUtils.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/Log.java b/app/src/main/java/com/keylesspalace/tusky/Log.java index 5a55af78a..16dc393df 100644 --- a/app/src/main/java/com/keylesspalace/tusky/Log.java +++ b/app/src/main/java/com/keylesspalace/tusky/Log.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/LoginActivity.java b/app/src/main/java/com/keylesspalace/tusky/LoginActivity.java index 796b0ee00..b8c5d29a2 100644 --- a/app/src/main/java/com/keylesspalace/tusky/LoginActivity.java +++ b/app/src/main/java/com/keylesspalace/tusky/LoginActivity.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/MainActivity.java b/app/src/main/java/com/keylesspalace/tusky/MainActivity.java index d5240dcba..04cf5d7fb 100644 --- a/app/src/main/java/com/keylesspalace/tusky/MainActivity.java +++ b/app/src/main/java/com/keylesspalace/tusky/MainActivity.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/NotificationsAdapter.java b/app/src/main/java/com/keylesspalace/tusky/NotificationsAdapter.java index f760e9e27..21d6e0046 100644 --- a/app/src/main/java/com/keylesspalace/tusky/NotificationsAdapter.java +++ b/app/src/main/java/com/keylesspalace/tusky/NotificationsAdapter.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/NotificationsFragment.java b/app/src/main/java/com/keylesspalace/tusky/NotificationsFragment.java index 7d6c0c2d0..2626a9c14 100644 --- a/app/src/main/java/com/keylesspalace/tusky/NotificationsFragment.java +++ b/app/src/main/java/com/keylesspalace/tusky/NotificationsFragment.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/PreferencesActivity.java b/app/src/main/java/com/keylesspalace/tusky/PreferencesActivity.java index 5664c354b..943f05cfe 100644 --- a/app/src/main/java/com/keylesspalace/tusky/PreferencesActivity.java +++ b/app/src/main/java/com/keylesspalace/tusky/PreferencesActivity.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/PreferencesFragment.java b/app/src/main/java/com/keylesspalace/tusky/PreferencesFragment.java index 1d405a19f..17329b242 100644 --- a/app/src/main/java/com/keylesspalace/tusky/PreferencesFragment.java +++ b/app/src/main/java/com/keylesspalace/tusky/PreferencesFragment.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/ReportActivity.java b/app/src/main/java/com/keylesspalace/tusky/ReportActivity.java index b17255d41..a0cfb5059 100644 --- a/app/src/main/java/com/keylesspalace/tusky/ReportActivity.java +++ b/app/src/main/java/com/keylesspalace/tusky/ReportActivity.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/ReportAdapter.java b/app/src/main/java/com/keylesspalace/tusky/ReportAdapter.java index 9f6153a6b..4fb7ea781 100644 --- a/app/src/main/java/com/keylesspalace/tusky/ReportAdapter.java +++ b/app/src/main/java/com/keylesspalace/tusky/ReportAdapter.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/SFragment.java b/app/src/main/java/com/keylesspalace/tusky/SFragment.java index 3dacaebab..820b77a76 100644 --- a/app/src/main/java/com/keylesspalace/tusky/SFragment.java +++ b/app/src/main/java/com/keylesspalace/tusky/SFragment.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/SplashActivity.java b/app/src/main/java/com/keylesspalace/tusky/SplashActivity.java index dcb35fdd2..69a9df5e9 100644 --- a/app/src/main/java/com/keylesspalace/tusky/SplashActivity.java +++ b/app/src/main/java/com/keylesspalace/tusky/SplashActivity.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/StatusActionListener.java b/app/src/main/java/com/keylesspalace/tusky/StatusActionListener.java index 548bde062..e759c18d7 100644 --- a/app/src/main/java/com/keylesspalace/tusky/StatusActionListener.java +++ b/app/src/main/java/com/keylesspalace/tusky/StatusActionListener.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/StatusViewHolder.java b/app/src/main/java/com/keylesspalace/tusky/StatusViewHolder.java index 38c03df19..ee1e4d749 100644 --- a/app/src/main/java/com/keylesspalace/tusky/StatusViewHolder.java +++ b/app/src/main/java/com/keylesspalace/tusky/StatusViewHolder.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/ThemeUtils.java b/app/src/main/java/com/keylesspalace/tusky/ThemeUtils.java index da9f1b884..379d49ad1 100644 --- a/app/src/main/java/com/keylesspalace/tusky/ThemeUtils.java +++ b/app/src/main/java/com/keylesspalace/tusky/ThemeUtils.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/ThreadAdapter.java b/app/src/main/java/com/keylesspalace/tusky/ThreadAdapter.java index ea2c6faa7..99ece74a0 100644 --- a/app/src/main/java/com/keylesspalace/tusky/ThreadAdapter.java +++ b/app/src/main/java/com/keylesspalace/tusky/ThreadAdapter.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/TimelineAdapter.java b/app/src/main/java/com/keylesspalace/tusky/TimelineAdapter.java index 428d5a466..baca0fab1 100644 --- a/app/src/main/java/com/keylesspalace/tusky/TimelineAdapter.java +++ b/app/src/main/java/com/keylesspalace/tusky/TimelineAdapter.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/TimelineFragment.java b/app/src/main/java/com/keylesspalace/tusky/TimelineFragment.java index 6f0e040f1..2b58a7106 100644 --- a/app/src/main/java/com/keylesspalace/tusky/TimelineFragment.java +++ b/app/src/main/java/com/keylesspalace/tusky/TimelineFragment.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/TimelinePagerAdapter.java b/app/src/main/java/com/keylesspalace/tusky/TimelinePagerAdapter.java index 883d56ea9..d610df844 100644 --- a/app/src/main/java/com/keylesspalace/tusky/TimelinePagerAdapter.java +++ b/app/src/main/java/com/keylesspalace/tusky/TimelinePagerAdapter.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/ViewMediaFragment.java b/app/src/main/java/com/keylesspalace/tusky/ViewMediaFragment.java index df9500373..e9d3b7154 100644 --- a/app/src/main/java/com/keylesspalace/tusky/ViewMediaFragment.java +++ b/app/src/main/java/com/keylesspalace/tusky/ViewMediaFragment.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/ViewTagActivity.java b/app/src/main/java/com/keylesspalace/tusky/ViewTagActivity.java index 84354d212..67ecf26c1 100644 --- a/app/src/main/java/com/keylesspalace/tusky/ViewTagActivity.java +++ b/app/src/main/java/com/keylesspalace/tusky/ViewTagActivity.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/ViewThreadActivity.java b/app/src/main/java/com/keylesspalace/tusky/ViewThreadActivity.java index 0432fe8ec..24ee152b0 100644 --- a/app/src/main/java/com/keylesspalace/tusky/ViewThreadActivity.java +++ b/app/src/main/java/com/keylesspalace/tusky/ViewThreadActivity.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/ViewThreadFragment.java b/app/src/main/java/com/keylesspalace/tusky/ViewThreadFragment.java index e068f86e1..c0498b83e 100644 --- a/app/src/main/java/com/keylesspalace/tusky/ViewThreadFragment.java +++ b/app/src/main/java/com/keylesspalace/tusky/ViewThreadFragment.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/ViewVideoActivity.java b/app/src/main/java/com/keylesspalace/tusky/ViewVideoActivity.java index b20ac949a..d341e71a4 100644 --- a/app/src/main/java/com/keylesspalace/tusky/ViewVideoActivity.java +++ b/app/src/main/java/com/keylesspalace/tusky/ViewVideoActivity.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky; diff --git a/app/src/main/java/com/keylesspalace/tusky/entity/AccessToken.java b/app/src/main/java/com/keylesspalace/tusky/entity/AccessToken.java index 422369a5d..af1c13298 100644 --- a/app/src/main/java/com/keylesspalace/tusky/entity/AccessToken.java +++ b/app/src/main/java/com/keylesspalace/tusky/entity/AccessToken.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky.entity; diff --git a/app/src/main/java/com/keylesspalace/tusky/entity/Account.java b/app/src/main/java/com/keylesspalace/tusky/entity/Account.java index 9e1166e0b..297082b63 100644 --- a/app/src/main/java/com/keylesspalace/tusky/entity/Account.java +++ b/app/src/main/java/com/keylesspalace/tusky/entity/Account.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky.entity; diff --git a/app/src/main/java/com/keylesspalace/tusky/entity/AppCredentials.java b/app/src/main/java/com/keylesspalace/tusky/entity/AppCredentials.java index 30d296fd9..8f3d93d37 100644 --- a/app/src/main/java/com/keylesspalace/tusky/entity/AppCredentials.java +++ b/app/src/main/java/com/keylesspalace/tusky/entity/AppCredentials.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky.entity; diff --git a/app/src/main/java/com/keylesspalace/tusky/entity/Media.java b/app/src/main/java/com/keylesspalace/tusky/entity/Media.java index 149ab0986..75d97231f 100644 --- a/app/src/main/java/com/keylesspalace/tusky/entity/Media.java +++ b/app/src/main/java/com/keylesspalace/tusky/entity/Media.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky.entity; diff --git a/app/src/main/java/com/keylesspalace/tusky/entity/Notification.java b/app/src/main/java/com/keylesspalace/tusky/entity/Notification.java index fb0b7b9a4..60bf3107c 100644 --- a/app/src/main/java/com/keylesspalace/tusky/entity/Notification.java +++ b/app/src/main/java/com/keylesspalace/tusky/entity/Notification.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky.entity; diff --git a/app/src/main/java/com/keylesspalace/tusky/entity/Relationship.java b/app/src/main/java/com/keylesspalace/tusky/entity/Relationship.java index b93db03b1..ace5dda68 100644 --- a/app/src/main/java/com/keylesspalace/tusky/entity/Relationship.java +++ b/app/src/main/java/com/keylesspalace/tusky/entity/Relationship.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky.entity; diff --git a/app/src/main/java/com/keylesspalace/tusky/entity/Status.java b/app/src/main/java/com/keylesspalace/tusky/entity/Status.java index 2e354da6b..b130ef97d 100644 --- a/app/src/main/java/com/keylesspalace/tusky/entity/Status.java +++ b/app/src/main/java/com/keylesspalace/tusky/entity/Status.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky.entity; diff --git a/app/src/main/java/com/keylesspalace/tusky/entity/StatusContext.java b/app/src/main/java/com/keylesspalace/tusky/entity/StatusContext.java index a043ca348..ced63dc60 100644 --- a/app/src/main/java/com/keylesspalace/tusky/entity/StatusContext.java +++ b/app/src/main/java/com/keylesspalace/tusky/entity/StatusContext.java @@ -3,15 +3,15 @@ * This file is part of Tusky. * * Tusky 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. + * Lesser General Public License as published by the Free Software Foundation, either version 3 of + * the License, or (at your option) any later version. * * Tusky 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. + * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser + * General Public License for more details. * - * You should have received a copy of the GNU General Public License along with Tusky. If not, see - * . */ + * You should have received a copy of the GNU Lesser General Public License along with Tusky. If + * not, see . */ package com.keylesspalace.tusky.entity;