From 3ab3066718b025bbe20b4ec74f8240201caa2a8c Mon Sep 17 00:00:00 2001 From: Zichao Lin Date: Wed, 11 May 2022 13:51:09 +0800 Subject: [PATCH] change license to v3.0 only --- TinyEurocat/TinyEurocat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TinyEurocat/TinyEurocat.cpp b/TinyEurocat/TinyEurocat.cpp index 03dcc88..1b28aa1 100644 --- a/TinyEurocat/TinyEurocat.cpp +++ b/TinyEurocat/TinyEurocat.cpp @@ -8,7 +8,7 @@ TinyEurocat::TinyEurocat(void) : CPlugIn ( COMPATIBILITY_CODE, "TinyEurocat", "1.0.2", "Future Sim", - "GNU GPL v3.0 +" ) + "GNU GPL v3.0" ) { RegisterTagItemType("Metric / Current Altitude", TAG_ITEM_MET_CURR_ALT); RegisterTagItemType("Metric / Cleared Altitude", TAG_ITEM_MET_ASS_ALT);