From c03d65d340375aa35eda0321bfcf29f27b93f080 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Wed, 25 Mar 2020 12:22:35 -0700 Subject: Remove redundant NOTICE symbolic link. Now that http://aosp/1235427 and http://aosp/1238719 are in, NOTICE symbolic links are no longer needed. Bug: 67772237 Bug: 68860345 Test: manually built and diffed before and after system image notices Change-Id: Ib1e54b1ed5b32c05453a6c8b29363ccc5f7cd565 --- NOTICE | 1 - 1 file changed, 1 deletion(-) delete mode 120000 NOTICE diff --git a/NOTICE b/NOTICE deleted file mode 120000 index 7a694c9..0000000 --- a/NOTICE +++ /dev/null @@ -1 +0,0 @@ -LICENSE \ No newline at end of file -- cgit v1.2.3 From 32160a90d7df06b76e5342608113cec4796845d3 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Wed, 25 Mar 2020 18:56:47 -0700 Subject: Remove redundant NOTICE copied from LICENSE. Identified using the below shell script: $ find -H . -name LICENSE -type f -print0 | xargs -0 dirname \ | while read dir; do \ if [ -f "${dir}/NOTICE" ] \ && diff "${dir}/LICENSE" "${dir}/NOTICE" >/dev/null; then \ echo "${dir}/NOTICE"; \ fi; \ done Now that http://r.android.com/r/1235427 and http://r.android.com/r/1238719 are merged, LICENSE files copied into NOTICE files are no longer needed. Bug: 67772237 Bug: 68860345 Test: manually built and diffed before and after system image notices Change-Id: I0d5c330e949bcfd19bb1a47bfc944f0ecc6e5238 --- NOTICE | 1 - 1 file changed, 1 deletion(-) delete mode 120000 NOTICE diff --git a/NOTICE b/NOTICE deleted file mode 120000 index 7a694c9..0000000 --- a/NOTICE +++ /dev/null @@ -1 +0,0 @@ -LICENSE \ No newline at end of file -- cgit v1.2.3 From 83b8c46d5a6db99bd671de265507b77869b62380 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Thu, 23 Apr 2020 16:27:21 -0700 Subject: Add license type: BSD is NOTICE license Bug: 68860345 Bug: 69058154 Bug: 151953481 Test: no code changes Change-Id: I82309ccf08ac9800305ccacfe6dc9dbf49117f97 --- METADATA | 1 + 1 file changed, 1 insertion(+) diff --git a/METADATA b/METADATA index 831672e..4d2c274 100644 --- a/METADATA +++ b/METADATA @@ -12,6 +12,7 @@ third_party { value: "https://source.codeaurora.org/quic/lc/chromiumos/third_party/fastrpc" } version: "c2d1cdc0fb781ee673077c5d4b243eb239c73bb5" + license_type: NOTICE last_upgrade_date { year: 2019 month: 11 day: 6 } } -- cgit v1.2.3