mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-12-23 16:40:32 +00:00
Remove GPLv2 - not needed
This commit is contained in:
parent
7e0552efde
commit
e4746f8b32
@ -4,8 +4,6 @@ package org.schabi.newpipe.about;
|
|||||||
* Class containing information about standard software licenses.
|
* Class containing information about standard software licenses.
|
||||||
*/
|
*/
|
||||||
public final class StandardLicenses {
|
public final class StandardLicenses {
|
||||||
public static final License GPL2
|
|
||||||
= new License("GNU General Public License, Version 2.0", "GPLv2", "gpl_2.html");
|
|
||||||
public static final License GPL3
|
public static final License GPL3
|
||||||
= new License("GNU General Public License, Version 3.0", "GPLv3", "gpl_3.html");
|
= new License("GNU General Public License, Version 3.0", "GPLv3", "gpl_3.html");
|
||||||
public static final License APACHE2
|
public static final License APACHE2
|
||||||
|
Loading…
Reference in New Issue
Block a user