[elbe-devel] [PATCH] RFC: introduce SPDX identifiers

Manuel Traut manut at linutronix.de
Tue Dec 19 15:44:17 CET 2017


i'd like to exchange the copyright headers in all files to match the
SPDX [0] standard. This is a RFC patch that only touches one file.

If there is no disagree i'll make one (big) patch that changes the header
of all files.

Regards,
    Manuel

[0] https://spdx.org/
---
 elbe | 17 ++---------------
 1 file changed, 2 insertions(+), 15 deletions(-)

diff --git a/elbe b/elbe
index 2f41bee5..37a0a18d 100755
--- a/elbe
+++ b/elbe
@@ -1,22 +1,9 @@
 #!/usr/bin/env python2
 #
 # ELBE - Debian Based Embedded Rootfilesystem Builder
-# Copyright (C) 2013  Linutronix GmbH
+# Copyright (C) 2017  Linutronix GmbH
 #
-# This file is part of ELBE.
-#
-# ELBE is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# ELBE 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 ELBE.  If not, see <http://www.gnu.org/licenses/>.
+# SPDX-License-Identifier: GPL-3.0
 
 from __future__ import print_function
 
-- 
2.15.1




More information about the elbe-devel mailing list