Skip to content

Commit bcdb7c1

Browse files
committed
Update copyright header
1 parent af57207 commit bcdb7c1

16 files changed

+20
-19
lines changed

COPYING

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2009-2023 David Hadka and other contributors. All rights reserved.
1+
Copyright 2009-2024 David Hadka and other contributors. All rights reserved.
22

33
The MOEA Framework is free software: you can redistribute it and/or modify
44
it under the terms of the GNU Lesser General Public License as published by

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ To avoid this setup or to support running without an internet connection, you ca
7474

7575
```bash
7676

77-
java -cp "lib/*" org.moeaframework.algorithm.pisa.PISAAlgorithms install
77+
java -classpath "lib/*" org.moeaframework.algorithm.pisa.PISAAlgorithms install
7878
```
7979

8080
### Blocking Downloads
@@ -94,10 +94,11 @@ all selectors by running:
9494

9595
```bash
9696

97-
java -cp "lib/*" org.moeaframework.algorithm.pisa.PISAAlgorithms install_source
97+
java -classpath "lib/*" org.moeaframework.algorithm.pisa.PISAAlgorithms install_source
9898
```
9999

100-
Compiling will require the following dependencies: `make`, a C/C++ compiler such as `gcc`, `unrar`, `unzip`, and `tar`.
100+
Compiling will require the following dependencies: `make`, a C/C++ compiler such as `gcc`, `unrar`,
101+
`unzip`, and `tar`.
101102

102103

103104
## Limitations
@@ -107,7 +108,7 @@ version by appending `-PISA` to the name, such as `NSGA2-PISA`.
107108

108109
## License
109110

110-
Copyright 2009-2023 David Hadka and other contributors. All rights reserved.
111+
Copyright 2009-2024 David Hadka and other contributors. All rights reserved.
111112

112113
The MOEA Framework is free software: you can redistribute it and/or modify
113114
it under the terms of the GNU Lesser General Public License as published by

src/main/java/org/moeaframework/algorithm/pisa/PISAAlgorithm.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright 2009-2023 David Hadka
1+
/* Copyright 2009-2024 David Hadka
22
*
33
* This file is part of the MOEA Framework.
44
*

src/main/java/org/moeaframework/algorithm/pisa/PISAAlgorithms.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright 2009-2023 David Hadka
1+
/* Copyright 2009-2024 David Hadka
22
*
33
* This file is part of the MOEA Framework.
44
*

src/main/java/org/moeaframework/algorithm/pisa/PISASettings.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright 2009-2023 David Hadka
1+
/* Copyright 2009-2024 David Hadka
22
*
33
* This file is part of the MOEA Framework.
44
*

src/main/java/org/moeaframework/algorithm/pisa/State.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright 2009-2023 David Hadka
1+
/* Copyright 2009-2024 David Hadka
22
*
33
* This file is part of the MOEA Framework.
44
*

src/main/java/org/moeaframework/algorithm/pisa/installer/AbstractPISAInstaller.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright 2009-2023 David Hadka
1+
/* Copyright 2009-2024 David Hadka
22
*
33
* This file is part of the MOEA Framework.
44
*

src/main/java/org/moeaframework/algorithm/pisa/installer/LinuxInstaller.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright 2009-2023 David Hadka
1+
/* Copyright 2009-2024 David Hadka
22
*
33
* This file is part of the MOEA Framework.
44
*

src/main/java/org/moeaframework/algorithm/pisa/installer/PISAInstaller.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright 2009-2023 David Hadka
1+
/* Copyright 2009-2024 David Hadka
22
*
33
* This file is part of the MOEA Framework.
44
*

src/main/java/org/moeaframework/algorithm/pisa/installer/SourceInstaller.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright 2009-2023 David Hadka
1+
/* Copyright 2009-2024 David Hadka
22
*
33
* This file is part of the MOEA Framework.
44
*

src/main/java/org/moeaframework/algorithm/pisa/installer/WindowsInstaller.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright 2009-2023 David Hadka
1+
/* Copyright 2009-2024 David Hadka
22
*
33
* This file is part of the MOEA Framework.
44
*

src/main/java/org/moeaframework/algorithm/pisa/package-info.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright 2009-2023 David Hadka
1+
/* Copyright 2009-2024 David Hadka
22
*
33
* This file is part of the MOEA Framework.
44
*

src/test/java/org/moeaframework/algorithm/pisa/PISAAlgorithmsStaticConfigurationTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright 2009-2023 David Hadka
1+
/* Copyright 2009-2024 David Hadka
22
*
33
* This file is part of the MOEA Framework.
44
*

src/test/java/org/moeaframework/algorithm/pisa/PISAAlgorithmsTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright 2009-2023 David Hadka
1+
/* Copyright 2009-2024 David Hadka
22
*
33
* This file is part of the MOEA Framework.
44
*

src/test/java/org/moeaframework/algorithm/pisa/PISASettingsTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright 2009-2023 David Hadka
1+
/* Copyright 2009-2024 David Hadka
22
*
33
* This file is part of the MOEA Framework.
44
*

src/test/java/org/moeaframework/algorithm/pisa/installer/PISAInstallerTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright 2009-2023 David Hadka
1+
/* Copyright 2009-2024 David Hadka
22
*
33
* This file is part of the MOEA Framework.
44
*

0 commit comments

Comments
 (0)