Skip to content

Commit 5803630

Browse files
committed
Initial load
1 parent 2f114bc commit 5803630

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

src/main/java/com/berryworks/jquantify/Interval.java

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
* Copyright 2005-2015 by BerryWorks Software, LLC. All rights reserved.
3+
*
4+
* This file is part of EDIReader. You may obtain a license for its use directly from
5+
* BerryWorks Software, and you may also choose to use this software under the terms of the
6+
* GPL version 3. Other products in the EDIReader software suite are available only by licensing
7+
* with BerryWorks. Only those files bearing the GPL statement below are available under the GPL.
8+
*
9+
* EDIReader is free software: you can redistribute it and/or modify it under the terms of the
10+
* GNU General Public License as published by the Free Software Foundation, either version 3 of
11+
* the License, or (at your option) any later version.
12+
*
13+
* EDIReader is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
14+
* even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15+
* GNU General Public License for more details.
16+
*
17+
* You should have received a copy of the GNU General Public License along with EDIReader. If not, see <http://www.gnu.org/licenses/
18+
*/
19+
120
package com.berryworks.jquantify;
221

322
import java.io.Serializable;

0 commit comments

Comments
 (0)