| Submitter | Paul Eggleton |
|---|---|
| Date | Jan. 30, 2012, 4:25 p.m. |
| Message ID | <fe7026082de36a8b0b9ac086a78d42176dab3543.1327940413.git.paul.eggleton@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/20333/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/bitbake/bin/bitbake-layers b/bitbake/bin/bitbake-layers index b4cfd55..3007d51 100755 --- a/bitbake/bin/bitbake-layers +++ b/bitbake/bin/bitbake-layers @@ -4,6 +4,9 @@ # displaying useful information, or acting against them. # See the help output for details on available commands. +# Copyright (C) 2011 Mentor Graphics Corporation +# Copyright (C) 2012 Intel Corporation + import cmd import logging import os
This ought to have been added earlier. (I consulted with Chris Larson on the notice covering his work.) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> --- bitbake/bin/bitbake-layers | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)