From d0e41e347f60422b542309ea89de9a66c917b0c0 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 2 Nov 2013 22:23:00 +0530 Subject: updated the year in the Copyright block in all source files. used license/Liberate.java to do the job. automation rocks. --- parsers/Parser.java | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'parsers/Parser.java') diff --git a/parsers/Parser.java b/parsers/Parser.java index 7bddbdc..6eb9238 100644 --- a/parsers/Parser.java +++ b/parsers/Parser.java @@ -1,8 +1,9 @@ /*+ - * Copyright (C) 2012-2013 rsiddharth - * email me : rsiddharth@ninthfloor.org - * - * This program is free software: you can redistribute it and/or modify + * Copyright 2012, 2013 rsiddharth + * + * 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. @@ -16,6 +17,7 @@ * along with this program. If not, see . */ + package scruf.parsers; public interface Parser { -- cgit v1.2.3