aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2024-04-12 23:00:17 +0000
committerElliott Hughes <enh@google.com>2024-04-12 23:00:17 +0000
commit8d3ca03099c9b4bc7182c9624521c35347d6ad34 (patch)
treec4f2607db833468846ca8ae7c89483cc7f19e6e4
parentddb54cf910d6b032fd8662880dabe033878e3215 (diff)
downloadtinyxml2-8d3ca03099c9b4bc7182c9624521c35347d6ad34.tar.gz
Remove unused LICENSE and NOTICE symlinks.
The .bp file points to upstream's LICENSE.txt already. Test: treehugger Change-Id: I537a2336bf3f20f805741cc1eab13503f245837e
-rw-r--r--Android.bp2
l---------LICENSE1
-rw-r--r--NOTICE18
3 files changed, 0 insertions, 21 deletions
diff --git a/Android.bp b/Android.bp
index df7f2f1..fa52dec 100644
--- a/Android.bp
+++ b/Android.bp
@@ -13,7 +13,6 @@ license {
],
license_text: [
"LICENSE.txt",
- "NOTICE",
],
}
@@ -24,7 +23,6 @@ license {
license_kinds: ["SPDX-license-identifier-GPL"],
license_text: [
"LICENSE.txt",
- "NOTICE",
],
}
diff --git a/LICENSE b/LICENSE
deleted file mode 120000
index 132d13f..0000000
--- a/LICENSE
+++ /dev/null
@@ -1 +0,0 @@
-NOTICE \ No newline at end of file
diff --git a/NOTICE b/NOTICE
deleted file mode 100644
index 85a6a36..0000000
--- a/NOTICE
+++ /dev/null
@@ -1,18 +0,0 @@
-This software is provided 'as-is', without any express or implied
-warranty. In no event will the authors be held liable for any
-damages arising from the use of this software.
-
-Permission is granted to anyone to use this software for any
-purpose, including commercial applications, and to alter it and
-redistribute it freely, subject to the following restrictions:
-
-1. The origin of this software must not be misrepresented; you must
-not claim that you wrote the original software. If you use this
-software in a product, an acknowledgment in the product documentation
-would be appreciated but is not required.
-
-2. Altered source versions must be plainly marked as such, and
-must not be misrepresented as being the original software.
-
-3. This notice may not be removed or altered from any source
-distribution.