sample/src/main/res/values/strings.xml
author Da Risk <da_risk@geekorum.com>
Tue, 02 May 2023 15:15:25 -0400
changeset 15 4e26459b4642
child 34 ce299aacc068
permissions -rw-r--r--
start a sample app module
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     1
<!--
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     2
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     3
    AboutOss is an utility library to retrieve and display
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     4
    opensource licenses in Android applications.
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     5
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     6
    Copyright (C) 2023 by Frederic-Charles Barthelery.
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     7
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     8
    This file is part of AboutOss.
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     9
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    10
    AboutOss is free software: you can redistribute it and/or modify
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    11
    it under the terms of the GNU General Public License as published by
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    12
    the Free Software Foundation, either version 3 of the License, or
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    13
    (at your option) any later version.
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    14
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    15
    AboutOss is distributed in the hope that it will be useful,
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    16
    but WITHOUT ANY WARRANTY; without even the implied warranty of
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    17
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    18
    GNU General Public License for more details.
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    19
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    20
    You should have received a copy of the GNU General Public License
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    21
    along with AboutOss.  If not, see <http://www.gnu.org/licenses/>.
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    22
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    23
-->
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    24
<resources>
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    25
    <string name="app_name">Sample app</string>
4e26459b4642 start a sample app module
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    26
</resources>