Skip to content

Commit e4d982c

Browse files
Fix license.
1 parent 4160891 commit e4d982c

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/YoutubeTrendingExtractor.java

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
/*
2+
* Created by Christian Schabesberger on 12.08.17.
3+
*
4+
* Copyright (C) Christian Schabesberger 2018 <chris.schabesberger@mailbox.org>
5+
* YoutubeTrendingExtractor.java is part of NewPipe Extractor.
6+
*
7+
* NewPipe Extractor is free software: you can redistribute it and/or modify
8+
* it under the terms of the GNU General Public License as published by
9+
* the Free Software Foundation, either version 3 of the License, or
10+
* (at your option) any later version.
11+
*
12+
* NewPipe Extractor is distributed in the hope that it will be useful,
13+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
* GNU General Public License for more details.
16+
*
17+
* You should have received a copy of the GNU General Public License
18+
* along with NewPipe Extractor. If not, see <https://www.gnu.org/licenses/>.
19+
*/
20+
121
package org.schabi.newpipe.extractor.services.youtube.extractors;
222

323
import static org.schabi.newpipe.extractor.services.youtube.YoutubeParsingHelper.getJsonPostResponse;
@@ -24,26 +44,6 @@
2444

2545
import javax.annotation.Nonnull;
2646

27-
/*
28-
* Created by Christian Schabesberger on 12.08.17.
29-
*
30-
* Copyright (C) Christian Schabesberger 2018 <chris.schabesberger@mailbox.org>
31-
* YoutubeTrendingExtractor.java is part of NewPipe Extractor.
32-
*
33-
* NewPipe Extractor is free software: you can redistribute it and/or modify
34-
* it under the terms of the GNU General Public License as published by
35-
* the Free Software Foundation, either version 3 of the License, or
36-
* (at your option) any later version.
37-
*
38-
* NewPipe Extractor is distributed in the hope that it will be useful,
39-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
40-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
41-
* GNU General Public License for more details.
42-
*
43-
* You should have received a copy of the GNU General Public License
44-
* along with NewPipe Extractor. If not, see <https://www.gnu.org/licenses/>.
45-
*/
46-
4747
public class YoutubeTrendingExtractor extends KioskExtractor<StreamInfoItem> {
4848
private JsonObject initialData;
4949

0 commit comments

Comments
 (0)