Skip to content

Commit

Permalink
Copyright text fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeters committed Nov 13, 2014
1 parent 2b7c294 commit 27d42e8
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 22 deletions.
38 changes: 24 additions & 14 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,17 +1,27 @@
The core authors and designers of CVC4 are:

Kshitij Bansal <[email protected]>, New York University
Clark Barrett <[email protected]>, New York University
Francois Bobot <[email protected]>, Commissariat a l'Energie Atomique (CEA)
Martin Brain <[email protected]>, University of Oxford
Christopher Conway <[email protected]>, Google
Morgan Deters <[email protected]>, New York University
Liana Hadarean <[email protected]>, New York University
Dejan Jovanovic <[email protected]>, SRI International
Tim King <[email protected]>, New York University
Tianyi Liang <[email protected]>, The University of Iowa
Andrew Reynolds <[email protected]>, EPFL
Cesare Tinelli <[email protected]>, The University of Iowa
The authors, designers, and main contributors to CVC4 are listed below.
CVC4's copyright is held by these individuals and the affiliated
institutions at the time of their contributions (see the file COPYING).
All rights reserved.

The core designers and authors of CVC4 are:

Kshitij Bansal, New York University
Clark Barrett, New York University
Francois Bobot, The University of Iowa & Commissariat a l'Energie Atomique
Martin Brain, University of Oxford
Christopher Conway, formerly at New York University
Morgan Deters, New York University
Liana Hadarean, New York University and Mentor Graphics Corporation
Dejan Jovanovic, New York University & SRI International
Tim King, formerly at New York University
Tianyi Liang, The University of Iowa
Andrew Reynolds, The University of Iowa & EPFL
Cesare Tinelli, The University of Iowa

Chief contributors to the CVC4 codebase additionally include:

Peter Collingbourne, formerly in the Multicore Programming Group at
Imperial College London (headed by Alastair Donaldson)

CVC4 is the fourth in the CVC series of tools (CVC, CVC Lite, CVC3) but does
not directly incorporate code from any previous version. Information about
Expand Down
33 changes: 25 additions & 8 deletions COPYING
Original file line number Diff line number Diff line change
@@ -1,15 +1,32 @@
CVC4 is copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 New York University
and The University of Iowa. All rights reserved.
CVC4 is copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 by its authors
and contributors (see the file AUTHORS) and their institutional
affiliations. All rights reserved.

The source code of CVC4 is open and available to students, researchers,
software companies, and everyone else to study, to modify, and to
redistribute original or modified versions; distribution is under the
terms of the modified BSD license. However, CVC4 can be configured (and
is, by default) to link against some GPLed libraries, and therefore the
use of these builds may be restricted in non-GPL-compatible projects.
See below for a discussion of CLN, GLPK, and Readline (the three GPLed
optional library dependences for CVC4), and how to ensure you have a
build that doesn't link against GPLed libraries.
terms of the modified BSD license (reproduced below). However, CVC4
can be configured (however, by default it is not) to link against some
GPLed libraries, and therefore the use of these builds may be restricted
in non-GPL-compatible projects. See below for a discussion of CLN, GLPK,
and Readline (the three GPLed optional library dependences for CVC4),
and how to ensure you have a build that doesn't link against GPLed
libraries.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT OWNERS AND CONTRIBUTORS
''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
Expand Down

0 comments on commit 27d42e8

Please sign in to comment.