From 92f629c0109fd23ed5859beb8b5f126318451469 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Fri, 21 Dec 2012 09:03:05 +0530 Subject: added license text to parsers/SymbolMap.java. modified: parsers/SymbolMap.java --- parsers/SymbolMap.java | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'parsers/SymbolMap.java') 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: + * + * 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 . + */ + + package scruf.parsers; -- cgit v1.2.3