From 24e0529b3c59a71607624c82e0562e77bd868fa6 Mon Sep 17 00:00:00 2001 From: blasscoc Date: Thu, 14 Nov 2024 09:26:05 -0600 Subject: [PATCH] fix:add copyright --- .../real_data_example/src/interpolation.h | 14 ++++++++++++++ examples/real_data_example/src/progress.h | 19 +++++++++++++++---- .../src/real_data_example.cc | 16 +++++++++++++++- .../real_data_example/src/seismic_numpy.h | 14 ++++++++++++++ 4 files changed, 58 insertions(+), 5 deletions(-) diff --git a/examples/real_data_example/src/interpolation.h b/examples/real_data_example/src/interpolation.h index b47afb6..afeb73a 100644 --- a/examples/real_data_example/src/interpolation.h +++ b/examples/real_data_example/src/interpolation.h @@ -1,3 +1,17 @@ +// Copyright 2024 TGS + +// 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/examples/real_data_example/src/progress.h b/examples/real_data_example/src/progress.h index d2c2aa8..4d7c07a 100644 --- a/examples/real_data_example/src/progress.h +++ b/examples/real_data_example/src/progress.h @@ -1,5 +1,18 @@ -#ifndef REAL_DATA_EXAMPLE_PROGRESS_H_ -#define REAL_DATA_EXAMPLE_PROGRESS_H_ +// Copyright 2024 TGS + +// 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 @@ -80,5 +93,3 @@ Future> ReadWithProgress( } } // namespace mdio - -#endif // REAL_DATA_EXAMPLE_PROGRESS_H_ \ No newline at end of file diff --git a/examples/real_data_example/src/real_data_example.cc b/examples/real_data_example/src/real_data_example.cc index 88944c0..1dc504a 100644 --- a/examples/real_data_example/src/real_data_example.cc +++ b/examples/real_data_example/src/real_data_example.cc @@ -1,4 +1,18 @@ -#include +// Copyright 2024 TGS + +// 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 < mdio / mdio.h> #include #include diff --git a/examples/real_data_example/src/seismic_numpy.h b/examples/real_data_example/src/seismic_numpy.h index d81560b..cdbd734 100644 --- a/examples/real_data_example/src/seismic_numpy.h +++ b/examples/real_data_example/src/seismic_numpy.h @@ -1,3 +1,17 @@ +// Copyright 2024 TGS + +// 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