Skip to content

Commit

Permalink
Hotfixes missing licenses
Browse files Browse the repository at this point in the history
>:-(
  • Loading branch information
schnatterer committed May 21, 2018
1 parent 3455796 commit 1e304e3
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 2 deletions.
23 changes: 23 additions & 0 deletions nusic-ui-android/src/main/res/drawable/ic_launcher_background.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2013 Johannes Schnatterer
See the NOTICE file distributed with this work for additional
information regarding copyright ownership.
This file is part of nusic.
nusic 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.
nusic 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 nusic. If not, see <http://www.gnu.org/licenses/>.
-->
<vector
android:height="108dp"
android:width="108dp"
Expand Down
25 changes: 24 additions & 1 deletion nusic-ui-android/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2013 Johannes Schnatterer
See the NOTICE file distributed with this work for additional
information regarding copyright ownership.
This file is part of nusic.
nusic 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.
nusic 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 nusic. If not, see <http://www.gnu.org/licenses/>.
-->
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>
</adaptive-icon>
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2013 Johannes Schnatterer
See the NOTICE file distributed with this work for additional
information regarding copyright ownership.
This file is part of nusic.
nusic 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.
nusic 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 nusic. If not, see <http://www.gnu.org/licenses/>.
-->
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@drawable/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>
</adaptive-icon>

0 comments on commit 1e304e3

Please sign in to comment.