aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2017-12-01 23:36:19 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-12-01 23:36:19 +0000
commitdf948fd9aaa01911fc9751ac0ddfa3e330a85078 (patch)
tree343dd8b4f6b75f2f1917f7bc069653cc54ecfcbe
parent8fe0a9233edf5e7a5a8b2ce1c8c7d2ab3a5e281b (diff)
parent0468c9d3562a52e84412cd693bfaa66ad6110ff5 (diff)
downloadandroid_external_one-true-awk-df948fd9aaa01911fc9751ac0ddfa3e330a85078.tar.gz
android_external_one-true-awk-df948fd9aaa01911fc9751ac0ddfa3e330a85078.tar.bz2
android_external_one-true-awk-df948fd9aaa01911fc9751ac0ddfa3e330a85078.zip
Merge changes Ie2c5e36e,Ib058fb62 am: 70b5245c07
am: 0468c9d356 Change-Id: I0d4045fd70a99ddd84c841435a30296e5c726463
-rw-r--r--LICENSE23
-rw-r--r--METADATA19
-rw-r--r--MODULE_LICENSE_BSD0
3 files changed, 42 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..07dfd7b
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,23 @@
+/****************************************************************
+Copyright (C) Lucent Technologies 1997
+All Rights Reserved
+
+Permission to use, copy, modify, and distribute this software and
+its documentation for any purpose and without fee is hereby
+granted, provided that the above copyright notice appear in all
+copies and that both that the copyright notice and this
+permission notice and warranty disclaimer appear in supporting
+documentation, and that the name Lucent Technologies or any of
+its entities not be used in advertising or publicity pertaining
+to distribution of the software without specific, written prior
+permission.
+
+LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
+IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
+SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
+IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
+ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
+THIS SOFTWARE.
+****************************************************************/
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..47c310d
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,19 @@
+name: "one-true-awk"
+description:
+ "This is the version of awk described in "The AWK Programming Language", by "
+ "Al Aho, Brian Kernighan, and Peter Weinberger (Addison-Wesley, 1988, ISBN "
+ "0-201-07981-X)."
+
+third_party {
+ url {
+ type: HOMEPAGE
+ value: "https://www.cs.princeton.edu/~bwk/btl.mirror/"
+ }
+ url {
+ type: ARCHIVE
+ value: "https://www.cs.princeton.edu/~bwk/btl.mirror/awk.tar.gz"
+ }
+ version: "20121220"
+ last_upgrade_date { year: 2017 month: 11 day: 16 }
+ license_type: NOTICE
+}
diff --git a/MODULE_LICENSE_BSD b/MODULE_LICENSE_BSD
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/MODULE_LICENSE_BSD