Skip to content

Commit 9b3125d

Browse files
committed
Initial load
1 parent 5803630 commit 9b3125d

13 files changed

Lines changed: 215 additions & 9 deletions

File tree

.idea/copyright/GPL.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/java/com/berryworks/jquantify/Clock.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
abstract class Clock {

src/main/java/com/berryworks/jquantify/EventCounter.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
/**

src/main/java/com/berryworks/jquantify/EventCounterInterval.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
/**

src/main/java/com/berryworks/jquantify/Metric.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;

src/main/java/com/berryworks/jquantify/MetricRepository.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;

src/main/java/com/berryworks/jquantify/SessionCounter.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.util.LinkedList;

src/main/java/com/berryworks/jquantify/SessionCounterInterval.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
/**

src/main/java/com/berryworks/jquantify/package.html

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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
221
<html>
322
<head>

src/main/java/com/berryworks/jquantify/util/Format.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.util;
221

322
import com.berryworks.jquantify.*;

0 commit comments

Comments
 (0)