Skip to content

Commit

Permalink
copyright and date update
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerAberbach committed Oct 31, 2018
1 parent e2b5ebf commit 5f03369
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion src/com/tomeraberbach/mano/Utilities.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Tomer Aberbach
* aberbat1@tcnj.edu
* 1/3/2018
* 10/30/2018
* Students at The College of New Jersey are granted
* unlimited use and access to this application and its code.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/com/tomeraberbach/mano/application/Code.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Tomer Aberbach
* aberbat1@tcnj.edu
* 1/3/2018
* 10/30/2018
* Students at The College of New Jersey are granted
* unlimited use and access to this application and its code.
*/
Expand Down
4 changes: 2 additions & 2 deletions src/com/tomeraberbach/mano/application/Main.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Tomer Aberbach
* aberbat1@tcnj.edu
* 4/18/2018
* 10/30/2018
* Students at The College of New Jersey are granted
* unlimited use and access to this application and its code.
*/
Expand Down Expand Up @@ -49,7 +49,7 @@ public class Main extends Application {
*/
private static final String ABOUT = "Tomer Aberbach\n" +
"aberbat1@tcnj.edu\n" +
"4/18/2018\n" +
"10/30/2018\n" +
"Students at The College of New Jersey are granted\n" +
"unlimited use and access to this application and\n" +
"its code.";
Expand Down
2 changes: 1 addition & 1 deletion src/com/tomeraberbach/mano/application/main.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!--
~ Tomer Aberbach
~ aberbat1@tcnj.edu
~ 4/18/2018
~ 10/30/2018
~ Students at The College of New Jersey are granted
~ unlimited use and access to this application and its code.
-->
Expand Down
2 changes: 1 addition & 1 deletion src/com/tomeraberbach/mano/assembly/Compiler.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Tomer Aberbach
* aberbat1@tcnj.edu
* 1/3/2018
* 10/30/2018
* Students at The College of New Jersey are granted
* unlimited use and access to this application and its code.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/com/tomeraberbach/mano/assembly/Instruction.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Tomer Aberbach
* aberbat1@tcnj.edu
* 1/3/2018
* 10/30/2018
* Students at The College of New Jersey are granted
* unlimited use and access to this application and its code.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/com/tomeraberbach/mano/assembly/Label.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Tomer Aberbach
* aberbat1@tcnj.edu
* 1/3/2018
* 10/30/2018
* Students at The College of New Jersey are granted
* unlimited use and access to this application and its code.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/com/tomeraberbach/mano/assembly/Program.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Tomer Aberbach
* aberbat1@tcnj.edu
* 1/3/2018
* 10/30/2018
* Students at The College of New Jersey are granted
* unlimited use and access to this application and its code.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/com/tomeraberbach/mano/assembly/Token.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Tomer Aberbach
* aberbat1@tcnj.edu
* 1/3/2018
* 10/30/2018
* Students at The College of New Jersey are granted
* unlimited use and access to this application and its code.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/com/tomeraberbach/mano/simulation/Computer.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Tomer Aberbach
* aberbat1@tcnj.edu
* 1/3/2018
* 10/30/2018
* Students at The College of New Jersey are granted
* unlimited use and access to this application and its code.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/com/tomeraberbach/mano/simulation/Control.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Tomer Aberbach
* aberbat1@tcnj.edu
* 1/3/2018
* 10/30/2018
* Students at The College of New Jersey are granted
* unlimited use and access to this application and its code.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/com/tomeraberbach/mano/simulation/Memory.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Tomer Aberbach
* aberbat1@tcnj.edu
* 1/3/2018
* 10/30/2018
* Students at The College of New Jersey are granted
* unlimited use and access to this application and its code.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/com/tomeraberbach/mano/simulation/Microoperation.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Tomer Aberbach
* aberbat1@tcnj.edu
* 1/3/2018
* 10/30/2018
* Students at The College of New Jersey are granted
* unlimited use and access to this application and its code.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/com/tomeraberbach/mano/simulation/RAM.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Tomer Aberbach
* aberbat1@tcnj.edu
* 1/3/2018
* 10/30/2018
* Students at The College of New Jersey are granted
* unlimited use and access to this application and its code.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/com/tomeraberbach/mano/simulation/Register.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Tomer Aberbach
* aberbat1@tcnj.edu
* 1/3/2018
* 10/30/2018
* Students at The College of New Jersey are granted
* unlimited use and access to this application and its code.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/com/tomeraberbach/mano/simulation/Signal.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Tomer Aberbach
* aberbat1@tcnj.edu
* 1/3/2018
* 10/30/2018
* Students at The College of New Jersey are granted
* unlimited use and access to this application and its code.
*/
Expand Down

0 comments on commit 5f03369

Please sign in to comment.