Skip to content

Commit

Permalink
[no ci] Update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
HeroBrine1st committed Apr 2, 2024
1 parent 5eb146a commit 28e34e7
Show file tree
Hide file tree
Showing 123 changed files with 376 additions and 164 deletions.
49 changes: 0 additions & 49 deletions .gpg/public_key.asc

This file was deleted.

2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ru.herobrine1st.e621 is an android client for https://e621.net
Copyright (C) 2022-2023 HeroBrine1st Erquilenne <[email protected]>
Copyright (C) 2022-2024 HeroBrine1st Erquilenne <[email protected]>

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
Expand Down
Binary file removed NOTICE.sig
Binary file not shown.
2 changes: 1 addition & 1 deletion app/src/main/java/ru/herobrine1st/e621/Application.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of ru.herobrine1st.e621.
*
* ru.herobrine1st.e621 is an android client for https://e621.net
* Copyright (C) 2022-2023 HeroBrine1st Erquilenne <[email protected]>
* Copyright (C) 2022-2024 HeroBrine1st Erquilenne <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/ru/herobrine1st/e621/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of ru.herobrine1st.e621.
*
* ru.herobrine1st.e621 is an android client for https://e621.net
* Copyright (C) 2022-2023 HeroBrine1st Erquilenne <[email protected]>
* Copyright (C) 2022-2024 HeroBrine1st Erquilenne <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/ru/herobrine1st/e621/api/API.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of ru.herobrine1st.e621.
*
* ru.herobrine1st.e621 is an android client for https://e621.net
* Copyright (C) 2022-2023 HeroBrine1st Erquilenne <[email protected]>
* Copyright (C) 2022-2024 HeroBrine1st Erquilenne <[email protected]>
*
* 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of ru.herobrine1st.e621.
*
* ru.herobrine1st.e621 is an android client for https://e621.net
* Copyright (C) 2022-2023 HeroBrine1st Erquilenne <[email protected]>
* Copyright (C) 2022-2024 HeroBrine1st Erquilenne <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/ru/herobrine1st/e621/api/Exceptions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of ru.herobrine1st.e621.
*
* ru.herobrine1st.e621 is an android client for https://e621.net
* Copyright (C) 2022-2023 HeroBrine1st Erquilenne <[email protected]>
* Copyright (C) 2022-2024 HeroBrine1st Erquilenne <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/ru/herobrine1st/e621/api/TagProcessor.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of ru.herobrine1st.e621.
*
* ru.herobrine1st.e621 is an android client for https://e621.net
* Copyright (C) 2022-2023 HeroBrine1st Erquilenne <[email protected]>
* Copyright (C) 2022-2024 HeroBrine1st Erquilenne <[email protected]>
*
* 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
Expand Down
20 changes: 20 additions & 0 deletions app/src/main/java/ru/herobrine1st/e621/api/Tokens.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
/*
* This file is part of ru.herobrine1st.e621.
*
* ru.herobrine1st.e621 is an android client for https://e621.net
* Copyright (C) 2022-2024 HeroBrine1st Erquilenne <[email protected]>
*
* 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 <https://www.gnu.org/licenses/>.
*/

package ru.herobrine1st.e621.api

object Tokens {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of ru.herobrine1st.e621.
*
* ru.herobrine1st.e621 is an android client for https://e621.net
* Copyright (C) 2022-2023 HeroBrine1st Erquilenne <[email protected]>
* Copyright (C) 2022-2024 HeroBrine1st Erquilenne <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/ru/herobrine1st/e621/api/model/File.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of ru.herobrine1st.e621.
*
* ru.herobrine1st.e621 is an android client for https://e621.net
* Copyright (C) 2022-2023 HeroBrine1st Erquilenne <[email protected]>
* Copyright (C) 2022-2024 HeroBrine1st Erquilenne <[email protected]>
*
* 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of ru.herobrine1st.e621.
*
* ru.herobrine1st.e621 is an android client for https://e621.net
* Copyright (C) 2022-2023 HeroBrine1st Erquilenne <[email protected]>
* Copyright (C) 2022-2024 HeroBrine1st Erquilenne <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/ru/herobrine1st/e621/api/model/Order.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of ru.herobrine1st.e621.
*
* ru.herobrine1st.e621 is an android client for https://e621.net
* Copyright (C) 2022-2023 HeroBrine1st Erquilenne <[email protected]>
* Copyright (C) 2022-2024 HeroBrine1st Erquilenne <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/ru/herobrine1st/e621/api/model/Pool.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of ru.herobrine1st.e621.
*
* ru.herobrine1st.e621 is an android client for https://e621.net
* Copyright (C) 2022-2023 HeroBrine1st Erquilenne <[email protected]>
* Copyright (C) 2022-2024 HeroBrine1st Erquilenne <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/ru/herobrine1st/e621/api/model/Post.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of ru.herobrine1st.e621.
*
* ru.herobrine1st.e621 is an android client for https://e621.net
* Copyright (C) 2022-2023 HeroBrine1st Erquilenne <[email protected]>
* Copyright (C) 2022-2024 HeroBrine1st Erquilenne <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/ru/herobrine1st/e621/api/model/Rating.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of ru.herobrine1st.e621.
*
* ru.herobrine1st.e621 is an android client for https://e621.net
* Copyright (C) 2022-2023 HeroBrine1st Erquilenne <[email protected]>
* Copyright (C) 2022-2024 HeroBrine1st Erquilenne <[email protected]>
*
* 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of ru.herobrine1st.e621.
*
* ru.herobrine1st.e621 is an android client for https://e621.net
* Copyright (C) 2022-2023 HeroBrine1st Erquilenne <[email protected]>
* Copyright (C) 2022-2024 HeroBrine1st Erquilenne <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/ru/herobrine1st/e621/api/model/Sample.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of ru.herobrine1st.e621.
*
* ru.herobrine1st.e621 is an android client for https://e621.net
* Copyright (C) 2022-2023 HeroBrine1st Erquilenne <[email protected]>
* Copyright (C) 2022-2024 HeroBrine1st Erquilenne <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/ru/herobrine1st/e621/api/model/Score.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of ru.herobrine1st.e621.
*
* ru.herobrine1st.e621 is an android client for https://e621.net
* Copyright (C) 2022-2023 HeroBrine1st Erquilenne <[email protected]>
* Copyright (C) 2022-2024 HeroBrine1st Erquilenne <[email protected]>
*
* 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of ru.herobrine1st.e621.
*
* ru.herobrine1st.e621 is an android client for https://e621.net
* Copyright (C) 2022-2023 HeroBrine1st Erquilenne <[email protected]>
* Copyright (C) 2022-2024 HeroBrine1st Erquilenne <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/ru/herobrine1st/e621/api/model/Tags.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of ru.herobrine1st.e621.
*
* ru.herobrine1st.e621 is an android client for https://e621.net
* Copyright (C) 2022-2023 HeroBrine1st Erquilenne <[email protected]>
* Copyright (C) 2022-2024 HeroBrine1st Erquilenne <[email protected]>
*
* 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of ru.herobrine1st.e621.
*
* ru.herobrine1st.e621 is an android client for https://e621.net
* Copyright (C) 2022-2023 HeroBrine1st Erquilenne <[email protected]>
* Copyright (C) 2022-2024 HeroBrine1st Erquilenne <[email protected]>
*
* 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
Expand Down
9 changes: 7 additions & 2 deletions app/src/main/java/ru/herobrine1st/e621/dao/BlacklistDao.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of ru.herobrine1st.e621.
*
* ru.herobrine1st.e621 is an android client for https://e621.net
* Copyright (C) 2022-2023 HeroBrine1st Erquilenne <[email protected]>
* Copyright (C) 2022-2024 HeroBrine1st Erquilenne <[email protected]>
*
* 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
Expand All @@ -20,7 +20,12 @@

package ru.herobrine1st.e621.dao

import androidx.room.*
import androidx.room.Dao
import androidx.room.Delete
import androidx.room.Insert
import androidx.room.Query
import androidx.room.Transaction
import androidx.room.Update
import kotlinx.coroutines.flow.Flow
import ru.herobrine1st.e621.entity.BlacklistEntry

Expand Down
8 changes: 6 additions & 2 deletions app/src/main/java/ru/herobrine1st/e621/dao/VoteDao.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of ru.herobrine1st.e621.
*
* ru.herobrine1st.e621 is an android client for https://e621.net
* Copyright (C) 2022-2023 HeroBrine1st Erquilenne <[email protected]>
* Copyright (C) 2022-2024 HeroBrine1st Erquilenne <[email protected]>
*
* 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
Expand All @@ -20,7 +20,11 @@

package ru.herobrine1st.e621.dao

import androidx.room.*
import androidx.room.Dao
import androidx.room.Delete
import androidx.room.Insert
import androidx.room.Query
import androidx.room.Update
import ru.herobrine1st.e621.entity.Vote

@Dao
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of ru.herobrine1st.e621.
*
* ru.herobrine1st.e621 is an android client for https://e621.net
* Copyright (C) 2022-2023 HeroBrine1st Erquilenne <[email protected]>
* Copyright (C) 2022-2024 HeroBrine1st Erquilenne <[email protected]>
*
* 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of ru.herobrine1st.e621.
*
* ru.herobrine1st.e621 is an android client for https://e621.net
* Copyright (C) 2022-2023 HeroBrine1st Erquilenne <[email protected]>
* Copyright (C) 2022-2024 HeroBrine1st Erquilenne <[email protected]>
*
* 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of ru.herobrine1st.e621.
*
* ru.herobrine1st.e621 is an android client for https://e621.net
* Copyright (C) 2022-2023 HeroBrine1st Erquilenne <[email protected]>
* Copyright (C) 2022-2024 HeroBrine1st Erquilenne <[email protected]>
*
* 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of ru.herobrine1st.e621.
*
* ru.herobrine1st.e621 is an android client for https://e621.net
* Copyright (C) 2022-2023 HeroBrine1st Erquilenne <[email protected]>
* Copyright (C) 2022-2024 HeroBrine1st Erquilenne <[email protected]>
*
* 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of ru.herobrine1st.e621.
*
* ru.herobrine1st.e621 is an android client for https://e621.net
* Copyright (C) 2022-2023 HeroBrine1st Erquilenne <[email protected]>
* Copyright (C) 2022-2024 HeroBrine1st Erquilenne <[email protected]>
*
* 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of ru.herobrine1st.e621.
*
* ru.herobrine1st.e621 is an android client for https://e621.net
* Copyright (C) 2022-2023 HeroBrine1st Erquilenne <[email protected]>
* Copyright (C) 2022-2024 HeroBrine1st Erquilenne <[email protected]>
*
* 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of ru.herobrine1st.e621.
*
* ru.herobrine1st.e621 is an android client for https://e621.net
* Copyright (C) 2022-2023 HeroBrine1st Erquilenne <[email protected]>
* Copyright (C) 2022-2024 HeroBrine1st Erquilenne <[email protected]>
*
* 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of ru.herobrine1st.e621.
*
* ru.herobrine1st.e621 is an android client for https://e621.net
* Copyright (C) 2022-2023 HeroBrine1st Erquilenne <[email protected]>
* Copyright (C) 2022-2024 HeroBrine1st Erquilenne <[email protected]>
*
* 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of ru.herobrine1st.e621.
*
* ru.herobrine1st.e621 is an android client for https://e621.net
* Copyright (C) 2022-2023 HeroBrine1st Erquilenne <[email protected]>
* Copyright (C) 2022-2024 HeroBrine1st Erquilenne <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/ru/herobrine1st/e621/entity/Vote.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of ru.herobrine1st.e621.
*
* ru.herobrine1st.e621 is an android client for https://e621.net
* Copyright (C) 2022-2023 HeroBrine1st Erquilenne <[email protected]>
* Copyright (C) 2022-2024 HeroBrine1st Erquilenne <[email protected]>
*
* 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file is part of ru.herobrine1st.e621.
*
* ru.herobrine1st.e621 is an android client for https://e621.net
* Copyright (C) 2022-2023 HeroBrine1st Erquilenne <[email protected]>
* Copyright (C) 2022-2024 HeroBrine1st Erquilenne <[email protected]>
*
* 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
Expand Down
Loading

0 comments on commit 28e34e7

Please sign in to comment.