From a2a8b584d5d9fe9227720433280baa4e65e20915 Mon Sep 17 00:00:00 2001 From: jes Date: Mon, 7 Oct 2019 02:53:22 +0200 Subject: [PATCH] Updated License-Info --- src/MessageTypes.cpp | 22 ++++++++++++---------- src/MessageTypes.hpp | 22 ++++++++++++---------- 2 files changed, 24 insertions(+), 20 deletions(-) diff --git a/src/MessageTypes.cpp b/src/MessageTypes.cpp index 49ce4ac..f62c496 100644 --- a/src/MessageTypes.cpp +++ b/src/MessageTypes.cpp @@ -1,16 +1,18 @@ -// Copyright 2019 Jan-Eric Schober +/* + Copyright 2019 Jan-Eric Schober -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at -// http://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +*/ #include "MessageTypes.hpp" diff --git a/src/MessageTypes.hpp b/src/MessageTypes.hpp index 0be1525..cf37bd2 100644 --- a/src/MessageTypes.hpp +++ b/src/MessageTypes.hpp @@ -1,16 +1,18 @@ -// Copyright 2019 Jan-Eric Schober +/* + Copyright 2019 Jan-Eric Schober -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at -// http://www.apache.org/licenses/LICENSE-2.0 + http://www.apache.org/licenses/LICENSE-2.0 -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +*/ #ifndef MESSAGETYPES_HPP #define MESSAGETYPES_HPP