From d960d137218d5a1e29a40281872afe309544c88a Mon Sep 17 00:00:00 2001 From: Yurii Litvinov Date: Fri, 31 Oct 2014 14:07:05 +0400 Subject: [PATCH] Added copyright notices --- .../include/trikTelemetry/trikTelemetry.h | 14 ++++++++++++++ trikTelemetry/src/connection.cpp | 14 ++++++++++++++ trikTelemetry/src/connection.h | 14 ++++++++++++++ trikTelemetry/src/trikTelemetry.cpp | 14 ++++++++++++++ 4 files changed, 56 insertions(+) diff --git a/trikTelemetry/include/trikTelemetry/trikTelemetry.h b/trikTelemetry/include/trikTelemetry/trikTelemetry.h index e08b150c8..5d3427f52 100644 --- a/trikTelemetry/include/trikTelemetry/trikTelemetry.h +++ b/trikTelemetry/include/trikTelemetry/trikTelemetry.h @@ -1,3 +1,17 @@ +/* Copyright 2014 CuberTech Labs Ltd. + * + * 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 + * + * 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. */ + #pragma once #include diff --git a/trikTelemetry/src/connection.cpp b/trikTelemetry/src/connection.cpp index 1301753e3..1410bbd74 100644 --- a/trikTelemetry/src/connection.cpp +++ b/trikTelemetry/src/connection.cpp @@ -1,3 +1,17 @@ +/* Copyright 2014 CuberTech Labs Ltd. + * + * 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 + * + * 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 "connection.h" using namespace trikTelemetry; diff --git a/trikTelemetry/src/connection.h b/trikTelemetry/src/connection.h index 0aa071fa5..4fac52bd8 100644 --- a/trikTelemetry/src/connection.h +++ b/trikTelemetry/src/connection.h @@ -1,3 +1,17 @@ +/* Copyright 2014 CuberTech Labs Ltd. + * + * 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 + * + * 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. */ + #pragma once #include diff --git a/trikTelemetry/src/trikTelemetry.cpp b/trikTelemetry/src/trikTelemetry.cpp index a434763e2..ac080aa90 100644 --- a/trikTelemetry/src/trikTelemetry.cpp +++ b/trikTelemetry/src/trikTelemetry.cpp @@ -1,3 +1,17 @@ +/* Copyright 2014 CuberTech Labs Ltd. + * + * 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 + * + * 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 "trikTelemetry.h" #include "src/connection.h"