Commit 11459f28689d988b8c8d03977aadc4aece3a7986

Authored by Stéphane Raimbault
1 parent d4851efd

Update license for the tests in Debian packaging (#221)

debian/copyright
... ... @@ -32,21 +32,36 @@ License for libmodbus:
32 32  
33 33 License for the tests:
34 34  
35   - This program is free software: you can redistribute it and/or modify
36   - it under the terms of the GNU General Public License as published by
37   - the Free Software Foundation, either version 3 of the License, or
38   - (at your option) any later version.
39   -
40   - This package is distributed in the hope that it will be useful,
41   - but WITHOUT ANY WARRANTY; without even the implied warranty of
42   - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
43   - GNU General Public License for more details.
44   -
45   - You should have received a copy of the GNU General Public License
46   - along with this program. If not, see <http://www.gnu.org/licenses/>.
47   -
48   -On Debian systems, the complete text of the GNU General
49   -Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
  35 + Copyright (c) 2008-2014 by Stéphane Raimbault
  36 + All rights reserved.
  37 +
  38 + Redistribution and use in source and binary forms, with or without
  39 + modification, are permitted provided that the following conditions are
  40 + met:
  41 +
  42 + * Redistributions of source code must retain the above copyright
  43 + notice, this list of conditions and the following disclaimer.
  44 +
  45 + * Redistributions in binary form must reproduce the above
  46 + copyright notice, this list of conditions and the following
  47 + disclaimer in the documentation and/or other materials provided
  48 + with the distribution.
  49 +
  50 + * The names of the contributors may not be used to endorse or
  51 + promote products derived from this software without specific
  52 + prior written permission.
  53 +
  54 + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  55 + "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  56 + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  57 + A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  58 + OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  59 + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  60 + LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  61 + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  62 + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  63 + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  64 + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
50 65  
51 66 The Debian packaging is:
52 67  
... ...
tests/LICENSE
1   -Copyright (c) 2008-2013 by Stéphane Raimbault
  1 +Copyright (c) 2008-2014 by Stéphane Raimbault
2 2 All rights reserved.
3 3  
4 4 Redistribution and use in source and binary forms, with or without
... ...