Skip to content

Commit

Permalink
New licenses added (thanks to @ljmartinez1994) and code refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscgdev committed Feb 15, 2020
1 parent ebebcf6 commit 97a0bfa
Show file tree
Hide file tree
Showing 4 changed files with 461 additions and 41 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,16 @@ protected void onCreate(Bundle savedInstanceState) {
.setCustomNoticeTitle("Notices for files:")
.setLibrary(new Library("Android Support Libraries",
"https://developer.android.com/topic/libraries/support-library/index.html",
License.APACHE))
License.APACHE2)) // APACHE has been changed to APACHE2
.setLibrary(new Library("Example Library",
"https://github.com/marcoscgdev",
License.APACHE))
License.APACHE2))
.setLibrary(new Library("Licenser",
"https://github.com/marcoscgdev/Licenser",
License.MIT))
.setLibrary(new Library("Android Support Libraries",
"https://developer.android.com/topic/libraries/support-library/index.html",
License.APACHE1)) // APACHE has been changed to APACHE2
.setPositiveButton(android.R.string.ok, new DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface dialogInterface, int i) {
Expand Down
Loading

0 comments on commit 97a0bfa

Please sign in to comment.