From 25df817b821c96a9c4f785efc1dc8a24c6ca71e3 Mon Sep 17 00:00:00 2001 From: Hugues Delorme Date: Thu, 30 Apr 2015 18:19:45 +0200 Subject: [PATCH] Update copyright --- CMakeLists.txt | 2 +- src/gmio_core/buffer.c | 2 +- src/gmio_core/config.h.cmake | 2 +- src/gmio_core/endian.c | 2 +- src/gmio_core/endian.h | 2 +- src/gmio_core/error.h | 2 +- src/gmio_core/global.h | 2 +- src/gmio_core/internal/byte_codec.h | 2 +- src/gmio_core/internal/byte_swap.h | 2 +- src/gmio_core/internal/convert.h | 2 +- src/gmio_core/internal/helper_stream.h | 2 +- src/gmio_core/internal/helper_task_iface.h | 2 +- src/gmio_core/internal/helper_transfer.h | 2 +- src/gmio_core/internal/min_max.h | 2 +- src/gmio_core/internal/safe_cast.h | 2 +- src/gmio_core/internal/string_parse.c | 2 +- src/gmio_core/internal/string_parse.h | 2 +- src/gmio_core/internal/string_utils.h | 2 +- src/gmio_core/stream.c | 2 +- src/gmio_core/stream.h | 2 +- src/gmio_core/text_format.h | 2 +- src/gmio_core/transfer.h | 2 +- src/gmio_stl/internal/helper_stl_mesh_creator.h | 2 +- src/gmio_stl/internal/stl_rw_common.c | 2 +- src/gmio_stl/internal/stl_rw_common.h | 2 +- src/gmio_stl/internal/stla_write.c | 2 +- src/gmio_stl/internal/stla_write.h | 2 +- src/gmio_stl/internal/stlb_byte_swap.c | 2 +- src/gmio_stl/internal/stlb_byte_swap.h | 2 +- src/gmio_stl/internal/stlb_write.c | 2 +- src/gmio_stl/internal/stlb_write.h | 2 +- src/gmio_stl/stl_error.h | 2 +- src/gmio_stl/stl_format.c | 2 +- src/gmio_stl/stl_format.h | 2 +- src/gmio_stl/stl_global.h | 2 +- src/gmio_stl/stl_io.c | 2 +- src/gmio_stl/stl_io.h | 2 +- src/gmio_stl/stl_io_options.h | 2 +- src/gmio_stl/stl_mesh.h | 2 +- src/gmio_stl/stl_mesh_creator.h | 2 +- src/gmio_stl/stl_triangle.h | 2 +- src/gmio_stl/stla_read.c | 2 +- src/gmio_stl/stlb_read.c | 2 +- tests/stream_buffer.c | 2 +- tests/stream_buffer.h | 2 +- tests/test_internal.c | 2 +- tests/test_platform.c | 2 +- tests/utils.c | 2 +- tests/utils.h | 2 +- 49 files changed, 49 insertions(+), 49 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 64fa204..458e8c3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ ############################################################################# ## GeomIO Library -## Copyright FougSys (2 Mar. 2015) +## Copyright Fougue (2 Mar. 2015) ## contact@fougsys.fr ## ## This software is a reusable library whose purpose is to provide complete diff --git a/src/gmio_core/buffer.c b/src/gmio_core/buffer.c index 6ab7370..6adfcec 100644 --- a/src/gmio_core/buffer.c +++ b/src/gmio_core/buffer.c @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/src/gmio_core/config.h.cmake b/src/gmio_core/config.h.cmake index 974dd35..09cb3fe 100644 --- a/src/gmio_core/config.h.cmake +++ b/src/gmio_core/config.h.cmake @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/src/gmio_core/endian.c b/src/gmio_core/endian.c index d0cfa1e..8d6f37f 100644 --- a/src/gmio_core/endian.c +++ b/src/gmio_core/endian.c @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/src/gmio_core/endian.h b/src/gmio_core/endian.h index 9419a01..f6aaa39 100644 --- a/src/gmio_core/endian.h +++ b/src/gmio_core/endian.h @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/src/gmio_core/error.h b/src/gmio_core/error.h index 57ea9af..d879190 100644 --- a/src/gmio_core/error.h +++ b/src/gmio_core/error.h @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/src/gmio_core/global.h b/src/gmio_core/global.h index ccba9e3..51328ce 100644 --- a/src/gmio_core/global.h +++ b/src/gmio_core/global.h @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/src/gmio_core/internal/byte_codec.h b/src/gmio_core/internal/byte_codec.h index a1978c1..8768d57 100644 --- a/src/gmio_core/internal/byte_codec.h +++ b/src/gmio_core/internal/byte_codec.h @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/src/gmio_core/internal/byte_swap.h b/src/gmio_core/internal/byte_swap.h index 3afbb60..3a4e8ff 100644 --- a/src/gmio_core/internal/byte_swap.h +++ b/src/gmio_core/internal/byte_swap.h @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/src/gmio_core/internal/convert.h b/src/gmio_core/internal/convert.h index c16165b..8308e8d 100644 --- a/src/gmio_core/internal/convert.h +++ b/src/gmio_core/internal/convert.h @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/src/gmio_core/internal/helper_stream.h b/src/gmio_core/internal/helper_stream.h index ce08e9e..0d98c48 100644 --- a/src/gmio_core/internal/helper_stream.h +++ b/src/gmio_core/internal/helper_stream.h @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/src/gmio_core/internal/helper_task_iface.h b/src/gmio_core/internal/helper_task_iface.h index 09acd44..317e117 100644 --- a/src/gmio_core/internal/helper_task_iface.h +++ b/src/gmio_core/internal/helper_task_iface.h @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/src/gmio_core/internal/helper_transfer.h b/src/gmio_core/internal/helper_transfer.h index 19d1b79..d12e02b 100644 --- a/src/gmio_core/internal/helper_transfer.h +++ b/src/gmio_core/internal/helper_transfer.h @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/src/gmio_core/internal/min_max.h b/src/gmio_core/internal/min_max.h index 668fc65..6d0018a 100644 --- a/src/gmio_core/internal/min_max.h +++ b/src/gmio_core/internal/min_max.h @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/src/gmio_core/internal/safe_cast.h b/src/gmio_core/internal/safe_cast.h index e2015c0..41aa83e 100644 --- a/src/gmio_core/internal/safe_cast.h +++ b/src/gmio_core/internal/safe_cast.h @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/src/gmio_core/internal/string_parse.c b/src/gmio_core/internal/string_parse.c index 241d353..10fb4b0 100644 --- a/src/gmio_core/internal/string_parse.c +++ b/src/gmio_core/internal/string_parse.c @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/src/gmio_core/internal/string_parse.h b/src/gmio_core/internal/string_parse.h index 90c2510..dc35d1b 100644 --- a/src/gmio_core/internal/string_parse.h +++ b/src/gmio_core/internal/string_parse.h @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/src/gmio_core/internal/string_utils.h b/src/gmio_core/internal/string_utils.h index b3634c4..01663d7 100644 --- a/src/gmio_core/internal/string_utils.h +++ b/src/gmio_core/internal/string_utils.h @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/src/gmio_core/stream.c b/src/gmio_core/stream.c index 61fb13f..a0977f5 100644 --- a/src/gmio_core/stream.c +++ b/src/gmio_core/stream.c @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/src/gmio_core/stream.h b/src/gmio_core/stream.h index 215226f..d4fa9ff 100644 --- a/src/gmio_core/stream.h +++ b/src/gmio_core/stream.h @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/src/gmio_core/text_format.h b/src/gmio_core/text_format.h index 6ed90c6..997e154 100644 --- a/src/gmio_core/text_format.h +++ b/src/gmio_core/text_format.h @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/src/gmio_core/transfer.h b/src/gmio_core/transfer.h index 8f591e8..4ad23fb 100644 --- a/src/gmio_core/transfer.h +++ b/src/gmio_core/transfer.h @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/src/gmio_stl/internal/helper_stl_mesh_creator.h b/src/gmio_stl/internal/helper_stl_mesh_creator.h index 54dc263..19cfb16 100644 --- a/src/gmio_stl/internal/helper_stl_mesh_creator.h +++ b/src/gmio_stl/internal/helper_stl_mesh_creator.h @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/src/gmio_stl/internal/stl_rw_common.c b/src/gmio_stl/internal/stl_rw_common.c index 7c316bb..5753e70 100644 --- a/src/gmio_stl/internal/stl_rw_common.c +++ b/src/gmio_stl/internal/stl_rw_common.c @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/src/gmio_stl/internal/stl_rw_common.h b/src/gmio_stl/internal/stl_rw_common.h index 5ab20ac..d8351e5 100644 --- a/src/gmio_stl/internal/stl_rw_common.h +++ b/src/gmio_stl/internal/stl_rw_common.h @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/src/gmio_stl/internal/stla_write.c b/src/gmio_stl/internal/stla_write.c index d481a54..6c7d552 100644 --- a/src/gmio_stl/internal/stla_write.c +++ b/src/gmio_stl/internal/stla_write.c @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/src/gmio_stl/internal/stla_write.h b/src/gmio_stl/internal/stla_write.h index b81c354..1c23340 100644 --- a/src/gmio_stl/internal/stla_write.h +++ b/src/gmio_stl/internal/stla_write.h @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/src/gmio_stl/internal/stlb_byte_swap.c b/src/gmio_stl/internal/stlb_byte_swap.c index 99622ab..5fbacae 100644 --- a/src/gmio_stl/internal/stlb_byte_swap.c +++ b/src/gmio_stl/internal/stlb_byte_swap.c @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/src/gmio_stl/internal/stlb_byte_swap.h b/src/gmio_stl/internal/stlb_byte_swap.h index db06bfb..1387bf6 100644 --- a/src/gmio_stl/internal/stlb_byte_swap.h +++ b/src/gmio_stl/internal/stlb_byte_swap.h @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/src/gmio_stl/internal/stlb_write.c b/src/gmio_stl/internal/stlb_write.c index b50919c..e07a189 100644 --- a/src/gmio_stl/internal/stlb_write.c +++ b/src/gmio_stl/internal/stlb_write.c @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/src/gmio_stl/internal/stlb_write.h b/src/gmio_stl/internal/stlb_write.h index 2228bf9..beeab88 100644 --- a/src/gmio_stl/internal/stlb_write.h +++ b/src/gmio_stl/internal/stlb_write.h @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/src/gmio_stl/stl_error.h b/src/gmio_stl/stl_error.h index a7d81b3..c5cad44 100644 --- a/src/gmio_stl/stl_error.h +++ b/src/gmio_stl/stl_error.h @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/src/gmio_stl/stl_format.c b/src/gmio_stl/stl_format.c index b8edfc2..214a3f3 100644 --- a/src/gmio_stl/stl_format.c +++ b/src/gmio_stl/stl_format.c @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/src/gmio_stl/stl_format.h b/src/gmio_stl/stl_format.h index a883853..0ace071 100644 --- a/src/gmio_stl/stl_format.h +++ b/src/gmio_stl/stl_format.h @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/src/gmio_stl/stl_global.h b/src/gmio_stl/stl_global.h index a1e8035..740f3a5 100644 --- a/src/gmio_stl/stl_global.h +++ b/src/gmio_stl/stl_global.h @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/src/gmio_stl/stl_io.c b/src/gmio_stl/stl_io.c index c6809ef..c7a877b 100644 --- a/src/gmio_stl/stl_io.c +++ b/src/gmio_stl/stl_io.c @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/src/gmio_stl/stl_io.h b/src/gmio_stl/stl_io.h index d742415..8596ff2 100644 --- a/src/gmio_stl/stl_io.h +++ b/src/gmio_stl/stl_io.h @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/src/gmio_stl/stl_io_options.h b/src/gmio_stl/stl_io_options.h index e1b1316..074d896 100644 --- a/src/gmio_stl/stl_io_options.h +++ b/src/gmio_stl/stl_io_options.h @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/src/gmio_stl/stl_mesh.h b/src/gmio_stl/stl_mesh.h index 102e964..6167ef6 100644 --- a/src/gmio_stl/stl_mesh.h +++ b/src/gmio_stl/stl_mesh.h @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/src/gmio_stl/stl_mesh_creator.h b/src/gmio_stl/stl_mesh_creator.h index 61a3df3..e34a1bb 100644 --- a/src/gmio_stl/stl_mesh_creator.h +++ b/src/gmio_stl/stl_mesh_creator.h @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/src/gmio_stl/stl_triangle.h b/src/gmio_stl/stl_triangle.h index 587798a..1007d52 100644 --- a/src/gmio_stl/stl_triangle.h +++ b/src/gmio_stl/stl_triangle.h @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/src/gmio_stl/stla_read.c b/src/gmio_stl/stla_read.c index b84a438..d670290 100644 --- a/src/gmio_stl/stla_read.c +++ b/src/gmio_stl/stla_read.c @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/src/gmio_stl/stlb_read.c b/src/gmio_stl/stlb_read.c index 8164b4a..1d22bc9 100644 --- a/src/gmio_stl/stlb_read.c +++ b/src/gmio_stl/stlb_read.c @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/tests/stream_buffer.c b/tests/stream_buffer.c index e8bbae5..7075d37 100644 --- a/tests/stream_buffer.c +++ b/tests/stream_buffer.c @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/tests/stream_buffer.h b/tests/stream_buffer.h index c95b78d..d4cd491 100644 --- a/tests/stream_buffer.h +++ b/tests/stream_buffer.h @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/tests/test_internal.c b/tests/test_internal.c index 4238331..893165d 100644 --- a/tests/test_internal.c +++ b/tests/test_internal.c @@ -1,7 +1,7 @@ /**************************************************************************** ** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/tests/test_platform.c b/tests/test_platform.c index 58842c7..9d5d978 100644 --- a/tests/test_platform.c +++ b/tests/test_platform.c @@ -1,7 +1,7 @@ /**************************************************************************** ** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/tests/utils.c b/tests/utils.c index 607a5cc..61e831c 100644 --- a/tests/utils.c +++ b/tests/utils.c @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete diff --git a/tests/utils.h b/tests/utils.h index a43c261..617e04d 100644 --- a/tests/utils.h +++ b/tests/utils.h @@ -1,6 +1,6 @@ /**************************************************************************** ** GeomIO Library -** Copyright FougSys (2 Mar. 2015) +** Copyright Fougue (2 Mar. 2015) ** contact@fougsys.fr ** ** This software is a reusable library whose purpose is to provide complete