Skip to content

Commit 8b0068f

Browse files
authored
Merge pull request #1110 from christian-2hu/chore/update-copyright
chore: Update copyright notices
2 parents 289db11 + fc67d49 commit 8b0068f

44 files changed

Lines changed: 125 additions & 125 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

extractor/src/main/java/org/schabi/newpipe/extractor/InfoItem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created by Christian Schabesberger on 11.02.17.
33
*
4-
* Copyright (C) Christian Schabesberger 2017 <chris.schabesberger@mailbox.org>
4+
* Copyright (C) 2017 Christian Schabesberger <chris.schabesberger@mailbox.org>
55
* InfoItem.java is part of NewPipe Extractor.
66
*
77
* NewPipe Extractor is free software: you can redistribute it and/or modify

extractor/src/main/java/org/schabi/newpipe/extractor/InfoItemsCollector.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@
1212
/*
1313
* Created by Christian Schabesberger on 12.02.17.
1414
*
15-
* Copyright (C) Christian Schabesberger 2017 <chris.schabesberger@mailbox.org>
16-
* InfoItemsCollector.java is part of NewPipe.
15+
* Copyright (C) 2017 Christian Schabesberger <chris.schabesberger@mailbox.org>
16+
* InfoItemsCollector.java is part of NewPipe Extractor.
1717
*
18-
* NewPipe is free software: you can redistribute it and/or modify
18+
* NewPipe Extractor is free software: you can redistribute it and/or modify
1919
* it under the terms of the GNU General Public License as published by
2020
* the Free Software Foundation, either version 3 of the License, or
2121
* (at your option) any later version.
2222
*
23-
* NewPipe is distributed in the hope that it will be useful,
23+
* NewPipe Extractor is distributed in the hope that it will be useful,
2424
* but WITHOUT ANY WARRANTY; without even the implied warranty of
2525
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2626
* GNU General Public License for more details.
2727
*
2828
* You should have received a copy of the GNU General Public License
29-
* along with NewPipe. If not, see <http://www.gnu.org/licenses/>.
29+
* along with NewPipe Extractor. If not, see <http://www.gnu.org/licenses/>.
3030
*/
3131

3232
public abstract class InfoItemsCollector<I extends InfoItem, E extends InfoItemExtractor>

extractor/src/main/java/org/schabi/newpipe/extractor/MediaFormat.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,23 @@
33
/*
44
* Created by Adam Howard on 08/11/15.
55
*
6-
* Copyright (c) Christian Schabesberger <chris.schabesberger@mailbox.org>
7-
* and Adam Howard <achdisposable1@gmail.com> 2015
6+
* Copyright (c) 2015 Christian Schabesberger <chris.schabesberger@mailbox.org>
7+
* and Adam Howard <achdisposable1@gmail.com>
88
*
9-
* MediaFormat.java is part of NewPipe.
9+
* MediaFormat.java is part of NewPipe Extractor.
1010
*
11-
* NewPipe is free software: you can redistribute it and/or modify
11+
* NewPipe Extractor is free software: you can redistribute it and/or modify
1212
* it under the terms of the GNU General Public License as published by
1313
* the Free Software Foundation, either version 3 of the License, or
1414
* (at your option) any later version.
1515
*
16-
* NewPipe is distributed in the hope that it will be useful,
16+
* NewPipe Extractor is distributed in the hope that it will be useful,
1717
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1818
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1919
* GNU General Public License for more details.
2020
*
2121
* You should have received a copy of the GNU General Public License
22-
* along with NewPipe. If not, see <http://www.gnu.org/licenses/>.
22+
* along with NewPipe Extractor. If not, see <http://www.gnu.org/licenses/>.
2323
*/
2424

2525
import javax.annotation.Nonnull;

extractor/src/main/java/org/schabi/newpipe/extractor/MultiInfoItemsCollector.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@
1515
/*
1616
* Created by Christian Schabesberger on 12.02.17.
1717
*
18-
* Copyright (C) Christian Schabesberger 2017 <chris.schabesberger@mailbox.org>
19-
* InfoItemsSearchCollector.java is part of NewPipe.
18+
* Copyright (C) 2017 Christian Schabesberger <chris.schabesberger@mailbox.org>
19+
* InfoItemsSearchCollector.java is part of NewPipe Extractor.
2020
*
21-
* NewPipe is free software: you can redistribute it and/or modify
21+
* NewPipe Extractor is free software: you can redistribute it and/or modify
2222
* it under the terms of the GNU General Public License as published by
2323
* the Free Software Foundation, either version 3 of the License, or
2424
* (at your option) any later version.
2525
*
26-
* NewPipe is distributed in the hope that it will be useful,
26+
* NewPipe Extractor is distributed in the hope that it will be useful,
2727
* but WITHOUT ANY WARRANTY; without even the implied warranty of
2828
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2929
* GNU General Public License for more details.
3030
*
3131
* You should have received a copy of the GNU General Public License
32-
* along with NewPipe. If not, see <http://www.gnu.org/licenses/>.
32+
* along with NewPipe Extractor. If not, see <http://www.gnu.org/licenses/>.
3333
*/
3434

3535
/**

extractor/src/main/java/org/schabi/newpipe/extractor/NewPipe.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33
/*
44
* Created by Christian Schabesberger on 23.08.15.
55
*
6-
* Copyright (C) Christian Schabesberger 2015 <chris.schabesberger@mailbox.org>
7-
* NewPipe.java is part of NewPipe.
6+
* Copyright (C) 2015 Christian Schabesberger <chris.schabesberger@mailbox.org>
7+
* NewPipe Extractor.java is part of NewPipe Extractor.
88
*
9-
* NewPipe is free software: you can redistribute it and/or modify
9+
* NewPipe Extractor is free software: you can redistribute it and/or modify
1010
* it under the terms of the GNU General Public License as published by
1111
* the Free Software Foundation, either version 3 of the License, or
1212
* (at your option) any later version.
1313
*
14-
* NewPipe is distributed in the hope that it will be useful,
14+
* NewPipe Extractor is distributed in the hope that it will be useful,
1515
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1616
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1717
* GNU General Public License for more details.
1818
*
1919
* You should have received a copy of the GNU General Public License
20-
* along with NewPipe. If not, see <http://www.gnu.org/licenses/>.
20+
* along with NewPipe Extractor. If not, see <http://www.gnu.org/licenses/>.
2121
*/
2222

2323
import org.schabi.newpipe.extractor.downloader.Downloader;

extractor/src/main/java/org/schabi/newpipe/extractor/ServiceList.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@
99
import java.util.List;
1010

1111
/*
12-
* Copyright (C) Christian Schabesberger 2018 <chris.schabesberger@mailbox.org>
13-
* ServiceList.java is part of NewPipe.
12+
* Copyright (C) 2018 Christian Schabesberger <chris.schabesberger@mailbox.org>
13+
* ServiceList.java is part of NewPipe Extractor.
1414
*
15-
* NewPipe is free software: you can redistribute it and/or modify
15+
* NewPipe Extractor is free software: you can redistribute it and/or modify
1616
* it under the terms of the GNU General Public License as published by
1717
* the Free Software Foundation, either version 3 of the License, or
1818
* (at your option) any later version.
1919
*
20-
* NewPipe is distributed in the hope that it will be useful,
20+
* NewPipe Extractor is distributed in the hope that it will be useful,
2121
* but WITHOUT ANY WARRANTY; without even the implied warranty of
2222
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2323
* GNU General Public License for more details.
2424
*
2525
* You should have received a copy of the GNU General Public License
26-
* along with NewPipe. If not, see <http://www.gnu.org/licenses/>.
26+
* along with NewPipe Extractor. If not, see <http://www.gnu.org/licenses/>.
2727
*/
2828

2929
/**

extractor/src/main/java/org/schabi/newpipe/extractor/StreamingService.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,21 @@
2929
import java.util.List;
3030

3131
/*
32-
* Copyright (C) Christian Schabesberger 2018 <chris.schabesberger@mailbox.org>
33-
* StreamingService.java is part of NewPipe.
32+
* Copyright (C) 2018 Christian Schabesberger <chris.schabesberger@mailbox.org>
33+
* StreamingService.java is part of NewPipe Extractor.
3434
*
35-
* NewPipe is free software: you can redistribute it and/or modify
35+
* NewPipe Extractor is free software: you can redistribute it and/or modify
3636
* it under the terms of the GNU General Public License as published by
3737
* the Free Software Foundation, either version 3 of the License, or
3838
* (at your option) any later version.
3939
*
40-
* NewPipe is distributed in the hope that it will be useful,
40+
* NewPipe Extractor is distributed in the hope that it will be useful,
4141
* but WITHOUT ANY WARRANTY; without even the implied warranty of
4242
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4343
* GNU General Public License for more details.
4444
*
4545
* You should have received a copy of the GNU General Public License
46-
* along with NewPipe. If not, see <http://www.gnu.org/licenses/>.
46+
* along with NewPipe Extractor. If not, see <http://www.gnu.org/licenses/>.
4747
*/
4848

4949
public abstract class StreamingService {

extractor/src/main/java/org/schabi/newpipe/extractor/channel/ChannelExtractor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created by Christian Schabesberger on 25.07.16.
33
*
4-
* Copyright (C) Christian Schabesberger 2016 <chris.schabesberger@mailbox.org>
4+
* Copyright (C) 2016 Christian Schabesberger <chris.schabesberger@mailbox.org>
55
* ChannelExtractor.java is part of NewPipe Extractor.
66
*
77
* NewPipe Extractor is free software: you can redistribute it and/or modify

extractor/src/main/java/org/schabi/newpipe/extractor/channel/ChannelInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Created by Christian Schabesberger on 31.07.16.
33
*
4-
* Copyright (C) Christian Schabesberger 2016 <chris.schabesberger@mailbox.org>
4+
* Copyright (C) 2016 Christian Schabesberger <chris.schabesberger@mailbox.org>
55
* ChannelInfo.java is part of NewPipe Extractor.
66
*
77
* NewPipe Extractor is free software: you can redistribute it and/or modify

extractor/src/main/java/org/schabi/newpipe/extractor/channel/ChannelInfoItem.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
/*
66
* Created by Christian Schabesberger on 11.02.17.
77
*
8-
* Copyright (C) Christian Schabesberger 2017 <chris.schabesberger@mailbox.org>
9-
* ChannelInfoItem.java is part of NewPipe.
8+
* Copyright (C) 2017 Christian Schabesberger <chris.schabesberger@mailbox.org>
9+
* ChannelInfoItem.java is part of NewPipe Extractor.
1010
*
11-
* NewPipe is free software: you can redistribute it and/or modify
11+
* NewPipe Extractor is free software: you can redistribute it and/or modify
1212
* it under the terms of the GNU General Public License as published by
1313
* the Free Software Foundation, either version 3 of the License, or
1414
* (at your option) any later version.
1515
*
16-
* NewPipe is distributed in the hope that it will be useful,
16+
* NewPipe Extractor is distributed in the hope that it will be useful,
1717
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1818
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1919
* GNU General Public License for more details.
2020
*
2121
* You should have received a copy of the GNU General Public License
22-
* along with NewPipe. If not, see <http://www.gnu.org/licenses/>.
22+
* along with NewPipe Extractor. If not, see <http://www.gnu.org/licenses/>.
2323
*/
2424

2525
public class ChannelInfoItem extends InfoItem {

0 commit comments

Comments
 (0)