[PRINTING] [SKIPLIST] Use the new header with SPDX license identifier and relicense...
[reactos.git] / reactos / sdk / lib / skiplist / skiplist.h
index 1bdd118..66c253b 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * PROJECT:     Skiplist implementation for the ReactOS Project
- * LICENSE:     GNU LGPL v2.1 or any later version as published by the Free Software Foundation
+ * LICENSE:     GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
  * PURPOSE:     Interfaces for the Skiplist
- * COPYRIGHT:   Copyright 2015 Colin Finck <colin@reactos.org>
+ * COPYRIGHT:   Copyright 2015 Colin Finck (colin@reactos.org)
  */
 
 #ifndef _REACTOS_SKIPLIST_H