android/: Add some missing license headers.

This commit is contained in:
Uwe Hermann 2014-08-26 23:10:36 +02:00
parent 1c90d94fb2
commit ad629dd65d
6 changed files with 72 additions and 4 deletions

View File

@ -1,4 +1,22 @@
<?xml version='1.0' encoding='utf-8'?>
<!--
This file is part of the PulseView project.
Copyright (C) 2014 Marcus Comstedt <marcus@mc.pp.se>
This program 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.
This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.sigrok.pulseview"
android:versionName="0.2.0"

View File

@ -1,4 +1,22 @@
<?xml version='1.0' encoding='utf-8'?>
<!--
This file is part of the PulseView project.
Copyright (C) 2014 Marcus Comstedt <marcus@mc.pp.se>
This program 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.
This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
-->
<resources>
<array name="bundled_libs">
@bundled_libs@

View File

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
This file is part of the PulseView project.
Copyright (C) 2014 Marcus Comstedt <marcus@mc.pp.se>
@ -17,7 +16,6 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<project>
<property name="pulseview-source-path" value="${basedir}/.."/>

View File

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is part of the PulseView project.
Copyright (C) 2014 Marcus Comstedt <marcus@mc.pp.se>
@ -17,6 +16,5 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"/>

View File

@ -1,4 +1,22 @@
<?xml version='1.0' encoding='utf-8'?>
<!--
This file is part of the PulseView project.
Copyright (C) 2014 Marcus Comstedt <marcus@mc.pp.se>
This program 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.
This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
-->
<resources>
<array name="qt_sources">
<item>https://download.qt-project.org/ministro/android/qt5/qt-5.3</item>

View File

@ -1,4 +1,22 @@
<?xml version='1.0' encoding='utf-8'?>
<!--
This file is part of the PulseView project.
Copyright (C) 2014 Marcus Comstedt <marcus@mc.pp.se>
This program 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.
This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
-->
<resources>
<string name="pv_app_name">PulseView</string>
</resources>