11 May, 2018

1 commit

  • As part of the main conversion a few files were missed. These files had
    additional whitespace after the '*' and before the SPDX tag and my
    previous regex was too strict. This time I did a grep for all SPDX tags
    and then filtered out anything that matched the correct styles.

    Fixes: 83d290c56fab ("SPDX: Convert all of our single license tags to Linux Kernel style")
    Reported-by: Heinrich Schuchardt
    Signed-off-by: Tom Rini

    Tom Rini
     

19 Apr, 2015

4 commits


10 Oct, 2014

1 commit

  • A number of network related files were imported from the LiMon
    project; these contain a somewhat unclear license statement:

    Copyright 1994 - 2000 Neil Russell.
    (See License)

    I analyzed the source code of LiMon v1.4.2 which was used for this
    import. It does not contain any "License" file, but the top level
    directory contains a file "COPYING", which turns out to be GPL v2
    of June 1991. So it is legitimate to conclude that the LiMon derived
    files are also to be released under GPLv2. Mark them as such.

    Signed-off-by: Wolfgang Denk

    Wolfgang Denk
     

24 May, 2012

6 commits