Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove copyright notices in .py, .cpp and .hpp files #888

Merged
merged 1 commit into from
Jan 6, 2023

Conversation

berland
Copy link
Contributor

@berland berland commented Dec 21, 2022

Having such a notice present in every file is visual noise and does not significantly increase protection against copyright infringement.

Edit performed by:

for file in `find . -name *.*pp`; do
    perl -0 -p -i -e 's/\/\*.*Copyright.*?\*\/\s*//is' $file
done

for file in `find . -name "*.py"`; do
    perl -0 -p -i -e 's/#\s+Copyright.*#\s+for more details.\s*//s' $file
done

@ertomatic
Copy link
Collaborator

Can one of the admins verify this patch?

@sondreso
Copy link
Contributor

sondreso commented Jan 2, 2023

Jenkins add to whitelist

@berland
Copy link
Contributor Author

berland commented Jan 3, 2023

jenkins test this please

Having such a notice present in every file is visual noise and does not
significantly increase protection against copyright infringement.

Edit performed by:

for file in ./applications/ecl/kw_extract.cpp
./applications/ecl/sum_write.cpp
./applications/ecl/view_summary.cpp
./cmake/Tests/test_shared_ptr.cpp
./lib/ecl/ecl_grid_cache.cpp
./lib/ecl/ecl_file.cpp
./lib/ecl/ecl_kw_functions.cpp
./lib/ecl/ecl_grid_dims.cpp
./lib/ecl/well_conn_collection.cpp
./lib/ecl/ecl_file_kw.cpp
./lib/ecl/ecl_grav_calc.cpp
./lib/ecl/ecl_io_config.cpp
./lib/ecl/ecl_nnc_data.cpp
./lib/ecl/ecl_nnc_geometry.cpp
./lib/ecl/ecl_rft_cell.cpp
./lib/ecl/well_info.cpp
./lib/ecl/ecl_type_python.cpp
./lib/ecl/ecl_unsmry_loader.cpp
./lib/ecl/ecl_grav.cpp
./lib/ecl/ecl_init_file.cpp
./lib/ecl/ecl_kw.cpp
./lib/ecl/ecl_kw_grdecl.cpp
./lib/ecl/ecl_nnc_export.cpp
./lib/ecl/ecl_region.cpp
./lib/ecl/fault_block_layer.cpp
./lib/ecl/ecl_sum_file_data.cpp
./lib/ecl/ecl_rft_file.cpp
./lib/ecl/ecl_rft_node.cpp
./lib/ecl/tests/ecl_get_num_cpu_test.cpp
./lib/ecl/tests/ecl_grid_add_nnc.cpp
./lib/ecl/tests/ecl_grid_cell_contains.cpp
./lib/ecl/tests/ecl_grid_cell_contains_wellpath.cpp
./lib/ecl/tests/ecl_grid_copy.cpp
./lib/ecl/tests/ecl_grid_corner.cpp
./lib/ecl/tests/ecl_grid_create.cpp
./lib/ecl/tests/ecl_grid_dims.cpp
./lib/ecl/tests/ecl_grid_dx_dy_dz.cpp
./lib/ecl/tests/ecl_grid_export.cpp
./lib/ecl/tests/ecl_grid_init_fwrite.cpp
./lib/ecl/tests/ecl_grid_lgr_name.cpp
./lib/ecl/tests/ecl_grid_unit_system.cpp
./lib/ecl/tests/ecl_init_file.cpp
./lib/ecl/tests/ecl_util_filenames.cpp
./lib/ecl/tests/ecl_fmt.cpp
./lib/ecl/tests/ecl_fortio.cpp
./lib/ecl/tests/ecl_grid_ext_actnum.cpp
./lib/ecl/tests/ecl_kw_cmp_string.cpp
./lib/ecl/tests/ecl_kw_equal.cpp
./lib/ecl/tests/ecl_kw_fread.cpp
./lib/ecl/tests/ecl_kw_grdecl.cpp
./lib/ecl/tests/ecl_kw_init.cpp
./lib/ecl/tests/ecl_kw_space_pad.cpp
./lib/ecl/tests/ecl_layer.cpp
./lib/ecl/tests/ecl_layer_equinor.cpp
./lib/ecl/tests/ecl_lfs.cpp
./lib/ecl/tests/ecl_lgr_name.cpp
./lib/ecl/tests/ecl_lgr_test.cpp
./lib/ecl/tests/ecl_nnc_data_equinor_root.cpp
./lib/ecl/tests/ecl_nnc_export.cpp
./lib/ecl/tests/ecl_nnc_export_get_tran.cpp
./lib/ecl/tests/ecl_nnc_export_intersect.cpp
./lib/ecl/tests/ecl_nnc_geometry.cpp
./lib/ecl/tests/ecl_nnc_index_list.cpp
./lib/ecl/tests/ecl_nnc_index_list_grid.cpp
./lib/ecl/tests/ecl_nnc_info_test.cpp
./lib/ecl/tests/ecl_nnc_pair.cpp
./lib/ecl/tests/ecl_nnc_test.cpp
./lib/ecl/tests/ecl_nnc_vector.cpp
./lib/ecl/tests/ecl_region.cpp
./lib/ecl/tests/ecl_region2region.cpp
./lib/ecl/tests/ecl_restart_test.cpp
./lib/ecl/tests/ecl_rft.cpp
./lib/ecl/tests/ecl_rft_cell.cpp
./lib/ecl/tests/ecl_rst_file.cpp
./lib/ecl/tests/ecl_rsthead.cpp
./lib/ecl/tests/ecl_smspec.cpp
./lib/ecl/tests/ecl_smspec_node.cpp
./lib/ecl/tests/ecl_sum_case_exists.cpp
./lib/ecl/tests/ecl_sum_report_step_equal.cpp
./lib/ecl/tests/ecl_util_make_date_no_shift.cpp
./lib/ecl/tests/ecl_util_make_date_shift.cpp
./lib/ecl/tests/ecl_util_month_range.cpp
./lib/ecl/tests/ecl_sum_alloc_resampled_test.cpp
./lib/ecl/tests/ecl_file_view.cpp
./lib/ecl/tests/ecl_sum_data_intermediate_test.cpp
./lib/ecl/tests/ecl_sum_test.cpp
./lib/ecl/tests/ecl_sum_writer.cpp
./lib/ecl/tests/ecl_sum_restart.cpp
./lib/ecl/tests/ecl_file_equinor.cpp
./lib/ecl/tests/ecl_unsmry_loader_test.cpp
./lib/ecl/tests/ecl_util_path_access.cpp
./lib/ecl/tests/ecl_valid_basename.cpp
./lib/ecl/tests/eclxx_filename.cpp
./lib/ecl/tests/eclxx_fortio.cpp
./lib/ecl/tests/eclxx_types.cpp
./lib/ecl/tests/rft_test.cpp
./lib/ecl/tests/test_ecl_file_index.cpp
./lib/ecl/tests/test_ecl_nnc_data.cpp
./lib/ecl/tests/test_transactions.cpp
./lib/ecl/tests/well_branch_collection.cpp
./lib/ecl/tests/well_conn.cpp
./lib/ecl/tests/well_conn_CF.cpp
./lib/ecl/tests/well_conn_collection.cpp
./lib/ecl/tests/well_conn_load.cpp
./lib/ecl/tests/well_dualp.cpp
./lib/ecl/tests/well_info.cpp
./lib/ecl/tests/well_lgr_load.cpp
./lib/ecl/tests/well_segment.cpp
./lib/ecl/tests/well_segment_branch_conn_load.cpp
./lib/ecl/tests/well_segment_collection.cpp
./lib/ecl/tests/well_segment_conn.cpp
./lib/ecl/tests/well_segment_conn_load.cpp
./lib/ecl/tests/well_segment_load.cpp
./lib/ecl/tests/well_state.cpp
./lib/ecl/tests/well_state_load.cpp
./lib/ecl/tests/well_state_load_missing_RSEG.cpp
./lib/ecl/tests/well_ts.cpp
./lib/ecl/tests/ecl_coarse_test.cpp
./lib/ecl/tests/eclxx_kw.cpp
./lib/ecl/tests/ecl_dualp.cpp
./lib/ecl/tests/ecl_fault_block_collection_equinor.cpp
./lib/ecl/tests/ecl_fault_block_layer.cpp
./lib/ecl/tests/ecl_grid_layer_contains.cpp
./lib/ecl/tests/ecl_grid_reset_actnum.cpp
./lib/ecl/tests/ecl_sum_report_step_compatible.cpp
./lib/ecl/tests/ecl_fault_block_layer_equinor.cpp
./lib/ecl/tests/ecl_file.cpp
./lib/ecl/tests/ecl_grid_volume.cpp
./lib/ecl/ecl_rst_file.cpp
./lib/ecl/ecl_rsthead.cpp
./lib/ecl/ecl_smspec.cpp
./lib/ecl/ecl_subsidence.cpp
./lib/ecl/ecl_sum.cpp
./lib/ecl/ecl_sum_data.cpp
./lib/ecl/ecl_sum_index.cpp
./lib/ecl/ecl_sum_tstep.cpp
./lib/ecl/ecl_sum_vector.cpp
./lib/ecl/ecl_type.cpp
./lib/ecl/ecl_util.cpp
./lib/ecl/fault_block.cpp
./lib/ecl/grid_dims.cpp
./lib/ecl/layer.cpp
./lib/ecl/nnc_info.cpp
./lib/ecl/smspec_node.cpp
./lib/ecl/well_branch_collection.cpp
./lib/ecl/well_rseg_loader.cpp
./lib/ecl/EclFilename.cpp
./lib/ecl/ecl_box.cpp
./lib/ecl/ecl_file_view.cpp
./lib/ecl/ecl_grid.cpp
./lib/ecl/nnc_vector.cpp
./lib/ecl/well_conn.cpp
./lib/ecl/FortIO.cpp
./lib/ecl/ecl_grav_common.cpp
./lib/ecl/well_segment.cpp
./lib/ecl/well_segment_collection.cpp
./lib/ecl/well_state.cpp
./lib/ecl/well_ts.cpp
./lib/ecl/ecl_coarse_cell.cpp
./lib/geometry/tests/geo_polygon.cpp
./lib/geometry/tests/geo_polygon_collection.cpp
./lib/geometry/tests/geo_surface.cpp
./lib/geometry/tests/geo_util_xlines.cpp
./lib/geometry/geo_pointset.cpp
./lib/geometry/geo_polygon.cpp
./lib/geometry/geo_polygon_collection.cpp
./lib/geometry/geo_region.cpp
./lib/geometry/geo_surface.cpp
./lib/geometry/geo_util.cpp
./lib/include/ert/ecl/ecl_sum.hpp
./lib/include/ert/ecl/ecl_sum_index.hpp
./lib/include/ert/ecl/ecl_sum_tstep.hpp
./lib/include/ert/ecl/ecl_sum_vector.hpp
./lib/include/ert/ecl/ecl_type.hpp
./lib/include/ert/ecl/ecl_units.hpp
./lib/include/ert/ecl/ecl_util.hpp
./lib/include/ert/ecl/fault_block.hpp
./lib/include/ert/ecl/grid_dims.hpp
./lib/include/ert/ecl/layer.hpp
./lib/include/ert/ecl/nnc_info.hpp
./lib/include/ert/ecl/nnc_vector.hpp
./lib/include/ert/ecl/ecl_kw_magic.hpp
./lib/include/ert/ecl/smspec_node.hpp
./lib/include/ert/ecl/EclFilename.hpp
./lib/include/ert/ecl/ecl_smspec.hpp
./lib/include/ert/ecl/EclKW.hpp
./lib/include/ert/ecl/ecl_region.hpp
./lib/include/ert/ecl/ecl_rft_file.hpp
./lib/include/ert/ecl/ecl_rst_file.hpp
./lib/include/ert/ecl/FortIO.hpp
./lib/include/ert/ecl/fault_block_layer.hpp
./lib/include/ert/ecl/ecl_box.hpp
./lib/include/ert/ecl/ecl_coarse_cell.hpp
./lib/include/ert/ecl/ecl_endian_flip.hpp
./lib/include/ert/ecl/ecl_file.hpp
./lib/include/ert/ecl/ecl_file_kw.hpp
./lib/include/ert/ecl/ecl_file_view.hpp
./lib/include/ert/ecl/ecl_grav.hpp
./lib/include/ert/ecl/ecl_grav_calc.hpp
./lib/include/ert/ecl/ecl_grav_common.hpp
./lib/include/ert/ecl/ecl_grid.hpp
./lib/include/ert/ecl/ecl_grid_dims.hpp
./lib/include/ert/ecl/ecl_init_file.hpp
./lib/include/ert/ecl/ecl_io_config.hpp
./lib/include/ert/ecl/ecl_kw.hpp
./lib/include/ert/ecl/ecl_kw_grdecl.hpp
./lib/include/ert/ecl/ecl_nnc_data.hpp
./lib/include/ert/ecl/ecl_nnc_export.hpp
./lib/include/ert/ecl/ecl_nnc_geometry.hpp
./lib/include/ert/ecl/ecl_rft_cell.hpp
./lib/include/ert/ecl/ecl_rft_node.hpp
./lib/include/ert/ecl/ecl_rsthead.hpp
./lib/include/ert/ecl/ecl_subsidence.hpp
./lib/include/ert/ecl/ecl_sum_data.hpp
./lib/include/ert/ecl_well/well_branch_collection.hpp
./lib/include/ert/ecl_well/well_conn.hpp
./lib/include/ert/ecl_well/well_conn_collection.hpp
./lib/include/ert/ecl_well/well_const.hpp
./lib/include/ert/ecl_well/well_info.hpp
./lib/include/ert/ecl_well/well_rseg_loader.hpp
./lib/include/ert/ecl_well/well_segment.hpp
./lib/include/ert/ecl_well/well_segment_collection.hpp
./lib/include/ert/ecl_well/well_state.hpp
./lib/include/ert/ecl_well/well_ts.hpp
./lib/include/ert/geometry/geo_pointset.hpp
./lib/include/ert/geometry/geo_polygon.hpp
./lib/include/ert/geometry/geo_polygon_collection.hpp
./lib/include/ert/geometry/geo_region.hpp
./lib/include/ert/geometry/geo_surface.hpp
./lib/include/ert/geometry/geo_util.hpp
./lib/include/ert/util/ert_unique_ptr.hpp
./lib/include/ert/util/type_vector_functions.hpp
./lib/include/ert/util/vector_util.hpp
./lib/include/ert/util/ecl_version.hpp
./lib/include/ert/util/hash.hpp
./lib/include/ert/util/hash_node.hpp
./lib/include/ert/util/hash_sll.hpp
./lib/include/ert/util/lookup_table.hpp
./lib/include/ert/util/mzran.hpp
./lib/include/ert/util/node_ctype.hpp
./lib/include/ert/util/node_data.hpp
./lib/include/ert/util/parser.hpp
./lib/include/ert/util/path_stack.hpp
./lib/include/ert/util/perm_vector.hpp
./lib/include/ert/util/rng.hpp
./lib/include/ert/util/ssize_t.hpp
./lib/include/ert/util/statistics.hpp
./lib/include/ert/util/string_util.hpp
./lib/include/ert/util/stringlist.hpp
./lib/include/ert/util/test_util.hpp
./lib/include/ert/util/test_work_area.hpp
./lib/include/ert/util/time_interval.hpp
./lib/include/ert/util/util.hpp
./lib/include/ert/util/type_macros.hpp
./lib/include/ert/util/vector.hpp
./lib/include/ert/util/buffer.hpp
./lib/private-include/detail/ecl/ecl_unsmry_loader.hpp
./lib/private-include/detail/ecl/layer_cxx.hpp
./lib/private-include/detail/ecl/ecl_sum_file_data.hpp
./lib/private-include/detail/ecl/ecl_grid_cache.hpp
./lib/private-include/detail/util/path.hpp
./lib/private-include/detail/util/string_util.hpp
./lib/tests/test_ecl_grid.cpp
./lib/tests/test_ecl_util.cpp
./lib/tests/test_util.cpp
./lib/tests/testsuite.cpp
./lib/tests/tmpdir.hpp
./lib/util/tests/ert_util_normal_path.cpp
./lib/util/tests/ert_util_parent_path.cpp
./lib/util/tests/ert_util_path_stack_test.cpp
./lib/util/tests/ert_util_ping.cpp
./lib/util/tests/ert_util_realpath.cpp
./lib/util/tests/ert_util_relpath_test.cpp
./lib/util/tests/ert_util_rng.cpp
./lib/util/tests/ert_util_spawn.cpp
./lib/util/tests/ert_util_split_path.cpp
./lib/util/tests/ert_util_sscan_test.cpp
./lib/util/tests/ert_util_statistics.cpp
./lib/util/tests/ert_util_strcat_test.cpp
./lib/util/tests/ert_util_string_util.cpp
./lib/util/tests/ert_util_stringlist_test.cpp
./lib/util/tests/ert_util_strstr_int_format.cpp
./lib/util/tests/ert_util_type_vector_functions.cpp
./lib/util/tests/ert_util_type_vector_test.cpp
./lib/util/tests/ert_util_unique_ptr.cpp
./lib/util/tests/ert_util_vector_test.cpp
./lib/util/tests/ert_util_work_area.cpp
./lib/util/tests/test_area.cpp
./lib/util/tests/test_thread_pool.cpp
./lib/util/tests/ert_util_abort_gnu_tests.cpp
./lib/util/tests/ert_util_alloc_file_components.cpp
./lib/util/tests/ert_util_approx_equal.cpp
./lib/util/tests/ert_util_before_after.cpp
./lib/util/tests/ert_util_binary_split.cpp
./lib/util/tests/ert_util_buffer.cpp
./lib/util/tests/ert_util_chdir.cpp
./lib/util/tests/ert_util_clamp.cpp
./lib/util/tests/ert_util_copy_file.cpp
./lib/util/tests/ert_util_cwd_test.cpp
./lib/util/tests/ert_util_datetime.cpp
./lib/util/tests/ert_util_file_readable.cpp
./lib/util/tests/ert_util_filename.cpp
./lib/util/tests/ert_util_hash_test.cpp
./lib/util/tests/ert_util_mkdir_p.cpp
./lib/util/node_data.cpp
./lib/util/parser.cpp
./lib/util/path.cpp
./lib/util/path_stack.cpp
./lib/util/perm_vector.cpp
./lib/util/rng.cpp
./lib/util/statistics.cpp
./lib/util/string_util.cpp
./lib/util/stringlist.cpp
./lib/util/test_util.cpp
./lib/util/test_work_area.cpp
./lib/util/type_vector_functions.cpp
./lib/util/util.cpp
./lib/util/util_endian.cpp
./lib/util/util_unlink.cpp
./lib/util/vector.cpp
./lib/util/ecl_version.cpp
./lib/util/util_abort.cpp
./lib/util/util_getuid.cpp
./lib/util/util_lockf.cpp
./lib/util/util_opendir.cpp
./lib/util/util_spawn.cpp
./lib/util/util_symlink.cpp
./lib/util/util_zlib.cpp
./lib/util/buffer.cpp
./lib/util/cxx_string_util.cpp
./lib/util/hash.cpp
./lib/util/hash_node.cpp
./lib/util/hash_sll.cpp
./lib/util/lookup_table.cpp
./lib/util/mzran.cpp
./lib/util/node_ctype.cpp
./build/CMakeFiles/3.24.0/CompilerIdCXX/CMakeCXXCompilerId.cpp
./build/CMakeFiles/FindOpenMP/OpenMPTryFlag.cpp
./build/CMakeFiles/FindOpenMP/OpenMPCheckVersion.cpp
./build/lib/include/ert/util/int_vector.hpp
./build/lib/include/ert/util/double_vector.hpp
./build/lib/include/ert/util/long_vector.hpp
./build/lib/include/ert/util/time_t_vector.hpp
./build/lib/include/ert/util/float_vector.hpp
./build/lib/include/ert/util/bool_vector.hpp
./build/lib/include/ert/util/size_t_vector.hpp
./build/lib/include/ert/util/build_config.hpp
./build/lib/include/ert/util/ert_api_config.hpp
./build/lib/int_vector.cpp
./build/lib/double_vector.cpp
./build/lib/long_vector.cpp
./build/lib/time_t_vector.cpp
./build/lib/float_vector.cpp
./build/lib/bool_vector.cpp
./build/lib/size_t_vector.cpp; do
    perl -0 -p -i -e 's/\/\*.*Copyright.*?\*\/\s*//is' ./setup.py
done

for file in ./ci/github/setup.py
./cmake/create_cmakelists.py
./python/docs/examples/avg_pressure.py
./python/docs/examples/cmp_nnc.py
./python/docs/examples/grid_info.py
./python/ecl/eclfile/__init__.py
./python/ecl/eclfile/ecl_3d_file.py
./python/ecl/eclfile/ecl_3dkw.py
./python/ecl/eclfile/ecl_file.py
./python/ecl/eclfile/ecl_file_view.py
./python/ecl/eclfile/ecl_init_file.py
./python/ecl/eclfile/ecl_kw.py
./python/ecl/eclfile/ecl_restart_file.py
./python/ecl/eclfile/fortio.py
./python/ecl/gravimetry/__init__.py
./python/ecl/gravimetry/ecl_grav.py
./python/ecl/gravimetry/ecl_grav_calc.py
./python/ecl/gravimetry/ecl_subsidence.py
./python/ecl/grid/faults/__init__.py
./python/ecl/grid/faults/fault.py
./python/ecl/grid/faults/fault_block.py
./python/ecl/grid/faults/fault_block_collection.py
./python/ecl/grid/faults/fault_block_layer.py
./python/ecl/grid/faults/fault_collection.py
./python/ecl/grid/faults/fault_line.py
./python/ecl/grid/faults/fault_segments.py
./python/ecl/grid/faults/layer.py
./python/ecl/grid/__init__.py
./python/ecl/grid/cell.py
./python/ecl/grid/ecl_grid.py
./python/ecl/grid/ecl_grid_generator.py
./python/ecl/grid/ecl_region.py
./python/ecl/rft/__init__.py
./python/ecl/rft/ecl_rft.py
./python/ecl/rft/ecl_rft_cell.py
./python/ecl/rft/well_trajectory.py
./python/ecl/summary/ecl_sum_node.py
./python/ecl/summary/__init__.py
./python/ecl/summary/ecl_cmp.py
./python/ecl/summary/ecl_npv.py
./python/ecl/summary/ecl_smspec_node.py
./python/ecl/summary/ecl_sum.py
./python/ecl/summary/ecl_sum_keyword_vector.py
./python/ecl/summary/ecl_sum_tstep.py
./python/ecl/summary/ecl_sum_var_type.py
./python/ecl/summary/ecl_sum_vector.py
./python/ecl/util/enums/rng_alg_type_enum.py
./python/ecl/util/enums/rng_init_mode_enum.py
./python/ecl/util/enums/__init__.py
./python/ecl/util/geometry/__init__.py
./python/ecl/util/geometry/cpolyline.py
./python/ecl/util/geometry/cpolyline_collection.py
./python/ecl/util/geometry/geo_pointset.py
./python/ecl/util/geometry/geo_region.py
./python/ecl/util/geometry/geometry_tools.py
./python/ecl/util/geometry/polyline.py
./python/ecl/util/geometry/surface.py
./python/ecl/util/geometry/xyz_io.py
./python/ecl/util/test/ecl_mock/__init__.py
./python/ecl/util/test/ecl_mock/ecl_sum_mock.py
./python/ecl/util/test/debug_msg.py
./python/ecl/util/test/ert_test_runner.py
./python/ecl/util/test/path_context.py
./python/ecl/util/test/source_enumerator.py
./python/ecl/util/test/__init__.py
./python/ecl/util/test/ert_test_context.py
./python/ecl/util/test/extended_testcase.py
./python/ecl/util/test/import_test_case.py
./python/ecl/util/test/lint_test_case.py
./python/ecl/util/test/test_area.py
./python/ecl/util/test/test_run.py
./python/ecl/util/util/version.py
./python/ecl/util/util/__init__.py
./python/ecl/util/util/arg_pack.py
./python/ecl/util/util/bool_vector.py
./python/ecl/util/util/cthread_pool.py
./python/ecl/util/util/ctime.py
./python/ecl/util/util/double_vector.py
./python/ecl/util/util/hash.py
./python/ecl/util/util/install_abort_signals.py
./python/ecl/util/util/int_vector.py
./python/ecl/util/util/lookup_table.py
./python/ecl/util/util/permutation_vector.py
./python/ecl/util/util/rng.py
./python/ecl/util/util/stringlist.py
./python/ecl/util/util/thread_pool.py
./python/ecl/util/util/time_vector.py
./python/ecl/util/util/util_func.py
./python/ecl/util/util/vector_template.py
./python/ecl/util/util/cwd_context.py
./python/ecl/util/__init__.py
./python/ecl/well/well_connection_direction_enum.py
./python/ecl/well/well_type_enum.py
./python/ecl/well/__init__.py
./python/ecl/well/well_connection.py
./python/ecl/well/well_info.py
./python/ecl/well/well_segment.py
./python/ecl/well/well_state.py
./python/ecl/well/well_time_line.py
./python/ecl/bin.py
./python/ecl/__init__.py
./python/ecl/ecl_type.py
./python/ecl/ecl_util.py
./python/tests/bin_tests/__init__.py
./python/tests/bin_tests/test_summary_resample.py
./python/tests/ecl_tests/__init__.py
./python/tests/ecl_tests/test_ecl_type.py
./python/tests/ecl_tests/test_fault_blocks.py
./python/tests/ecl_tests/test_grav.py
./python/tests/ecl_tests/test_grid_large_case.py
./python/tests/ecl_tests/test_indexed_read.py
./python/tests/ecl_tests/test_removed.py
./python/tests/ecl_tests/test_geertsma.py
./python/tests/ecl_tests/test_grid_equinor_dual.py
./python/tests/ecl_tests/test_grid_generator.py
./python/tests/ecl_tests/test_kw_function.py
./python/tests/ecl_tests/test_layer.py
./python/tests/ecl_tests/test_npv.py
./python/tests/ecl_tests/test_region.py
./python/tests/ecl_tests/test_region_equinor.py
./python/tests/ecl_tests/test_restart.py
./python/tests/ecl_tests/test_restart_head.py
./python/tests/ecl_tests/test_rft.py
./python/tests/ecl_tests/test_rft_cell.py
./python/tests/ecl_tests/test_rft_equinor.py
./python/tests/ecl_tests/test_sum.py
./python/tests/ecl_tests/test_sum_equinor.py
./python/tests/ecl_tests/test_cell.py
./python/tests/ecl_tests/test_debug.py
./python/tests/ecl_tests/test_deprecation.py
./python/tests/ecl_tests/test_ecl_3dkw.py
./python/tests/ecl_tests/test_ecl_cmp.py
./python/tests/ecl_tests/test_ecl_file.py
./python/tests/ecl_tests/test_ecl_file_equinor.py
./python/tests/ecl_tests/test_ecl_init_file.py
./python/tests/ecl_tests/test_ecl_kw.py
./python/tests/ecl_tests/test_ecl_sum.py
./python/tests/ecl_tests/test_ecl_sum_vector.py
./python/tests/ecl_tests/test_ecl_util.py
./python/tests/ecl_tests/test_equinor_faults.py
./python/tests/ecl_tests/test_grid.py
./python/tests/ecl_tests/test_ecl_kw_equinor.py
./python/tests/ecl_tests/test_fault_blocks_equinor.py
./python/tests/ecl_tests/test_faults.py
./python/tests/ecl_tests/test_fk_user_data.py
./python/tests/ecl_tests/test_fortio.py
./python/tests/ecl_tests/test_grdecl.py
./python/tests/ecl_tests/test_grdecl_equinor.py
./python/tests/ecl_tests/test_grid_equinor.py
./python/tests/ecl_tests/test_grid_equinor_coarse.py
./python/tests/ecl_tests/test_grid_pandas.py
./python/tests/ecl_tests/test_ecl_restart_file.py
./python/tests/geometry_tests/__init__.py
./python/tests/geometry_tests/test_convex_hull.py
./python/tests/geometry_tests/test_cpolyline.py
./python/tests/geometry_tests/test_cpolyline_collection.py
./python/tests/geometry_tests/test_geo_pointset.py
./python/tests/geometry_tests/test_geo_region.py
./python/tests/geometry_tests/test_geometry_tools.py
./python/tests/geometry_tests/test_intersection.py
./python/tests/geometry_tests/test_point_in_polygon.py
./python/tests/geometry_tests/test_polygon_slicing.py
./python/tests/geometry_tests/test_polyline.py
./python/tests/geometry_tests/test_surface.py
./python/tests/global_tests/__init__.py
./python/tests/global_tests/test_pylint.py
./python/tests/util_tests/__init__.py
./python/tests/util_tests/test_ctime.py
./python/tests/util_tests/test_hash.py
./python/tests/util_tests/test_lookup_table.py
./python/tests/util_tests/test_path_context.py
./python/tests/util_tests/test_rng.py
./python/tests/util_tests/test_spawn.py
./python/tests/util_tests/test_thread_pool.py
./python/tests/util_tests/test_string_list.py
./python/tests/util_tests/test_vectors.py
./python/tests/util_tests/test_version.py
./python/tests/util_tests/test_work_area.py
./python/tests/well_tests/__init__.py
./python/tests/well_tests/test_ecl_well.py
./python/tests/well_tests/test_ecl_well2.py
./python/tests/well_tests/test_ecl_well3.py
./python/tests/well_tests/test_well_missing_ICON.py
./python/tests/test_bin.py
./python/tests/__init__.py
./build/lib/python3.8/site-packages/ecl/util/util/__init__.py
./build/lib/python3.8/site-packages/ecl/util/util/bool_vector.py
./build/lib/python3.8/site-packages/ecl/util/util/ctime.py
./build/lib/python3.8/site-packages/ecl/util/util/cwd_context.py
./build/lib/python3.8/site-packages/ecl/util/util/double_vector.py
./build/lib/python3.8/site-packages/ecl/util/util/install_abort_signals.py
./build/lib/python3.8/site-packages/ecl/util/util/hash.py
./build/lib/python3.8/site-packages/ecl/util/util/int_vector.py
./build/lib/python3.8/site-packages/ecl/util/util/permutation_vector.py
./build/lib/python3.8/site-packages/ecl/util/util/lookup_table.py
./build/lib/python3.8/site-packages/ecl/util/util/stringlist.py
./build/lib/python3.8/site-packages/ecl/util/util/rng.py
./build/lib/python3.8/site-packages/ecl/util/util/time_vector.py
./build/lib/python3.8/site-packages/ecl/util/util/thread_pool.py
./build/lib/python3.8/site-packages/ecl/util/util/util_func.py
./build/lib/python3.8/site-packages/ecl/util/util/vector_template.py
./build/lib/python3.8/site-packages/ecl/util/util/version.py
./build/lib/python3.8/site-packages/ecl/util/enums/__init__.py
./build/lib/python3.8/site-packages/ecl/util/enums/rng_alg_type_enum.py
./build/lib/python3.8/site-packages/ecl/util/enums/rng_init_mode_enum.py
./build/lib/python3.8/site-packages/ecl/util/test/ecl_mock/__init__.py
./build/lib/python3.8/site-packages/ecl/util/test/ecl_mock/ecl_sum_mock.py
./build/lib/python3.8/site-packages/ecl/util/test/__init__.py
./build/lib/python3.8/site-packages/ecl/util/test/debug_msg.py
./build/lib/python3.8/site-packages/ecl/util/test/ert_test_context.py
./build/lib/python3.8/site-packages/ecl/util/test/extended_testcase.py
./build/lib/python3.8/site-packages/ecl/util/test/ert_test_runner.py
./build/lib/python3.8/site-packages/ecl/util/test/import_test_case.py
./build/lib/python3.8/site-packages/ecl/util/test/lint_test_case.py
./build/lib/python3.8/site-packages/ecl/util/test/path_context.py
./build/lib/python3.8/site-packages/ecl/util/test/source_enumerator.py
./build/lib/python3.8/site-packages/ecl/util/test/test_area.py
./build/lib/python3.8/site-packages/ecl/util/test/test_run.py
./build/lib/python3.8/site-packages/ecl/util/geometry/__init__.py
./build/lib/python3.8/site-packages/ecl/util/geometry/cpolyline_collection.py
./build/lib/python3.8/site-packages/ecl/util/geometry/cpolyline.py
./build/lib/python3.8/site-packages/ecl/util/geometry/geo_pointset.py
./build/lib/python3.8/site-packages/ecl/util/geometry/geo_region.py
./build/lib/python3.8/site-packages/ecl/util/geometry/geometry_tools.py
./build/lib/python3.8/site-packages/ecl/util/geometry/polyline.py
./build/lib/python3.8/site-packages/ecl/util/geometry/surface.py
./build/lib/python3.8/site-packages/ecl/util/geometry/xyz_io.py
./build/lib/python3.8/site-packages/ecl/util/__init__.py
./build/lib/python3.8/site-packages/ecl/eclfile/__init__.py
./build/lib/python3.8/site-packages/ecl/eclfile/ecl_3dkw.py
./build/lib/python3.8/site-packages/ecl/eclfile/ecl_file.py
./build/lib/python3.8/site-packages/ecl/eclfile/ecl_3d_file.py
./build/lib/python3.8/site-packages/ecl/eclfile/ecl_file_view.py
./build/lib/python3.8/site-packages/ecl/eclfile/ecl_init_file.py
./build/lib/python3.8/site-packages/ecl/eclfile/ecl_kw.py
./build/lib/python3.8/site-packages/ecl/eclfile/ecl_restart_file.py
./build/lib/python3.8/site-packages/ecl/eclfile/fortio.py
./build/lib/python3.8/site-packages/ecl/gravimetry/__init__.py
./build/lib/python3.8/site-packages/ecl/gravimetry/ecl_grav.py
./build/lib/python3.8/site-packages/ecl/gravimetry/ecl_grav_calc.py
./build/lib/python3.8/site-packages/ecl/gravimetry/ecl_subsidence.py
./build/lib/python3.8/site-packages/ecl/grid/faults/__init__.py
./build/lib/python3.8/site-packages/ecl/grid/faults/fault_block.py
./build/lib/python3.8/site-packages/ecl/grid/faults/fault.py
./build/lib/python3.8/site-packages/ecl/grid/faults/fault_block_layer.py
./build/lib/python3.8/site-packages/ecl/grid/faults/fault_collection.py
./build/lib/python3.8/site-packages/ecl/grid/faults/fault_line.py
./build/lib/python3.8/site-packages/ecl/grid/faults/fault_segments.py
./build/lib/python3.8/site-packages/ecl/grid/faults/layer.py
./build/lib/python3.8/site-packages/ecl/grid/ecl_grid.py
./build/lib/python3.8/site-packages/ecl/grid/cell.py
./build/lib/python3.8/site-packages/ecl/grid/__init__.py
./build/lib/python3.8/site-packages/ecl/grid/ecl_grid_generator.py
./build/lib/python3.8/site-packages/ecl/grid/ecl_region.py
./build/lib/python3.8/site-packages/ecl/summary/__init__.py
./build/lib/python3.8/site-packages/ecl/summary/ecl_cmp.py
./build/lib/python3.8/site-packages/ecl/summary/ecl_npv.py
./build/lib/python3.8/site-packages/ecl/summary/ecl_smspec_node.py
./build/lib/python3.8/site-packages/ecl/summary/ecl_sum.py
./build/lib/python3.8/site-packages/ecl/summary/ecl_sum_keyword_vector.py
./build/lib/python3.8/site-packages/ecl/summary/ecl_sum_node.py
./build/lib/python3.8/site-packages/ecl/summary/ecl_sum_var_type.py
./build/lib/python3.8/site-packages/ecl/summary/ecl_sum_vector.py
./build/lib/python3.8/site-packages/ecl/summary/ecl_sum_tstep.py
./build/lib/python3.8/site-packages/ecl/rft/ecl_rft.py
./build/lib/python3.8/site-packages/ecl/rft/__init__.py
./build/lib/python3.8/site-packages/ecl/rft/ecl_rft_cell.py
./build/lib/python3.8/site-packages/ecl/rft/well_trajectory.py
./build/lib/python3.8/site-packages/ecl/well/__init__.py
./build/lib/python3.8/site-packages/ecl/well/well_connection.py
./build/lib/python3.8/site-packages/ecl/well/well_info.py
./build/lib/python3.8/site-packages/ecl/well/well_connection_direction_enum.py
./build/lib/python3.8/site-packages/ecl/well/well_state.py
./build/lib/python3.8/site-packages/ecl/well/well_segment.py
./build/lib/python3.8/site-packages/ecl/well/well_time_line.py
./build/lib/python3.8/site-packages/ecl/well/well_type_enum.py
./build/lib/python3.8/site-packages/ecl/__ecl_lib_info.py
./build/lib/python3.8/site-packages/ecl/ecl_type.py
./build/lib/python3.8/site-packages/ecl/ecl_util.py
./build/lib/python3.8/site-packages/ecl/__init__.py
./build/lib/python3.8/site-packages/test_env.py
./build/lib/python3.8/site-packages/ecl_lib_info_install.py
./setup.py; do
    perl -0 -p -i -e 's/#\s+Copyright.*#\s+for more details.\s*//s' ./setup.py
done
@berland berland self-assigned this Jan 5, 2023
Copy link
Contributor

@xjules xjules left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very good! 🚀

@berland berland merged commit 8e538ed into equinor:main Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants