aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-04-13 00:07:02 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-04-13 00:07:02 +0000
commitf9e670be51a4b5bac1fc8b29ba7e6e5813a8f52b (patch)
treec4f2607db833468846ca8ae7c89483cc7f19e6e4
parentddb54cf910d6b032fd8662880dabe033878e3215 (diff)
parent8d3ca03099c9b4bc7182c9624521c35347d6ad34 (diff)
downloadtinyxml2-f9e670be51a4b5bac1fc8b29ba7e6e5813a8f52b.tar.gz
Merge "Remove unused LICENSE and NOTICE symlinks." into main
-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.