From e15e3f8142b9d9b191f2aadb39be6cdeb3240406 Mon Sep 17 00:00:00 2001 From: Hugues Delorme Date: Mon, 30 Mar 2015 09:05:25 +0200 Subject: [PATCH] Direct link to the license file --- CMakeLists.txt | 2 +- README.md | 2 +- benchs/CMakeLists.txt | 2 +- src/gmio_core/buffer.c | 2 +- src/gmio_core/buffer.h | 2 +- src/gmio_core/config.h.cmake | 2 +- src/gmio_core/endian.c | 2 +- src/gmio_core/endian.h | 2 +- src/gmio_core/error.c | 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.c | 2 +- src/gmio_core/internal/convert.h | 2 +- src/gmio_core/internal/helper_stream.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/memory.h | 2 +- src/gmio_core/stream.c | 2 +- src/gmio_core/stream.h | 2 +- src/gmio_core/transfer.h | 2 +- src/gmio_stl/internal/stl_rw_common.c | 2 +- src/gmio_stl/internal/stl_rw_common.h | 2 +- src/gmio_stl/internal/stlb_byte_swap.c | 2 +- src/gmio_stl/internal/stlb_byte_swap.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_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/stla_write.c | 2 +- src/gmio_stl/stlb_read.c | 2 +- src/gmio_stl/stlb_write.c | 2 +- src/gmio_support/occ_libstl.cpp | 2 +- src/gmio_support/occ_libstl.h | 2 +- src/gmio_support/qt_stream.cpp | 2 +- src/gmio_support/qt_stream.h | 2 +- src/gmio_support/support_global.h | 2 +- tests/stream_buffer.c | 2 +- tests/stream_buffer.h | 2 +- tests/test_internal.c | 2 +- tests/test_platform.c | 2 +- 51 files changed, 51 insertions(+), 51 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bdb83d4..b29d55e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ ## abiding by the rules of distribution of free software. You can use, ## modify and/ or redistribute the software under the terms of the CeCILL-B ## license as circulated by CEA, CNRS and INRIA at the following URL -## "http://www.cecill.info". +## "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ############################################################################# cmake_minimum_required(VERSION 2.6) diff --git a/README.md b/README.md index 7542f43..192999c 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ This software is governed by the CeCILL-B license under French law and abiding by the rules of distribution of free software. You can use, modify and/ or redistribute the software under the terms of the CeCILL-B license as circulated by CEA, CNRS and INRIA at the following URL -http://www.cecill.info +http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html As a counterpart to the access to the source code and rights to copy, modify and redistribute granted by the license, users are provided only diff --git a/benchs/CMakeLists.txt b/benchs/CMakeLists.txt index d1b1d88..83e099e 100644 --- a/benchs/CMakeLists.txt +++ b/benchs/CMakeLists.txt @@ -10,7 +10,7 @@ ## abiding by the rules of distribution of free software. You can use, ## modify and/ or redistribute the software under the terms of the CeCILL-B ## license as circulated by CEA, CNRS and INRIA at the following URL -## "http://www.cecill.info". +## "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ############################################################################# cmake_minimum_required(VERSION 2.6) diff --git a/src/gmio_core/buffer.c b/src/gmio_core/buffer.c index 6f50792..b511049 100644 --- a/src/gmio_core/buffer.c +++ b/src/gmio_core/buffer.c @@ -10,7 +10,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ****************************************************************************/ #include "buffer.h" diff --git a/src/gmio_core/buffer.h b/src/gmio_core/buffer.h index d1b4827..0c46f28 100644 --- a/src/gmio_core/buffer.h +++ b/src/gmio_core/buffer.h @@ -10,7 +10,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ****************************************************************************/ /*! \file buffer.h diff --git a/src/gmio_core/config.h.cmake b/src/gmio_core/config.h.cmake index fc2fe26..68b5167 100644 --- a/src/gmio_core/config.h.cmake +++ b/src/gmio_core/config.h.cmake @@ -10,7 +10,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ****************************************************************************/ /* Generated by CMake */ diff --git a/src/gmio_core/endian.c b/src/gmio_core/endian.c index 11c6b5c..1971ba5 100644 --- a/src/gmio_core/endian.c +++ b/src/gmio_core/endian.c @@ -10,7 +10,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ****************************************************************************/ #include "endian.h" diff --git a/src/gmio_core/endian.h b/src/gmio_core/endian.h index 9b2f8dc..4ed067f 100644 --- a/src/gmio_core/endian.h +++ b/src/gmio_core/endian.h @@ -10,7 +10,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ****************************************************************************/ /*! \file endian.h diff --git a/src/gmio_core/error.c b/src/gmio_core/error.c index dde1c31..817de3c 100644 --- a/src/gmio_core/error.c +++ b/src/gmio_core/error.c @@ -10,7 +10,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ****************************************************************************/ #include "error.h" diff --git a/src/gmio_core/error.h b/src/gmio_core/error.h index 6bfe874..d4426cb 100644 --- a/src/gmio_core/error.h +++ b/src/gmio_core/error.h @@ -10,7 +10,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ****************************************************************************/ /*! \file error.h diff --git a/src/gmio_core/global.h b/src/gmio_core/global.h index f9e0212..b8dbc93 100644 --- a/src/gmio_core/global.h +++ b/src/gmio_core/global.h @@ -10,7 +10,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ****************************************************************************/ /*! \file global.h diff --git a/src/gmio_core/internal/byte_codec.h b/src/gmio_core/internal/byte_codec.h index 8630b73..cf6db18 100644 --- a/src/gmio_core/internal/byte_codec.h +++ b/src/gmio_core/internal/byte_codec.h @@ -10,7 +10,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ****************************************************************************/ /* WARNING : diff --git a/src/gmio_core/internal/byte_swap.h b/src/gmio_core/internal/byte_swap.h index 35d35c7..e72da30 100644 --- a/src/gmio_core/internal/byte_swap.h +++ b/src/gmio_core/internal/byte_swap.h @@ -10,7 +10,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ****************************************************************************/ /* WARNING : diff --git a/src/gmio_core/internal/convert.c b/src/gmio_core/internal/convert.c index 182e8ba..9968802 100644 --- a/src/gmio_core/internal/convert.c +++ b/src/gmio_core/internal/convert.c @@ -10,7 +10,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ****************************************************************************/ #include "convert.h" diff --git a/src/gmio_core/internal/convert.h b/src/gmio_core/internal/convert.h index ddd7814..bb9512d 100644 --- a/src/gmio_core/internal/convert.h +++ b/src/gmio_core/internal/convert.h @@ -10,7 +10,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ****************************************************************************/ #ifndef GMIO_INTERNAL_CONVERT_H diff --git a/src/gmio_core/internal/helper_stream.h b/src/gmio_core/internal/helper_stream.h index 0d49dc8..17eeb76 100644 --- a/src/gmio_core/internal/helper_stream.h +++ b/src/gmio_core/internal/helper_stream.h @@ -10,7 +10,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ****************************************************************************/ /* WARNING : diff --git a/src/gmio_core/internal/helper_transfer.h b/src/gmio_core/internal/helper_transfer.h index 6a086cb..eeaee5d 100644 --- a/src/gmio_core/internal/helper_transfer.h +++ b/src/gmio_core/internal/helper_transfer.h @@ -10,7 +10,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ****************************************************************************/ /* WARNING : diff --git a/src/gmio_core/internal/min_max.h b/src/gmio_core/internal/min_max.h index 79e4ec8..668fc65 100644 --- a/src/gmio_core/internal/min_max.h +++ b/src/gmio_core/internal/min_max.h @@ -10,7 +10,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ****************************************************************************/ #ifndef GMIO_INTERNAL_MIN_MAX_H diff --git a/src/gmio_core/internal/safe_cast.h b/src/gmio_core/internal/safe_cast.h index 753a727..1f7d948 100644 --- a/src/gmio_core/internal/safe_cast.h +++ b/src/gmio_core/internal/safe_cast.h @@ -10,7 +10,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ****************************************************************************/ /* WARNING : diff --git a/src/gmio_core/internal/string_parse.c b/src/gmio_core/internal/string_parse.c index bc37ac1..4a51ff7 100644 --- a/src/gmio_core/internal/string_parse.c +++ b/src/gmio_core/internal/string_parse.c @@ -10,7 +10,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ****************************************************************************/ #include "string_parse.h" diff --git a/src/gmio_core/internal/string_parse.h b/src/gmio_core/internal/string_parse.h index aa18283..90c2510 100644 --- a/src/gmio_core/internal/string_parse.h +++ b/src/gmio_core/internal/string_parse.h @@ -10,7 +10,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ****************************************************************************/ #ifndef GMIO_INTERNAL_STRING_PARSE_H diff --git a/src/gmio_core/memory.h b/src/gmio_core/memory.h index a8da3d1..c7657a8 100644 --- a/src/gmio_core/memory.h +++ b/src/gmio_core/memory.h @@ -10,7 +10,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ****************************************************************************/ #ifndef GMIO_MEMORY_H diff --git a/src/gmio_core/stream.c b/src/gmio_core/stream.c index 19e3c8d..15a9c8e 100644 --- a/src/gmio_core/stream.c +++ b/src/gmio_core/stream.c @@ -10,7 +10,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ****************************************************************************/ #include "stream.h" diff --git a/src/gmio_core/stream.h b/src/gmio_core/stream.h index 196ccba..7d9988f 100644 --- a/src/gmio_core/stream.h +++ b/src/gmio_core/stream.h @@ -10,7 +10,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ****************************************************************************/ /*! \file stream.h diff --git a/src/gmio_core/transfer.h b/src/gmio_core/transfer.h index 55ceb44..6ad393d 100644 --- a/src/gmio_core/transfer.h +++ b/src/gmio_core/transfer.h @@ -10,7 +10,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ****************************************************************************/ /*! \file transfer.h diff --git a/src/gmio_stl/internal/stl_rw_common.c b/src/gmio_stl/internal/stl_rw_common.c index 5a33c1c..9fd0b24 100644 --- a/src/gmio_stl/internal/stl_rw_common.c +++ b/src/gmio_stl/internal/stl_rw_common.c @@ -10,7 +10,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ****************************************************************************/ #include "stl_rw_common.h" diff --git a/src/gmio_stl/internal/stl_rw_common.h b/src/gmio_stl/internal/stl_rw_common.h index f83e971..5ab20ac 100644 --- a/src/gmio_stl/internal/stl_rw_common.h +++ b/src/gmio_stl/internal/stl_rw_common.h @@ -10,7 +10,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ****************************************************************************/ /* TODO : documentation */ diff --git a/src/gmio_stl/internal/stlb_byte_swap.c b/src/gmio_stl/internal/stlb_byte_swap.c index bd2d6e2..d65220c 100644 --- a/src/gmio_stl/internal/stlb_byte_swap.c +++ b/src/gmio_stl/internal/stlb_byte_swap.c @@ -10,7 +10,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ****************************************************************************/ #include "stlb_byte_swap.h" diff --git a/src/gmio_stl/internal/stlb_byte_swap.h b/src/gmio_stl/internal/stlb_byte_swap.h index 752f63d..db06bfb 100644 --- a/src/gmio_stl/internal/stlb_byte_swap.h +++ b/src/gmio_stl/internal/stlb_byte_swap.h @@ -10,7 +10,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ****************************************************************************/ #ifndef GMIO_INTERNAL_STLB_BYTE_SWAP_H diff --git a/src/gmio_stl/stl_error.h b/src/gmio_stl/stl_error.h index b6d3b92..24c6506 100644 --- a/src/gmio_stl/stl_error.h +++ b/src/gmio_stl/stl_error.h @@ -10,7 +10,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ****************************************************************************/ /*! \file stl_error.h diff --git a/src/gmio_stl/stl_format.c b/src/gmio_stl/stl_format.c index 61907dd..923fc72 100644 --- a/src/gmio_stl/stl_format.c +++ b/src/gmio_stl/stl_format.c @@ -10,7 +10,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ****************************************************************************/ #include "stl_format.h" diff --git a/src/gmio_stl/stl_format.h b/src/gmio_stl/stl_format.h index d69d177..b0c199f 100644 --- a/src/gmio_stl/stl_format.h +++ b/src/gmio_stl/stl_format.h @@ -10,7 +10,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ****************************************************************************/ /*! \file stl_format.h diff --git a/src/gmio_stl/stl_global.h b/src/gmio_stl/stl_global.h index 1766ab6..fe721dd 100644 --- a/src/gmio_stl/stl_global.h +++ b/src/gmio_stl/stl_global.h @@ -10,7 +10,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ****************************************************************************/ /*! \file stl_global.h diff --git a/src/gmio_stl/stl_io.c b/src/gmio_stl/stl_io.c index efbd0cd..c014ce9 100644 --- a/src/gmio_stl/stl_io.c +++ b/src/gmio_stl/stl_io.c @@ -10,7 +10,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ****************************************************************************/ #include "stl_io.h" diff --git a/src/gmio_stl/stl_io.h b/src/gmio_stl/stl_io.h index 6d06816..e195bc9 100644 --- a/src/gmio_stl/stl_io.h +++ b/src/gmio_stl/stl_io.h @@ -10,7 +10,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ****************************************************************************/ /*! \file stl_io.h diff --git a/src/gmio_stl/stl_mesh.h b/src/gmio_stl/stl_mesh.h index 5046c98..58fc57f 100644 --- a/src/gmio_stl/stl_mesh.h +++ b/src/gmio_stl/stl_mesh.h @@ -10,7 +10,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ****************************************************************************/ /*! \file stl_mesh.h diff --git a/src/gmio_stl/stl_mesh_creator.h b/src/gmio_stl/stl_mesh_creator.h index 9a47130..a2671a4 100644 --- a/src/gmio_stl/stl_mesh_creator.h +++ b/src/gmio_stl/stl_mesh_creator.h @@ -10,7 +10,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ****************************************************************************/ /*! \file stl_mesh_creator.h diff --git a/src/gmio_stl/stl_triangle.h b/src/gmio_stl/stl_triangle.h index d7e4682..e0c0b9d 100644 --- a/src/gmio_stl/stl_triangle.h +++ b/src/gmio_stl/stl_triangle.h @@ -10,7 +10,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ****************************************************************************/ /*! \file stl_triangle.h diff --git a/src/gmio_stl/stla_read.c b/src/gmio_stl/stla_read.c index 582d09a..b9a5fa7 100644 --- a/src/gmio_stl/stla_read.c +++ b/src/gmio_stl/stla_read.c @@ -11,7 +11,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ** ****************************************************************************/ diff --git a/src/gmio_stl/stla_write.c b/src/gmio_stl/stla_write.c index 1b9bcf4..6775bb4 100644 --- a/src/gmio_stl/stla_write.c +++ b/src/gmio_stl/stla_write.c @@ -11,7 +11,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ** ****************************************************************************/ diff --git a/src/gmio_stl/stlb_read.c b/src/gmio_stl/stlb_read.c index 6119092..65f7702 100644 --- a/src/gmio_stl/stlb_read.c +++ b/src/gmio_stl/stlb_read.c @@ -11,7 +11,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ** ****************************************************************************/ diff --git a/src/gmio_stl/stlb_write.c b/src/gmio_stl/stlb_write.c index 6435ce3..7cca05e 100644 --- a/src/gmio_stl/stlb_write.c +++ b/src/gmio_stl/stlb_write.c @@ -11,7 +11,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ** ****************************************************************************/ diff --git a/src/gmio_support/occ_libstl.cpp b/src/gmio_support/occ_libstl.cpp index 4114fb1..af1b4aa 100644 --- a/src/gmio_support/occ_libstl.cpp +++ b/src/gmio_support/occ_libstl.cpp @@ -10,7 +10,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ****************************************************************************/ #include diff --git a/src/gmio_support/occ_libstl.h b/src/gmio_support/occ_libstl.h index 5a52d51..9d7d57c 100644 --- a/src/gmio_support/occ_libstl.h +++ b/src/gmio_support/occ_libstl.h @@ -10,7 +10,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ****************************************************************************/ /*! \file occ_libstl.h diff --git a/src/gmio_support/qt_stream.cpp b/src/gmio_support/qt_stream.cpp index 1925469..9f20c81 100644 --- a/src/gmio_support/qt_stream.cpp +++ b/src/gmio_support/qt_stream.cpp @@ -10,7 +10,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ****************************************************************************/ #include diff --git a/src/gmio_support/qt_stream.h b/src/gmio_support/qt_stream.h index 6a72a92..fe6651f 100644 --- a/src/gmio_support/qt_stream.h +++ b/src/gmio_support/qt_stream.h @@ -10,7 +10,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ****************************************************************************/ /*! \file qt_stream.h diff --git a/src/gmio_support/support_global.h b/src/gmio_support/support_global.h index 71ea44a..12f7de1 100644 --- a/src/gmio_support/support_global.h +++ b/src/gmio_support/support_global.h @@ -10,7 +10,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ****************************************************************************/ #ifndef GMIO_C_SUPPORT_GLOBAL_H diff --git a/tests/stream_buffer.c b/tests/stream_buffer.c index 6626df6..6eae0b1 100644 --- a/tests/stream_buffer.c +++ b/tests/stream_buffer.c @@ -11,7 +11,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ** ****************************************************************************/ diff --git a/tests/stream_buffer.h b/tests/stream_buffer.h index eda586c..c6ed636 100644 --- a/tests/stream_buffer.h +++ b/tests/stream_buffer.h @@ -11,7 +11,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ** ****************************************************************************/ diff --git a/tests/test_internal.c b/tests/test_internal.c index 15d7047..5c02e05 100644 --- a/tests/test_internal.c +++ b/tests/test_internal.c @@ -11,7 +11,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ** ****************************************************************************/ diff --git a/tests/test_platform.c b/tests/test_platform.c index 39cc30a..cf34005 100644 --- a/tests/test_platform.c +++ b/tests/test_platform.c @@ -11,7 +11,7 @@ ** abiding by the rules of distribution of free software. You can use, ** modify and/ or redistribute the software under the terms of the CeCILL-B ** license as circulated by CEA, CNRS and INRIA at the following URL -** "http://www.cecill.info". +** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html". ** ****************************************************************************/