Replace license boilerplate with single line SPDX comments.
[dss.git] / str.c
diff --git a/str.c b/str.c
index cca898d6aa0e4fdcf05eaea528b7d223ef054ccf..623def1fd9b7aa7ee72f221aa6759fcf74b70948 100644 (file)
--- a/str.c
+++ b/str.c
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2004-2010 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* SPDX-License-Identifier: GPL-2.0 */
 #include <string.h>
 #include <stdlib.h>
 #include <stdio.h>