summaryrefslogtreecommitdiffstats
path: root/lib/bb/ui/__init__.py
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2007-08-18 14:55:45 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2007-08-18 14:55:45 +0000
commit8b11b43dcf17f0e3bc1c0a24c869cd421d301b2c (patch)
tree62ca83adb5c34a72b65246face72d773025e6321 /lib/bb/ui/__init__.py
parenta3cf76b9969853774a4b76f0780ba46f363e0321 (diff)
downloadbitbake-8b11b43dcf17f0e3bc1c0a24c869cd421d301b2c.tar.gz
Add the start of several UI modules
Diffstat (limited to 'lib/bb/ui/__init__.py')
-rw-r--r--lib/bb/ui/__init__.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/bb/ui/__init__.py b/lib/bb/ui/__init__.py
new file mode 100644
index 000000000..c6a377a8e
--- /dev/null
+++ b/lib/bb/ui/__init__.py
@@ -0,0 +1,18 @@
+#
+# BitBake UI Implementation
+#
+# Copyright (C) 2006-2007 Richard Purdie
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License version 2 as
+# published by the Free Software Foundation.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program; if not, write to the Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+