Skip to content

Commit 58c5862

Browse files
committed
fixed typos and added license declaration
1 parent 262f477 commit 58c5862

2 files changed

Lines changed: 15 additions & 5 deletions

File tree

src/main/java/org/jreliability/bdd/BDDReliabilityFunction.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
import org.jreliability.common.StructureFunction;
2828
import org.jreliability.function.ReliabilityFunction;
2929
import org.jreliability.function.SequentialFunction;
30-
import org.jreliability.function.UnreliabilityFunction;
3130

3231
/**
3332
* The {@link BDDReliabilityFunction} represents the {@link ReliabilityFunction}

src/main/java/org/jreliability/common/StructureFunction.java

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
1-
/**
2-
*
3-
*/
1+
/*******************************************************************************
2+
* JReliability is free software: you can redistribute it and/or modify it under
3+
* the terms of the GNU Lesser General Public License as published by the Free
4+
* Software Foundation, either version 3 of the License, or (at your option) any
5+
* later version.
6+
*
7+
* JReliability is distributed in the hope that it will be useful, but WITHOUT
8+
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
9+
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
10+
* details.
11+
*
12+
* You should have received a copy of the GNU Lesser General Public License
13+
* along with JReliability. If not, see http://www.gnu.org/licenses/.
14+
*******************************************************************************/
415
package org.jreliability.common;
516

617
import java.util.Map;
718

819
/**
9-
* The {@link StructureFunction} {@code phi(T)} is a characteristic or indicater
20+
* The {@link StructureFunction} {@code phi(T)} is a characteristic or indicator
1021
* function that determines whether the system provides correct service
1122
* ({@code phi(X) = true}) or has failed ({@code phi(X) = false}) given a set of
1223
* properly working and/or failed variables of type T.

0 commit comments

Comments
 (0)