From e323f2267ffccd99aa7798e3a80c669c616f3fc6 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Fri, 1 May 2020 10:22:36 +0100 Subject: [PATCH] Changed http://www.etlcpp.com to https://www.etlcpp.com --- include/etl/array.h | 2 +- include/etl/bitset.h | 2 +- include/etl/bloom_filter.h | 2 +- include/etl/deque.h | 2 +- include/etl/flat_map.h | 2 +- include/etl/flat_multimap.h | 2 +- include/etl/flat_multiset.h | 2 +- include/etl/flat_set.h | 2 +- include/etl/forward_list.h | 2 +- include/etl/intrusive_forward_list.h | 2 +- include/etl/intrusive_links.h | 2 +- include/etl/intrusive_list.h | 2 +- include/etl/intrusive_queue.h | 2 +- include/etl/intrusive_stack.h | 2 +- include/etl/list.h | 2 +- include/etl/map.h | 2 +- include/etl/multimap.h | 2 +- include/etl/multiset.h | 2 +- include/etl/optional.h | 2 +- include/etl/pool.h | 2 +- include/etl/priority_queue.h | 2 +- include/etl/queue.h | 2 +- include/etl/reference_flat_map.h | 2 +- include/etl/reference_flat_multimap.h | 2 +- include/etl/reference_flat_multiset.h | 2 +- include/etl/reference_flat_set.h | 2 +- include/etl/set.h | 2 +- include/etl/stack.h | 2 +- include/etl/unordered_map.h | 2 +- include/etl/unordered_multimap.h | 2 +- include/etl/unordered_multiset.h | 2 +- include/etl/unordered_set.h | 2 +- test/data.h | 2 +- test/test_algorithm.cpp | 2 +- test/test_alignment.cpp | 2 +- test/test_array.cpp | 2 +- test/test_binary.cpp | 2 +- test/test_bitset.cpp | 2 +- test/test_bloom_filter.cpp | 2 +- test/test_bsd_checksum.cpp | 2 +- test/test_callback_timer.cpp | 2 +- test/test_checksum.cpp | 2 +- test/test_container.cpp | 2 +- test/test_crc.cpp | 2 +- test/test_cyclic_value.cpp | 2 +- test/test_debounce.cpp | 2 +- test/test_delegate.cpp | 2 +- test/test_deque.cpp | 2 +- test/test_endian.cpp | 2 +- test/test_enum_type.cpp | 2 +- test/test_error_handler.cpp | 2 +- test/test_exception.cpp | 2 +- test/test_fixed_iterator.cpp | 2 +- test/test_flat_map.cpp | 2 +- test/test_flat_multimap.cpp | 2 +- test/test_flat_multiset.cpp | 2 +- test/test_flat_set.cpp | 2 +- test/test_fnv_1.cpp | 2 +- test/test_forward_list.cpp | 2 +- test/test_function.cpp | 2 +- test/test_functional.cpp | 2 +- test/test_hash.cpp | 2 +- test/test_instance_count.cpp | 2 +- test/test_integral_limits.cpp | 2 +- test/test_intrusive_forward_list.cpp | 2 +- test/test_intrusive_links.cpp | 2 +- test/test_intrusive_list.cpp | 2 +- test/test_intrusive_queue.cpp | 2 +- test/test_intrusive_stack.cpp | 2 +- test/test_io_port.cpp | 2 +- test/test_iterator.cpp | 2 +- test/test_jenkins.cpp | 2 +- test/test_largest.cpp | 2 +- test/test_list.cpp | 2 +- test/test_map.cpp | 2 +- test/test_maths.cpp | 2 +- test/test_memory.cpp | 2 +- test/test_message_bus.cpp | 2 +- test/test_message_packet.cpp | 2 +- test/test_message_router.cpp | 2 +- test/test_message_timer.cpp | 2 +- test/test_multimap.cpp | 2 +- test/test_multiset.cpp | 2 +- test/test_murmur3.cpp | 2 +- test/test_numeric.cpp | 2 +- test/test_observer.cpp | 2 +- test/test_optional.cpp | 2 +- test/test_parameter_type.cpp | 2 +- test/test_parity_checksum.cpp | 2 +- test/test_pearson.cpp | 2 +- test/test_pool.cpp | 2 +- test/test_priority_queue.cpp | 2 +- test/test_queue.cpp | 2 +- test/test_queue_mpmc_mutex.cpp | 2 +- test/test_queue_spsc_atomic.cpp | 2 +- test/test_queue_spsc_isr.cpp | 2 +- test/test_queue_spsc_locked.cpp | 2 +- test/test_random.cpp | 2 +- test/test_reference_flat_map.cpp | 2 +- test/test_reference_flat_multimap.cpp | 2 +- test/test_reference_flat_multiset.cpp | 2 +- test/test_reference_flat_set.cpp | 2 +- test/test_set.cpp | 2 +- test/test_smallest.cpp | 2 +- test/test_stack.cpp | 2 +- test/test_task_scheduler.cpp | 2 +- test/test_type_def.cpp | 2 +- test/test_type_lookup.cpp | 2 +- test/test_type_select.cpp | 2 +- test/test_type_traits.cpp | 2 +- test/test_unordered_multimap.cpp | 2 +- test/test_unordered_multiset.cpp | 2 +- test/test_unordered_set.cpp | 2 +- test/test_user_type.cpp | 2 +- test/test_utility.cpp | 2 +- test/test_variant.cpp | 2 +- test/test_variant_pool.cpp | 2 +- test/test_vector.cpp | 2 +- test/test_vector_non_trivial.cpp | 2 +- test/test_vector_pointer.cpp | 2 +- test/test_xor_checksum.cpp | 2 +- 121 files changed, 121 insertions(+), 121 deletions(-) diff --git a/include/etl/array.h b/include/etl/array.h index 6bc922ef..e92f25cc 100644 --- a/include/etl/array.h +++ b/include/etl/array.h @@ -5,7 +5,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/include/etl/bitset.h b/include/etl/bitset.h index 9be12008..391c96dc 100644 --- a/include/etl/bitset.h +++ b/include/etl/bitset.h @@ -5,7 +5,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/include/etl/bloom_filter.h b/include/etl/bloom_filter.h index 0ec97c38..4c695561 100644 --- a/include/etl/bloom_filter.h +++ b/include/etl/bloom_filter.h @@ -5,7 +5,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/include/etl/deque.h b/include/etl/deque.h index bab10cfc..ed64b7e8 100644 --- a/include/etl/deque.h +++ b/include/etl/deque.h @@ -5,7 +5,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/include/etl/flat_map.h b/include/etl/flat_map.h index aa2c7b2c..caaf6f10 100644 --- a/include/etl/flat_map.h +++ b/include/etl/flat_map.h @@ -5,7 +5,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2015 jwellbelove diff --git a/include/etl/flat_multimap.h b/include/etl/flat_multimap.h index f7955984..771eca82 100644 --- a/include/etl/flat_multimap.h +++ b/include/etl/flat_multimap.h @@ -5,7 +5,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2015 jwellbelove diff --git a/include/etl/flat_multiset.h b/include/etl/flat_multiset.h index 9fbb870a..b6269d31 100644 --- a/include/etl/flat_multiset.h +++ b/include/etl/flat_multiset.h @@ -5,7 +5,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2015 jwellbelove diff --git a/include/etl/flat_set.h b/include/etl/flat_set.h index 1bdfb791..74d6f7c2 100644 --- a/include/etl/flat_set.h +++ b/include/etl/flat_set.h @@ -5,7 +5,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2015 jwellbelove diff --git a/include/etl/forward_list.h b/include/etl/forward_list.h index 31a38b9d..4eabe9ad 100644 --- a/include/etl/forward_list.h +++ b/include/etl/forward_list.h @@ -5,7 +5,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/include/etl/intrusive_forward_list.h b/include/etl/intrusive_forward_list.h index 28a703c5..2ab52970 100644 --- a/include/etl/intrusive_forward_list.h +++ b/include/etl/intrusive_forward_list.h @@ -5,7 +5,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2016 jwellbelove diff --git a/include/etl/intrusive_links.h b/include/etl/intrusive_links.h index ad6a9e3c..e25c816f 100644 --- a/include/etl/intrusive_links.h +++ b/include/etl/intrusive_links.h @@ -5,7 +5,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2016 jwellbelove diff --git a/include/etl/intrusive_list.h b/include/etl/intrusive_list.h index 0f802903..d65e9c3d 100644 --- a/include/etl/intrusive_list.h +++ b/include/etl/intrusive_list.h @@ -5,7 +5,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2016 jwellbelove diff --git a/include/etl/intrusive_queue.h b/include/etl/intrusive_queue.h index 0ba8a882..8c7ac764 100644 --- a/include/etl/intrusive_queue.h +++ b/include/etl/intrusive_queue.h @@ -5,7 +5,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2016 jwellbelove diff --git a/include/etl/intrusive_stack.h b/include/etl/intrusive_stack.h index 2408705d..42966898 100644 --- a/include/etl/intrusive_stack.h +++ b/include/etl/intrusive_stack.h @@ -5,7 +5,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2016 jwellbelove diff --git a/include/etl/list.h b/include/etl/list.h index e3acf5fe..c82b5cf7 100644 --- a/include/etl/list.h +++ b/include/etl/list.h @@ -5,7 +5,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/include/etl/map.h b/include/etl/map.h index 7dda0d17..38cbbbb4 100755 --- a/include/etl/map.h +++ b/include/etl/map.h @@ -5,7 +5,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove, rlindeman diff --git a/include/etl/multimap.h b/include/etl/multimap.h index 1b8653a7..cec8e33f 100644 --- a/include/etl/multimap.h +++ b/include/etl/multimap.h @@ -5,7 +5,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove, rlindeman diff --git a/include/etl/multiset.h b/include/etl/multiset.h index 46508c5b..2a88b942 100644 --- a/include/etl/multiset.h +++ b/include/etl/multiset.h @@ -5,7 +5,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove, rlindeman diff --git a/include/etl/optional.h b/include/etl/optional.h index b95cde16..00a13703 100644 --- a/include/etl/optional.h +++ b/include/etl/optional.h @@ -5,7 +5,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2015 jwellbelove diff --git a/include/etl/pool.h b/include/etl/pool.h index 6920bdd8..defe802f 100644 --- a/include/etl/pool.h +++ b/include/etl/pool.h @@ -5,7 +5,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/include/etl/priority_queue.h b/include/etl/priority_queue.h index d9cf6891..4080b7db 100644 --- a/include/etl/priority_queue.h +++ b/include/etl/priority_queue.h @@ -5,7 +5,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2015 jwellbelove, rlindeman diff --git a/include/etl/queue.h b/include/etl/queue.h index c89b1cf7..005c845e 100644 --- a/include/etl/queue.h +++ b/include/etl/queue.h @@ -5,7 +5,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove, Mark Kitson diff --git a/include/etl/reference_flat_map.h b/include/etl/reference_flat_map.h index 28445617..3f2a7a4e 100644 --- a/include/etl/reference_flat_map.h +++ b/include/etl/reference_flat_map.h @@ -5,7 +5,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2017 jwellbelove diff --git a/include/etl/reference_flat_multimap.h b/include/etl/reference_flat_multimap.h index eedd7a9e..85546734 100644 --- a/include/etl/reference_flat_multimap.h +++ b/include/etl/reference_flat_multimap.h @@ -5,7 +5,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2017 jwellbelove diff --git a/include/etl/reference_flat_multiset.h b/include/etl/reference_flat_multiset.h index 47d390e6..07f8ddba 100644 --- a/include/etl/reference_flat_multiset.h +++ b/include/etl/reference_flat_multiset.h @@ -5,7 +5,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2017 jwellbelove diff --git a/include/etl/reference_flat_set.h b/include/etl/reference_flat_set.h index 298b4403..de5067be 100644 --- a/include/etl/reference_flat_set.h +++ b/include/etl/reference_flat_set.h @@ -5,7 +5,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2017 jwellbelove diff --git a/include/etl/set.h b/include/etl/set.h index eb49cd2d..752f439e 100755 --- a/include/etl/set.h +++ b/include/etl/set.h @@ -5,7 +5,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove, rlindeman diff --git a/include/etl/stack.h b/include/etl/stack.h index 26a9c398..95fae71b 100644 --- a/include/etl/stack.h +++ b/include/etl/stack.h @@ -5,7 +5,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove, Mark Kitson diff --git a/include/etl/unordered_map.h b/include/etl/unordered_map.h index 301f6503..cad0b6d9 100644 --- a/include/etl/unordered_map.h +++ b/include/etl/unordered_map.h @@ -5,7 +5,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2016 jwellbelove diff --git a/include/etl/unordered_multimap.h b/include/etl/unordered_multimap.h index 549df68f..fffa8a8d 100644 --- a/include/etl/unordered_multimap.h +++ b/include/etl/unordered_multimap.h @@ -5,7 +5,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2016 jwellbelove diff --git a/include/etl/unordered_multiset.h b/include/etl/unordered_multiset.h index c9acce19..decc866e 100644 --- a/include/etl/unordered_multiset.h +++ b/include/etl/unordered_multiset.h @@ -5,7 +5,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2016 jwellbelove diff --git a/include/etl/unordered_set.h b/include/etl/unordered_set.h index a866dc8e..b6257127 100644 --- a/include/etl/unordered_set.h +++ b/include/etl/unordered_set.h @@ -5,7 +5,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2016 jwellbelove diff --git a/test/data.h b/test/data.h index 68cb9054..a40f739a 100644 --- a/test/data.h +++ b/test/data.h @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/test/test_algorithm.cpp b/test/test_algorithm.cpp index e425f430..86679682 100644 --- a/test/test_algorithm.cpp +++ b/test/test_algorithm.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/test/test_alignment.cpp b/test/test_alignment.cpp index 7f817ee8..930a6b9a 100644 --- a/test/test_alignment.cpp +++ b/test/test_alignment.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/test/test_array.cpp b/test/test_array.cpp index 7c7fe5e2..89965a17 100644 --- a/test/test_array.cpp +++ b/test/test_array.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/test/test_binary.cpp b/test/test_binary.cpp index 7373cc6c..88683a00 100644 --- a/test/test_binary.cpp +++ b/test/test_binary.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/test/test_bitset.cpp b/test/test_bitset.cpp index 2da08654..ad4de8da 100644 --- a/test/test_bitset.cpp +++ b/test/test_bitset.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/test/test_bloom_filter.cpp b/test/test_bloom_filter.cpp index d6de2680..d7ae04d2 100644 --- a/test/test_bloom_filter.cpp +++ b/test/test_bloom_filter.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/test/test_bsd_checksum.cpp b/test/test_bsd_checksum.cpp index 4a60ec91..4a082a9a 100644 --- a/test/test_bsd_checksum.cpp +++ b/test/test_bsd_checksum.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/test/test_callback_timer.cpp b/test/test_callback_timer.cpp index cb877fbb..7a047e6c 100644 --- a/test/test_callback_timer.cpp +++ b/test/test_callback_timer.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2017 jwellbelove diff --git a/test/test_checksum.cpp b/test/test_checksum.cpp index eb4ba823..20a6bdd3 100644 --- a/test/test_checksum.cpp +++ b/test/test_checksum.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/test/test_container.cpp b/test/test_container.cpp index 9a7b3057..8b84ce9d 100644 --- a/test/test_container.cpp +++ b/test/test_container.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/test/test_crc.cpp b/test/test_crc.cpp index 370f6a46..393d6655 100644 --- a/test/test_crc.cpp +++ b/test/test_crc.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/test/test_cyclic_value.cpp b/test/test_cyclic_value.cpp index 5753b8d6..67f080e8 100644 --- a/test/test_cyclic_value.cpp +++ b/test/test_cyclic_value.cpp @@ -5,7 +5,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/test/test_debounce.cpp b/test/test_debounce.cpp index 6634a2cb..565b27fb 100644 --- a/test/test_debounce.cpp +++ b/test/test_debounce.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2016 jwellbelove diff --git a/test/test_delegate.cpp b/test/test_delegate.cpp index c97590b6..aa69555e 100644 --- a/test/test_delegate.cpp +++ b/test/test_delegate.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/test/test_deque.cpp b/test/test_deque.cpp index ed91b699..6e720127 100644 --- a/test/test_deque.cpp +++ b/test/test_deque.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/test/test_endian.cpp b/test/test_endian.cpp index fa10d53b..0f9c4cc7 100644 --- a/test/test_endian.cpp +++ b/test/test_endian.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/test/test_enum_type.cpp b/test/test_enum_type.cpp index f3278edd..90015f70 100644 --- a/test/test_enum_type.cpp +++ b/test/test_enum_type.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/test/test_error_handler.cpp b/test/test_error_handler.cpp index ec05fd48..396c38bb 100644 --- a/test/test_error_handler.cpp +++ b/test/test_error_handler.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/test/test_exception.cpp b/test/test_exception.cpp index dc2d3b95..568239e1 100644 --- a/test/test_exception.cpp +++ b/test/test_exception.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/test/test_fixed_iterator.cpp b/test/test_fixed_iterator.cpp index 4efc1690..85879716 100644 --- a/test/test_fixed_iterator.cpp +++ b/test/test_fixed_iterator.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/test/test_flat_map.cpp b/test/test_flat_map.cpp index 1029f6df..4b592e37 100644 --- a/test/test_flat_map.cpp +++ b/test/test_flat_map.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/test/test_flat_multimap.cpp b/test/test_flat_multimap.cpp index 0513e0c9..a694a297 100644 --- a/test/test_flat_multimap.cpp +++ b/test/test_flat_multimap.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2015 jwellbelove diff --git a/test/test_flat_multiset.cpp b/test/test_flat_multiset.cpp index ab89f887..fd94f849 100644 --- a/test/test_flat_multiset.cpp +++ b/test/test_flat_multiset.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2015 jwellbelove diff --git a/test/test_flat_set.cpp b/test/test_flat_set.cpp index 2e47f4da..4c323240 100644 --- a/test/test_flat_set.cpp +++ b/test/test_flat_set.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2015 jwellbelove diff --git a/test/test_fnv_1.cpp b/test/test_fnv_1.cpp index 70dbfc88..7e123cdc 100644 --- a/test/test_fnv_1.cpp +++ b/test/test_fnv_1.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/test/test_forward_list.cpp b/test/test_forward_list.cpp index d3d3dd7b..d1bbfc9b 100644 --- a/test/test_forward_list.cpp +++ b/test/test_forward_list.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/test/test_function.cpp b/test/test_function.cpp index 97585cf8..b3a4b9df 100644 --- a/test/test_function.cpp +++ b/test/test_function.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/test/test_functional.cpp b/test/test_functional.cpp index f4e44d11..d7f106b3 100644 --- a/test/test_functional.cpp +++ b/test/test_functional.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/test/test_hash.cpp b/test/test_hash.cpp index 84203f81..a42d1df3 100644 --- a/test/test_hash.cpp +++ b/test/test_hash.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/test/test_instance_count.cpp b/test/test_instance_count.cpp index d28ac40e..0ab50b46 100644 --- a/test/test_instance_count.cpp +++ b/test/test_instance_count.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/test/test_integral_limits.cpp b/test/test_integral_limits.cpp index 75110486..b58926c2 100644 --- a/test/test_integral_limits.cpp +++ b/test/test_integral_limits.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/test/test_intrusive_forward_list.cpp b/test/test_intrusive_forward_list.cpp index 74d54c06..4dd5e1f9 100644 --- a/test/test_intrusive_forward_list.cpp +++ b/test/test_intrusive_forward_list.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2015 jwellbelove diff --git a/test/test_intrusive_links.cpp b/test/test_intrusive_links.cpp index f966e768..d9de8cd1 100644 --- a/test/test_intrusive_links.cpp +++ b/test/test_intrusive_links.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2016 jwellbelove diff --git a/test/test_intrusive_list.cpp b/test/test_intrusive_list.cpp index 48171e53..587cac57 100644 --- a/test/test_intrusive_list.cpp +++ b/test/test_intrusive_list.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2015 jwellbelove diff --git a/test/test_intrusive_queue.cpp b/test/test_intrusive_queue.cpp index df51dbd5..9407e3c2 100644 --- a/test/test_intrusive_queue.cpp +++ b/test/test_intrusive_queue.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2016 jwellbelove diff --git a/test/test_intrusive_stack.cpp b/test/test_intrusive_stack.cpp index 4ef03602..886ef7c5 100644 --- a/test/test_intrusive_stack.cpp +++ b/test/test_intrusive_stack.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2016 jwellbelove diff --git a/test/test_io_port.cpp b/test/test_io_port.cpp index 332baea0..58330a5e 100644 --- a/test/test_io_port.cpp +++ b/test/test_io_port.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/test/test_iterator.cpp b/test/test_iterator.cpp index 56d73cf6..8867df43 100644 --- a/test/test_iterator.cpp +++ b/test/test_iterator.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/test/test_jenkins.cpp b/test/test_jenkins.cpp index 6517ee50..f8d753e4 100644 --- a/test/test_jenkins.cpp +++ b/test/test_jenkins.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/test/test_largest.cpp b/test/test_largest.cpp index 998faaac..20c090f5 100644 --- a/test/test_largest.cpp +++ b/test/test_largest.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/test/test_list.cpp b/test/test_list.cpp index 79c4c876..9d54b5c3 100644 --- a/test/test_list.cpp +++ b/test/test_list.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/test/test_map.cpp b/test/test_map.cpp index 384fc8ba..249071f0 100755 --- a/test/test_map.cpp +++ b/test/test_map.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove, rlindeman diff --git a/test/test_maths.cpp b/test/test_maths.cpp index 4b7e1dc6..8ca52bf1 100644 --- a/test/test_maths.cpp +++ b/test/test_maths.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/test/test_memory.cpp b/test/test_memory.cpp index 2aabf552..8a01ecf8 100644 --- a/test/test_memory.cpp +++ b/test/test_memory.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2017 jwellbelove diff --git a/test/test_message_bus.cpp b/test/test_message_bus.cpp index 95c32374..91bf7f37 100644 --- a/test/test_message_bus.cpp +++ b/test/test_message_bus.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2017 jwellbelove diff --git a/test/test_message_packet.cpp b/test/test_message_packet.cpp index ba088702..54e90d5d 100644 --- a/test/test_message_packet.cpp +++ b/test/test_message_packet.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2020 jwellbelove diff --git a/test/test_message_router.cpp b/test/test_message_router.cpp index 33b99386..9a9e9013 100644 --- a/test/test_message_router.cpp +++ b/test/test_message_router.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2017 jwellbelove diff --git a/test/test_message_timer.cpp b/test/test_message_timer.cpp index 415ac2ed..a5eb6b1f 100644 --- a/test/test_message_timer.cpp +++ b/test/test_message_timer.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2017 jwellbelove diff --git a/test/test_multimap.cpp b/test/test_multimap.cpp index 5440fcc8..02c8719d 100755 --- a/test/test_multimap.cpp +++ b/test/test_multimap.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove, rlindeman diff --git a/test/test_multiset.cpp b/test/test_multiset.cpp index d0ce3a12..87d17415 100755 --- a/test/test_multiset.cpp +++ b/test/test_multiset.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove, rlindeman diff --git a/test/test_murmur3.cpp b/test/test_murmur3.cpp index 755a27b1..41778fc4 100644 --- a/test/test_murmur3.cpp +++ b/test/test_murmur3.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/test/test_numeric.cpp b/test/test_numeric.cpp index 654cd4ff..a3332f50 100644 --- a/test/test_numeric.cpp +++ b/test/test_numeric.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/test/test_observer.cpp b/test/test_observer.cpp index 1f86cbf5..06952c4a 100644 --- a/test/test_observer.cpp +++ b/test/test_observer.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/test/test_optional.cpp b/test/test_optional.cpp index 7e02c390..d0171411 100644 --- a/test/test_optional.cpp +++ b/test/test_optional.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2015 jwellbelove diff --git a/test/test_parameter_type.cpp b/test/test_parameter_type.cpp index 6b9aeab1..db857f86 100644 --- a/test/test_parameter_type.cpp +++ b/test/test_parameter_type.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2015 jwellbelove diff --git a/test/test_parity_checksum.cpp b/test/test_parity_checksum.cpp index 9f0cb495..5cca453b 100644 --- a/test/test_parity_checksum.cpp +++ b/test/test_parity_checksum.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2020 jwellbelove diff --git a/test/test_pearson.cpp b/test/test_pearson.cpp index d6c559e1..e0fd3d75 100644 --- a/test/test_pearson.cpp +++ b/test/test_pearson.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2015 jwellbelove diff --git a/test/test_pool.cpp b/test/test_pool.cpp index ecd4addc..b5c038b7 100644 --- a/test/test_pool.cpp +++ b/test/test_pool.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/test/test_priority_queue.cpp b/test/test_priority_queue.cpp index baaef13a..ebca6eaf 100644 --- a/test/test_priority_queue.cpp +++ b/test/test_priority_queue.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2015 jwellbelove, rlindeman diff --git a/test/test_queue.cpp b/test/test_queue.cpp index 367d11a2..f47a2842 100644 --- a/test/test_queue.cpp +++ b/test/test_queue.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/test/test_queue_mpmc_mutex.cpp b/test/test_queue_mpmc_mutex.cpp index 80e16143..8b48555a 100644 --- a/test/test_queue_mpmc_mutex.cpp +++ b/test/test_queue_mpmc_mutex.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2018 jwellbelove diff --git a/test/test_queue_spsc_atomic.cpp b/test/test_queue_spsc_atomic.cpp index 7ffcef2a..4534487a 100644 --- a/test/test_queue_spsc_atomic.cpp +++ b/test/test_queue_spsc_atomic.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2018 jwellbelove diff --git a/test/test_queue_spsc_isr.cpp b/test/test_queue_spsc_isr.cpp index b618b9af..269cf5e0 100644 --- a/test/test_queue_spsc_isr.cpp +++ b/test/test_queue_spsc_isr.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2018 jwellbelove diff --git a/test/test_queue_spsc_locked.cpp b/test/test_queue_spsc_locked.cpp index bb72874c..ff07d575 100644 --- a/test/test_queue_spsc_locked.cpp +++ b/test/test_queue_spsc_locked.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2019 jwellbelove diff --git a/test/test_random.cpp b/test/test_random.cpp index cc4beda7..d98a7a9e 100644 --- a/test/test_random.cpp +++ b/test/test_random.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2016 jwellbelove diff --git a/test/test_reference_flat_map.cpp b/test/test_reference_flat_map.cpp index 8ec03ec8..7a295bb5 100644 --- a/test/test_reference_flat_map.cpp +++ b/test/test_reference_flat_map.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2017 jwellbelove diff --git a/test/test_reference_flat_multimap.cpp b/test/test_reference_flat_multimap.cpp index 27d2c398..36788a92 100644 --- a/test/test_reference_flat_multimap.cpp +++ b/test/test_reference_flat_multimap.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2017 jwellbelove diff --git a/test/test_reference_flat_multiset.cpp b/test/test_reference_flat_multiset.cpp index ce0ed254..a03acb6c 100644 --- a/test/test_reference_flat_multiset.cpp +++ b/test/test_reference_flat_multiset.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2015 jwellbelove diff --git a/test/test_reference_flat_set.cpp b/test/test_reference_flat_set.cpp index 62c33123..665ef36a 100644 --- a/test/test_reference_flat_set.cpp +++ b/test/test_reference_flat_set.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2017 jwellbelove diff --git a/test/test_set.cpp b/test/test_set.cpp index 042a07c1..1d1c454e 100755 --- a/test/test_set.cpp +++ b/test/test_set.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove, rlindeman diff --git a/test/test_smallest.cpp b/test/test_smallest.cpp index 5ab89f9b..d63911c0 100644 --- a/test/test_smallest.cpp +++ b/test/test_smallest.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/test/test_stack.cpp b/test/test_stack.cpp index 2bdcf786..e0138830 100644 --- a/test/test_stack.cpp +++ b/test/test_stack.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/test/test_task_scheduler.cpp b/test/test_task_scheduler.cpp index d04ac797..d1659996 100644 --- a/test/test_task_scheduler.cpp +++ b/test/test_task_scheduler.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2017 jwellbelove diff --git a/test/test_type_def.cpp b/test/test_type_def.cpp index 6beb4dde..78cb724c 100644 --- a/test/test_type_def.cpp +++ b/test/test_type_def.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2016 jwellbelove diff --git a/test/test_type_lookup.cpp b/test/test_type_lookup.cpp index b17353af..2ecb4c65 100644 --- a/test/test_type_lookup.cpp +++ b/test/test_type_lookup.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2017 jwellbelove diff --git a/test/test_type_select.cpp b/test/test_type_select.cpp index e0031645..2d35e701 100644 --- a/test/test_type_select.cpp +++ b/test/test_type_select.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2018 jwellbelove diff --git a/test/test_type_traits.cpp b/test/test_type_traits.cpp index d3ee4576..95f0c42e 100644 --- a/test/test_type_traits.cpp +++ b/test/test_type_traits.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/test/test_unordered_multimap.cpp b/test/test_unordered_multimap.cpp index 520024ac..ea6f53b9 100644 --- a/test/test_unordered_multimap.cpp +++ b/test/test_unordered_multimap.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2016 jwellbelove diff --git a/test/test_unordered_multiset.cpp b/test/test_unordered_multiset.cpp index 547e8a12..6e47557f 100644 --- a/test/test_unordered_multiset.cpp +++ b/test/test_unordered_multiset.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2016 jwellbelove diff --git a/test/test_unordered_set.cpp b/test/test_unordered_set.cpp index ef778ca0..f55cd41c 100644 --- a/test/test_unordered_set.cpp +++ b/test/test_unordered_set.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2016 jwellbelove diff --git a/test/test_user_type.cpp b/test/test_user_type.cpp index 4eabd342..fed7bd63 100644 --- a/test/test_user_type.cpp +++ b/test/test_user_type.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2017 jwellbelove diff --git a/test/test_utility.cpp b/test/test_utility.cpp index fdd32eff..ff39753a 100644 --- a/test/test_utility.cpp +++ b/test/test_utility.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/test/test_variant.cpp b/test/test_variant.cpp index 2d68655c..95b88901 100644 --- a/test/test_variant.cpp +++ b/test/test_variant.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/test/test_variant_pool.cpp b/test/test_variant_pool.cpp index 9bee8c63..b3ce2a03 100644 --- a/test/test_variant_pool.cpp +++ b/test/test_variant_pool.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2017 jwellbelove diff --git a/test/test_vector.cpp b/test/test_vector.cpp index fc86b2e3..880c0f70 100644 --- a/test/test_vector.cpp +++ b/test/test_vector.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove diff --git a/test/test_vector_non_trivial.cpp b/test/test_vector_non_trivial.cpp index f1c71fb4..771b4cae 100644 --- a/test/test_vector_non_trivial.cpp +++ b/test/test_vector_non_trivial.cpp @@ -3,7 +3,7 @@ // //Embedded Template Library. //https://github.com/ETLCPP/etl -//http://www.etlcpp.com +//https://www.etlcpp.com // //Copyright(c) 2014 jwellbelove // diff --git a/test/test_vector_pointer.cpp b/test/test_vector_pointer.cpp index fae0376e..3e58b7e3 100644 --- a/test/test_vector_pointer.cpp +++ b/test/test_vector_pointer.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2016 jwellbelove diff --git a/test/test_xor_checksum.cpp b/test/test_xor_checksum.cpp index 225588f6..ef4e4eb2 100644 --- a/test/test_xor_checksum.cpp +++ b/test/test_xor_checksum.cpp @@ -3,7 +3,7 @@ The MIT License(MIT) Embedded Template Library. https://github.com/ETLCPP/etl -http://www.etlcpp.com +https://www.etlcpp.com Copyright(c) 2014 jwellbelove