summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/toaster/bldviewer/api.py3
-rw-r--r--bitbake/lib/toaster/bldviewer/templatetags/projecttags.py3
-rw-r--r--bitbake/lib/toaster/bldviewer/urls.py3
-rw-r--r--bitbake/lib/toaster/bldviewer/views.py3
-rw-r--r--bitbake/lib/toaster/orm/models.py3
-rw-r--r--bitbake/lib/toaster/toastergui/templatetags/projecttags.py3
-rw-r--r--bitbake/lib/toaster/toastergui/urls.py3
-rw-r--r--bitbake/lib/toaster/toastergui/views.py3
-rw-r--r--bitbake/lib/toaster/toastermain/settings.py3
-rw-r--r--bitbake/lib/toaster/toastermain/urls.py3
-rw-r--r--bitbake/lib/toaster/toastermain/wsgi.py3
11 files changed, 33 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/bldviewer/api.py b/bitbake/lib/toaster/bldviewer/api.py
index a586734eb9..596e6a93c6 100644
--- a/bitbake/lib/toaster/bldviewer/api.py
+++ b/bitbake/lib/toaster/bldviewer/api.py
@@ -1,4 +1,7 @@
1# 1#
2# ex:ts=4:sw=4:sts=4:et
3# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
4#
2# BitBake Toaster Implementation 5# BitBake Toaster Implementation
3# 6#
4# Copyright (C) 2013 Intel Corporation 7# Copyright (C) 2013 Intel Corporation
diff --git a/bitbake/lib/toaster/bldviewer/templatetags/projecttags.py b/bitbake/lib/toaster/bldviewer/templatetags/projecttags.py
index 0c0d804c0c..1b8953c69d 100644
--- a/bitbake/lib/toaster/bldviewer/templatetags/projecttags.py
+++ b/bitbake/lib/toaster/bldviewer/templatetags/projecttags.py
@@ -1,4 +1,7 @@
1# 1#
2# ex:ts=4:sw=4:sts=4:et
3# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
4#
2# BitBake Toaster Implementation 5# BitBake Toaster Implementation
3# 6#
4# Copyright (C) 2013 Intel Corporation 7# Copyright (C) 2013 Intel Corporation
diff --git a/bitbake/lib/toaster/bldviewer/urls.py b/bitbake/lib/toaster/bldviewer/urls.py
index 354b729655..24c3017059 100644
--- a/bitbake/lib/toaster/bldviewer/urls.py
+++ b/bitbake/lib/toaster/bldviewer/urls.py
@@ -1,4 +1,7 @@
1# 1#
2# ex:ts=4:sw=4:sts=4:et
3# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
4#
2# BitBake Toaster Implementation 5# BitBake Toaster Implementation
3# 6#
4# Copyright (C) 2013 Intel Corporation 7# Copyright (C) 2013 Intel Corporation
diff --git a/bitbake/lib/toaster/bldviewer/views.py b/bitbake/lib/toaster/bldviewer/views.py
index 6a90ed7b5a..e8f6b96df7 100644
--- a/bitbake/lib/toaster/bldviewer/views.py
+++ b/bitbake/lib/toaster/bldviewer/views.py
@@ -1,4 +1,7 @@
1# 1#
2# ex:ts=4:sw=4:sts=4:et
3# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
4#
2# BitBake Toaster Implementation 5# BitBake Toaster Implementation
3# 6#
4# Copyright (C) 2013 Intel Corporation 7# Copyright (C) 2013 Intel Corporation
diff --git a/bitbake/lib/toaster/orm/models.py b/bitbake/lib/toaster/orm/models.py
index 7c439487e9..3a4f2fb884 100644
--- a/bitbake/lib/toaster/orm/models.py
+++ b/bitbake/lib/toaster/orm/models.py
@@ -1,4 +1,7 @@
1# 1#
2# ex:ts=4:sw=4:sts=4:et
3# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
4#
2# BitBake Toaster Implementation 5# BitBake Toaster Implementation
3# 6#
4# Copyright (C) 2013 Intel Corporation 7# Copyright (C) 2013 Intel Corporation
diff --git a/bitbake/lib/toaster/toastergui/templatetags/projecttags.py b/bitbake/lib/toaster/toastergui/templatetags/projecttags.py
index 15a1757b35..24639477f6 100644
--- a/bitbake/lib/toaster/toastergui/templatetags/projecttags.py
+++ b/bitbake/lib/toaster/toastergui/templatetags/projecttags.py
@@ -1,4 +1,7 @@
1# 1#
2# ex:ts=4:sw=4:sts=4:et
3# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
4#
2# BitBake Toaster Implementation 5# BitBake Toaster Implementation
3# 6#
4# Copyright (C) 2013 Intel Corporation 7# Copyright (C) 2013 Intel Corporation
diff --git a/bitbake/lib/toaster/toastergui/urls.py b/bitbake/lib/toaster/toastergui/urls.py
index 585578316a..6e7595b087 100644
--- a/bitbake/lib/toaster/toastergui/urls.py
+++ b/bitbake/lib/toaster/toastergui/urls.py
@@ -1,4 +1,7 @@
1# 1#
2# ex:ts=4:sw=4:sts=4:et
3# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
4#
2# BitBake Toaster Implementation 5# BitBake Toaster Implementation
3# 6#
4# Copyright (C) 2013 Intel Corporation 7# Copyright (C) 2013 Intel Corporation
diff --git a/bitbake/lib/toaster/toastergui/views.py b/bitbake/lib/toaster/toastergui/views.py
index 09da9c2a2e..a123eb5095 100644
--- a/bitbake/lib/toaster/toastergui/views.py
+++ b/bitbake/lib/toaster/toastergui/views.py
@@ -1,4 +1,7 @@
1# 1#
2# ex:ts=4:sw=4:sts=4:et
3# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
4#
2# BitBake Toaster Implementation 5# BitBake Toaster Implementation
3# 6#
4# Copyright (C) 2013 Intel Corporation 7# Copyright (C) 2013 Intel Corporation
diff --git a/bitbake/lib/toaster/toastermain/settings.py b/bitbake/lib/toaster/toastermain/settings.py
index 679035e887..c8db82f7ab 100644
--- a/bitbake/lib/toaster/toastermain/settings.py
+++ b/bitbake/lib/toaster/toastermain/settings.py
@@ -1,4 +1,7 @@
1# 1#
2# ex:ts=4:sw=4:sts=4:et
3# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
4#
2# BitBake Toaster Implementation 5# BitBake Toaster Implementation
3# 6#
4# Copyright (C) 2013 Intel Corporation 7# Copyright (C) 2013 Intel Corporation
diff --git a/bitbake/lib/toaster/toastermain/urls.py b/bitbake/lib/toaster/toastermain/urls.py
index 10e685af38..ede5e4f96f 100644
--- a/bitbake/lib/toaster/toastermain/urls.py
+++ b/bitbake/lib/toaster/toastermain/urls.py
@@ -1,4 +1,7 @@
1# 1#
2# ex:ts=4:sw=4:sts=4:et
3# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
4#
2# BitBake Toaster Implementation 5# BitBake Toaster Implementation
3# 6#
4# Copyright (C) 2013 Intel Corporation 7# Copyright (C) 2013 Intel Corporation
diff --git a/bitbake/lib/toaster/toastermain/wsgi.py b/bitbake/lib/toaster/toastermain/wsgi.py
index 6277eb4d5e..031b314b1a 100644
--- a/bitbake/lib/toaster/toastermain/wsgi.py
+++ b/bitbake/lib/toaster/toastermain/wsgi.py
@@ -1,4 +1,7 @@
1""" 1"""
2# ex:ts=4:sw=4:sts=4:et
3# -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*-
4#
2WSGI config for Toaster project. 5WSGI config for Toaster project.
3 6
4This module contains the WSGI application used by Django's development server 7This module contains the WSGI application used by Django's development server