added licensing notice to MediaFormat
This commit is contained in:
parent
27b450f1e3
commit
596443bf5e
|
@ -1,7 +1,25 @@
|
||||||
package org.schabi.newpipe;
|
package org.schabi.newpipe;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Created by scc on 08/11/15.
|
* Created by Adam Howard on 08/11/15.
|
||||||
|
*
|
||||||
|
* Copyright (c) Christian Schabesberger <chris.schabesberger@mailbox.org>
|
||||||
|
* and Adam Howard <achdisposable1@gmail.com> 2015
|
||||||
|
*
|
||||||
|
* VideoListAdapter.java is part of NewPipe.
|
||||||
|
*
|
||||||
|
* NewPipe 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.
|
||||||
|
*
|
||||||
|
* NewPipe 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 NewPipe. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
public enum MediaFormat {
|
public enum MediaFormat {
|
||||||
// id name suffix mime type
|
// id name suffix mime type
|
||||||
|
|
Loading…
Reference in New Issue