Skip to content

Commit 4d0a6dd

Browse files
committed
Fix header copyright comments
1 parent 7640902 commit 4d0a6dd

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

src/simplejavacalculator/Calculator.java

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
/**
2+
* @name Simple Java Calculator
3+
* @package ph.calculator
4+
* @file Main.java
5+
* @author SORIA Pierre-Henry
6+
* @email pierrehs@hotmail.com
7+
* @link http://github.com/pH-7
8+
* @copyright Copyright Pierre-Henry SORIA, All Rights Reserved.
9+
* @license Apache (http://www.apache.org/licenses/LICENSE-2.0)
10+
*/
11+
112
package simplejavacalculator;
213

314
import static java.lang.Math.log;

src/simplejavacalculator/UI.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
22
* @name Simple Java Calculator
3-
* @package ph.calculator
4-
* @file UI.java
5-
* @author SORIA Pierre-Henry
6-
* @email pierrehs@hotmail.com
3+
* @package ph.calculator
4+
* @file UI.java
5+
* @author SORIA Pierre-Henry
6+
* @email pierrehs@hotmail.com
77
* @link http://github.com/pH-7
88
* @copyright Copyright Pierre-Henry SORIA, All Rights Reserved.
99
* @license Apache (http://www.apache.org/licenses/LICENSE-2.0)

0 commit comments

Comments
 (0)