aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-11-30 01:59:32 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-11-30 01:59:32 +0000
commit70b5245c07dbc27bcd323d81d9e514f3c9892c71 (patch)
tree343dd8b4f6b75f2f1917f7bc069653cc54ecfcbe
parent5958fce94d45300c8356a5ada374fc7f95a67a31 (diff)
parent642b9b80695f1d366160e75bc38860a8443a7c07 (diff)
downloadandroid_external_one-true-awk-70b5245c07dbc27bcd323d81d9e514f3c9892c71.tar.gz
android_external_one-true-awk-70b5245c07dbc27bcd323d81d9e514f3c9892c71.tar.bz2
android_external_one-true-awk-70b5245c07dbc27bcd323d81d9e514f3c9892c71.zip
Merge changes Ie2c5e36e,Ib058fb62
* changes: Add license_type to METADATA. Add more metadata.
-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