aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-01 12:12:18 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-04 10:41:13 +0100
commit9b4a9e5459db5f443fcffbdc499e12f09970e709 (patch)
treebc54dcaf66d7db257e6d29868a1be10029f3cdc5
parent5e43070e3087d09aea2f459b033d035c5ef747d0 (diff)
downloadbitbake-9b4a9e5459db5f443fcffbdc499e12f09970e709.tar.gz
HEADER: Drop it
We don't really need a header boilerplate now the header is simplified, drop it. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--HEADER5
-rw-r--r--MANIFEST.in1
2 files changed, 0 insertions, 6 deletions
diff --git a/HEADER b/HEADER
deleted file mode 100644
index 5f9e745ff..000000000
--- a/HEADER
+++ /dev/null
@@ -1,5 +0,0 @@
-# <one line to give the program's name and a brief idea of what it does.>
-# Copyright (C) <year> <name of author>
-#
-# SPDX-License-Identifier: GPL-2.0-only
-#
diff --git a/MANIFEST.in b/MANIFEST.in
index 82552390b..f24969a5f 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -10,4 +10,3 @@ include classes/*
include doc/*
include doc/manual/*
include ez_setup.py
-include HEADER