]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
README.licensing/flock: Add MIT license mention
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 28 Mar 2024 12:16:57 +0000 (12:16 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 28 Mar 2024 12:18:12 +0000 (12:18 +0000)
Looking at the license text, flock.c is under the MIT license (see
https://spdx.org/licenses/MIT).

Add an SPDX license identifier header and add to the list of licenses the
source so everything is correctly listed/identified.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
README.licensing
sys-utils/flock.c

index 4454f8392ae35f47136d38b5165d96d2441620f8..535ad3481393af4d2e7e976e20be20f79eb086e6 100644 (file)
@@ -12,6 +12,8 @@ There is code under:
 
    * LGPL-2.1-or-later  - GNU Lesser General Public License 2.1 or any later version
 
+   * MIT                - MIT License
+
    * BSD-2-Clause       - Simplified BSD License
 
    * BSD-3-Clause       - BSD 3-Clause "New" or "Revised" License
index fed29d72704638b1344c56bd7e32b19fd20c44a9..7d878ff81010762e573b4a7e3bf82bb932d67e93 100644 (file)
@@ -1,4 +1,6 @@
-/*   Copyright 2003-2005 H. Peter Anvin - All Rights Reserved
+/*   SPDX-License-Identifier: MIT
+ *
+ *   Copyright 2003-2005 H. Peter Anvin - All Rights Reserved
  *
  *   Permission is hereby granted, free of charge, to any person
  *   obtaining a copy of this software and associated documentation