diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-01-30 16:25:49 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-09 14:14:20 +0000 |
commit | 8d41b0ddbf02fcd8b44f36f59194d5a9c2292092 (patch) | |
tree | 7547aab3486182de8cfa065577b4939cc1e21c15 /bitbake/bin | |
parent | 1e8b62991a800c3e4c6d1cb5ae622ae0edc8d74d (diff) | |
download | poky-8d41b0ddbf02fcd8b44f36f59194d5a9c2292092.tar.gz |
bitbake-layers: add copyright notice
This ought to have been added earlier. (I consulted with Chris Larson on
the notice covering his work.)
(Bitbake rev: 69ed02b645bdc28c1bf24e436beeed37d226b56b)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/bin')
-rwxr-xr-x | bitbake/bin/bitbake-layers | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bitbake/bin/bitbake-layers b/bitbake/bin/bitbake-layers index 70894e60e1..c85e26edc8 100755 --- a/bitbake/bin/bitbake-layers +++ b/bitbake/bin/bitbake-layers | |||
@@ -4,6 +4,9 @@ | |||
4 | # displaying useful information, or acting against them. | 4 | # displaying useful information, or acting against them. |
5 | # See the help output for details on available commands. | 5 | # See the help output for details on available commands. |
6 | 6 | ||
7 | # Copyright (C) 2011 Mentor Graphics Corporation | ||
8 | # Copyright (C) 2012 Intel Corporation | ||
9 | |||
7 | import cmd | 10 | import cmd |
8 | import logging | 11 | import logging |
9 | import os | 12 | import os |