From 2fffd036fccfbd1dca8c62ec1f5ccdff5cc8dd0c Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Thu, 31 Jan 2019 17:43:54 +0100 Subject: [PATCH] [weather ion template] Fix stray chars in license headers GIT_SILENT --- templates/ion-dataengine/src/ion-%{APPNAMELC}.cpp | 3 ++- templates/ion-dataengine/src/ion-%{APPNAMELC}.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/ion-dataengine/src/ion-%{APPNAMELC}.cpp b/templates/ion-dataengine/src/ion-%{APPNAMELC}.cpp index d7fb8a083..e7bde0a4a 100644 --- a/templates/ion-dataengine/src/ion-%{APPNAMELC}.cpp +++ b/templates/ion-dataengine/src/ion-%{APPNAMELC}.cpp @@ -1,5 +1,6 @@ /* - * Copyright (C) %{CURRENT_YEAR} by %{AUTHOR} <%{EMAIL}> * + * Copyright (C) %{CURRENT_YEAR} by %{AUTHOR} <%{EMAIL}> + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License as * published by the Free Software Foundation; either version 2, or diff --git a/templates/ion-dataengine/src/ion-%{APPNAMELC}.h b/templates/ion-dataengine/src/ion-%{APPNAMELC}.h index b1ff5c002..7dad0a128 100644 --- a/templates/ion-dataengine/src/ion-%{APPNAMELC}.h +++ b/templates/ion-dataengine/src/ion-%{APPNAMELC}.h @@ -1,5 +1,6 @@ /* - * Copyright (C) %{CURRENT_YEAR} by %{AUTHOR} <%{EMAIL}> * + * Copyright (C) %{CURRENT_YEAR} by %{AUTHOR} <%{EMAIL}> + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License as * published by the Free Software Foundation; either version 2, or