From 3d356cc9ef7b1055242256c00a2e6b93b5462880 Mon Sep 17 00:00:00 2001 From: Dimitar Misev Date: Sat, 5 Feb 2011 22:44:35 +0100 Subject: WCS 2.0 implementation in Petascope --- petascope/src/petascope/wcps/grammar/RangeExprList.java | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'petascope/src/petascope/wcps/grammar/RangeExprList.java') diff --git a/petascope/src/petascope/wcps/grammar/RangeExprList.java b/petascope/src/petascope/wcps/grammar/RangeExprList.java index c604f40..71aab13 100644 --- a/petascope/src/petascope/wcps/grammar/RangeExprList.java +++ b/petascope/src/petascope/wcps/grammar/RangeExprList.java @@ -14,14 +14,13 @@ * You should have received a copy of the GNU General Public License * along with rasdaman community. If not, see . * - * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / - rasdaman GmbH. + * Copyright 2003 - 2010 Peter Baumann / rasdaman GmbH. * * For more information please see * or contact Peter Baumann via . */ -package petascope.wcps.grammar; - +package petascope.wcps.grammar; + import java.util.*; /** -- cgit