From 3ca6e921ad5c2dbe859178b2ba381bcb16b7e6b4 Mon Sep 17 00:00:00 2001 From: Corentin Le Molgat Date: Thu, 21 Aug 2025 13:56:24 +0200 Subject: [PATCH] cmake: add license boilerplate to samples --- cmake/samples/cpp/main.cpp | 13 +++++++++++++ cmake/samples/glop/main.cpp | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/cmake/samples/cpp/main.cpp b/cmake/samples/cpp/main.cpp index 6e4ed5e58d..b96887fa36 100644 --- a/cmake/samples/cpp/main.cpp +++ b/cmake/samples/cpp/main.cpp @@ -1,3 +1,16 @@ +// Copyright 2010-2025 Google LLC +// 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 #include diff --git a/cmake/samples/glop/main.cpp b/cmake/samples/glop/main.cpp index ad23bf7a27..0e435326c1 100644 --- a/cmake/samples/glop/main.cpp +++ b/cmake/samples/glop/main.cpp @@ -1,3 +1,16 @@ +// Copyright 2010-2025 Google LLC +// 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 #include #include