diff options
Diffstat (limited to 'bitbake/lib')
-rw-r--r-- | bitbake/lib/bb/cooker.py | 1 | ||||
-rw-r--r-- | bitbake/lib/bb/cookerdata.py | 1 | ||||
-rwxr-xr-x | bitbake/lib/bb/main.py | 1 | ||||
-rw-r--r-- | bitbake/lib/bb/monitordisk.py | 1 | ||||
-rw-r--r-- | bitbake/lib/bb/namedtuple_with_abc.py | 1 | ||||
-rw-r--r-- | bitbake/lib/bb/parse/parse_py/BBHandler.py | 1 | ||||
-rw-r--r-- | bitbake/lib/bb/parse/parse_py/ConfHandler.py | 1 | ||||
-rw-r--r-- | bitbake/lib/bb/parse/parse_py/__init__.py | 1 | ||||
-rw-r--r-- | bitbake/lib/bb/runqueue.py | 1 | ||||
-rw-r--r-- | bitbake/lib/bb/taskdata.py | 1 | ||||
-rw-r--r-- | bitbake/lib/pyinotify.py | 3 |
11 files changed, 1 insertions, 12 deletions
diff --git a/bitbake/lib/bb/cooker.py b/bitbake/lib/bb/cooker.py index 0008c2fde1..b4851e13ed 100644 --- a/bitbake/lib/bb/cooker.py +++ b/bitbake/lib/bb/cooker.py | |||
@@ -1,4 +1,3 @@ | |||
1 | #!/usr/bin/env python | ||
2 | # | 1 | # |
3 | # Copyright (C) 2003, 2004 Chris Larson | 2 | # Copyright (C) 2003, 2004 Chris Larson |
4 | # Copyright (C) 2003, 2004 Phil Blundell | 3 | # Copyright (C) 2003, 2004 Phil Blundell |
diff --git a/bitbake/lib/bb/cookerdata.py b/bitbake/lib/bb/cookerdata.py index 842275d530..e64c6c5271 100644 --- a/bitbake/lib/bb/cookerdata.py +++ b/bitbake/lib/bb/cookerdata.py | |||
@@ -1,4 +1,3 @@ | |||
1 | #!/usr/bin/env python | ||
2 | # | 1 | # |
3 | # Copyright (C) 2003, 2004 Chris Larson | 2 | # Copyright (C) 2003, 2004 Chris Larson |
4 | # Copyright (C) 2003, 2004 Phil Blundell | 3 | # Copyright (C) 2003, 2004 Phil Blundell |
diff --git a/bitbake/lib/bb/main.py b/bitbake/lib/bb/main.py index ca59eb9af8..bd11619966 100755 --- a/bitbake/lib/bb/main.py +++ b/bitbake/lib/bb/main.py | |||
@@ -1,4 +1,3 @@ | |||
1 | #!/usr/bin/env python | ||
2 | # | 1 | # |
3 | # Copyright (C) 2003, 2004 Chris Larson | 2 | # Copyright (C) 2003, 2004 Chris Larson |
4 | # Copyright (C) 2003, 2004 Phil Blundell | 3 | # Copyright (C) 2003, 2004 Phil Blundell |
diff --git a/bitbake/lib/bb/monitordisk.py b/bitbake/lib/bb/monitordisk.py index 69b25c7720..1a25b0041f 100644 --- a/bitbake/lib/bb/monitordisk.py +++ b/bitbake/lib/bb/monitordisk.py | |||
@@ -1,4 +1,3 @@ | |||
1 | #!/usr/bin/env python | ||
2 | # | 1 | # |
3 | # Copyright (C) 2012 Robert Yang | 2 | # Copyright (C) 2012 Robert Yang |
4 | # | 3 | # |
diff --git a/bitbake/lib/bb/namedtuple_with_abc.py b/bitbake/lib/bb/namedtuple_with_abc.py index c8e1d55c15..646aed6ffd 100644 --- a/bitbake/lib/bb/namedtuple_with_abc.py +++ b/bitbake/lib/bb/namedtuple_with_abc.py | |||
@@ -1,5 +1,4 @@ | |||
1 | # http://code.activestate.com/recipes/577629-namedtupleabc-abstract-base-class-mix-in-for-named/ | 1 | # http://code.activestate.com/recipes/577629-namedtupleabc-abstract-base-class-mix-in-for-named/ |
2 | #!/usr/bin/env python | ||
3 | # Copyright (c) 2011 Jan Kaliszewski (zuo). Available under the MIT License. | 2 | # Copyright (c) 2011 Jan Kaliszewski (zuo). Available under the MIT License. |
4 | # | 3 | # |
5 | # SPDX-License-Identifier: MIT | 4 | # SPDX-License-Identifier: MIT |
diff --git a/bitbake/lib/bb/parse/parse_py/BBHandler.py b/bitbake/lib/bb/parse/parse_py/BBHandler.py index 889f230f79..6f7cf82b25 100644 --- a/bitbake/lib/bb/parse/parse_py/BBHandler.py +++ b/bitbake/lib/bb/parse/parse_py/BBHandler.py | |||
@@ -1,4 +1,3 @@ | |||
1 | #!/usr/bin/env python | ||
2 | """ | 1 | """ |
3 | class for handling .bb files | 2 | class for handling .bb files |
4 | 3 | ||
diff --git a/bitbake/lib/bb/parse/parse_py/ConfHandler.py b/bitbake/lib/bb/parse/parse_py/ConfHandler.py index 71bf61b761..2e84b913d8 100644 --- a/bitbake/lib/bb/parse/parse_py/ConfHandler.py +++ b/bitbake/lib/bb/parse/parse_py/ConfHandler.py | |||
@@ -1,4 +1,3 @@ | |||
1 | #!/usr/bin/env python | ||
2 | """ | 1 | """ |
3 | class for handling configuration data files | 2 | class for handling configuration data files |
4 | 3 | ||
diff --git a/bitbake/lib/bb/parse/parse_py/__init__.py b/bitbake/lib/bb/parse/parse_py/__init__.py index cdebe440dd..f508afa14e 100644 --- a/bitbake/lib/bb/parse/parse_py/__init__.py +++ b/bitbake/lib/bb/parse/parse_py/__init__.py | |||
@@ -1,4 +1,3 @@ | |||
1 | #!/usr/bin/env python | ||
2 | """ | 1 | """ |
3 | BitBake Parsers | 2 | BitBake Parsers |
4 | 3 | ||
diff --git a/bitbake/lib/bb/runqueue.py b/bitbake/lib/bb/runqueue.py index 010b085010..58707db309 100644 --- a/bitbake/lib/bb/runqueue.py +++ b/bitbake/lib/bb/runqueue.py | |||
@@ -1,4 +1,3 @@ | |||
1 | #!/usr/bin/env python | ||
2 | """ | 1 | """ |
3 | BitBake 'RunQueue' implementation | 2 | BitBake 'RunQueue' implementation |
4 | 3 | ||
diff --git a/bitbake/lib/bb/taskdata.py b/bitbake/lib/bb/taskdata.py index d13bd7c3bf..8c25e09e8a 100644 --- a/bitbake/lib/bb/taskdata.py +++ b/bitbake/lib/bb/taskdata.py | |||
@@ -1,4 +1,3 @@ | |||
1 | #!/usr/bin/env python | ||
2 | """ | 1 | """ |
3 | BitBake 'TaskData' implementation | 2 | BitBake 'TaskData' implementation |
4 | 3 | ||
diff --git a/bitbake/lib/pyinotify.py b/bitbake/lib/pyinotify.py index 9dcfd0d2ee..1528a22e8d 100644 --- a/bitbake/lib/pyinotify.py +++ b/bitbake/lib/pyinotify.py | |||
@@ -1,5 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | # |
2 | |||
3 | # pyinotify.py - python interface to inotify | 2 | # pyinotify.py - python interface to inotify |
4 | # Copyright (c) 2005-2015 Sebastien Martini <seb@dbzteam.org> | 3 | # Copyright (c) 2005-2015 Sebastien Martini <seb@dbzteam.org> |
5 | # | 4 | # |