Skip to content

Commit cf899f3

Browse files
committed
Update license and file headers
This was done using: mvn license:update-project-license license:update-file-header The only real change is the loss of the legal disclaimer at the bottom of the license. This disclaimer is not actually part of the BSD-2 license proper, but rather an addendum. For relevant discussion, see: https://jira.codehaus.org/browse/MLICENSE-80
1 parent ecbb076 commit cf899f3

File tree

186 files changed

+8
-752
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

186 files changed

+8
-752
lines changed

LICENSE.txt

+8-12
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,26 @@
1-
SciJava Common shared library for SciJava software.
2-
3-
Copyright (C) 2009 - 2014 Board of Regents of the University of
1+
Copyright (c) 2009 - 2014, Board of Regents of the University of
42
Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
53
Institute of Molecular Cell Biology and Genetics.
4+
All rights reserved.
5+
6+
Redistribution and use in source and binary forms, with or without modification,
7+
are permitted provided that the following conditions are met:
68

7-
Redistribution and use in source and binary forms, with or without
8-
modification, are permitted provided that the following conditions are met:
9+
1. Redistributions of source code must retain the above copyright notice, this
10+
list of conditions and the following disclaimer.
911

10-
1. Redistributions of source code must retain the above copyright notice,
11-
this list of conditions and the following disclaimer.
1212
2. Redistributions in binary form must reproduce the above copyright notice,
1313
this list of conditions and the following disclaimer in the documentation
1414
and/or other materials provided with the distribution.
1515

1616
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1717
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1818
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19-
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
19+
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
2020
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2121
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2222
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2323
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2424
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2525
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2626
POSSIBILITY OF SUCH DAMAGE.
27-
28-
The views and conclusions contained in the software and documentation are
29-
those of the authors and should not be interpreted as representing official
30-
policies, either expressed or implied, of any organization.

src/it/apt-test/pom.xml

-4
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@
2727
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2828
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2929
POSSIBILITY OF SUCH DAMAGE.
30-
31-
The views and conclusions contained in the software and documentation are
32-
those of the authors and should not be interpreted as representing official
33-
policies, either expressed or implied, of any organization.
3430
#L%
3531
-->
3632

src/it/apt-test/src/main/java/org/scijava/annotation/its/Annotated.java

-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2727
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2828
* POSSIBILITY OF SUCH DAMAGE.
29-
*
30-
* The views and conclusions contained in the software and documentation are
31-
* those of the authors and should not be interpreted as representing official
32-
* policies, either expressed or implied, of any organization.
3329
* #L%
3430
*/
3531
package org.scijava.annotations.its;

src/it/apt-test/src/main/java/org/scijava/annotation/its/CustomAnnotation.java

-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2727
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2828
* POSSIBILITY OF SUCH DAMAGE.
29-
*
30-
* The views and conclusions contained in the software and documentation are
31-
* those of the authors and should not be interpreted as representing official
32-
* policies, either expressed or implied, of any organization.
3329
* #L%
3430
*/
3531
package org.scijava.annotations.its;

src/it/settings.xml

-4
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@
2727
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2828
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2929
POSSIBILITY OF SUCH DAMAGE.
30-
31-
The views and conclusions contained in the software and documentation are
32-
those of the authors and should not be interpreted as representing official
33-
policies, either expressed or implied, of any organization.
3430
#L%
3531
-->
3632

src/main/java/org/scijava/AbstractContextual.java

-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2727
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2828
* POSSIBILITY OF SUCH DAMAGE.
29-
*
30-
* The views and conclusions contained in the software and documentation are
31-
* those of the authors and should not be interpreted as representing official
32-
* policies, either expressed or implied, of any organization.
3329
* #L%
3430
*/
3531

src/main/java/org/scijava/AbstractGateway.java

-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2727
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2828
* POSSIBILITY OF SUCH DAMAGE.
29-
*
30-
* The views and conclusions contained in the software and documentation are
31-
* those of the authors and should not be interpreted as representing official
32-
* policies, either expressed or implied, of any organization.
3329
* #L%
3430
*/
3531

src/main/java/org/scijava/AbstractUIDetails.java

-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2727
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2828
* POSSIBILITY OF SUCH DAMAGE.
29-
*
30-
* The views and conclusions contained in the software and documentation are
31-
* those of the authors and should not be interpreted as representing official
32-
* policies, either expressed or implied, of any organization.
3329
* #L%
3430
*/
3531

src/main/java/org/scijava/BasicDetails.java

-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2727
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2828
* POSSIBILITY OF SUCH DAMAGE.
29-
*
30-
* The views and conclusions contained in the software and documentation are
31-
* those of the authors and should not be interpreted as representing official
32-
* policies, either expressed or implied, of any organization.
3329
* #L%
3430
*/
3531

src/main/java/org/scijava/Context.java

-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2727
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2828
* POSSIBILITY OF SUCH DAMAGE.
29-
*
30-
* The views and conclusions contained in the software and documentation are
31-
* those of the authors and should not be interpreted as representing official
32-
* policies, either expressed or implied, of any organization.
3329
* #L%
3430
*/
3531

src/main/java/org/scijava/Contextual.java

-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2727
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2828
* POSSIBILITY OF SUCH DAMAGE.
29-
*
30-
* The views and conclusions contained in the software and documentation are
31-
* those of the authors and should not be interpreted as representing official
32-
* policies, either expressed or implied, of any organization.
3329
* #L%
3430
*/
3531

src/main/java/org/scijava/Disposable.java

-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2727
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2828
* POSSIBILITY OF SUCH DAMAGE.
29-
*
30-
* The views and conclusions contained in the software and documentation are
31-
* those of the authors and should not be interpreted as representing official
32-
* policies, either expressed or implied, of any organization.
3329
* #L%
3430
*/
3531

src/main/java/org/scijava/Gateway.java

-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2727
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2828
* POSSIBILITY OF SUCH DAMAGE.
29-
*
30-
* The views and conclusions contained in the software and documentation are
31-
* those of the authors and should not be interpreted as representing official
32-
* policies, either expressed or implied, of any organization.
3329
* #L%
3430
*/
3531

src/main/java/org/scijava/Instantiable.java

-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2727
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2828
* POSSIBILITY OF SUCH DAMAGE.
29-
*
30-
* The views and conclusions contained in the software and documentation are
31-
* those of the authors and should not be interpreted as representing official
32-
* policies, either expressed or implied, of any organization.
3329
* #L%
3430
*/
3531

src/main/java/org/scijava/InstantiableException.java

-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2727
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2828
* POSSIBILITY OF SUCH DAMAGE.
29-
*
30-
* The views and conclusions contained in the software and documentation are
31-
* those of the authors and should not be interpreted as representing official
32-
* policies, either expressed or implied, of any organization.
3329
* #L%
3430
*/
3531

src/main/java/org/scijava/ItemIO.java

-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2727
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2828
* POSSIBILITY OF SUCH DAMAGE.
29-
*
30-
* The views and conclusions contained in the software and documentation are
31-
* those of the authors and should not be interpreted as representing official
32-
* policies, either expressed or implied, of any organization.
3329
* #L%
3430
*/
3531

src/main/java/org/scijava/ItemVisibility.java

-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2727
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2828
* POSSIBILITY OF SUCH DAMAGE.
29-
*
30-
* The views and conclusions contained in the software and documentation are
31-
* those of the authors and should not be interpreted as representing official
32-
* policies, either expressed or implied, of any organization.
3329
* #L%
3430
*/
3531

src/main/java/org/scijava/MenuEntry.java

-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2727
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2828
* POSSIBILITY OF SUCH DAMAGE.
29-
*
30-
* The views and conclusions contained in the software and documentation are
31-
* those of the authors and should not be interpreted as representing official
32-
* policies, either expressed or implied, of any organization.
3329
* #L%
3430
*/
3531

src/main/java/org/scijava/MenuPath.java

-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2727
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2828
* POSSIBILITY OF SUCH DAMAGE.
29-
*
30-
* The views and conclusions contained in the software and documentation are
31-
* those of the authors and should not be interpreted as representing official
32-
* policies, either expressed or implied, of any organization.
3329
* #L%
3430
*/
3531

src/main/java/org/scijava/NoSuchServiceException.java

-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2727
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2828
* POSSIBILITY OF SUCH DAMAGE.
29-
*
30-
* The views and conclusions contained in the software and documentation are
31-
* those of the authors and should not be interpreted as representing official
32-
* policies, either expressed or implied, of any organization.
3329
* #L%
3430
*/
3531

src/main/java/org/scijava/Optional.java

-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2727
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2828
* POSSIBILITY OF SUCH DAMAGE.
29-
*
30-
* The views and conclusions contained in the software and documentation are
31-
* those of the authors and should not be interpreted as representing official
32-
* policies, either expressed or implied, of any organization.
3329
* #L%
3430
*/
3531

src/main/java/org/scijava/Prioritized.java

-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2727
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2828
* POSSIBILITY OF SUCH DAMAGE.
29-
*
30-
* The views and conclusions contained in the software and documentation are
31-
* those of the authors and should not be interpreted as representing official
32-
* policies, either expressed or implied, of any organization.
3329
* #L%
3430
*/
3531

src/main/java/org/scijava/Priority.java

-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2727
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2828
* POSSIBILITY OF SUCH DAMAGE.
29-
*
30-
* The views and conclusions contained in the software and documentation are
31-
* those of the authors and should not be interpreted as representing official
32-
* policies, either expressed or implied, of any organization.
3329
* #L%
3430
*/
3531

src/main/java/org/scijava/Typed.java

-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2727
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2828
* POSSIBILITY OF SUCH DAMAGE.
29-
*
30-
* The views and conclusions contained in the software and documentation are
31-
* those of the authors and should not be interpreted as representing official
32-
* policies, either expressed or implied, of any organization.
3329
* #L%
3430
*/
3531

src/main/java/org/scijava/UIDetails.java

-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2727
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2828
* POSSIBILITY OF SUCH DAMAGE.
29-
*
30-
* The views and conclusions contained in the software and documentation are
31-
* those of the authors and should not be interpreted as representing official
32-
* policies, either expressed or implied, of any organization.
3329
* #L%
3430
*/
3531

src/main/java/org/scijava/annotations/AbstractIndexWriter.java

-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2727
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2828
* POSSIBILITY OF SUCH DAMAGE.
29-
*
30-
* The views and conclusions contained in the software and documentation are
31-
* those of the authors and should not be interpreted as representing official
32-
* policies, either expressed or implied, of any organization.
3329
* #L%
3430
*/
3531

src/main/java/org/scijava/annotations/AnnotationCombiner.java

-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2727
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2828
* POSSIBILITY OF SUCH DAMAGE.
29-
*
30-
* The views and conclusions contained in the software and documentation are
31-
* those of the authors and should not be interpreted as representing official
32-
* policies, either expressed or implied, of any organization.
3329
* #L%
3430
*/
3531

src/main/java/org/scijava/annotations/AnnotationProcessor.java

-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2727
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2828
* POSSIBILITY OF SUCH DAMAGE.
29-
*
30-
* The views and conclusions contained in the software and documentation are
31-
* those of the authors and should not be interpreted as representing official
32-
* policies, either expressed or implied, of any organization.
3329
* #L%
3430
*/
3531

src/main/java/org/scijava/annotations/DirectoryIndexer.java

-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2727
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2828
* POSSIBILITY OF SUCH DAMAGE.
29-
*
30-
* The views and conclusions contained in the software and documentation are
31-
* those of the authors and should not be interpreted as representing official
32-
* policies, either expressed or implied, of any organization.
3329
* #L%
3430
*/
3531

src/main/java/org/scijava/annotations/EclipseHelper.java

-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2727
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2828
* POSSIBILITY OF SUCH DAMAGE.
29-
*
30-
* The views and conclusions contained in the software and documentation are
31-
* those of the authors and should not be interpreted as representing official
32-
* policies, either expressed or implied, of any organization.
3329
* #L%
3430
*/
3531

src/main/java/org/scijava/annotations/Index.java

-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2727
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2828
* POSSIBILITY OF SUCH DAMAGE.
29-
*
30-
* The views and conclusions contained in the software and documentation are
31-
* those of the authors and should not be interpreted as representing official
32-
* policies, either expressed or implied, of any organization.
3329
* #L%
3430
*/
3531

src/main/java/org/scijava/annotations/IndexItem.java

-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2727
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2828
* POSSIBILITY OF SUCH DAMAGE.
29-
*
30-
* The views and conclusions contained in the software and documentation are
31-
* those of the authors and should not be interpreted as representing official
32-
* policies, either expressed or implied, of any organization.
3329
* #L%
3430
*/
3531

src/main/java/org/scijava/annotations/IndexReader.java

-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2727
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2828
* POSSIBILITY OF SUCH DAMAGE.
29-
*
30-
* The views and conclusions contained in the software and documentation are
31-
* those of the authors and should not be interpreted as representing official
32-
* policies, either expressed or implied, of any organization.
3329
* #L%
3430
*/
3531

0 commit comments

Comments
 (0)