Fix extant references to former GPL licensing
[alexxy/gromacs.git] / src / gmxlib / copyrite.c
index 812ff314e4b96c1fd48a036fa2ea99610c1199c0..3e4eca01b3ac8b55e262d78fa1b0d893723a877b 100644 (file)
@@ -258,7 +258,7 @@ void CopyRight(FILE *out, const char *szProgram)
 #define NCR (int)asize(CopyrightText)
 /* TODO: Is this exception still needed? */
 #ifdef GMX_FAHCORE
-#define NLICENSE 0 /*FAH has an exception permission from GPL to allow digital signatures in Gromacs*/
+#define NLICENSE 0 /*FAH has an exception permission from LGPL to allow digital signatures in Gromacs*/
 #else
 #define NLICENSE (int)asize(LicenseText)
 #endif