summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <rsiddharth@ninthfloor.org>2012-12-21 09:03:05 +0530
committerrsiddharth <rsiddharth@ninthfloor.org>2012-12-21 09:03:05 +0530
commit92f629c0109fd23ed5859beb8b5f126318451469 (patch)
treedb291c10e147136eeb4caeebe43e304d677e497a
parent21c6704ad90ce094557274e6525c1a3b47a128af (diff)
added license text to parsers/SymbolMap.java.
modified: parsers/SymbolMap.java
-rw-r--r--parsers/SymbolMap.java21
1 files changed, 21 insertions, 0 deletions
diff --git a/parsers/SymbolMap.java b/parsers/SymbolMap.java
index 94f1f14..752fcf6 100644
--- a/parsers/SymbolMap.java
+++ b/parsers/SymbolMap.java
@@ -1,3 +1,24 @@
+/*+
+ * Copyright 2012 rsiddharth
+ * Email: <rsiddharth@ninthfloor.org>
+ *
+ * This file is part of Scruf.
+ *
+ * Scruf is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+
package scruf.parsers;