Skip to content

Commit

Permalink
updated compiler files
Browse files Browse the repository at this point in the history
  • Loading branch information
kodekracker committed Nov 16, 2013
1 parent 2116a6c commit 88ddf6e
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 33 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
/*
* Codejudge
* Copyright 2012, Sankha Narayan Guria (sankha93@gmail.com)
* Licensed under MIT License.
*
*
* Codejudge Compiler Server
* Online Judge Compiler Server
*/

package codejudge.compiler;
Expand Down
6 changes: 2 additions & 4 deletions codejudge-compiler/src/codejudge/compiler/RequestThread.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
/*
* Codejudge
* Copyright 2012, Sankha Narayan Guria (sankha93@gmail.com)
* Licensed under MIT License.
*
*
* Codejudge Compiler Server : Thread that runs on each request
* Online Judge Compiler Server : Thread that runs on each request
*/

package codejudge.compiler;
Expand Down
6 changes: 2 additions & 4 deletions codejudge-compiler/src/codejudge/compiler/TimedShell.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
/*
* Codejudge
* Copyright 2012, Sankha Narayan Guria (sankha93@gmail.com)
* Licensed under MIT License.
*
*
* Codejudge Timer Shell that executes a commend with a timeout period
* Online Judge Timer Shell that executes a commend with a timeout period
*/

package codejudge.compiler;
Expand Down
6 changes: 2 additions & 4 deletions codejudge-compiler/src/codejudge/compiler/languages/C.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
/*
* Codejudge
* Copyright 2012, Sankha Narayan Guria (sankha93@gmail.com)
* Licensed under MIT License.
*
*
* Codejudge Compiler Server: Compiler for the C language
* Online Judge Compiler Server: Compiler for the C language
*/

package codejudge.compiler.languages;
Expand Down
6 changes: 2 additions & 4 deletions codejudge-compiler/src/codejudge/compiler/languages/Cpp.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
/*
* Codejudge
* Copyright 2012, Sankha Narayan Guria (sankha93@gmail.com)
* Licensed under MIT License.
*
*
* Codejudge Compiler Server: Compiler for the C++ language
* Online Judge Compiler Server: Compiler for the C++ language
*/

package codejudge.compiler.languages;
Expand Down
6 changes: 2 additions & 4 deletions codejudge-compiler/src/codejudge/compiler/languages/Java.java
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
/*
* Codejudge
* Copyright 2012, Sankha Narayan Guria (sankha93@gmail.com)
* Licensed under MIT License.
*
*
* Codejudge Compiler Server: Compiler for the Java language
* Online Judge Compiler Server: Compiler for the Java language
*/

package codejudge.compiler.languages;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
/*
* Codejudge
* Copyright 2012, Sankha Narayan Guria (sankha93@gmail.com)
* Licensed under MIT License.
*
*
* Codejudge Compiler Server: The base interface for each language
* Online Judge Compiler Server: The base interface for each language
*/

package codejudge.compiler.languages;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
/*
* Codejudge
* Copyright 2012, Sankha Narayan Guria (sankha93@gmail.com)
* Licensed under MIT License.
*
*
* Codejudge Compiler Server: Compiler for the Python language
* Online Judge Compiler Server: Compiler for the Python language
*/

package codejudge.compiler.languages;
Expand Down
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
*
*
* Common functions used throughout Codejudge
* Common functions used throughout Online Judge
*/
session_start();

Expand Down

0 comments on commit 88ddf6e

Please sign in to comment.