diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2019-11-11 16:54:16 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2019-11-11 16:54:16 +0000 |
commit | 9f2ce35dfa4ea4a31dbb765dd02bed2500891887 (patch) | |
tree | 9b8107421d49a99951c11859fcb6c2755473e63c /tcg/LICENSE | |
parent | b626eb031a33886a06a153b8715213a2b5816c1c (diff) | |
parent | cb974c95df0e1c9e73a37facd3e13894bd3eedc2 (diff) |
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20191111' into staging
Remove no-longer-true statement that TCG is BSD-licensed
# gpg: Signature made Mon 11 Nov 2019 15:24:06 GMT
# gpg: using RSA key 7A481E78868B4DB6A85A05C064DF38E8AF7E215F
# gpg: issuer "richard.henderson@linaro.org"
# gpg: Good signature from "Richard Henderson <richard.henderson@linaro.org>" [full]
# Primary key fingerprint: 7A48 1E78 868B 4DB6 A85A 05C0 64DF 38E8 AF7E 215F
* remotes/rth/tags/pull-tcg-20191111:
tcg/LICENSE: Remove out of date claim about TCG subdirectory licensing
tcg/ppc/tcg-target.opc.h: Add copyright/license
tcg/i386/tcg-target.opc.h: Add copyright/license
tcg/aarch64/tcg-target.opc.h: Add copyright/license
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'tcg/LICENSE')
-rw-r--r-- | tcg/LICENSE | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tcg/LICENSE b/tcg/LICENSE deleted file mode 100644 index be817fa162..0000000000 --- a/tcg/LICENSE +++ /dev/null @@ -1,3 +0,0 @@ -All the files in this directory and subdirectories are released under -a BSD like license (see header in each file). No other license is -accepted. |