Skip to content

Commit 596443b

Browse files
committed
added licensing notice to MediaFormat
1 parent 27b450f commit 596443b

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

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

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,25 @@
11
package org.schabi.newpipe;
22

33
/**
4-
* Created by scc on 08/11/15.
4+
* Created by Adam Howard on 08/11/15.
5+
*
6+
* Copyright (c) Christian Schabesberger <chris.schabesberger@mailbox.org>
7+
* and Adam Howard <achdisposable1@gmail.com> 2015
8+
*
9+
* VideoListAdapter.java is part of NewPipe.
10+
*
11+
* NewPipe is free software: you can redistribute it and/or modify
12+
* it under the terms of the GNU General Public License as published by
13+
* the Free Software Foundation, either version 3 of the License, or
14+
* (at your option) any later version.
15+
*
16+
* NewPipe is distributed in the hope that it will be useful,
17+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
18+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19+
* GNU General Public License for more details.
20+
*
21+
* You should have received a copy of the GNU General Public License
22+
* along with NewPipe. If not, see <http://www.gnu.org/licenses/>.
523
*/
624
public enum MediaFormat {
725
// id name suffix mime type

0 commit comments

Comments
 (0)