From 4ff42776c6a52bb6953cf10b3be77341c56f0a25 Mon Sep 17 00:00:00 2001 From: Alain Buteau <alain.buteau@synchrotron-soleil.fr> Date: Wed, 3 Sep 2014 15:25:56 +0000 Subject: [PATCH] Passage en licence LGPLV3 --- include/LecroyException.h | 7 +++++++ include/SocketException.h | 7 +++++++ include/SocketLecroy.h | 7 +++++++ include/Waveform.h | 7 +++++++ include/WaveformException.h | 7 +++++++ include/Xstring.h | 7 +++++++ 6 files changed, 42 insertions(+) diff --git a/include/LecroyException.h b/include/LecroyException.h index 0d82a90..8989578 100644 --- a/include/LecroyException.h +++ b/include/LecroyException.h @@ -1,3 +1,10 @@ +//******************************************************************************* +//* Copyright (c) 2008-2014 Synchrotron SOLEIL +//* All rights reserved. This program and the accompanying materials +//* are made available under the terms of the GNU Lesser Public License v3 +//* which accompanies this distribution, and is available at +//* http://www.gnu.org/licenses/lgpl.html +//****************************************************************************** #ifndef _LECROYEXCEPTION #define _LECROYEXCEPTION diff --git a/include/SocketException.h b/include/SocketException.h index a5f79b2..138c2d0 100644 --- a/include/SocketException.h +++ b/include/SocketException.h @@ -1,3 +1,10 @@ +//******************************************************************************* +//* Copyright (c) 2008-2014 Synchrotron SOLEIL +//* All rights reserved. This program and the accompanying materials +//* are made available under the terms of the GNU Lesser Public License v3 +//* which accompanies this distribution, and is available at +//* http://www.gnu.org/licenses/lgpl.html +//****************************************************************************** //****************************************************************************************** // // diff --git a/include/SocketLecroy.h b/include/SocketLecroy.h index 2e44a0e..83342c7 100644 --- a/include/SocketLecroy.h +++ b/include/SocketLecroy.h @@ -1,3 +1,10 @@ +//******************************************************************************* +//* Copyright (c) 2008-2014 Synchrotron SOLEIL +//* All rights reserved. This program and the accompanying materials +//* are made available under the terms of the GNU Lesser Public License v3 +//* which accompanies this distribution, and is available at +//* http://www.gnu.org/licenses/lgpl.html +//****************************************************************************** //****************************************************************************************** // // diff --git a/include/Waveform.h b/include/Waveform.h index 5547b33..2734cdd 100644 --- a/include/Waveform.h +++ b/include/Waveform.h @@ -1,3 +1,10 @@ +//******************************************************************************* +//* Copyright (c) 2008-2014 Synchrotron SOLEIL +//* All rights reserved. This program and the accompanying materials +//* are made available under the terms of the GNU Lesser Public License v3 +//* which accompanies this distribution, and is available at +//* http://www.gnu.org/licenses/lgpl.html +//****************************************************************************** //****************************************************************************************** // // diff --git a/include/WaveformException.h b/include/WaveformException.h index 2fae467..5a4b31b 100644 --- a/include/WaveformException.h +++ b/include/WaveformException.h @@ -1,3 +1,10 @@ +//******************************************************************************* +//* Copyright (c) 2008-2014 Synchrotron SOLEIL +//* All rights reserved. This program and the accompanying materials +//* are made available under the terms of the GNU Lesser Public License v3 +//* which accompanies this distribution, and is available at +//* http://www.gnu.org/licenses/lgpl.html +//****************************************************************************** //****************************************************************************************** // // diff --git a/include/Xstring.h b/include/Xstring.h index 48f96b8..185eed1 100644 --- a/include/Xstring.h +++ b/include/Xstring.h @@ -1,3 +1,10 @@ +//******************************************************************************* +//* Copyright (c) 2008-2014 Synchrotron SOLEIL +//* All rights reserved. This program and the accompanying materials +//* are made available under the terms of the GNU Lesser Public License v3 +//* which accompanies this distribution, and is available at +//* http://www.gnu.org/licenses/lgpl.html +//****************************************************************************** #ifndef XSTRING_H #define XSTRING_H -- GitLab