From eaeb01d97a4e80d05b54b81af4fa486953997e1d Mon Sep 17 00:00:00 2001 From: Romain Slootmaekers Date: Tue, 20 Jun 2017 13:59:56 +0200 Subject: [PATCH 1/2] less license header comment bloat --- cpp/include/alba_common.h | 17 ++------------ cpp/include/alba_logger.h | 17 ++------------ cpp/include/asd_access.h | 17 ++------------ cpp/include/asd_client.h | 17 ++------------ cpp/include/asd_protocol.h | 17 ++------------ cpp/include/boolean_enum.h | 17 ++------------ cpp/include/checksum.h | 17 ++------------ cpp/include/encryption.h | 17 ++------------ cpp/include/generic_proxy_client.h | 17 ++------------ cpp/include/io.h | 17 ++------------ cpp/include/llio.h | 17 ++------------ cpp/include/manifest.h | 18 +++------------ cpp/include/osd_access.h | 17 ++------------ cpp/include/osd_info.h | 17 ++------------ cpp/include/proxy_client.h | 17 ++------------ cpp/include/proxy_protocol.h | 17 ++------------ cpp/include/proxy_sequences.h | 19 +++------------- cpp/include/rdma_transport.h | 17 ++------------ cpp/include/statistics.h | 17 ++------------ cpp/include/stuff.h | 17 ++------------ cpp/include/tcp_transport.h | 17 ++------------ cpp/include/transport.h | 17 ++------------ cpp/include/transport_helper.h | 17 ++------------ cpp/src/examples/test_client.cc | 17 ++------------ cpp/src/lib/alba_common.cc | 19 +++------------- cpp/src/lib/alba_logger.cc | 17 ++------------ cpp/src/lib/asd_access.cc | 17 ++------------ cpp/src/lib/asd_client.cc | 17 ++------------ cpp/src/lib/asd_protocol.cc | 17 ++------------ cpp/src/lib/checksum.cc | 17 ++------------ cpp/src/lib/encryption.cc | 17 ++------------ cpp/src/lib/generic_proxy_client.cc | 17 ++------------ cpp/src/lib/io.cc | 17 ++------------ cpp/src/lib/llio.cc | 17 ++------------ cpp/src/lib/lru_cache.h | 5 +++++ cpp/src/lib/manifest.cc | 18 +++------------ cpp/src/lib/manifest_cache.cc | 17 ++------------ cpp/src/lib/manifest_cache.h | 17 ++------------ cpp/src/lib/osd_access.cc | 18 +++------------ cpp/src/lib/osd_info.cc | 17 +++----------- cpp/src/lib/proxy_client.cc | 17 ++------------ cpp/src/lib/proxy_protocol.cc | 17 ++------------ cpp/src/lib/proxy_sequences.cc | 19 +++------------- cpp/src/lib/rdma_transport.cc | 17 ++------------ cpp/src/lib/rora_proxy_client.cc | 17 ++------------ cpp/src/lib/rora_proxy_client.h | 17 ++------------ cpp/src/lib/statistics.cc | 17 ++------------ cpp/src/lib/stuff.cc | 17 ++------------ cpp/src/lib/tcp_transport.cc | 17 ++------------ cpp/src/lib/transport.cc | 17 ++------------ cpp/src/lib/transport_helper.cc | 17 ++------------ cpp/src/tests/asd_client_test.cc | 17 ++------------ cpp/src/tests/llio_test.cc | 17 ++------------ cpp/src/tests/main.cc | 17 ++------------ cpp/src/tests/proxy_client_test.cc | 17 ++------------ fabfile/__init__.py | 21 ++++-------------- fabfile/alba.py | 21 ++++-------------- fabfile/env.py | 21 ++++-------------- ocaml/src/alba.ml | 17 ++------------ ocaml/src/alba_arakoon.ml | 17 ++------------ ocaml/src/alba_arakoon_deser.ml | 17 ++------------ ocaml/src/alba_base_client.ml | 17 ++------------ ocaml/src/alba_based_osd.ml | 17 ++------------ ocaml/src/alba_bench.ml | 17 ++------------ ocaml/src/alba_client.ml | 17 ++------------ ocaml/src/alba_client2.ml | 17 ++------------ ocaml/src/alba_client_common.ml | 17 ++------------ ocaml/src/alba_client_download.ml | 17 ++------------ ocaml/src/alba_client_download_slices.ml | 17 ++------------ ocaml/src/alba_client_errors.ml | 17 ++------------ ocaml/src/alba_client_message_delivery.ml | 17 ++------------ .../src/alba_client_message_delivery_base.ml | 17 ++------------ ocaml/src/alba_client_namespace.ml | 17 ++------------ ocaml/src/alba_client_osd.ml | 17 ++------------ ocaml/src/alba_client_preset_cache.ml | 17 ++------------ ocaml/src/alba_client_sequence.ml | 17 ++------------ ocaml/src/alba_client_upload.ml | 17 ++------------ ocaml/src/alba_eviction.ml | 17 ++------------ ocaml/src/alba_json.ml | 17 ++------------ ocaml/src/alba_osd.ml | 17 ++------------ ocaml/src/alba_osd_test.ml | 17 ++------------ ocaml/src/alba_statistics.ml | 17 ++------------ ocaml/src/alba_test.ml | 17 ++------------ ocaml/src/albamgr_access.ml | 17 ++------------ ocaml/src/albamgr_client.ml | 17 ++------------ ocaml/src/albamgr_plugin.ml | 17 ++------------ ocaml/src/albamgr_protocol.ml | 17 ++------------ ocaml/src/albamgr_protocol_test.ml | 17 ++------------ ocaml/src/albamgr_test.ml | 17 ++------------ ocaml/src/arith64.ml | 17 ++------------ ocaml/src/asd_bench.ml | 17 ++------------ ocaml/src/asd_client.ml | 17 ++------------ ocaml/src/asd_config.ml | 17 ++------------ ocaml/src/asd_io_scheduler.ml | 17 ++------------ ocaml/src/asd_protocol.ml | 17 ++------------ ocaml/src/asd_protocol_test.ml | 17 ++------------ ocaml/src/asd_server.ml | 17 ++------------ ocaml/src/asd_statistics.ml | 17 ++------------ ocaml/src/asd_test.ml | 17 ++------------ ocaml/src/automatic_repair.ml | 17 ++------------ ocaml/src/capabilities.ml | 18 +++------------ ocaml/src/choose.ml | 17 ++------------ ocaml/src/choose_test.ml | 17 ++------------ ocaml/src/cli_asd.ml | 17 ++------------ ocaml/src/cli_bench.ml | 17 ++------------ ocaml/src/cli_bench_common.ml | 17 ++------------ ocaml/src/cli_common.ml | 17 ++------------ ocaml/src/cli_maintenance.ml | 17 ++------------ ocaml/src/cli_messages.ml | 17 ++------------ ocaml/src/cli_mgr.ml | 17 ++------------ ocaml/src/cli_nsm_host.ml | 17 ++------------ ocaml/src/cli_osd.ml | 17 ++------------ ocaml/src/cli_preset.ml | 17 ++------------ ocaml/src/cli_proxy.ml | 17 ++------------ ocaml/src/discovery.ml | 17 ++------------ ocaml/src/disk_failure_tests.ml | 17 ++------------ ocaml/src/disk_safety.ml | 17 ++------------ ocaml/src/disk_safety_test.ml | 17 ++------------ ocaml/src/encrypt_info_helper.ml | 17 ++------------ ocaml/src/erasure.ml | 17 ++------------ ocaml/src/erasure_test.ml | 17 ++------------ ocaml/src/experiments/discovery_demo.ml | 17 ++------------ ocaml/src/fragment_cache.ml | 17 ++------------ ocaml/src/fragment_cache_alba.ml | 17 ++------------ ocaml/src/fragment_cache_config.ml | 17 ++------------ ocaml/src/fragment_cache_config_test.ml | 17 ++------------ ocaml/src/fragment_cache_fs.ml | 17 +++----------- ocaml/src/fragment_cache_keys.ml | 17 ++------------ ocaml/src/fragment_cache_test.ml | 17 ++------------ ocaml/src/fragment_helper.ml | 17 ++------------ ocaml/src/fragment_helper_test.ml | 17 ++------------ ocaml/src/fragment_size_helper_test.ml | 17 ++------------ ocaml/src/fsutil_demo.ml | 17 ++------------ ocaml/src/generic_bench.ml | 17 ++------------ ocaml/src/isa_l.ml | 17 ++------------ ocaml/src/jerasure.ml | 17 ++------------ ocaml/src/key_value_store.ml | 17 ++------------ ocaml/src/kinetic_client.ml | 17 ++------------ ocaml/src/kinetic_client_test.ml | 17 ++------------ ocaml/src/log_plugin.ml | 17 ++------------ ocaml/src/maintenance.ml | 17 ++------------ ocaml/src/maintenance_common.ml | 17 ++------------ ocaml/src/maintenance_config.ml | 17 ++------------ ocaml/src/maintenance_coordination.ml | 17 ++------------ ocaml/src/maintenance_coordination_test.ml | 17 ++------------ ocaml/src/maintenance_helper.ml | 17 ++------------ ocaml/src/maintenance_test.ml | 17 ++------------ ocaml/src/manifest_cache.ml | 17 ++------------ ocaml/src/manifest_deser.ml | 18 +++------------ ocaml/src/mem_key_value_store.ml | 17 ++------------ ocaml/src/mem_stats.ml | 17 ++------------ ocaml/src/model/alba_compression.ml | 17 ++------------ ocaml/src/model/checksum.ml | 17 ++------------ ocaml/src/model/checksum_deser.ml | 17 ++------------ ocaml/src/model/consistency.ml | 17 ++------------ ocaml/src/model/encryption.ml | 17 ++------------ ocaml/src/model/encryption_test.ml | 18 +++------------ ocaml/src/model/fragment.ml | 18 +++------------ ocaml/src/model/fragment_size_helper.ml | 17 ++------------ ocaml/src/model/fragment_update.ml | 18 +++------------ ocaml/src/model/layout.ml | 18 +++------------ ocaml/src/model/policy.ml | 17 ++------------ ocaml/src/model/policy_test.ml | 17 ++------------ ocaml/src/model/preset.ml | 17 ++------------ ocaml/src/nsm_client.ml | 17 ++------------ ocaml/src/nsm_host_access.ml | 17 ++------------ ocaml/src/nsm_host_client.ml | 17 ++------------ ocaml/src/nsm_host_plugin.ml | 17 ++------------ ocaml/src/nsm_host_protocol.ml | 17 ++------------ ocaml/src/nsm_model.ml | 17 ++------------ ocaml/src/nsm_model_test.ml | 17 ++------------ ocaml/src/nsm_protocol.ml | 17 ++------------ ocaml/src/nsm_protocol_test.ml | 17 ++------------ ocaml/src/osd.ml | 17 ++------------ ocaml/src/osd_access.ml | 17 ++------------ ocaml/src/osd_access_type.ml | 17 ++------------ ocaml/src/osd_bench.ml | 17 ++------------ ocaml/src/osd_deser.ml | 17 ++------------ ocaml/src/osd_keys.ml | 17 ++------------ ocaml/src/osd_kvs_test.ml | 17 ++------------ ocaml/src/osd_state.ml | 17 ++------------ ocaml/src/other/posix.ml | 2 +- ocaml/src/other/posix_test.ml | 22 +++++-------------- ocaml/src/plugin_extra.ml | 17 ++------------ ocaml/src/proxy_bench.ml | 17 ++------------ ocaml/src/proxy_client.ml | 17 ++------------ ocaml/src/proxy_osd.ml | 17 ++------------ ocaml/src/proxy_osd_test.ml | 17 ++------------ ocaml/src/proxy_protocol.ml | 17 ++------------ ocaml/src/proxy_server.ml | 17 ++------------ ocaml/src/proxy_test.ml | 17 ++------------ ocaml/src/range_query_args.ml | 17 ++------------ ocaml/src/range_query_args2.ml | 17 ++------------ ocaml/src/read_preference_test.ml | 17 ++------------ ocaml/src/rebalancing_helper.ml | 17 ++------------ ocaml/src/rebalancing_helper_test.ml | 17 ++------------ ocaml/src/recover_nsm_host.ml | 17 ++------------ ocaml/src/recovery_info.ml | 17 ++------------ ocaml/src/remotes.ml | 17 ++------------ ocaml/src/repair.ml | 17 ++------------ ocaml/src/rocks_store.ml | 17 ++------------ ocaml/src/sync_bench.ml | 17 ++------------ ocaml/src/test.ml | 17 ++------------ ocaml/src/tools/alba_crc32c.ml | 17 ++------------ ocaml/src/tools/alba_crc32c_stubs.c | 17 ++------------ ocaml/src/tools/alba_crc32c_test.ml | 17 ++------------ ocaml/src/tools/alba_gcrypt_stubs.c | 17 ++------------ ocaml/src/tools/alba_interval.ml | 17 ++------------ ocaml/src/tools/alba_llio.ml | 18 +++------------ ocaml/src/tools/alba_partial_read.ml | 17 ++------------ ocaml/src/tools/alba_partial_read_stubs.c | 18 +++------------ ocaml/src/tools/alba_wrappers.ml | 17 ++------------ ocaml/src/tools/alba_wrappers_stubs.c | 17 ++------------ ocaml/src/tools/bigstring_slice.ml | 17 ++------------ ocaml/src/tools/buffer_pool.ml | 17 ++------------ ocaml/src/tools/buffer_pool_test.ml | 17 ++------------ ocaml/src/tools/bytes_descr.ml | 17 ++------------ ocaml/src/tools/cache.ml | 17 ++------------ ocaml/src/tools/cache_test.ml | 17 ++------------ ocaml/src/tools/compressors.ml | 17 ++------------ ocaml/src/tools/compressors_test.ml | 17 ++------------ ocaml/src/tools/ctypes_helper.ml | 17 ++------------ ocaml/src/tools/deser.ml | 17 ++------------ ocaml/src/tools/fsutil.ml | 8 +++---- ocaml/src/tools/gcrypt.ml | 17 ++------------ ocaml/src/tools/gcrypt_test.ml | 17 ++------------ ocaml/src/tools/hashes.ml | 17 ++------------ ocaml/src/tools/llio2.ml | 17 ++------------ ocaml/src/tools/llio2_test.ml | 17 ++------------ ocaml/src/tools/lwt_bytes2.ml.cppo | 18 +++------------ ocaml/src/tools/lwt_extra2.ml | 17 ++------------ ocaml/src/tools/lwt_pool2.ml | 17 ++------------ ocaml/src/tools/memcmp.ml | 17 ++------------ ocaml/src/tools/memcmp_test.ml | 17 ++------------ ocaml/src/tools/net_fd.ml | 17 ++------------ ocaml/src/tools/networking2.ml | 17 ++------------ ocaml/src/tools/object_reader.ml | 17 ++------------ ocaml/src/tools/object_reader2.ml | 17 ++------------ ocaml/src/tools/prelude.ml | 17 ++------------ ocaml/src/tools/prelude_test.ml | 17 ++------------ ocaml/src/tools/slice.ml | 17 ++------------ ocaml/src/tools/stat.ml | 17 ++------------ ocaml/src/tools/stat_deser.ml | 17 ++------------ ocaml/src/tools/statistics_collection.ml | 17 ++------------ .../src/tools/statistics_collection_deser.ml | 17 ++------------ ocaml/src/tools/syncfs.ml | 17 ++------------ ocaml/src/tools/tcp_keepalive2.ml | 17 ++------------ ocaml/src/tools/test_extra.ml | 18 +++------------ ocaml/src/tools/tls.ml | 17 ++------------ ocaml/src/tools/weak_pool.ml | 17 ++------------ ocaml/src/verify.ml | 17 ++------------ 251 files changed, 533 insertions(+), 3734 deletions(-) diff --git a/cpp/include/alba_common.h b/cpp/include/alba_common.h index f1f2d916..6123014b 100644 --- a/cpp/include/alba_common.h +++ b/cpp/include/alba_common.h @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #pragma once diff --git a/cpp/include/alba_logger.h b/cpp/include/alba_logger.h index a3c1115c..51f9a643 100644 --- a/cpp/include/alba_logger.h +++ b/cpp/include/alba_logger.h @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #pragma once diff --git a/cpp/include/asd_access.h b/cpp/include/asd_access.h index e49508e2..97560fc4 100644 --- a/cpp/include/asd_access.h +++ b/cpp/include/asd_access.h @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #pragma once diff --git a/cpp/include/asd_client.h b/cpp/include/asd_client.h index 97917b77..5460d773 100644 --- a/cpp/include/asd_client.h +++ b/cpp/include/asd_client.h @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #pragma once diff --git a/cpp/include/asd_protocol.h b/cpp/include/asd_protocol.h index a08e83a5..d921b100 100644 --- a/cpp/include/asd_protocol.h +++ b/cpp/include/asd_protocol.h @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #pragma once diff --git a/cpp/include/boolean_enum.h b/cpp/include/boolean_enum.h index d7954b14..21d5f6c9 100644 --- a/cpp/include/boolean_enum.h +++ b/cpp/include/boolean_enum.h @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #pragma once diff --git a/cpp/include/checksum.h b/cpp/include/checksum.h index ea25f4e7..42ae55f6 100644 --- a/cpp/include/checksum.h +++ b/cpp/include/checksum.h @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #pragma once diff --git a/cpp/include/encryption.h b/cpp/include/encryption.h index 7b0dba4b..327bd3be 100644 --- a/cpp/include/encryption.h +++ b/cpp/include/encryption.h @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #pragma once diff --git a/cpp/include/generic_proxy_client.h b/cpp/include/generic_proxy_client.h index 0546bd75..6b8f76fb 100644 --- a/cpp/include/generic_proxy_client.h +++ b/cpp/include/generic_proxy_client.h @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #pragma once diff --git a/cpp/include/io.h b/cpp/include/io.h index cc2993c1..622c9c05 100644 --- a/cpp/include/io.h +++ b/cpp/include/io.h @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #pragma once diff --git a/cpp/include/llio.h b/cpp/include/llio.h index f5e00d11..6bad5efd 100644 --- a/cpp/include/llio.h +++ b/cpp/include/llio.h @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #pragma once diff --git a/cpp/include/manifest.h b/cpp/include/manifest.h index 2e39e64d..6b80c83e 100644 --- a/cpp/include/manifest.h +++ b/cpp/include/manifest.h @@ -1,21 +1,9 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ + #pragma once #include "alba_common.h" diff --git a/cpp/include/osd_access.h b/cpp/include/osd_access.h index 91b9f90c..a4d3d6b7 100644 --- a/cpp/include/osd_access.h +++ b/cpp/include/osd_access.h @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #pragma once diff --git a/cpp/include/osd_info.h b/cpp/include/osd_info.h index 3dfed1c9..45c4c2e5 100644 --- a/cpp/include/osd_info.h +++ b/cpp/include/osd_info.h @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #pragma once diff --git a/cpp/include/proxy_client.h b/cpp/include/proxy_client.h index dcde004a..61fead3b 100644 --- a/cpp/include/proxy_client.h +++ b/cpp/include/proxy_client.h @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #pragma once diff --git a/cpp/include/proxy_protocol.h b/cpp/include/proxy_protocol.h index de3e9b2e..6d01587e 100644 --- a/cpp/include/proxy_protocol.h +++ b/cpp/include/proxy_protocol.h @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #pragma once diff --git a/cpp/include/proxy_sequences.h b/cpp/include/proxy_sequences.h index b9220092..e179fea9 100644 --- a/cpp/include/proxy_sequences.h +++ b/cpp/include/proxy_sequences.h @@ -1,22 +1,9 @@ /* - Copyright (C) 2016 iNuron NV - - This file is part of Open vStorage Open Source Edition (OSE), as available - from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - - This file is free software; you can redistribute it and/or modify it - under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) - as published by the Free Software Foundation, in version 3 as it comes - in the file of the Open vStorage OSE distribution. - - Open vStorage is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ + #pragma once #include "boolean_enum.h" diff --git a/cpp/include/rdma_transport.h b/cpp/include/rdma_transport.h index 0828b7ba..a0e76605 100644 --- a/cpp/include/rdma_transport.h +++ b/cpp/include/rdma_transport.h @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #pragma once diff --git a/cpp/include/statistics.h b/cpp/include/statistics.h index 7a345dd5..2e721d9d 100644 --- a/cpp/include/statistics.h +++ b/cpp/include/statistics.h @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #pragma once diff --git a/cpp/include/stuff.h b/cpp/include/stuff.h index 2aaa2599..c22f56a6 100644 --- a/cpp/include/stuff.h +++ b/cpp/include/stuff.h @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #pragma once diff --git a/cpp/include/tcp_transport.h b/cpp/include/tcp_transport.h index 62e14be5..918ccf5a 100644 --- a/cpp/include/tcp_transport.h +++ b/cpp/include/tcp_transport.h @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #pragma once diff --git a/cpp/include/transport.h b/cpp/include/transport.h index 7c82b569..2f5b6efa 100644 --- a/cpp/include/transport.h +++ b/cpp/include/transport.h @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #pragma once diff --git a/cpp/include/transport_helper.h b/cpp/include/transport_helper.h index ed9ec44e..17b68954 100644 --- a/cpp/include/transport_helper.h +++ b/cpp/include/transport_helper.h @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #pragma once diff --git a/cpp/src/examples/test_client.cc b/cpp/src/examples/test_client.cc index 197fb0d2..bc9930b6 100644 --- a/cpp/src/examples/test_client.cc +++ b/cpp/src/examples/test_client.cc @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #include diff --git a/cpp/src/lib/alba_common.cc b/cpp/src/lib/alba_common.cc index 1ac791b8..7233368c 100644 --- a/cpp/src/lib/alba_common.cc +++ b/cpp/src/lib/alba_common.cc @@ -1,22 +1,9 @@ /* - Copyright (C) 2016 iNuron NV - - This file is part of Open vStorage Open Source Edition (OSE), as available - from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - - This file is free software; you can redistribute it and/or modify it - under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) - as published by the Free Software Foundation, in version 3 as it comes - in the file of the Open vStorage OSE distribution. - - Open vStorage is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ + #include "alba_common.h" #include #include diff --git a/cpp/src/lib/alba_logger.cc b/cpp/src/lib/alba_logger.cc index cebb74d3..1daa0bb8 100644 --- a/cpp/src/lib/alba_logger.cc +++ b/cpp/src/lib/alba_logger.cc @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #include "alba_logger.h" diff --git a/cpp/src/lib/asd_access.cc b/cpp/src/lib/asd_access.cc index 3c6042d3..bdda3c9e 100644 --- a/cpp/src/lib/asd_access.cc +++ b/cpp/src/lib/asd_access.cc @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #include "asd_access.h" diff --git a/cpp/src/lib/asd_client.cc b/cpp/src/lib/asd_client.cc index b67e7f0c..0af3c94c 100644 --- a/cpp/src/lib/asd_client.cc +++ b/cpp/src/lib/asd_client.cc @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #include "asd_client.h" diff --git a/cpp/src/lib/asd_protocol.cc b/cpp/src/lib/asd_protocol.cc index 1d59f4bb..94f5500e 100644 --- a/cpp/src/lib/asd_protocol.cc +++ b/cpp/src/lib/asd_protocol.cc @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #include "asd_protocol.h" diff --git a/cpp/src/lib/checksum.cc b/cpp/src/lib/checksum.cc index fce6e938..0f9390b6 100644 --- a/cpp/src/lib/checksum.cc +++ b/cpp/src/lib/checksum.cc @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #include "checksum.h" diff --git a/cpp/src/lib/encryption.cc b/cpp/src/lib/encryption.cc index 9c6800e5..ae741ac8 100644 --- a/cpp/src/lib/encryption.cc +++ b/cpp/src/lib/encryption.cc @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #include "encryption.h" diff --git a/cpp/src/lib/generic_proxy_client.cc b/cpp/src/lib/generic_proxy_client.cc index de569d99..cbe8b416 100644 --- a/cpp/src/lib/generic_proxy_client.cc +++ b/cpp/src/lib/generic_proxy_client.cc @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #include "generic_proxy_client.h" diff --git a/cpp/src/lib/io.cc b/cpp/src/lib/io.cc index 18ad2bc5..582f074c 100644 --- a/cpp/src/lib/io.cc +++ b/cpp/src/lib/io.cc @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #include "io.h" diff --git a/cpp/src/lib/llio.cc b/cpp/src/lib/llio.cc index 1dae09a0..90581c9c 100644 --- a/cpp/src/lib/llio.cc +++ b/cpp/src/lib/llio.cc @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #include "llio.h" diff --git a/cpp/src/lib/lru_cache.h b/cpp/src/lib/lru_cache.h index 286091a6..ca6fa0d0 100644 --- a/cpp/src/lib/lru_cache.h +++ b/cpp/src/lib/lru_cache.h @@ -1,3 +1,8 @@ +/* + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see +*/ + // Copyright (C) 2016 iNuron NV // // This file is part of Open vStorage Open Source Edition (OSE), diff --git a/cpp/src/lib/manifest.cc b/cpp/src/lib/manifest.cc index f3885840..554cf5d8 100644 --- a/cpp/src/lib/manifest.cc +++ b/cpp/src/lib/manifest.cc @@ -1,21 +1,9 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ + #include "llio.h" #include "proxy_protocol.h" #include "snappy.h" diff --git a/cpp/src/lib/manifest_cache.cc b/cpp/src/lib/manifest_cache.cc index c0a50ecc..c1102399 100644 --- a/cpp/src/lib/manifest_cache.cc +++ b/cpp/src/lib/manifest_cache.cc @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #include "manifest_cache.h" diff --git a/cpp/src/lib/manifest_cache.h b/cpp/src/lib/manifest_cache.h index e58462ae..69fe8236 100644 --- a/cpp/src/lib/manifest_cache.h +++ b/cpp/src/lib/manifest_cache.h @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #pragma once diff --git a/cpp/src/lib/osd_access.cc b/cpp/src/lib/osd_access.cc index 52fb9b21..d36953b5 100644 --- a/cpp/src/lib/osd_access.cc +++ b/cpp/src/lib/osd_access.cc @@ -1,21 +1,9 @@ /* - Copyright (C) 2016 iNuron NV - - This file is part of Open vStorage Open Source Edition (OSE), as available - from - - - http://www.openvstorage.org and - http://www.openvstorage.com. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see +*/ - This file is free software; you can redistribute it and/or modify it - under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) - as published by the Free Software Foundation, in version 3 as it comes - in the file of the Open vStorage OSE distribution. - Open vStorage is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY of any kind. -*/ #include "osd_access.h" #include "alba_logger.h" diff --git a/cpp/src/lib/osd_info.cc b/cpp/src/lib/osd_info.cc index 142bd065..9d99ab81 100644 --- a/cpp/src/lib/osd_info.cc +++ b/cpp/src/lib/osd_info.cc @@ -1,20 +1,9 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see +*/ -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. -*/ #include "osd_info.h" #include "alba_logger.h" #include "llio.h" diff --git a/cpp/src/lib/proxy_client.cc b/cpp/src/lib/proxy_client.cc index 8e9b74e2..613cdd12 100644 --- a/cpp/src/lib/proxy_client.cc +++ b/cpp/src/lib/proxy_client.cc @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #include "proxy_client.h" diff --git a/cpp/src/lib/proxy_protocol.cc b/cpp/src/lib/proxy_protocol.cc index 4564cae2..f4af25dd 100644 --- a/cpp/src/lib/proxy_protocol.cc +++ b/cpp/src/lib/proxy_protocol.cc @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #include "proxy_protocol.h" diff --git a/cpp/src/lib/proxy_sequences.cc b/cpp/src/lib/proxy_sequences.cc index 9f5dab1c..67fbc140 100644 --- a/cpp/src/lib/proxy_sequences.cc +++ b/cpp/src/lib/proxy_sequences.cc @@ -1,22 +1,9 @@ /* - Copyright (C) 2016 iNuron NV - - This file is part of Open vStorage Open Source Edition (OSE), as available - from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - - This file is free software; you can redistribute it and/or modify it - under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) - as published by the Free Software Foundation, in version 3 as it comes - in the file of the Open vStorage OSE distribution. - - Open vStorage is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ + #include "proxy_sequences.h" namespace alba { diff --git a/cpp/src/lib/rdma_transport.cc b/cpp/src/lib/rdma_transport.cc index d65ede5d..45147e27 100644 --- a/cpp/src/lib/rdma_transport.cc +++ b/cpp/src/lib/rdma_transport.cc @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #include "rdma_transport.h" diff --git a/cpp/src/lib/rora_proxy_client.cc b/cpp/src/lib/rora_proxy_client.cc index 8c790534..8c1ef0f8 100644 --- a/cpp/src/lib/rora_proxy_client.cc +++ b/cpp/src/lib/rora_proxy_client.cc @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #include "rora_proxy_client.h" diff --git a/cpp/src/lib/rora_proxy_client.h b/cpp/src/lib/rora_proxy_client.h index 382253c4..356f1e6c 100644 --- a/cpp/src/lib/rora_proxy_client.h +++ b/cpp/src/lib/rora_proxy_client.h @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #pragma once diff --git a/cpp/src/lib/statistics.cc b/cpp/src/lib/statistics.cc index 29860948..8c8a04c1 100644 --- a/cpp/src/lib/statistics.cc +++ b/cpp/src/lib/statistics.cc @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #include "statistics.h" diff --git a/cpp/src/lib/stuff.cc b/cpp/src/lib/stuff.cc index 0a2c93af..1dbf10a3 100644 --- a/cpp/src/lib/stuff.cc +++ b/cpp/src/lib/stuff.cc @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #include "stuff.h" diff --git a/cpp/src/lib/tcp_transport.cc b/cpp/src/lib/tcp_transport.cc index 336ad3d6..6fe20404 100644 --- a/cpp/src/lib/tcp_transport.cc +++ b/cpp/src/lib/tcp_transport.cc @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #include "tcp_transport.h" diff --git a/cpp/src/lib/transport.cc b/cpp/src/lib/transport.cc index 7b20870f..ef66d667 100644 --- a/cpp/src/lib/transport.cc +++ b/cpp/src/lib/transport.cc @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #include "transport.h" diff --git a/cpp/src/lib/transport_helper.cc b/cpp/src/lib/transport_helper.cc index ddf9daeb..c06e940a 100644 --- a/cpp/src/lib/transport_helper.cc +++ b/cpp/src/lib/transport_helper.cc @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #include "transport_helper.h" diff --git a/cpp/src/tests/asd_client_test.cc b/cpp/src/tests/asd_client_test.cc index b28a4079..30560216 100644 --- a/cpp/src/tests/asd_client_test.cc +++ b/cpp/src/tests/asd_client_test.cc @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #include "asd_client.h" diff --git a/cpp/src/tests/llio_test.cc b/cpp/src/tests/llio_test.cc index 877decd9..aec2e5de 100644 --- a/cpp/src/tests/llio_test.cc +++ b/cpp/src/tests/llio_test.cc @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #include "llio.h" diff --git a/cpp/src/tests/main.cc b/cpp/src/tests/main.cc index 77df3f3d..ce1b1157 100644 --- a/cpp/src/tests/main.cc +++ b/cpp/src/tests/main.cc @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #include "alba_common.h" diff --git a/cpp/src/tests/proxy_client_test.cc b/cpp/src/tests/proxy_client_test.cc index c77f83a9..5d0548aa 100644 --- a/cpp/src/tests/proxy_client_test.cc +++ b/cpp/src/tests/proxy_client_test.cc @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #include "proxy_client.h" diff --git a/fabfile/__init__.py b/fabfile/__init__.py index db493cab..d41e692e 100644 --- a/fabfile/__init__.py +++ b/fabfile/__init__.py @@ -1,19 +1,6 @@ -""" -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. -""" +''' + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see +''' import alba diff --git a/fabfile/alba.py b/fabfile/alba.py index 94c14eda..a1a2ca59 100644 --- a/fabfile/alba.py +++ b/fabfile/alba.py @@ -1,20 +1,7 @@ -""" -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. -""" +''' + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see +''' from fabric.api import local, task, warn_only from fabric.context_managers import lcd, path, show diff --git a/fabfile/env.py b/fabfile/env.py index 3278a2af..f3f947fc 100644 --- a/fabfile/env.py +++ b/fabfile/env.py @@ -1,20 +1,7 @@ -""" -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. -""" +''' + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see +''' import os diff --git a/ocaml/src/alba.ml b/ocaml/src/alba.ml index 40a677bc..e402feba 100644 --- a/ocaml/src/alba.ml +++ b/ocaml/src/alba.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open Cmdliner diff --git a/ocaml/src/alba_arakoon.ml b/ocaml/src/alba_arakoon.ml index bba722e0..08c9edfa 100644 --- a/ocaml/src/alba_arakoon.ml +++ b/ocaml/src/alba_arakoon.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/alba_arakoon_deser.ml b/ocaml/src/alba_arakoon_deser.ml index 2ed78d62..e8fb1f5a 100644 --- a/ocaml/src/alba_arakoon_deser.ml +++ b/ocaml/src/alba_arakoon_deser.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/alba_base_client.ml b/ocaml/src/alba_base_client.ml index bf2f6829..45fbd3f9 100644 --- a/ocaml/src/alba_base_client.ml +++ b/ocaml/src/alba_base_client.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/alba_based_osd.ml b/ocaml/src/alba_based_osd.ml index 5a879f77..6a5bb9b2 100644 --- a/ocaml/src/alba_based_osd.ml +++ b/ocaml/src/alba_based_osd.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/alba_bench.ml b/ocaml/src/alba_bench.ml index af6a7074..97a43ece 100644 --- a/ocaml/src/alba_bench.ml +++ b/ocaml/src/alba_bench.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/alba_client.ml b/ocaml/src/alba_client.ml index 726dc5f3..e9259e52 100644 --- a/ocaml/src/alba_client.ml +++ b/ocaml/src/alba_client.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/alba_client2.ml b/ocaml/src/alba_client2.ml index 1d3df4c3..f63948d5 100644 --- a/ocaml/src/alba_client2.ml +++ b/ocaml/src/alba_client2.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/alba_client_common.ml b/ocaml/src/alba_client_common.ml index e7adff01..881578c7 100644 --- a/ocaml/src/alba_client_common.ml +++ b/ocaml/src/alba_client_common.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/alba_client_download.ml b/ocaml/src/alba_client_download.ml index cd0a794e..5d0307d9 100644 --- a/ocaml/src/alba_client_download.ml +++ b/ocaml/src/alba_client_download.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/alba_client_download_slices.ml b/ocaml/src/alba_client_download_slices.ml index 879fd6fb..c4ea357d 100644 --- a/ocaml/src/alba_client_download_slices.ml +++ b/ocaml/src/alba_client_download_slices.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/alba_client_errors.ml b/ocaml/src/alba_client_errors.ml index 94fdd705..e3267ea0 100644 --- a/ocaml/src/alba_client_errors.ml +++ b/ocaml/src/alba_client_errors.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/alba_client_message_delivery.ml b/ocaml/src/alba_client_message_delivery.ml index d7a86122..ca792096 100644 --- a/ocaml/src/alba_client_message_delivery.ml +++ b/ocaml/src/alba_client_message_delivery.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/alba_client_message_delivery_base.ml b/ocaml/src/alba_client_message_delivery_base.ml index 0cc5eadd..c2140e94 100644 --- a/ocaml/src/alba_client_message_delivery_base.ml +++ b/ocaml/src/alba_client_message_delivery_base.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/alba_client_namespace.ml b/ocaml/src/alba_client_namespace.ml index d2e31578..47e48433 100644 --- a/ocaml/src/alba_client_namespace.ml +++ b/ocaml/src/alba_client_namespace.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/alba_client_osd.ml b/ocaml/src/alba_client_osd.ml index eccfd0d2..e316daf4 100644 --- a/ocaml/src/alba_client_osd.ml +++ b/ocaml/src/alba_client_osd.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/alba_client_preset_cache.ml b/ocaml/src/alba_client_preset_cache.ml index 5ee0b0ae..706a9f35 100644 --- a/ocaml/src/alba_client_preset_cache.ml +++ b/ocaml/src/alba_client_preset_cache.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/alba_client_sequence.ml b/ocaml/src/alba_client_sequence.ml index 3f6872f0..a8c3689b 100644 --- a/ocaml/src/alba_client_sequence.ml +++ b/ocaml/src/alba_client_sequence.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/alba_client_upload.ml b/ocaml/src/alba_client_upload.ml index 58c929b1..01eca71b 100644 --- a/ocaml/src/alba_client_upload.ml +++ b/ocaml/src/alba_client_upload.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/alba_eviction.ml b/ocaml/src/alba_eviction.ml index 2941780d..886c32d7 100644 --- a/ocaml/src/alba_eviction.ml +++ b/ocaml/src/alba_eviction.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/alba_json.ml b/ocaml/src/alba_json.ml index 5e9ee146..5baccb8e 100644 --- a/ocaml/src/alba_json.ml +++ b/ocaml/src/alba_json.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/alba_osd.ml b/ocaml/src/alba_osd.ml index 949d3669..29467338 100644 --- a/ocaml/src/alba_osd.ml +++ b/ocaml/src/alba_osd.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/alba_osd_test.ml b/ocaml/src/alba_osd_test.ml index 01f10e7f..ca3a8d54 100644 --- a/ocaml/src/alba_osd_test.ml +++ b/ocaml/src/alba_osd_test.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/alba_statistics.ml b/ocaml/src/alba_statistics.ml index 9bcc9ed3..493334c4 100644 --- a/ocaml/src/alba_statistics.ml +++ b/ocaml/src/alba_statistics.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/alba_test.ml b/ocaml/src/alba_test.ml index d9068264..4f5e7554 100644 --- a/ocaml/src/alba_test.ml +++ b/ocaml/src/alba_test.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/albamgr_access.ml b/ocaml/src/albamgr_access.ml index e4c79f84..cb36c7e4 100644 --- a/ocaml/src/albamgr_access.ml +++ b/ocaml/src/albamgr_access.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/albamgr_client.ml b/ocaml/src/albamgr_client.ml index eb217b7d..186ab68e 100644 --- a/ocaml/src/albamgr_client.ml +++ b/ocaml/src/albamgr_client.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/albamgr_plugin.ml b/ocaml/src/albamgr_plugin.ml index d3520d61..5532e889 100644 --- a/ocaml/src/albamgr_plugin.ml +++ b/ocaml/src/albamgr_plugin.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/albamgr_protocol.ml b/ocaml/src/albamgr_protocol.ml index 7840eabb..ed1d5b2c 100644 --- a/ocaml/src/albamgr_protocol.ml +++ b/ocaml/src/albamgr_protocol.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/albamgr_protocol_test.ml b/ocaml/src/albamgr_protocol_test.ml index aef30065..7b04fa2e 100644 --- a/ocaml/src/albamgr_protocol_test.ml +++ b/ocaml/src/albamgr_protocol_test.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/albamgr_test.ml b/ocaml/src/albamgr_test.ml index b8d8efc1..9b9c1c6b 100644 --- a/ocaml/src/albamgr_test.ml +++ b/ocaml/src/albamgr_test.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/arith64.ml b/ocaml/src/arith64.ml index 84a1bbba..6b8caa8a 100644 --- a/ocaml/src/arith64.ml +++ b/ocaml/src/arith64.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/asd_bench.ml b/ocaml/src/asd_bench.ml index 18ec02fd..0404a007 100644 --- a/ocaml/src/asd_bench.ml +++ b/ocaml/src/asd_bench.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/asd_client.ml b/ocaml/src/asd_client.ml index 84a349dd..67503348 100644 --- a/ocaml/src/asd_client.ml +++ b/ocaml/src/asd_client.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/asd_config.ml b/ocaml/src/asd_config.ml index 4b82c577..d3043ab8 100644 --- a/ocaml/src/asd_config.ml +++ b/ocaml/src/asd_config.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/asd_io_scheduler.ml b/ocaml/src/asd_io_scheduler.ml index 422ee690..da020314 100644 --- a/ocaml/src/asd_io_scheduler.ml +++ b/ocaml/src/asd_io_scheduler.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/asd_protocol.ml b/ocaml/src/asd_protocol.ml index b37abdea..85f4ce33 100644 --- a/ocaml/src/asd_protocol.ml +++ b/ocaml/src/asd_protocol.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/asd_protocol_test.ml b/ocaml/src/asd_protocol_test.ml index 5afcdd15..640f881f 100644 --- a/ocaml/src/asd_protocol_test.ml +++ b/ocaml/src/asd_protocol_test.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/asd_server.ml b/ocaml/src/asd_server.ml index cf31c756..48c2bfb5 100644 --- a/ocaml/src/asd_server.ml +++ b/ocaml/src/asd_server.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open Lwt.Infix diff --git a/ocaml/src/asd_statistics.ml b/ocaml/src/asd_statistics.ml index 943139ce..76a5afd8 100644 --- a/ocaml/src/asd_statistics.ml +++ b/ocaml/src/asd_statistics.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/asd_test.ml b/ocaml/src/asd_test.ml index c3f99bb1..f8ba9721 100644 --- a/ocaml/src/asd_test.ml +++ b/ocaml/src/asd_test.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/automatic_repair.ml b/ocaml/src/automatic_repair.ml index 9cc1e46c..d1b7598c 100644 --- a/ocaml/src/automatic_repair.ml +++ b/ocaml/src/automatic_repair.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/capabilities.ml b/ocaml/src/capabilities.ml index 59f7f52e..6a3dc2d7 100644 --- a/ocaml/src/capabilities.ml +++ b/ocaml/src/capabilities.ml @@ -1,20 +1,8 @@ (* -Copyright (C) 2016 iNuron NV + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see +*) -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. - *) open! Prelude diff --git a/ocaml/src/choose.ml b/ocaml/src/choose.ml index 7e14b6f3..40abdc89 100644 --- a/ocaml/src/choose.ml +++ b/ocaml/src/choose.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/choose_test.ml b/ocaml/src/choose_test.ml index 96d35dd5..57a7c591 100644 --- a/ocaml/src/choose_test.ml +++ b/ocaml/src/choose_test.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/cli_asd.ml b/ocaml/src/cli_asd.ml index e850944e..dd16667a 100644 --- a/ocaml/src/cli_asd.ml +++ b/ocaml/src/cli_asd.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/cli_bench.ml b/ocaml/src/cli_bench.ml index 1f74ca26..5a44dc25 100644 --- a/ocaml/src/cli_bench.ml +++ b/ocaml/src/cli_bench.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open Cmdliner diff --git a/ocaml/src/cli_bench_common.ml b/ocaml/src/cli_bench_common.ml index fa8fed76..cdffbbd4 100644 --- a/ocaml/src/cli_bench_common.ml +++ b/ocaml/src/cli_bench_common.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/cli_common.ml b/ocaml/src/cli_common.ml index 375477a4..6dcf3bc8 100644 --- a/ocaml/src/cli_common.ml +++ b/ocaml/src/cli_common.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/cli_maintenance.ml b/ocaml/src/cli_maintenance.ml index 62ebad60..712863bf 100644 --- a/ocaml/src/cli_maintenance.ml +++ b/ocaml/src/cli_maintenance.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/cli_messages.ml b/ocaml/src/cli_messages.ml index bbbabc91..5b017c35 100644 --- a/ocaml/src/cli_messages.ml +++ b/ocaml/src/cli_messages.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/cli_mgr.ml b/ocaml/src/cli_mgr.ml index 7b07958b..644d0c8c 100644 --- a/ocaml/src/cli_mgr.ml +++ b/ocaml/src/cli_mgr.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/cli_nsm_host.ml b/ocaml/src/cli_nsm_host.ml index 93da744d..20467a70 100644 --- a/ocaml/src/cli_nsm_host.ml +++ b/ocaml/src/cli_nsm_host.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open Cli_common diff --git a/ocaml/src/cli_osd.ml b/ocaml/src/cli_osd.ml index 6809e431..615b1e53 100644 --- a/ocaml/src/cli_osd.ml +++ b/ocaml/src/cli_osd.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open Cmdliner diff --git a/ocaml/src/cli_preset.ml b/ocaml/src/cli_preset.ml index 8bf0cba6..4f84926e 100644 --- a/ocaml/src/cli_preset.ml +++ b/ocaml/src/cli_preset.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/cli_proxy.ml b/ocaml/src/cli_proxy.ml index 882dca49..dedc4584 100644 --- a/ocaml/src/cli_proxy.ml +++ b/ocaml/src/cli_proxy.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open Lwt.Infix diff --git a/ocaml/src/discovery.ml b/ocaml/src/discovery.ml index 1d0d7713..40ec6311 100644 --- a/ocaml/src/discovery.ml +++ b/ocaml/src/discovery.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open Ctypes diff --git a/ocaml/src/disk_failure_tests.ml b/ocaml/src/disk_failure_tests.ml index 03295095..64561bad 100644 --- a/ocaml/src/disk_failure_tests.ml +++ b/ocaml/src/disk_failure_tests.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/disk_safety.ml b/ocaml/src/disk_safety.ml index 8412eae0..d6a3528e 100644 --- a/ocaml/src/disk_safety.ml +++ b/ocaml/src/disk_safety.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/disk_safety_test.ml b/ocaml/src/disk_safety_test.ml index ef3675f7..3ca09d38 100644 --- a/ocaml/src/disk_safety_test.ml +++ b/ocaml/src/disk_safety_test.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/encrypt_info_helper.ml b/ocaml/src/encrypt_info_helper.ml index 563dad79..94f5dc1c 100644 --- a/ocaml/src/encrypt_info_helper.ml +++ b/ocaml/src/encrypt_info_helper.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) (* This module exists so no ctypes stuff is used diff --git a/ocaml/src/erasure.ml b/ocaml/src/erasure.ml index 697a93b0..e0bd648b 100644 --- a/ocaml/src/erasure.ml +++ b/ocaml/src/erasure.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/erasure_test.ml b/ocaml/src/erasure_test.ml index f519b86d..bbad09bd 100644 --- a/ocaml/src/erasure_test.ml +++ b/ocaml/src/erasure_test.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/experiments/discovery_demo.ml b/ocaml/src/experiments/discovery_demo.ml index ca38740a..b96f2b04 100644 --- a/ocaml/src/experiments/discovery_demo.ml +++ b/ocaml/src/experiments/discovery_demo.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/fragment_cache.ml b/ocaml/src/fragment_cache.ml index 7f97d73f..f5d7c8bf 100644 --- a/ocaml/src/fragment_cache.ml +++ b/ocaml/src/fragment_cache.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/fragment_cache_alba.ml b/ocaml/src/fragment_cache_alba.ml index c8f4ae33..8d31419c 100644 --- a/ocaml/src/fragment_cache_alba.ml +++ b/ocaml/src/fragment_cache_alba.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/fragment_cache_config.ml b/ocaml/src/fragment_cache_config.ml index 76edc257..a432a5a7 100644 --- a/ocaml/src/fragment_cache_config.ml +++ b/ocaml/src/fragment_cache_config.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open Lwt.Infix diff --git a/ocaml/src/fragment_cache_config_test.ml b/ocaml/src/fragment_cache_config_test.ml index 55a011c7..9633b13d 100644 --- a/ocaml/src/fragment_cache_config_test.ml +++ b/ocaml/src/fragment_cache_config_test.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/fragment_cache_fs.ml b/ocaml/src/fragment_cache_fs.ml index 42dcd8aa..af803a47 100644 --- a/ocaml/src/fragment_cache_fs.ml +++ b/ocaml/src/fragment_cache_fs.ml @@ -1,20 +1,9 @@ (* -Copyright (C) 2017 iNuron NV + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see +*) -This file is part of Open vStorage Open Source Edition (OSE), as available from - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. - *) open! Prelude open Unix open Lwt.Infix diff --git a/ocaml/src/fragment_cache_keys.ml b/ocaml/src/fragment_cache_keys.ml index 18963b0f..9d7386a4 100644 --- a/ocaml/src/fragment_cache_keys.ml +++ b/ocaml/src/fragment_cache_keys.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/fragment_cache_test.ml b/ocaml/src/fragment_cache_test.ml index d9d1e306..0c07b9f5 100644 --- a/ocaml/src/fragment_cache_test.ml +++ b/ocaml/src/fragment_cache_test.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/fragment_helper.ml b/ocaml/src/fragment_helper.ml index 79af1905..83b2eeda 100644 --- a/ocaml/src/fragment_helper.ml +++ b/ocaml/src/fragment_helper.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/fragment_helper_test.ml b/ocaml/src/fragment_helper_test.ml index 44db9a48..7cc6aa96 100644 --- a/ocaml/src/fragment_helper_test.ml +++ b/ocaml/src/fragment_helper_test.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/fragment_size_helper_test.ml b/ocaml/src/fragment_size_helper_test.ml index 91ac9c3e..bb81778b 100644 --- a/ocaml/src/fragment_size_helper_test.ml +++ b/ocaml/src/fragment_size_helper_test.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/fsutil_demo.ml b/ocaml/src/fsutil_demo.ml index c7bfda88..f3ea93cc 100644 --- a/ocaml/src/fsutil_demo.ml +++ b/ocaml/src/fsutil_demo.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/generic_bench.ml b/ocaml/src/generic_bench.ml index 6667d972..c99f1cfd 100644 --- a/ocaml/src/generic_bench.ml +++ b/ocaml/src/generic_bench.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/isa_l.ml b/ocaml/src/isa_l.ml index c028abe8..b99023bc 100644 --- a/ocaml/src/isa_l.ml +++ b/ocaml/src/isa_l.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/jerasure.ml b/ocaml/src/jerasure.ml index d1c0b59b..d365fdd5 100644 --- a/ocaml/src/jerasure.ml +++ b/ocaml/src/jerasure.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/key_value_store.ml b/ocaml/src/key_value_store.ml index c0a25659..b69b847f 100644 --- a/ocaml/src/key_value_store.ml +++ b/ocaml/src/key_value_store.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/kinetic_client.ml b/ocaml/src/kinetic_client.ml index 23faf76e..1c993ce0 100644 --- a/ocaml/src/kinetic_client.ml +++ b/ocaml/src/kinetic_client.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open Osd diff --git a/ocaml/src/kinetic_client_test.ml b/ocaml/src/kinetic_client_test.ml index 669058c1..f426b99e 100644 --- a/ocaml/src/kinetic_client_test.ml +++ b/ocaml/src/kinetic_client_test.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/log_plugin.ml b/ocaml/src/log_plugin.ml index 2c3e7e73..1fa322fa 100644 --- a/ocaml/src/log_plugin.ml +++ b/ocaml/src/log_plugin.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/maintenance.ml b/ocaml/src/maintenance.ml index 9bc65975..f7f7eb4e 100644 --- a/ocaml/src/maintenance.ml +++ b/ocaml/src/maintenance.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/maintenance_common.ml b/ocaml/src/maintenance_common.ml index af259729..a9996964 100644 --- a/ocaml/src/maintenance_common.ml +++ b/ocaml/src/maintenance_common.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/maintenance_config.ml b/ocaml/src/maintenance_config.ml index 7bdc51a1..2ddb5c00 100644 --- a/ocaml/src/maintenance_config.ml +++ b/ocaml/src/maintenance_config.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/maintenance_coordination.ml b/ocaml/src/maintenance_coordination.ml index f9fae3ab..ea05e6b8 100644 --- a/ocaml/src/maintenance_coordination.ml +++ b/ocaml/src/maintenance_coordination.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/maintenance_coordination_test.ml b/ocaml/src/maintenance_coordination_test.ml index 1545b2ef..d917f961 100644 --- a/ocaml/src/maintenance_coordination_test.ml +++ b/ocaml/src/maintenance_coordination_test.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/maintenance_helper.ml b/ocaml/src/maintenance_helper.ml index fb39f8c0..d2956491 100644 --- a/ocaml/src/maintenance_helper.ml +++ b/ocaml/src/maintenance_helper.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/maintenance_test.ml b/ocaml/src/maintenance_test.ml index 3f755f47..cb88bbb2 100644 --- a/ocaml/src/maintenance_test.ml +++ b/ocaml/src/maintenance_test.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open Lwt.Infix diff --git a/ocaml/src/manifest_cache.ml b/ocaml/src/manifest_cache.ml index 7c64092b..8a2b4b4c 100644 --- a/ocaml/src/manifest_cache.ml +++ b/ocaml/src/manifest_cache.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/manifest_deser.ml b/ocaml/src/manifest_deser.ml index 50497b58..4e1ccd14 100644 --- a/ocaml/src/manifest_deser.ml +++ b/ocaml/src/manifest_deser.ml @@ -1,21 +1,9 @@ (* -Copyright (C) 2017 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) + open! Prelude open Nsm_model diff --git a/ocaml/src/mem_key_value_store.ml b/ocaml/src/mem_key_value_store.ml index 0e4763bf..2c881a4d 100644 --- a/ocaml/src/mem_key_value_store.ml +++ b/ocaml/src/mem_key_value_store.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/mem_stats.ml b/ocaml/src/mem_stats.ml index 910b7135..393edb71 100644 --- a/ocaml/src/mem_stats.ml +++ b/ocaml/src/mem_stats.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/model/alba_compression.ml b/ocaml/src/model/alba_compression.ml index 47bf2a3d..4467078e 100644 --- a/ocaml/src/model/alba_compression.ml +++ b/ocaml/src/model/alba_compression.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/model/checksum.ml b/ocaml/src/model/checksum.ml index d785a9a7..3e421f7c 100644 --- a/ocaml/src/model/checksum.ml +++ b/ocaml/src/model/checksum.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/model/checksum_deser.ml b/ocaml/src/model/checksum_deser.ml index 2323283f..bd699d09 100644 --- a/ocaml/src/model/checksum_deser.ml +++ b/ocaml/src/model/checksum_deser.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/model/consistency.ml b/ocaml/src/model/consistency.ml index 7da84954..8e998242 100644 --- a/ocaml/src/model/consistency.ml +++ b/ocaml/src/model/consistency.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/model/encryption.ml b/ocaml/src/model/encryption.ml index c05ed5be..a8a6bc5f 100644 --- a/ocaml/src/model/encryption.ml +++ b/ocaml/src/model/encryption.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/model/encryption_test.ml b/ocaml/src/model/encryption_test.ml index db91f635..fc80e04c 100644 --- a/ocaml/src/model/encryption_test.ml +++ b/ocaml/src/model/encryption_test.ml @@ -1,20 +1,8 @@ (* -Copyright (C) 2016 iNuron NV + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see +*) -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. - *) open! Prelude open OUnit diff --git a/ocaml/src/model/fragment.ml b/ocaml/src/model/fragment.ml index 82457e79..bb7c1411 100644 --- a/ocaml/src/model/fragment.ml +++ b/ocaml/src/model/fragment.ml @@ -1,20 +1,8 @@ (* -Copyright (C) 2017 iNuron NV + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see +*) -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. - *) open Checksum type version = int [@@deriving show, yojson] diff --git a/ocaml/src/model/fragment_size_helper.ml b/ocaml/src/model/fragment_size_helper.ml index b3a1ddf6..a6b5d30b 100644 --- a/ocaml/src/model/fragment_size_helper.ml +++ b/ocaml/src/model/fragment_size_helper.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/model/fragment_update.ml b/ocaml/src/model/fragment_update.ml index 48624e23..c8d1c69c 100644 --- a/ocaml/src/model/fragment_update.ml +++ b/ocaml/src/model/fragment_update.ml @@ -1,20 +1,8 @@ (* -Copyright (C) 2016 iNuron NV + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see +*) -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. - *) open Fragment open Preset diff --git a/ocaml/src/model/layout.ml b/ocaml/src/model/layout.ml index 5ff8e72a..3f3c6b2a 100644 --- a/ocaml/src/model/layout.ml +++ b/ocaml/src/model/layout.ml @@ -1,20 +1,8 @@ (* -Copyright (C) 2016 iNuron NV + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see +*) -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. - *) open! Prelude diff --git a/ocaml/src/model/policy.ml b/ocaml/src/model/policy.ml index e7dce718..1ccd5f48 100644 --- a/ocaml/src/model/policy.ml +++ b/ocaml/src/model/policy.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/model/policy_test.ml b/ocaml/src/model/policy_test.ml index 098347b6..0dd928d8 100644 --- a/ocaml/src/model/policy_test.ml +++ b/ocaml/src/model/policy_test.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/model/preset.ml b/ocaml/src/model/preset.ml index be42347d..d7beb3bb 100644 --- a/ocaml/src/model/preset.ml +++ b/ocaml/src/model/preset.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/nsm_client.ml b/ocaml/src/nsm_client.ml index dbcecb21..ed6fae74 100644 --- a/ocaml/src/nsm_client.ml +++ b/ocaml/src/nsm_client.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/nsm_host_access.ml b/ocaml/src/nsm_host_access.ml index d5f33aa0..f320eeac 100644 --- a/ocaml/src/nsm_host_access.ml +++ b/ocaml/src/nsm_host_access.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/nsm_host_client.ml b/ocaml/src/nsm_host_client.ml index dbe1188c..0bde6d1a 100644 --- a/ocaml/src/nsm_host_client.ml +++ b/ocaml/src/nsm_host_client.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/nsm_host_plugin.ml b/ocaml/src/nsm_host_plugin.ml index 7d9c2f39..c51ec873 100644 --- a/ocaml/src/nsm_host_plugin.ml +++ b/ocaml/src/nsm_host_plugin.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open Lwt.Infix diff --git a/ocaml/src/nsm_host_protocol.ml b/ocaml/src/nsm_host_protocol.ml index 3c8d13fe..56aa2e0e 100644 --- a/ocaml/src/nsm_host_protocol.ml +++ b/ocaml/src/nsm_host_protocol.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/nsm_model.ml b/ocaml/src/nsm_model.ml index ac3d9e6e..8fc22ead 100644 --- a/ocaml/src/nsm_model.ml +++ b/ocaml/src/nsm_model.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/nsm_model_test.ml b/ocaml/src/nsm_model_test.ml index bcb9c788..dfb399d5 100644 --- a/ocaml/src/nsm_model_test.ml +++ b/ocaml/src/nsm_model_test.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/nsm_protocol.ml b/ocaml/src/nsm_protocol.ml index 7cde61cc..3c19293f 100644 --- a/ocaml/src/nsm_protocol.ml +++ b/ocaml/src/nsm_protocol.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/nsm_protocol_test.ml b/ocaml/src/nsm_protocol_test.ml index ccb089f7..99adee17 100644 --- a/ocaml/src/nsm_protocol_test.ml +++ b/ocaml/src/nsm_protocol_test.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/osd.ml b/ocaml/src/osd.ml index 9b533227..046352b5 100644 --- a/ocaml/src/osd.ml +++ b/ocaml/src/osd.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/osd_access.ml b/ocaml/src/osd_access.ml index f9e7ce09..0f40fb2b 100644 --- a/ocaml/src/osd_access.ml +++ b/ocaml/src/osd_access.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/osd_access_type.ml b/ocaml/src/osd_access_type.ml index 4e97ff36..9e1d5be7 100644 --- a/ocaml/src/osd_access_type.ml +++ b/ocaml/src/osd_access_type.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/osd_bench.ml b/ocaml/src/osd_bench.ml index 7805cda4..ab9b30d1 100644 --- a/ocaml/src/osd_bench.ml +++ b/ocaml/src/osd_bench.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/osd_deser.ml b/ocaml/src/osd_deser.ml index 73378dcf..b1e9ca3c 100644 --- a/ocaml/src/osd_deser.ml +++ b/ocaml/src/osd_deser.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/osd_keys.ml b/ocaml/src/osd_keys.ml index 2f262217..b10e87b0 100644 --- a/ocaml/src/osd_keys.ml +++ b/ocaml/src/osd_keys.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/osd_kvs_test.ml b/ocaml/src/osd_kvs_test.ml index 233e2c0b..4a5ebd5d 100644 --- a/ocaml/src/osd_kvs_test.ml +++ b/ocaml/src/osd_kvs_test.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/osd_state.ml b/ocaml/src/osd_state.ml index 6333bd8c..1fef4d60 100644 --- a/ocaml/src/osd_state.ml +++ b/ocaml/src/osd_state.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/other/posix.ml b/ocaml/src/other/posix.ml index f4cc467f..13f241ef 100644 --- a/ocaml/src/other/posix.ml +++ b/ocaml/src/other/posix.ml @@ -34,7 +34,7 @@ external posix_fadvise: Unix.file_descr -> int -> int -> posix_fadv -> unit external fallocate: Unix.file_descr -> int -> int -> int -> unit = "_bs_posix_fallocate" - + let lwt_posix_fadvise fd pos len fadv = let ufd = Lwt_unix.unix_file_descr fd in Lwt_preemptive.detach diff --git a/ocaml/src/other/posix_test.ml b/ocaml/src/other/posix_test.ml index 6df6220b..55ece15b 100644 --- a/ocaml/src/other/posix_test.ml +++ b/ocaml/src/other/posix_test.ml @@ -1,25 +1,13 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) + open! Prelude open OUnit open Lwt.Infix - + let test_fallocate () = let t = let fn = "./fallocate_test.bin" in @@ -46,7 +34,7 @@ let test_fallocate () = Lwt.return_unit in Lwt_main.run t - + let suite = "posix_test" >::: [ "test_fallocate" >:: test_fallocate ] diff --git a/ocaml/src/plugin_extra.ml b/ocaml/src/plugin_extra.ml index 93b94584..b259e42c 100644 --- a/ocaml/src/plugin_extra.ml +++ b/ocaml/src/plugin_extra.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/proxy_bench.ml b/ocaml/src/proxy_bench.ml index 9c2d9003..9b57febe 100644 --- a/ocaml/src/proxy_bench.ml +++ b/ocaml/src/proxy_bench.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/proxy_client.ml b/ocaml/src/proxy_client.ml index d0617422..77aeca3d 100644 --- a/ocaml/src/proxy_client.ml +++ b/ocaml/src/proxy_client.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/proxy_osd.ml b/ocaml/src/proxy_osd.ml index ec690a30..f52ea977 100644 --- a/ocaml/src/proxy_osd.ml +++ b/ocaml/src/proxy_osd.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/proxy_osd_test.ml b/ocaml/src/proxy_osd_test.ml index 25791493..e0e3223d 100644 --- a/ocaml/src/proxy_osd_test.ml +++ b/ocaml/src/proxy_osd_test.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/proxy_protocol.ml b/ocaml/src/proxy_protocol.ml index b6b071f8..543f9a69 100644 --- a/ocaml/src/proxy_protocol.ml +++ b/ocaml/src/proxy_protocol.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) (* TODO: diff --git a/ocaml/src/proxy_server.ml b/ocaml/src/proxy_server.ml index 92a3d421..3815a114 100644 --- a/ocaml/src/proxy_server.ml +++ b/ocaml/src/proxy_server.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open Lwt.Infix diff --git a/ocaml/src/proxy_test.ml b/ocaml/src/proxy_test.ml index e8bca314..fba84919 100644 --- a/ocaml/src/proxy_test.ml +++ b/ocaml/src/proxy_test.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/range_query_args.ml b/ocaml/src/range_query_args.ml index 12c4a904..11827d70 100644 --- a/ocaml/src/range_query_args.ml +++ b/ocaml/src/range_query_args.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/range_query_args2.ml b/ocaml/src/range_query_args2.ml index 32fc9592..93044278 100644 --- a/ocaml/src/range_query_args2.ml +++ b/ocaml/src/range_query_args2.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/read_preference_test.ml b/ocaml/src/read_preference_test.ml index e62ccccd..c12b4f6f 100644 --- a/ocaml/src/read_preference_test.ml +++ b/ocaml/src/read_preference_test.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open Lwt.Infix diff --git a/ocaml/src/rebalancing_helper.ml b/ocaml/src/rebalancing_helper.ml index fc0236d5..1e260a8f 100644 --- a/ocaml/src/rebalancing_helper.ml +++ b/ocaml/src/rebalancing_helper.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/rebalancing_helper_test.ml b/ocaml/src/rebalancing_helper_test.ml index 74c2b50a..1b0ac2a8 100644 --- a/ocaml/src/rebalancing_helper_test.ml +++ b/ocaml/src/rebalancing_helper_test.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/recover_nsm_host.ml b/ocaml/src/recover_nsm_host.ml index 3e9b4d4a..3e747464 100644 --- a/ocaml/src/recover_nsm_host.ml +++ b/ocaml/src/recover_nsm_host.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open Lwt.Infix diff --git a/ocaml/src/recovery_info.ml b/ocaml/src/recovery_info.ml index 87c08012..83286550 100644 --- a/ocaml/src/recovery_info.ml +++ b/ocaml/src/recovery_info.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/remotes.ml b/ocaml/src/remotes.ml index acd7f4ee..95cbe31c 100644 --- a/ocaml/src/remotes.ml +++ b/ocaml/src/remotes.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open Lwt.Infix diff --git a/ocaml/src/repair.ml b/ocaml/src/repair.ml index 1383d7a0..5901bede 100644 --- a/ocaml/src/repair.ml +++ b/ocaml/src/repair.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/rocks_store.ml b/ocaml/src/rocks_store.ml index f6a36858..f9cbcf69 100644 --- a/ocaml/src/rocks_store.ml +++ b/ocaml/src/rocks_store.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/sync_bench.ml b/ocaml/src/sync_bench.ml index 726d7b2c..aec593a0 100644 --- a/ocaml/src/sync_bench.ml +++ b/ocaml/src/sync_bench.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open Lwt.Infix diff --git a/ocaml/src/test.ml b/ocaml/src/test.ml index d8b8df31..b277b0e2 100644 --- a/ocaml/src/test.ml +++ b/ocaml/src/test.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/tools/alba_crc32c.ml b/ocaml/src/tools/alba_crc32c.ml index 9983b36f..92186fc6 100644 --- a/ocaml/src/tools/alba_crc32c.ml +++ b/ocaml/src/tools/alba_crc32c.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/tools/alba_crc32c_stubs.c b/ocaml/src/tools/alba_crc32c_stubs.c index 1ec9fba5..4dbeaaf6 100644 --- a/ocaml/src/tools/alba_crc32c_stubs.c +++ b/ocaml/src/tools/alba_crc32c_stubs.c @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #include diff --git a/ocaml/src/tools/alba_crc32c_test.ml b/ocaml/src/tools/alba_crc32c_test.ml index 72d17a2d..9f426c39 100644 --- a/ocaml/src/tools/alba_crc32c_test.ml +++ b/ocaml/src/tools/alba_crc32c_test.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/tools/alba_gcrypt_stubs.c b/ocaml/src/tools/alba_gcrypt_stubs.c index 93bc02f5..0c78d647 100644 --- a/ocaml/src/tools/alba_gcrypt_stubs.c +++ b/ocaml/src/tools/alba_gcrypt_stubs.c @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #include diff --git a/ocaml/src/tools/alba_interval.ml b/ocaml/src/tools/alba_interval.ml index 9c7d14cd..5f5ba3ad 100644 --- a/ocaml/src/tools/alba_interval.ml +++ b/ocaml/src/tools/alba_interval.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/tools/alba_llio.ml b/ocaml/src/tools/alba_llio.ml index 2c24453b..2161c3c1 100644 --- a/ocaml/src/tools/alba_llio.ml +++ b/ocaml/src/tools/alba_llio.ml @@ -1,20 +1,8 @@ (* -Copyright (C) 2017 iNuron NV + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see +*) -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. - *) open! Prelude diff --git a/ocaml/src/tools/alba_partial_read.ml b/ocaml/src/tools/alba_partial_read.ml index a2aca221..85b79c4c 100644 --- a/ocaml/src/tools/alba_partial_read.ml +++ b/ocaml/src/tools/alba_partial_read.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/tools/alba_partial_read_stubs.c b/ocaml/src/tools/alba_partial_read_stubs.c index 9646ab5f..1c96e02a 100644 --- a/ocaml/src/tools/alba_partial_read_stubs.c +++ b/ocaml/src/tools/alba_partial_read_stubs.c @@ -1,21 +1,9 @@ /* - Copyright (C) 2016 iNuron NV - - This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - - This file is free software; you can redistribute it and/or modify it - under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) - as published by the Free Software Foundation, in version 3 as it comes - in the file of the Open vStorage OSE distribution. - - Open vStorage is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ + #include #include #include diff --git a/ocaml/src/tools/alba_wrappers.ml b/ocaml/src/tools/alba_wrappers.ml index ca8695e6..ffc2ecf4 100644 --- a/ocaml/src/tools/alba_wrappers.ml +++ b/ocaml/src/tools/alba_wrappers.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/tools/alba_wrappers_stubs.c b/ocaml/src/tools/alba_wrappers_stubs.c index cd9b9a54..89b4ed72 100644 --- a/ocaml/src/tools/alba_wrappers_stubs.c +++ b/ocaml/src/tools/alba_wrappers_stubs.c @@ -1,19 +1,6 @@ /* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see */ #include diff --git a/ocaml/src/tools/bigstring_slice.ml b/ocaml/src/tools/bigstring_slice.ml index b7a1ef07..2555c33a 100644 --- a/ocaml/src/tools/bigstring_slice.ml +++ b/ocaml/src/tools/bigstring_slice.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/tools/buffer_pool.ml b/ocaml/src/tools/buffer_pool.ml index f4c8d0c6..dceb525a 100644 --- a/ocaml/src/tools/buffer_pool.ml +++ b/ocaml/src/tools/buffer_pool.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/tools/buffer_pool_test.ml b/ocaml/src/tools/buffer_pool_test.ml index 96f5b9fb..ef1d40c5 100644 --- a/ocaml/src/tools/buffer_pool_test.ml +++ b/ocaml/src/tools/buffer_pool_test.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/tools/bytes_descr.ml b/ocaml/src/tools/bytes_descr.ml index 9dad3ea6..df60acec 100644 --- a/ocaml/src/tools/bytes_descr.ml +++ b/ocaml/src/tools/bytes_descr.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/tools/cache.ml b/ocaml/src/tools/cache.ml index 7d492aa4..77893afb 100644 --- a/ocaml/src/tools/cache.ml +++ b/ocaml/src/tools/cache.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/tools/cache_test.ml b/ocaml/src/tools/cache_test.ml index ef039a3d..0a634fb4 100644 --- a/ocaml/src/tools/cache_test.ml +++ b/ocaml/src/tools/cache_test.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/tools/compressors.ml b/ocaml/src/tools/compressors.ml index d22bfbec..10cd08c4 100644 --- a/ocaml/src/tools/compressors.ml +++ b/ocaml/src/tools/compressors.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/tools/compressors_test.ml b/ocaml/src/tools/compressors_test.ml index c67489c9..11e5aea8 100644 --- a/ocaml/src/tools/compressors_test.ml +++ b/ocaml/src/tools/compressors_test.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/tools/ctypes_helper.ml b/ocaml/src/tools/ctypes_helper.ml index a049cda3..c2d6897c 100644 --- a/ocaml/src/tools/ctypes_helper.ml +++ b/ocaml/src/tools/ctypes_helper.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/tools/deser.ml b/ocaml/src/tools/deser.ml index eb95f45b..f0a4cc42 100644 --- a/ocaml/src/tools/deser.ml +++ b/ocaml/src/tools/deser.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/tools/fsutil.ml b/ocaml/src/tools/fsutil.ml index 49283f09..f0a4c5bf 100644 --- a/ocaml/src/tools/fsutil.ml +++ b/ocaml/src/tools/fsutil.ml @@ -1,5 +1,5 @@ -(* - +(* + Copyright (c) 2013, Mike McClurg Permission to use, copy, modify, and/or distribute this software for @@ -18,8 +18,8 @@ PERFORMANCE OF THIS SOFTWARE. (* we started from: https://github.com/mcclurmc/ocaml-statvfs/blob/master/lib/statvfs.ml - - and modified & added stuff + + and modified & added stuff *) (* SYNOPSIS diff --git a/ocaml/src/tools/gcrypt.ml b/ocaml/src/tools/gcrypt.ml index 3103af3b..18685757 100644 --- a/ocaml/src/tools/gcrypt.ml +++ b/ocaml/src/tools/gcrypt.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/tools/gcrypt_test.ml b/ocaml/src/tools/gcrypt_test.ml index 30ad018c..b717c1b2 100644 --- a/ocaml/src/tools/gcrypt_test.ml +++ b/ocaml/src/tools/gcrypt_test.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/tools/hashes.ml b/ocaml/src/tools/hashes.ml index 396fe850..1183646d 100644 --- a/ocaml/src/tools/hashes.ml +++ b/ocaml/src/tools/hashes.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/tools/llio2.ml b/ocaml/src/tools/llio2.ml index aa17e164..413a3ac5 100644 --- a/ocaml/src/tools/llio2.ml +++ b/ocaml/src/tools/llio2.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/tools/llio2_test.ml b/ocaml/src/tools/llio2_test.ml index c00a1eb3..bc8b5486 100644 --- a/ocaml/src/tools/llio2_test.ml +++ b/ocaml/src/tools/llio2_test.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/tools/lwt_bytes2.ml.cppo b/ocaml/src/tools/lwt_bytes2.ml.cppo index 5b96fea4..b4bdc17f 100644 --- a/ocaml/src/tools/lwt_bytes2.ml.cppo +++ b/ocaml/src/tools/lwt_bytes2.ml.cppo @@ -1,21 +1,9 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) + module Lwt_bytes = struct include Lwt_bytes diff --git a/ocaml/src/tools/lwt_extra2.ml b/ocaml/src/tools/lwt_extra2.ml index 928d342f..b815a9d3 100644 --- a/ocaml/src/tools/lwt_extra2.ml +++ b/ocaml/src/tools/lwt_extra2.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/tools/lwt_pool2.ml b/ocaml/src/tools/lwt_pool2.ml index f91c152b..7e28dec0 100644 --- a/ocaml/src/tools/lwt_pool2.ml +++ b/ocaml/src/tools/lwt_pool2.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/tools/memcmp.ml b/ocaml/src/tools/memcmp.ml index 71608aff..75fa1604 100644 --- a/ocaml/src/tools/memcmp.ml +++ b/ocaml/src/tools/memcmp.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/tools/memcmp_test.ml b/ocaml/src/tools/memcmp_test.ml index a85d3f8f..63265ce6 100644 --- a/ocaml/src/tools/memcmp_test.ml +++ b/ocaml/src/tools/memcmp_test.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/tools/net_fd.ml b/ocaml/src/tools/net_fd.ml index d50c3180..2df341bc 100644 --- a/ocaml/src/tools/net_fd.ml +++ b/ocaml/src/tools/net_fd.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/tools/networking2.ml b/ocaml/src/tools/networking2.ml index 373deaa5..3eaf9ffd 100644 --- a/ocaml/src/tools/networking2.ml +++ b/ocaml/src/tools/networking2.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/tools/object_reader.ml b/ocaml/src/tools/object_reader.ml index 21d943c5..e04faeac 100644 --- a/ocaml/src/tools/object_reader.ml +++ b/ocaml/src/tools/object_reader.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/tools/object_reader2.ml b/ocaml/src/tools/object_reader2.ml index 5e9cc703..ebf67497 100644 --- a/ocaml/src/tools/object_reader2.ml +++ b/ocaml/src/tools/object_reader2.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/tools/prelude.ml b/ocaml/src/tools/prelude.ml index 032c38b6..9294df58 100644 --- a/ocaml/src/tools/prelude.ml +++ b/ocaml/src/tools/prelude.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) module Compare = struct diff --git a/ocaml/src/tools/prelude_test.ml b/ocaml/src/tools/prelude_test.ml index 1f8f5c04..64213618 100644 --- a/ocaml/src/tools/prelude_test.ml +++ b/ocaml/src/tools/prelude_test.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/tools/slice.ml b/ocaml/src/tools/slice.ml index 814029df..366cf9e0 100644 --- a/ocaml/src/tools/slice.ml +++ b/ocaml/src/tools/slice.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/tools/stat.ml b/ocaml/src/tools/stat.ml index 1f1b00d9..442638d1 100644 --- a/ocaml/src/tools/stat.ml +++ b/ocaml/src/tools/stat.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/tools/stat_deser.ml b/ocaml/src/tools/stat_deser.ml index c7a23750..645b2c02 100644 --- a/ocaml/src/tools/stat_deser.ml +++ b/ocaml/src/tools/stat_deser.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) (* These functions live here and not in stat.ml diff --git a/ocaml/src/tools/statistics_collection.ml b/ocaml/src/tools/statistics_collection.ml index ff9ba649..8fca4fa4 100644 --- a/ocaml/src/tools/statistics_collection.ml +++ b/ocaml/src/tools/statistics_collection.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/tools/statistics_collection_deser.ml b/ocaml/src/tools/statistics_collection_deser.ml index 2fae08c6..e56c7403 100644 --- a/ocaml/src/tools/statistics_collection_deser.ml +++ b/ocaml/src/tools/statistics_collection_deser.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/tools/syncfs.ml b/ocaml/src/tools/syncfs.ml index 9bca4a7f..3d781656 100644 --- a/ocaml/src/tools/syncfs.ml +++ b/ocaml/src/tools/syncfs.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/tools/tcp_keepalive2.ml b/ocaml/src/tools/tcp_keepalive2.ml index bfe2979a..45802b3f 100644 --- a/ocaml/src/tools/tcp_keepalive2.ml +++ b/ocaml/src/tools/tcp_keepalive2.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/tools/test_extra.ml b/ocaml/src/tools/test_extra.ml index af1f469c..1096e990 100644 --- a/ocaml/src/tools/test_extra.ml +++ b/ocaml/src/tools/test_extra.ml @@ -1,20 +1,8 @@ (* -Copyright (C) 2016 iNuron NV + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see +*) -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. - *) open! Prelude diff --git a/ocaml/src/tools/tls.ml b/ocaml/src/tools/tls.ml index 78efac60..bebf5666 100644 --- a/ocaml/src/tools/tls.ml +++ b/ocaml/src/tools/tls.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/tools/weak_pool.ml b/ocaml/src/tools/weak_pool.ml index ede0e872..a8753de1 100644 --- a/ocaml/src/tools/weak_pool.ml +++ b/ocaml/src/tools/weak_pool.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude diff --git a/ocaml/src/verify.ml b/ocaml/src/verify.ml index 38630909..9bf7b9f1 100644 --- a/ocaml/src/verify.ml +++ b/ocaml/src/verify.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open! Prelude From 8e6c745c93177f0bb47a32f8dfc35d32bd826d32 Mon Sep 17 00:00:00 2001 From: Romain Slootmaekers Date: Tue, 20 Jun 2017 14:24:12 +0200 Subject: [PATCH 2/2] more --- cpp/src/lib/lru_cache.h | 14 -------------- ocaml/src/tools/alba_crc32c.mli | 17 ++--------------- ocaml/src/tools/alba_wrappers.mli | 17 ++--------------- setup/prul.ml | 17 ++--------------- setup/setup.ml | 17 ++--------------- 5 files changed, 8 insertions(+), 74 deletions(-) diff --git a/cpp/src/lib/lru_cache.h b/cpp/src/lib/lru_cache.h index ca6fa0d0..03f474f5 100644 --- a/cpp/src/lib/lru_cache.h +++ b/cpp/src/lib/lru_cache.h @@ -3,20 +3,6 @@ This file is part of Open vStorage. For license information, see */ -// Copyright (C) 2016 iNuron NV -// -// This file is part of Open vStorage Open Source Edition (OSE), -// as available from -// -// http://www.openvstorage.org and -// http://www.openvstorage.com. -// -// This file is free software; you can redistribute it and/or modify it -// under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -// as published by the Free Software Foundation, in version 3 as it comes in -// the LICENSE.txt file of the Open vStorage OSE distribution. -// Open vStorage is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY of any kind. #pragma once diff --git a/ocaml/src/tools/alba_crc32c.mli b/ocaml/src/tools/alba_crc32c.mli index b2ca3fcb..d1b1efad 100644 --- a/ocaml/src/tools/alba_crc32c.mli +++ b/ocaml/src/tools/alba_crc32c.mli @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) module Crc32c : sig diff --git a/ocaml/src/tools/alba_wrappers.mli b/ocaml/src/tools/alba_wrappers.mli index 4f5b4fdb..c31fcd5a 100644 --- a/ocaml/src/tools/alba_wrappers.mli +++ b/ocaml/src/tools/alba_wrappers.mli @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) module Sys2 : sig diff --git a/setup/prul.ml b/setup/prul.ml index f0ab59f5..3bd445e9 100644 --- a/setup/prul.ml +++ b/setup/prul.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) let () = Random.self_init () diff --git a/setup/setup.ml b/setup/setup.ml index 8aec5a1c..57d5f99f 100644 --- a/setup/setup.ml +++ b/setup/setup.ml @@ -1,19 +1,6 @@ (* -Copyright (C) 2016 iNuron NV - -This file is part of Open vStorage Open Source Edition (OSE), as available from - - - http://www.openvstorage.org and - http://www.openvstorage.com. - -This file is free software; you can redistribute it and/or modify it -under the terms of the GNU Affero General Public License v3 (GNU AGPLv3) -as published by the Free Software Foundation, in version 3 as it comes -in the file of the Open vStorage OSE distribution. - -Open vStorage is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY of any kind. + Copyright (C) iNuron - info@openvstorage.com + This file is part of Open vStorage. For license information, see *) open Prul