Skip to content

Commit

Permalink
fix:add copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
blasscoc committed Nov 14, 2024
1 parent 0ee1d25 commit 24e0529
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 5 deletions.
14 changes: 14 additions & 0 deletions examples/real_data_example/src/interpolation.h
Original file line number Diff line number Diff line change
@@ -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 <mdio/mdio.h>
Expand Down
19 changes: 15 additions & 4 deletions examples/real_data_example/src/progress.h
Original file line number Diff line number Diff line change
@@ -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 <mdio/mdio.h>

Expand Down Expand Up @@ -80,5 +93,3 @@ Future<VariableData<T, R, OriginKind>> ReadWithProgress(
}

} // namespace mdio

#endif // REAL_DATA_EXAMPLE_PROGRESS_H_
16 changes: 15 additions & 1 deletion examples/real_data_example/src/real_data_example.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
#include <mdio/mdio.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.

#include < mdio / mdio.h>

#include <indicators/cursor_control.hpp>
#include <indicators/indeterminate_progress_bar.hpp>
Expand Down
14 changes: 14 additions & 0 deletions examples/real_data_example/src/seismic_numpy.h
Original file line number Diff line number Diff line change
@@ -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 <absl/status/status.h>
Expand Down

0 comments on commit 24e0529

Please sign in to comment.