Skip to content

Commit a13b955

Browse files
Update Token.java
1 parent 3426ab9 commit a13b955

File tree

1 file changed

+0
-16
lines changed
  • lexer/src/main/java/com/compilerprogramming/ezlang/lexer

1 file changed

+0
-16
lines changed

lexer/src/main/java/com/compilerprogramming/ezlang/lexer/Token.java

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
1-
/*
2-
* DO NOT REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3-
* <p>
4-
* Contributor(s):
5-
* <p>
6-
* The Initial Developer of the Original Software is Dibyendu Majumdar.
7-
* <p>
8-
* This file is part of the Compiler Craft project.
9-
* See https://github.com/dibyendumajumdar/CompilerCraft
10-
* <p>
11-
* The contents of this file are subject to the terms of the
12-
* Apache License Version 2 (the "APL"). You may not use this
13-
* file except in compliance with the License. A copy of the
14-
* APL may be obtained from:
15-
* http://www.apache.org/licenses/LICENSE-2.0
16-
*/
171
package com.compilerprogramming.ezlang.lexer;
182

193
public class Token {

0 commit comments

Comments
 (0)