04/12/2017 16:55, Neil Horman: > +# SPDX-License-Identifier: BSD-3-Clause > +# Copyright(c) 2015 Neil Horman. All rights reserved. > +# Copyright(c) 2017 6WIND S.A. > +# All rights reserved [...] > /*- > - * BSD LICENSE > + * SPDX-License-Identifier: BSD-3-Clause > * > * Copyright(c) 2015 Neil Horman <nhor...@tuxdriver.com>. > * All rights reserved. > * > */
Other SPDX headers use only one space after # or *, and no empty line. Also, SPDX should be on the first line (except for scripts): /* SPDX-License-Identifier: BSD-3-Clause Please, let's take this opportunity to have consistent headers. Thanks