[SDK] As sole author of the file, relicense it as LPGL
authorPierre Schweitzer <pierre@reactos.org>
Fri, 16 Aug 2019 17:54:44 +0000 (19:54 +0200)
committerPierre Schweitzer <pierre@reactos.org>
Fri, 16 Aug 2019 17:54:44 +0000 (19:54 +0200)
It allows third party developers (such as Mark Harmstone :-)) to use it

sdk/lib/drivers/ntoskrnl_vista/fsrtl.c

index 8b714af..8072ee0 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * PROJECT:         ReactOS Kernel - Vista+ APIs
- * LICENSE:         GPL v2 - See COPYING in the top level directory
+ * LICENSE:         LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later)
  * FILE:            lib/drivers/ntoskrnl_vista/fsrtl.c
  * PURPOSE:         FsRtl functions of Vista+
  * PROGRAMMERS:     Pierre Schweitzer <pierre@reactos.org>