From c542ee5a7b3f678bb9b3c0388cce1a19c680c021 Mon Sep 17 00:00:00 2001 From: Constantin Date: Wed, 2 Jun 2010 21:49:04 +0200 Subject: joined .gitignore files of petascope and rasdaman repositories. replaced petascope headers with rasdaman community headers. --- .gitignore | 4 ++ petascope/.gitignore | 4 -- petascope/src/petascope/ConfigManager.java | 25 +++++++------ petascope/src/petascope/PetascopeInterface.java | 25 +++++++------ .../src/petascope/PetascopeXmlNamespaceMapper.java | 25 +++++++------ .../src/petascope/wcps/grammar/AxisIterator.java | 43 +++++++++++----------- .../petascope/wcps/grammar/AxisIteratorList.java | 43 +++++++++++----------- .../src/petascope/wcps/grammar/BooleanExpr.java | 43 +++++++++++----------- .../petascope/wcps/grammar/BooleanScalarExpr.java | 43 +++++++++++----------- petascope/src/petascope/wcps/grammar/CastExpr.java | 43 +++++++++++----------- .../src/petascope/wcps/grammar/ComplexConst.java | 43 +++++++++++----------- .../src/petascope/wcps/grammar/CondenseExpr.java | 43 +++++++++++----------- .../petascope/wcps/grammar/CondenseOperation.java | 43 +++++++++++----------- .../src/petascope/wcps/grammar/ConstantList.java | 43 +++++++++++----------- .../wcps/grammar/CoverageConstantExpr.java | 43 +++++++++++----------- .../wcps/grammar/CoverageConstructorExpr.java | 43 +++++++++++----------- .../src/petascope/wcps/grammar/CoverageExpr.java | 43 +++++++++++----------- .../src/petascope/wcps/grammar/CoverageList.java | 43 +++++++++++----------- petascope/src/petascope/wcps/grammar/CrsList.java | 43 +++++++++++----------- .../petascope/wcps/grammar/CrsTransformExpr.java | 43 +++++++++++----------- .../wcps/grammar/DimensionIntervalElement.java | 43 +++++++++++----------- .../wcps/grammar/DimensionIntervalExpr.java | 43 +++++++++++----------- .../wcps/grammar/DimensionIntervalList.java | 43 +++++++++++----------- .../wcps/grammar/DimensionPointElement.java | 43 +++++++++++----------- .../petascope/wcps/grammar/DimensionPointList.java | 43 +++++++++++----------- .../src/petascope/wcps/grammar/DomainExpr.java | 43 +++++++++++----------- .../wcps/grammar/EncodedCoverageExpr.java | 43 +++++++++++----------- .../petascope/wcps/grammar/ExponentialExpr.java | 43 +++++++++++----------- .../src/petascope/wcps/grammar/ExtendExpr.java | 43 +++++++++++----------- .../wcps/grammar/FieldInterpolationElement.java | 43 +++++++++++----------- .../wcps/grammar/FieldInterpolationList.java | 43 +++++++++++----------- .../src/petascope/wcps/grammar/ForClause.java | 43 +++++++++++----------- .../petascope/wcps/grammar/ForClauseElements.java | 43 +++++++++++----------- .../wcps/grammar/GeneralCondenseExpr.java | 43 +++++++++++----------- .../src/petascope/wcps/grammar/IParseTreeNode.java | 43 +++++++++++----------- .../wcps/grammar/ImageCrsDomainMetadataExpr.java | 43 +++++++++++----------- .../src/petascope/wcps/grammar/IndexExpr.java | 43 +++++++++++----------- .../wcps/grammar/InterpolationMethod.java | 43 +++++++++++----------- .../wcps/grammar/InterpolationMethodList.java | 43 +++++++++++----------- .../src/petascope/wcps/grammar/IntervalExpr.java | 43 +++++++++++----------- .../src/petascope/wcps/grammar/MetaDataExpr.java | 43 +++++++++++----------- .../petascope/wcps/grammar/NumericScalarExpr.java | 43 +++++++++++----------- .../src/petascope/wcps/grammar/ProcessingExpr.java | 43 +++++++++++----------- .../wcps/grammar/RangeConstructorExpr.java | 43 +++++++++++----------- .../wcps/grammar/RangeConstructorTerm.java | 43 +++++++++++----------- .../src/petascope/wcps/grammar/RangeExpr.java | 43 +++++++++++----------- .../src/petascope/wcps/grammar/RangeExprList.java | 43 +++++++++++----------- .../src/petascope/wcps/grammar/ReduceExpr.java | 43 +++++++++++----------- .../src/petascope/wcps/grammar/ReturnClause.java | 43 +++++++++++----------- .../src/petascope/wcps/grammar/ScalarExpr.java | 43 +++++++++++----------- .../src/petascope/wcps/grammar/ScaleExpr.java | 43 +++++++++++----------- .../src/petascope/wcps/grammar/SelectExpr.java | 43 +++++++++++----------- .../petascope/wcps/grammar/SetMetaDataExpr.java | 43 +++++++++++----------- .../src/petascope/wcps/grammar/SliceExpr.java | 43 +++++++++++----------- .../src/petascope/wcps/grammar/StoreExpr.java | 43 +++++++++++----------- .../petascope/wcps/grammar/StringScalarExpr.java | 43 +++++++++++----------- .../src/petascope/wcps/grammar/SubsetExpr.java | 43 +++++++++++----------- .../petascope/wcps/grammar/TrigonometricExpr.java | 43 +++++++++++----------- petascope/src/petascope/wcps/grammar/TrimExpr.java | 43 +++++++++++----------- .../src/petascope/wcps/grammar/VariableList.java | 43 +++++++++++----------- .../src/petascope/wcps/grammar/WCPSRequest.java | 43 +++++++++++----------- .../src/petascope/wcps/grammar/WhereClause.java | 43 +++++++++++----------- petascope/src/petascope/wcps/server/cli/xml.java | 43 +++++++++++----------- .../petascope/wcps/server/core/AxisIterator.java | 43 +++++++++++----------- .../src/petascope/wcps/server/core/AxisName.java | 43 +++++++++++----------- .../server/core/BinaryOperationCoverageExpr.java | 43 +++++++++++----------- .../wcps/server/core/BooleanScalarExpr.java | 43 +++++++++++----------- .../wcps/server/core/CellDomainElement.java | 25 +++++++------ .../wcps/server/core/ComplexConstant.java | 43 +++++++++++----------- .../wcps/server/core/CondenseOperation.java | 43 +++++++++++----------- .../wcps/server/core/CondenseScalarExpr.java | 43 +++++++++++----------- .../wcps/server/core/ConstantCoverageExpr.java | 43 +++++++++++----------- .../petascope/wcps/server/core/ConstantList.java | 43 +++++++++++----------- .../wcps/server/core/ConstructCoverageExpr.java | 43 +++++++++++----------- .../petascope/wcps/server/core/CoverageExpr.java | 43 +++++++++++----------- .../wcps/server/core/CoverageExprPairType.java | 43 +++++++++++----------- .../petascope/wcps/server/core/CoverageInfo.java | 43 +++++++++++----------- .../wcps/server/core/CoverageIterator.java | 43 +++++++++++----------- petascope/src/petascope/wcps/server/core/Crs.java | 43 +++++++++++----------- .../wcps/server/core/CrsTransformCoverageExpr.java | 43 +++++++++++----------- .../wcps/server/core/DbMetadataSource.java | 25 +++++++------ .../wcps/server/core/DimensionIntervalElement.java | 43 +++++++++++----------- .../wcps/server/core/DimensionIntervalList.java | 43 +++++++++++----------- .../wcps/server/core/DimensionPointElement.java | 43 +++++++++++----------- .../petascope/wcps/server/core/DomainElement.java | 43 +++++++++++----------- .../wcps/server/core/DynamicMetadataSource.java | 43 +++++++++++----------- .../petascope/wcps/server/core/EncodeDataExpr.java | 43 +++++++++++----------- .../wcps/server/core/ExtendCoverageExpr.java | 43 +++++++++++----------- .../server/core/FieldInterpolationElement.java | 43 +++++++++++----------- .../src/petascope/wcps/server/core/FieldName.java | 43 +++++++++++----------- .../petascope/wcps/server/core/ICoverageInfo.java | 43 +++++++++++----------- .../wcps/server/core/IDynamicMetadataSource.java | 43 +++++++++++----------- .../wcps/server/core/IMetadataSource.java | 43 +++++++++++----------- .../src/petascope/wcps/server/core/IRasNode.java | 43 +++++++++++----------- .../server/core/InducedOperationCoverageExpr.java | 43 +++++++++++----------- .../wcps/server/core/InterpolationMethod.java | 43 +++++++++++----------- .../src/petascope/wcps/server/core/Metadata.java | 43 +++++++++++----------- .../wcps/server/core/MetadataScalarExpr.java | 43 +++++++++++----------- .../wcps/server/core/NumericScalarExpr.java | 43 +++++++++++----------- .../wcps/server/core/ProcessCoveragesRequest.java | 43 +++++++++++----------- .../petascope/wcps/server/core/RangeComponent.java | 43 +++++++++++----------- .../wcps/server/core/RangeCoverageExpr.java | 43 +++++++++++----------- .../petascope/wcps/server/core/RangeElement.java | 43 +++++++++++----------- .../src/petascope/wcps/server/core/RangeField.java | 43 +++++++++++----------- .../wcps/server/core/ReduceScalarExpr.java | 43 +++++++++++----------- petascope/src/petascope/wcps/server/core/SDU.java | 43 +++++++++++----------- .../src/petascope/wcps/server/core/ScalarExpr.java | 43 +++++++++++----------- .../wcps/server/core/ScaleCoverageExpr.java | 43 +++++++++++----------- .../wcps/server/core/SetMetadataCoverageExpr.java | 43 +++++++++++----------- .../wcps/server/core/SliceCoverageExpr.java | 43 +++++++++++----------- .../wcps/server/core/StringScalarExpr.java | 43 +++++++++++----------- .../server/core/SubsetOperationCoverageExpr.java | 43 +++++++++++----------- .../wcps/server/core/TrimCoverageExpr.java | 43 +++++++++++----------- .../server/core/UnaryOperationCoverageExpr.java | 43 +++++++++++----------- .../wcps/server/core/VariableReference.java | 43 +++++++++++----------- petascope/src/petascope/wcps/server/core/WCPS.java | 43 +++++++++++----------- .../src/petascope/wcps/server/core/Wgs84Crs.java | 43 +++++++++++----------- .../src/petascope/wcps/server/core/XmlQuery.java | 25 +++++++------ .../server/exceptions/InvalidCrsException.java | 43 +++++++++++----------- .../exceptions/InvalidMetadataException.java | 43 +++++++++++----------- .../exceptions/InvalidWcpsRequestException.java | 43 +++++++++++----------- .../wcps/server/exceptions/ResourceException.java | 43 +++++++++++----------- .../wcps/server/exceptions/WCPSException.java | 43 +++++++++++----------- .../petascope/wcps/server/servlet/WCPSServlet.java | 43 +++++++++++----------- .../wcps/server/test/FullTestsOnline.java | 25 +++++++------ .../petascope/wcps/server/test/GrammarTest.java | 25 +++++++------ .../wcps/server/test/GrammarTestOnline.java | 25 +++++++------ .../petascope/wcps/server/test/XmlTestOnline.java | 25 +++++++------ petascope/src/petascope/wcs/server/WcsServer.java | 25 +++++++------ .../src/petascope/wcs/server/core/TimeString.java | 43 +++++++++++----------- .../wcs/server/core/convertGetCoverage.java | 25 +++++++------ .../wcs/server/core/executeDescribeCoverage.java | 25 +++++++------ .../wcs/server/core/executeGetCapabilities.java | 25 +++++++------ .../exceptions/ActionNotSupportedException.java | 25 +++++++------ .../exceptions/BadResponseHandlerException.java | 25 +++++++------ .../server/exceptions/InputOutputException.java | 25 +++++++------ .../exceptions/InternalComponentException.java | 25 +++++++------ .../server/exceptions/InternalSqlException.java | 25 +++++++------ .../exceptions/InvalidParameterValueException.java | 25 +++++++------ .../exceptions/InvalidPropertyValueException.java | 25 +++++++------ .../server/exceptions/InvalidRequestException.java | 25 +++++++------ .../InvalidServiceConfigurationException.java | 25 +++++++------ .../InvalidTemporalMetadataException.java | 25 +++++++------ .../server/exceptions/MaliciousQueryException.java | 25 +++++++------ .../exceptions/MissingParameterValueException.java | 25 +++++++------ .../MultiBandImagesNotSupportedException.java | 25 +++++++------ .../exceptions/NoApplicableCodeException.java | 25 +++++++------ .../NodeParsingNotImplementedException.java | 25 +++++++------ .../exceptions/NotEnoughStorageException.java | 25 +++++++------ .../exceptions/RasdamanRequestFailedException.java | 25 +++++++------ .../exceptions/RasdamanUnavailableException.java | 25 +++++++------ .../exceptions/ServletConnectionException.java | 25 +++++++------ .../UnsupportedCombinationException.java | 25 +++++++------ .../wcs/server/exceptions/WCSException.java | 25 +++++++------ .../wcs/server/exceptions/WcsRuntimeException.java | 25 +++++++------ .../server/exceptions/XmlNotValidException.java | 25 +++++++------ .../server/exceptions/XmlStructuresException.java | 25 +++++++------ .../src/petascope/wcs2/schemas/SchemaServlet.java | 25 +++++++------ .../src/petascope/wcs2/server/Wcs2Server.java | 25 +++++++------ .../wcs2/server/ops/DescribeCoverage.java | 25 +++++++------ .../petascope/wcs2/server/ops/GetCapabilities.java | 25 +++++++------ .../src/petascope/wcs2/server/ops/GetCoverage.java | 25 +++++++------ .../petascope/wcs2/server/ops/WcsOperation.java | 25 +++++++------ .../wcs2/server/templates/WcsNamespaceContext.java | 25 +++++++------ .../src/petascope/wcst/server/WcstServer.java | 25 +++++++------ .../petascope/wcst/server/servlet/wcstServlet.java | 25 +++++++------ .../wcst/transaction/ServiceFirewall.java | 25 +++++++------ .../wcst/transaction/executeAsyncTransaction.java | 25 +++++++------ .../wcst/transaction/executeTransaction.java | 25 +++++++------ .../wcst/transaction/tools/RasdamanUtils.java | 25 +++++++------ .../wcst/transaction/tools/TestRasdamanUtils.java | 25 +++++++------ petascope/src/petascope/wps/server/WpsServer.java | 25 +++++++------ petascope/test/wcs/server/core/TimeStringTest.java | 25 +++++++------ 173 files changed, 3280 insertions(+), 3109 deletions(-) delete mode 100644 petascope/.gitignore diff --git a/.gitignore b/.gitignore index 2f5baf2..f7493ef 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,7 @@ bin/start_rasdaman.sh bin/stop_rasdaman.sh bin/rasmgr.conf insertutils/insertdemo.sh +*.class +*.war +dbparams.properties +petascope/doc/ \ No newline at end of file diff --git a/petascope/.gitignore b/petascope/.gitignore deleted file mode 100644 index 2f831d2..0000000 --- a/petascope/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -*.class -*.war -doc/ -dbparams.properties diff --git a/petascope/src/petascope/ConfigManager.java b/petascope/src/petascope/ConfigManager.java index 01b0261..0fa0481 100644 --- a/petascope/src/petascope/ConfigManager.java +++ b/petascope/src/petascope/ConfigManager.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope; diff --git a/petascope/src/petascope/PetascopeInterface.java b/petascope/src/petascope/PetascopeInterface.java index 5b2b2d0..c3cd7c8 100644 --- a/petascope/src/petascope/PetascopeInterface.java +++ b/petascope/src/petascope/PetascopeInterface.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope; diff --git a/petascope/src/petascope/PetascopeXmlNamespaceMapper.java b/petascope/src/petascope/PetascopeXmlNamespaceMapper.java index ccda1cb..5928fd5 100644 --- a/petascope/src/petascope/PetascopeXmlNamespaceMapper.java +++ b/petascope/src/petascope/PetascopeXmlNamespaceMapper.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope; diff --git a/petascope/src/petascope/wcps/grammar/AxisIterator.java b/petascope/src/petascope/wcps/grammar/AxisIterator.java index 95c9f03..0f8d610 100644 --- a/petascope/src/petascope/wcps/grammar/AxisIterator.java +++ b/petascope/src/petascope/wcps/grammar/AxisIterator.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/AxisIteratorList.java b/petascope/src/petascope/wcps/grammar/AxisIteratorList.java index bc76560..2c8d3d8 100644 --- a/petascope/src/petascope/wcps/grammar/AxisIteratorList.java +++ b/petascope/src/petascope/wcps/grammar/AxisIteratorList.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/BooleanExpr.java b/petascope/src/petascope/wcps/grammar/BooleanExpr.java index ee359f7..fa50e92 100644 --- a/petascope/src/petascope/wcps/grammar/BooleanExpr.java +++ b/petascope/src/petascope/wcps/grammar/BooleanExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/BooleanScalarExpr.java b/petascope/src/petascope/wcps/grammar/BooleanScalarExpr.java index 641659a..3087f6e 100644 --- a/petascope/src/petascope/wcps/grammar/BooleanScalarExpr.java +++ b/petascope/src/petascope/wcps/grammar/BooleanScalarExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/CastExpr.java b/petascope/src/petascope/wcps/grammar/CastExpr.java index 86bbf80..3acafc8 100644 --- a/petascope/src/petascope/wcps/grammar/CastExpr.java +++ b/petascope/src/petascope/wcps/grammar/CastExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/ComplexConst.java b/petascope/src/petascope/wcps/grammar/ComplexConst.java index 306aad4..4e5b106 100644 --- a/petascope/src/petascope/wcps/grammar/ComplexConst.java +++ b/petascope/src/petascope/wcps/grammar/ComplexConst.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/CondenseExpr.java b/petascope/src/petascope/wcps/grammar/CondenseExpr.java index 1abb422..1ae7c26 100644 --- a/petascope/src/petascope/wcps/grammar/CondenseExpr.java +++ b/petascope/src/petascope/wcps/grammar/CondenseExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/CondenseOperation.java b/petascope/src/petascope/wcps/grammar/CondenseOperation.java index fd3f48e..51c6752 100644 --- a/petascope/src/petascope/wcps/grammar/CondenseOperation.java +++ b/petascope/src/petascope/wcps/grammar/CondenseOperation.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/ConstantList.java b/petascope/src/petascope/wcps/grammar/ConstantList.java index 5f7bad5..c26e73d 100644 --- a/petascope/src/petascope/wcps/grammar/ConstantList.java +++ b/petascope/src/petascope/wcps/grammar/ConstantList.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; import java.util.*; diff --git a/petascope/src/petascope/wcps/grammar/CoverageConstantExpr.java b/petascope/src/petascope/wcps/grammar/CoverageConstantExpr.java index 0dd9f8c..49e5c42 100644 --- a/petascope/src/petascope/wcps/grammar/CoverageConstantExpr.java +++ b/petascope/src/petascope/wcps/grammar/CoverageConstantExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/CoverageConstructorExpr.java b/petascope/src/petascope/wcps/grammar/CoverageConstructorExpr.java index 6d45238..71c611b 100644 --- a/petascope/src/petascope/wcps/grammar/CoverageConstructorExpr.java +++ b/petascope/src/petascope/wcps/grammar/CoverageConstructorExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/CoverageExpr.java b/petascope/src/petascope/wcps/grammar/CoverageExpr.java index 6c38675..7f69480 100644 --- a/petascope/src/petascope/wcps/grammar/CoverageExpr.java +++ b/petascope/src/petascope/wcps/grammar/CoverageExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/CoverageList.java b/petascope/src/petascope/wcps/grammar/CoverageList.java index 18ae542..66bd0fe 100644 --- a/petascope/src/petascope/wcps/grammar/CoverageList.java +++ b/petascope/src/petascope/wcps/grammar/CoverageList.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/CrsList.java b/petascope/src/petascope/wcps/grammar/CrsList.java index 4af5903..a93f7b9 100644 --- a/petascope/src/petascope/wcps/grammar/CrsList.java +++ b/petascope/src/petascope/wcps/grammar/CrsList.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; import java.util.*; diff --git a/petascope/src/petascope/wcps/grammar/CrsTransformExpr.java b/petascope/src/petascope/wcps/grammar/CrsTransformExpr.java index f77c8a7..86fa60e 100644 --- a/petascope/src/petascope/wcps/grammar/CrsTransformExpr.java +++ b/petascope/src/petascope/wcps/grammar/CrsTransformExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/DimensionIntervalElement.java b/petascope/src/petascope/wcps/grammar/DimensionIntervalElement.java index 3037dc5..711e468 100644 --- a/petascope/src/petascope/wcps/grammar/DimensionIntervalElement.java +++ b/petascope/src/petascope/wcps/grammar/DimensionIntervalElement.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/DimensionIntervalExpr.java b/petascope/src/petascope/wcps/grammar/DimensionIntervalExpr.java index 2036041..b32dd13 100644 --- a/petascope/src/petascope/wcps/grammar/DimensionIntervalExpr.java +++ b/petascope/src/petascope/wcps/grammar/DimensionIntervalExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/DimensionIntervalList.java b/petascope/src/petascope/wcps/grammar/DimensionIntervalList.java index 5a98f25..39892a5 100644 --- a/petascope/src/petascope/wcps/grammar/DimensionIntervalList.java +++ b/petascope/src/petascope/wcps/grammar/DimensionIntervalList.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; import java.util.*; diff --git a/petascope/src/petascope/wcps/grammar/DimensionPointElement.java b/petascope/src/petascope/wcps/grammar/DimensionPointElement.java index 70f9c57..27ef470 100644 --- a/petascope/src/petascope/wcps/grammar/DimensionPointElement.java +++ b/petascope/src/petascope/wcps/grammar/DimensionPointElement.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/DimensionPointList.java b/petascope/src/petascope/wcps/grammar/DimensionPointList.java index d07a233..db4f3f0 100644 --- a/petascope/src/petascope/wcps/grammar/DimensionPointList.java +++ b/petascope/src/petascope/wcps/grammar/DimensionPointList.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; import java.util.*; diff --git a/petascope/src/petascope/wcps/grammar/DomainExpr.java b/petascope/src/petascope/wcps/grammar/DomainExpr.java index f8c6e91..a2336c9 100644 --- a/petascope/src/petascope/wcps/grammar/DomainExpr.java +++ b/petascope/src/petascope/wcps/grammar/DomainExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/EncodedCoverageExpr.java b/petascope/src/petascope/wcps/grammar/EncodedCoverageExpr.java index 7eb615f..93425cc 100644 --- a/petascope/src/petascope/wcps/grammar/EncodedCoverageExpr.java +++ b/petascope/src/petascope/wcps/grammar/EncodedCoverageExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/ExponentialExpr.java b/petascope/src/petascope/wcps/grammar/ExponentialExpr.java index e661624..0d878f9 100644 --- a/petascope/src/petascope/wcps/grammar/ExponentialExpr.java +++ b/petascope/src/petascope/wcps/grammar/ExponentialExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/ExtendExpr.java b/petascope/src/petascope/wcps/grammar/ExtendExpr.java index ec94989..954ae6d 100644 --- a/petascope/src/petascope/wcps/grammar/ExtendExpr.java +++ b/petascope/src/petascope/wcps/grammar/ExtendExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/FieldInterpolationElement.java b/petascope/src/petascope/wcps/grammar/FieldInterpolationElement.java index 8499496..556eeda 100644 --- a/petascope/src/petascope/wcps/grammar/FieldInterpolationElement.java +++ b/petascope/src/petascope/wcps/grammar/FieldInterpolationElement.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/FieldInterpolationList.java b/petascope/src/petascope/wcps/grammar/FieldInterpolationList.java index ea5f021..4d00adb 100644 --- a/petascope/src/petascope/wcps/grammar/FieldInterpolationList.java +++ b/petascope/src/petascope/wcps/grammar/FieldInterpolationList.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; import java.util.*; diff --git a/petascope/src/petascope/wcps/grammar/ForClause.java b/petascope/src/petascope/wcps/grammar/ForClause.java index 6cbdf8d..982d1b9 100644 --- a/petascope/src/petascope/wcps/grammar/ForClause.java +++ b/petascope/src/petascope/wcps/grammar/ForClause.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/ForClauseElements.java b/petascope/src/petascope/wcps/grammar/ForClauseElements.java index a152348..37ff863 100644 --- a/petascope/src/petascope/wcps/grammar/ForClauseElements.java +++ b/petascope/src/petascope/wcps/grammar/ForClauseElements.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/GeneralCondenseExpr.java b/petascope/src/petascope/wcps/grammar/GeneralCondenseExpr.java index a5d8dcd..3f6fd32 100644 --- a/petascope/src/petascope/wcps/grammar/GeneralCondenseExpr.java +++ b/petascope/src/petascope/wcps/grammar/GeneralCondenseExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/IParseTreeNode.java b/petascope/src/petascope/wcps/grammar/IParseTreeNode.java index 8dd44ad..c5672af 100644 --- a/petascope/src/petascope/wcps/grammar/IParseTreeNode.java +++ b/petascope/src/petascope/wcps/grammar/IParseTreeNode.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /* Author: Sorin Stancu-Mara diff --git a/petascope/src/petascope/wcps/grammar/ImageCrsDomainMetadataExpr.java b/petascope/src/petascope/wcps/grammar/ImageCrsDomainMetadataExpr.java index 9cb4e9c..b783483 100644 --- a/petascope/src/petascope/wcps/grammar/ImageCrsDomainMetadataExpr.java +++ b/petascope/src/petascope/wcps/grammar/ImageCrsDomainMetadataExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/IndexExpr.java b/petascope/src/petascope/wcps/grammar/IndexExpr.java index bb95b88..c6eeda0 100644 --- a/petascope/src/petascope/wcps/grammar/IndexExpr.java +++ b/petascope/src/petascope/wcps/grammar/IndexExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/InterpolationMethod.java b/petascope/src/petascope/wcps/grammar/InterpolationMethod.java index 0377ed1..0c655e4 100644 --- a/petascope/src/petascope/wcps/grammar/InterpolationMethod.java +++ b/petascope/src/petascope/wcps/grammar/InterpolationMethod.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/InterpolationMethodList.java b/petascope/src/petascope/wcps/grammar/InterpolationMethodList.java index 2f0d6fe..002b03b 100644 --- a/petascope/src/petascope/wcps/grammar/InterpolationMethodList.java +++ b/petascope/src/petascope/wcps/grammar/InterpolationMethodList.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; import java.util.*; diff --git a/petascope/src/petascope/wcps/grammar/IntervalExpr.java b/petascope/src/petascope/wcps/grammar/IntervalExpr.java index 9bd251a..955b5a4 100644 --- a/petascope/src/petascope/wcps/grammar/IntervalExpr.java +++ b/petascope/src/petascope/wcps/grammar/IntervalExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/MetaDataExpr.java b/petascope/src/petascope/wcps/grammar/MetaDataExpr.java index 7cd39a0..071209d 100644 --- a/petascope/src/petascope/wcps/grammar/MetaDataExpr.java +++ b/petascope/src/petascope/wcps/grammar/MetaDataExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/NumericScalarExpr.java b/petascope/src/petascope/wcps/grammar/NumericScalarExpr.java index 731cf2c..39eeb7e 100644 --- a/petascope/src/petascope/wcps/grammar/NumericScalarExpr.java +++ b/petascope/src/petascope/wcps/grammar/NumericScalarExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/ProcessingExpr.java b/petascope/src/petascope/wcps/grammar/ProcessingExpr.java index c7aacd3..8525da7 100644 --- a/petascope/src/petascope/wcps/grammar/ProcessingExpr.java +++ b/petascope/src/petascope/wcps/grammar/ProcessingExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/RangeConstructorExpr.java b/petascope/src/petascope/wcps/grammar/RangeConstructorExpr.java index 9bd4612..16dafe4 100644 --- a/petascope/src/petascope/wcps/grammar/RangeConstructorExpr.java +++ b/petascope/src/petascope/wcps/grammar/RangeConstructorExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; import java.util.*; diff --git a/petascope/src/petascope/wcps/grammar/RangeConstructorTerm.java b/petascope/src/petascope/wcps/grammar/RangeConstructorTerm.java index 3cc2a4a..2fc78f3 100644 --- a/petascope/src/petascope/wcps/grammar/RangeConstructorTerm.java +++ b/petascope/src/petascope/wcps/grammar/RangeConstructorTerm.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/RangeExpr.java b/petascope/src/petascope/wcps/grammar/RangeExpr.java index 227de44..80d7822 100644 --- a/petascope/src/petascope/wcps/grammar/RangeExpr.java +++ b/petascope/src/petascope/wcps/grammar/RangeExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/RangeExprList.java b/petascope/src/petascope/wcps/grammar/RangeExprList.java index 68046ca..c604f40 100644 --- a/petascope/src/petascope/wcps/grammar/RangeExprList.java +++ b/petascope/src/petascope/wcps/grammar/RangeExprList.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; import java.util.*; diff --git a/petascope/src/petascope/wcps/grammar/ReduceExpr.java b/petascope/src/petascope/wcps/grammar/ReduceExpr.java index 3a14b75..6cb118a 100644 --- a/petascope/src/petascope/wcps/grammar/ReduceExpr.java +++ b/petascope/src/petascope/wcps/grammar/ReduceExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/ReturnClause.java b/petascope/src/petascope/wcps/grammar/ReturnClause.java index f2c1503..0fb92a4 100644 --- a/petascope/src/petascope/wcps/grammar/ReturnClause.java +++ b/petascope/src/petascope/wcps/grammar/ReturnClause.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/ScalarExpr.java b/petascope/src/petascope/wcps/grammar/ScalarExpr.java index 4ed4204..9a8d94b 100644 --- a/petascope/src/petascope/wcps/grammar/ScalarExpr.java +++ b/petascope/src/petascope/wcps/grammar/ScalarExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/ScaleExpr.java b/petascope/src/petascope/wcps/grammar/ScaleExpr.java index ce533dc..e8e6dec 100644 --- a/petascope/src/petascope/wcps/grammar/ScaleExpr.java +++ b/petascope/src/petascope/wcps/grammar/ScaleExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/SelectExpr.java b/petascope/src/petascope/wcps/grammar/SelectExpr.java index 4322eb3..3e910ac 100644 --- a/petascope/src/petascope/wcps/grammar/SelectExpr.java +++ b/petascope/src/petascope/wcps/grammar/SelectExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/SetMetaDataExpr.java b/petascope/src/petascope/wcps/grammar/SetMetaDataExpr.java index 16dccdb..894c266 100644 --- a/petascope/src/petascope/wcps/grammar/SetMetaDataExpr.java +++ b/petascope/src/petascope/wcps/grammar/SetMetaDataExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/SliceExpr.java b/petascope/src/petascope/wcps/grammar/SliceExpr.java index 72b1e08..45ec295 100644 --- a/petascope/src/petascope/wcps/grammar/SliceExpr.java +++ b/petascope/src/petascope/wcps/grammar/SliceExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/StoreExpr.java b/petascope/src/petascope/wcps/grammar/StoreExpr.java index de86441..e6b066a 100644 --- a/petascope/src/petascope/wcps/grammar/StoreExpr.java +++ b/petascope/src/petascope/wcps/grammar/StoreExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /* diff --git a/petascope/src/petascope/wcps/grammar/StringScalarExpr.java b/petascope/src/petascope/wcps/grammar/StringScalarExpr.java index 2571c12..98387ed 100644 --- a/petascope/src/petascope/wcps/grammar/StringScalarExpr.java +++ b/petascope/src/petascope/wcps/grammar/StringScalarExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/SubsetExpr.java b/petascope/src/petascope/wcps/grammar/SubsetExpr.java index 8cc6a24..ae9e78f 100644 --- a/petascope/src/petascope/wcps/grammar/SubsetExpr.java +++ b/petascope/src/petascope/wcps/grammar/SubsetExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/TrigonometricExpr.java b/petascope/src/petascope/wcps/grammar/TrigonometricExpr.java index 5cdbb8c..f52ec74 100644 --- a/petascope/src/petascope/wcps/grammar/TrigonometricExpr.java +++ b/petascope/src/petascope/wcps/grammar/TrigonometricExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/TrimExpr.java b/petascope/src/petascope/wcps/grammar/TrimExpr.java index 885f21e..122c043 100644 --- a/petascope/src/petascope/wcps/grammar/TrimExpr.java +++ b/petascope/src/petascope/wcps/grammar/TrimExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/VariableList.java b/petascope/src/petascope/wcps/grammar/VariableList.java index dd33fda..722a321 100644 --- a/petascope/src/petascope/wcps/grammar/VariableList.java +++ b/petascope/src/petascope/wcps/grammar/VariableList.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /*Author: Sorin Stancu-Mara, Andrei Aiordachioaie diff --git a/petascope/src/petascope/wcps/grammar/WCPSRequest.java b/petascope/src/petascope/wcps/grammar/WCPSRequest.java index 5e3fc63..742ddba 100644 --- a/petascope/src/petascope/wcps/grammar/WCPSRequest.java +++ b/petascope/src/petascope/wcps/grammar/WCPSRequest.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /** diff --git a/petascope/src/petascope/wcps/grammar/WhereClause.java b/petascope/src/petascope/wcps/grammar/WhereClause.java index bc4c897..a698935 100644 --- a/petascope/src/petascope/wcps/grammar/WhereClause.java +++ b/petascope/src/petascope/wcps/grammar/WhereClause.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.grammar; /* Author: Sorin Stancu-Mara, Andrei Aiordachioaie diff --git a/petascope/src/petascope/wcps/server/cli/xml.java b/petascope/src/petascope/wcps/server/cli/xml.java index e115c8e..c9756ab 100644 --- a/petascope/src/petascope/wcps/server/cli/xml.java +++ b/petascope/src/petascope/wcps/server/cli/xml.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.cli; import petascope.wcps.server.core.DbMetadataSource; diff --git a/petascope/src/petascope/wcps/server/core/AxisIterator.java b/petascope/src/petascope/wcps/server/core/AxisIterator.java index 7421448..1076d86 100644 --- a/petascope/src/petascope/wcps/server/core/AxisIterator.java +++ b/petascope/src/petascope/wcps/server/core/AxisIterator.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import petascope.wcps.server.exceptions.InvalidCrsException; diff --git a/petascope/src/petascope/wcps/server/core/AxisName.java b/petascope/src/petascope/wcps/server/core/AxisName.java index 5dd14e5..6520ef1 100644 --- a/petascope/src/petascope/wcps/server/core/AxisName.java +++ b/petascope/src/petascope/wcps/server/core/AxisName.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import petascope.wcps.server.exceptions.WCPSException; diff --git a/petascope/src/petascope/wcps/server/core/BinaryOperationCoverageExpr.java b/petascope/src/petascope/wcps/server/core/BinaryOperationCoverageExpr.java index 2d1fb96..b23b00b 100644 --- a/petascope/src/petascope/wcps/server/core/BinaryOperationCoverageExpr.java +++ b/petascope/src/petascope/wcps/server/core/BinaryOperationCoverageExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import petascope.wcps.server.exceptions.InvalidCrsException; diff --git a/petascope/src/petascope/wcps/server/core/BooleanScalarExpr.java b/petascope/src/petascope/wcps/server/core/BooleanScalarExpr.java index 1cbe079..fb99116 100644 --- a/petascope/src/petascope/wcps/server/core/BooleanScalarExpr.java +++ b/petascope/src/petascope/wcps/server/core/BooleanScalarExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import petascope.wcps.server.exceptions.InvalidCrsException; diff --git a/petascope/src/petascope/wcps/server/core/CellDomainElement.java b/petascope/src/petascope/wcps/server/core/CellDomainElement.java index f5e069f..b325ce8 100644 --- a/petascope/src/petascope/wcps/server/core/CellDomainElement.java +++ b/petascope/src/petascope/wcps/server/core/CellDomainElement.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcps.server.core; diff --git a/petascope/src/petascope/wcps/server/core/ComplexConstant.java b/petascope/src/petascope/wcps/server/core/ComplexConstant.java index 2d7312c..144aa32 100644 --- a/petascope/src/petascope/wcps/server/core/ComplexConstant.java +++ b/petascope/src/petascope/wcps/server/core/ComplexConstant.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import petascope.wcps.server.exceptions.WCPSException; diff --git a/petascope/src/petascope/wcps/server/core/CondenseOperation.java b/petascope/src/petascope/wcps/server/core/CondenseOperation.java index 08ac95c..ec955f5 100644 --- a/petascope/src/petascope/wcps/server/core/CondenseOperation.java +++ b/petascope/src/petascope/wcps/server/core/CondenseOperation.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import petascope.wcps.server.exceptions.WCPSException; diff --git a/petascope/src/petascope/wcps/server/core/CondenseScalarExpr.java b/petascope/src/petascope/wcps/server/core/CondenseScalarExpr.java index d983b1c..14c2c91 100644 --- a/petascope/src/petascope/wcps/server/core/CondenseScalarExpr.java +++ b/petascope/src/petascope/wcps/server/core/CondenseScalarExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import petascope.wcps.server.exceptions.InvalidCrsException; diff --git a/petascope/src/petascope/wcps/server/core/ConstantCoverageExpr.java b/petascope/src/petascope/wcps/server/core/ConstantCoverageExpr.java index 6bdb4ae..c9d57fa 100644 --- a/petascope/src/petascope/wcps/server/core/ConstantCoverageExpr.java +++ b/petascope/src/petascope/wcps/server/core/ConstantCoverageExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import petascope.wcps.server.exceptions.InvalidCrsException; diff --git a/petascope/src/petascope/wcps/server/core/ConstantList.java b/petascope/src/petascope/wcps/server/core/ConstantList.java index cbbff16..70cdde1 100644 --- a/petascope/src/petascope/wcps/server/core/ConstantList.java +++ b/petascope/src/petascope/wcps/server/core/ConstantList.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import petascope.wcps.server.exceptions.WCPSException; diff --git a/petascope/src/petascope/wcps/server/core/ConstructCoverageExpr.java b/petascope/src/petascope/wcps/server/core/ConstructCoverageExpr.java index 89343e8..2d3be92 100644 --- a/petascope/src/petascope/wcps/server/core/ConstructCoverageExpr.java +++ b/petascope/src/petascope/wcps/server/core/ConstructCoverageExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import petascope.wcps.server.exceptions.InvalidCrsException; diff --git a/petascope/src/petascope/wcps/server/core/CoverageExpr.java b/petascope/src/petascope/wcps/server/core/CoverageExpr.java index d9d9c70..da8b628 100644 --- a/petascope/src/petascope/wcps/server/core/CoverageExpr.java +++ b/petascope/src/petascope/wcps/server/core/CoverageExpr.java @@ -1,24 +1,25 @@ - /* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import petascope.wcps.server.exceptions.InvalidCrsException; diff --git a/petascope/src/petascope/wcps/server/core/CoverageExprPairType.java b/petascope/src/petascope/wcps/server/core/CoverageExprPairType.java index d52e74c..71bd0ff 100644 --- a/petascope/src/petascope/wcps/server/core/CoverageExprPairType.java +++ b/petascope/src/petascope/wcps/server/core/CoverageExprPairType.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import petascope.wcps.server.exceptions.InvalidCrsException; diff --git a/petascope/src/petascope/wcps/server/core/CoverageInfo.java b/petascope/src/petascope/wcps/server/core/CoverageInfo.java index d5eb447..93b99a2 100644 --- a/petascope/src/petascope/wcps/server/core/CoverageInfo.java +++ b/petascope/src/petascope/wcps/server/core/CoverageInfo.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import petascope.wcps.server.exceptions.WCPSException; diff --git a/petascope/src/petascope/wcps/server/core/CoverageIterator.java b/petascope/src/petascope/wcps/server/core/CoverageIterator.java index 570295e..164f0ff 100644 --- a/petascope/src/petascope/wcps/server/core/CoverageIterator.java +++ b/petascope/src/petascope/wcps/server/core/CoverageIterator.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import petascope.wcps.server.exceptions.ResourceException; diff --git a/petascope/src/petascope/wcps/server/core/Crs.java b/petascope/src/petascope/wcps/server/core/Crs.java index e83bed7..4282574 100644 --- a/petascope/src/petascope/wcps/server/core/Crs.java +++ b/petascope/src/petascope/wcps/server/core/Crs.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import java.util.Iterator; diff --git a/petascope/src/petascope/wcps/server/core/CrsTransformCoverageExpr.java b/petascope/src/petascope/wcps/server/core/CrsTransformCoverageExpr.java index 42f900c..d18609c 100644 --- a/petascope/src/petascope/wcps/server/core/CrsTransformCoverageExpr.java +++ b/petascope/src/petascope/wcps/server/core/CrsTransformCoverageExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import petascope.wcps.server.exceptions.WCPSException; diff --git a/petascope/src/petascope/wcps/server/core/DbMetadataSource.java b/petascope/src/petascope/wcps/server/core/DbMetadataSource.java index 90d6a77..d6ccebf 100644 --- a/petascope/src/petascope/wcps/server/core/DbMetadataSource.java +++ b/petascope/src/petascope/wcps/server/core/DbMetadataSource.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcps.server.core; diff --git a/petascope/src/petascope/wcps/server/core/DimensionIntervalElement.java b/petascope/src/petascope/wcps/server/core/DimensionIntervalElement.java index e2aeef2..7453e9b 100644 --- a/petascope/src/petascope/wcps/server/core/DimensionIntervalElement.java +++ b/petascope/src/petascope/wcps/server/core/DimensionIntervalElement.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import org.slf4j.Logger; diff --git a/petascope/src/petascope/wcps/server/core/DimensionIntervalList.java b/petascope/src/petascope/wcps/server/core/DimensionIntervalList.java index 94e477c..21ce9e1 100644 --- a/petascope/src/petascope/wcps/server/core/DimensionIntervalList.java +++ b/petascope/src/petascope/wcps/server/core/DimensionIntervalList.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import petascope.wcps.server.exceptions.InvalidCrsException; diff --git a/petascope/src/petascope/wcps/server/core/DimensionPointElement.java b/petascope/src/petascope/wcps/server/core/DimensionPointElement.java index b29dd8e..d4aa0eb 100644 --- a/petascope/src/petascope/wcps/server/core/DimensionPointElement.java +++ b/petascope/src/petascope/wcps/server/core/DimensionPointElement.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import petascope.wcps.server.exceptions.InvalidCrsException; diff --git a/petascope/src/petascope/wcps/server/core/DomainElement.java b/petascope/src/petascope/wcps/server/core/DomainElement.java index 3bb18f1..098797a 100644 --- a/petascope/src/petascope/wcps/server/core/DomainElement.java +++ b/petascope/src/petascope/wcps/server/core/DomainElement.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import petascope.wcps.server.exceptions.InvalidMetadataException; diff --git a/petascope/src/petascope/wcps/server/core/DynamicMetadataSource.java b/petascope/src/petascope/wcps/server/core/DynamicMetadataSource.java index 2918f84..420899f 100644 --- a/petascope/src/petascope/wcps/server/core/DynamicMetadataSource.java +++ b/petascope/src/petascope/wcps/server/core/DynamicMetadataSource.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import petascope.wcps.server.exceptions.ResourceException; diff --git a/petascope/src/petascope/wcps/server/core/EncodeDataExpr.java b/petascope/src/petascope/wcps/server/core/EncodeDataExpr.java index 2ed58ac..dffccc0 100644 --- a/petascope/src/petascope/wcps/server/core/EncodeDataExpr.java +++ b/petascope/src/petascope/wcps/server/core/EncodeDataExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import petascope.wcps.server.exceptions.InvalidCrsException; diff --git a/petascope/src/petascope/wcps/server/core/ExtendCoverageExpr.java b/petascope/src/petascope/wcps/server/core/ExtendCoverageExpr.java index a711742..7f8e4e3 100644 --- a/petascope/src/petascope/wcps/server/core/ExtendCoverageExpr.java +++ b/petascope/src/petascope/wcps/server/core/ExtendCoverageExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import petascope.wcps.server.exceptions.InvalidCrsException; diff --git a/petascope/src/petascope/wcps/server/core/FieldInterpolationElement.java b/petascope/src/petascope/wcps/server/core/FieldInterpolationElement.java index 74af1cf..e791d22 100644 --- a/petascope/src/petascope/wcps/server/core/FieldInterpolationElement.java +++ b/petascope/src/petascope/wcps/server/core/FieldInterpolationElement.java @@ -1,24 +1,25 @@ - /* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import petascope.wcps.server.exceptions.WCPSException; diff --git a/petascope/src/petascope/wcps/server/core/FieldName.java b/petascope/src/petascope/wcps/server/core/FieldName.java index 0f6f71d..1c373ed 100644 --- a/petascope/src/petascope/wcps/server/core/FieldName.java +++ b/petascope/src/petascope/wcps/server/core/FieldName.java @@ -1,24 +1,25 @@ - /* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import petascope.wcps.server.exceptions.WCPSException; diff --git a/petascope/src/petascope/wcps/server/core/ICoverageInfo.java b/petascope/src/petascope/wcps/server/core/ICoverageInfo.java index b3aa956..572fc9a 100644 --- a/petascope/src/petascope/wcps/server/core/ICoverageInfo.java +++ b/petascope/src/petascope/wcps/server/core/ICoverageInfo.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; interface ICoverageInfo { diff --git a/petascope/src/petascope/wcps/server/core/IDynamicMetadataSource.java b/petascope/src/petascope/wcps/server/core/IDynamicMetadataSource.java index 31e82a4..cfa701e 100644 --- a/petascope/src/petascope/wcps/server/core/IDynamicMetadataSource.java +++ b/petascope/src/petascope/wcps/server/core/IDynamicMetadataSource.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; /** diff --git a/petascope/src/petascope/wcps/server/core/IMetadataSource.java b/petascope/src/petascope/wcps/server/core/IMetadataSource.java index fb01453..bf8e120 100644 --- a/petascope/src/petascope/wcps/server/core/IMetadataSource.java +++ b/petascope/src/petascope/wcps/server/core/IMetadataSource.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import petascope.wcps.server.exceptions.ResourceException; diff --git a/petascope/src/petascope/wcps/server/core/IRasNode.java b/petascope/src/petascope/wcps/server/core/IRasNode.java index 8bf7aae..f30f79e 100644 --- a/petascope/src/petascope/wcps/server/core/IRasNode.java +++ b/petascope/src/petascope/wcps/server/core/IRasNode.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; interface IRasNode { diff --git a/petascope/src/petascope/wcps/server/core/InducedOperationCoverageExpr.java b/petascope/src/petascope/wcps/server/core/InducedOperationCoverageExpr.java index 4e20c4c..581b551 100644 --- a/petascope/src/petascope/wcps/server/core/InducedOperationCoverageExpr.java +++ b/petascope/src/petascope/wcps/server/core/InducedOperationCoverageExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import petascope.wcps.server.exceptions.InvalidCrsException; diff --git a/petascope/src/petascope/wcps/server/core/InterpolationMethod.java b/petascope/src/petascope/wcps/server/core/InterpolationMethod.java index 9b1cf65..2379bef 100644 --- a/petascope/src/petascope/wcps/server/core/InterpolationMethod.java +++ b/petascope/src/petascope/wcps/server/core/InterpolationMethod.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; //A pair of an interpolation type and a null resistance. See the WCPS standard for an explanation of these. diff --git a/petascope/src/petascope/wcps/server/core/Metadata.java b/petascope/src/petascope/wcps/server/core/Metadata.java index 21dd264..175830a 100644 --- a/petascope/src/petascope/wcps/server/core/Metadata.java +++ b/petascope/src/petascope/wcps/server/core/Metadata.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; //~--- JDK imports ------------------------------------------------------------ diff --git a/petascope/src/petascope/wcps/server/core/MetadataScalarExpr.java b/petascope/src/petascope/wcps/server/core/MetadataScalarExpr.java index 233242d..87b3045 100644 --- a/petascope/src/petascope/wcps/server/core/MetadataScalarExpr.java +++ b/petascope/src/petascope/wcps/server/core/MetadataScalarExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import petascope.wcps.server.exceptions.WCPSException; diff --git a/petascope/src/petascope/wcps/server/core/NumericScalarExpr.java b/petascope/src/petascope/wcps/server/core/NumericScalarExpr.java index 30ef3da..67b21b2 100644 --- a/petascope/src/petascope/wcps/server/core/NumericScalarExpr.java +++ b/petascope/src/petascope/wcps/server/core/NumericScalarExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import petascope.wcps.server.exceptions.InvalidCrsException; diff --git a/petascope/src/petascope/wcps/server/core/ProcessCoveragesRequest.java b/petascope/src/petascope/wcps/server/core/ProcessCoveragesRequest.java index 36840cc..1dbaedd 100644 --- a/petascope/src/petascope/wcps/server/core/ProcessCoveragesRequest.java +++ b/petascope/src/petascope/wcps/server/core/ProcessCoveragesRequest.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import petascope.wcps.server.exceptions.InvalidCrsException; diff --git a/petascope/src/petascope/wcps/server/core/RangeComponent.java b/petascope/src/petascope/wcps/server/core/RangeComponent.java index c94698c..4933afc 100644 --- a/petascope/src/petascope/wcps/server/core/RangeComponent.java +++ b/petascope/src/petascope/wcps/server/core/RangeComponent.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import petascope.wcps.server.exceptions.WCPSException; diff --git a/petascope/src/petascope/wcps/server/core/RangeCoverageExpr.java b/petascope/src/petascope/wcps/server/core/RangeCoverageExpr.java index 2be4d61..85dfbdc 100644 --- a/petascope/src/petascope/wcps/server/core/RangeCoverageExpr.java +++ b/petascope/src/petascope/wcps/server/core/RangeCoverageExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import petascope.wcps.server.exceptions.WCPSException; diff --git a/petascope/src/petascope/wcps/server/core/RangeElement.java b/petascope/src/petascope/wcps/server/core/RangeElement.java index 29df3b6..f878d5a 100644 --- a/petascope/src/petascope/wcps/server/core/RangeElement.java +++ b/petascope/src/petascope/wcps/server/core/RangeElement.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; //A single component of a coverage's range. See the WCPS standard for more information. diff --git a/petascope/src/petascope/wcps/server/core/RangeField.java b/petascope/src/petascope/wcps/server/core/RangeField.java index 9256661..2a89875 100644 --- a/petascope/src/petascope/wcps/server/core/RangeField.java +++ b/petascope/src/petascope/wcps/server/core/RangeField.java @@ -1,24 +1,25 @@ - /* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import petascope.wcps.server.exceptions.WCPSException; diff --git a/petascope/src/petascope/wcps/server/core/ReduceScalarExpr.java b/petascope/src/petascope/wcps/server/core/ReduceScalarExpr.java index d7e343c..b12c12f 100644 --- a/petascope/src/petascope/wcps/server/core/ReduceScalarExpr.java +++ b/petascope/src/petascope/wcps/server/core/ReduceScalarExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import petascope.wcps.server.exceptions.InvalidCrsException; diff --git a/petascope/src/petascope/wcps/server/core/SDU.java b/petascope/src/petascope/wcps/server/core/SDU.java index e69ecb2..338d988 100644 --- a/petascope/src/petascope/wcps/server/core/SDU.java +++ b/petascope/src/petascope/wcps/server/core/SDU.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; //~--- non-JDK imports -------------------------------------------------------- diff --git a/petascope/src/petascope/wcps/server/core/ScalarExpr.java b/petascope/src/petascope/wcps/server/core/ScalarExpr.java index 0ec20b6..a2ffc94 100644 --- a/petascope/src/petascope/wcps/server/core/ScalarExpr.java +++ b/petascope/src/petascope/wcps/server/core/ScalarExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import petascope.wcps.server.exceptions.InvalidCrsException; diff --git a/petascope/src/petascope/wcps/server/core/ScaleCoverageExpr.java b/petascope/src/petascope/wcps/server/core/ScaleCoverageExpr.java index feb7e3f..987ab18 100644 --- a/petascope/src/petascope/wcps/server/core/ScaleCoverageExpr.java +++ b/petascope/src/petascope/wcps/server/core/ScaleCoverageExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import java.math.BigInteger; diff --git a/petascope/src/petascope/wcps/server/core/SetMetadataCoverageExpr.java b/petascope/src/petascope/wcps/server/core/SetMetadataCoverageExpr.java index 1c6bad3..cb89bad 100644 --- a/petascope/src/petascope/wcps/server/core/SetMetadataCoverageExpr.java +++ b/petascope/src/petascope/wcps/server/core/SetMetadataCoverageExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import petascope.wcps.server.exceptions.WCPSException; diff --git a/petascope/src/petascope/wcps/server/core/SliceCoverageExpr.java b/petascope/src/petascope/wcps/server/core/SliceCoverageExpr.java index 6eeca36..ca6c478 100644 --- a/petascope/src/petascope/wcps/server/core/SliceCoverageExpr.java +++ b/petascope/src/petascope/wcps/server/core/SliceCoverageExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import petascope.wcps.server.exceptions.InvalidCrsException; diff --git a/petascope/src/petascope/wcps/server/core/StringScalarExpr.java b/petascope/src/petascope/wcps/server/core/StringScalarExpr.java index 87fb23c..132e99d 100644 --- a/petascope/src/petascope/wcps/server/core/StringScalarExpr.java +++ b/petascope/src/petascope/wcps/server/core/StringScalarExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import petascope.wcps.server.exceptions.InvalidCrsException; diff --git a/petascope/src/petascope/wcps/server/core/SubsetOperationCoverageExpr.java b/petascope/src/petascope/wcps/server/core/SubsetOperationCoverageExpr.java index 0b9d4fb..079aff7 100644 --- a/petascope/src/petascope/wcps/server/core/SubsetOperationCoverageExpr.java +++ b/petascope/src/petascope/wcps/server/core/SubsetOperationCoverageExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import petascope.wcps.server.exceptions.InvalidCrsException; diff --git a/petascope/src/petascope/wcps/server/core/TrimCoverageExpr.java b/petascope/src/petascope/wcps/server/core/TrimCoverageExpr.java index 68ab8a9..889780a 100644 --- a/petascope/src/petascope/wcps/server/core/TrimCoverageExpr.java +++ b/petascope/src/petascope/wcps/server/core/TrimCoverageExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import petascope.wcps.server.exceptions.InvalidCrsException; diff --git a/petascope/src/petascope/wcps/server/core/UnaryOperationCoverageExpr.java b/petascope/src/petascope/wcps/server/core/UnaryOperationCoverageExpr.java index 00b80ec..af91897 100644 --- a/petascope/src/petascope/wcps/server/core/UnaryOperationCoverageExpr.java +++ b/petascope/src/petascope/wcps/server/core/UnaryOperationCoverageExpr.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import petascope.wcps.server.exceptions.InvalidCrsException; diff --git a/petascope/src/petascope/wcps/server/core/VariableReference.java b/petascope/src/petascope/wcps/server/core/VariableReference.java index 613d9e2..9c211c1 100644 --- a/petascope/src/petascope/wcps/server/core/VariableReference.java +++ b/petascope/src/petascope/wcps/server/core/VariableReference.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import petascope.wcps.server.exceptions.WCPSException; diff --git a/petascope/src/petascope/wcps/server/core/WCPS.java b/petascope/src/petascope/wcps/server/core/WCPS.java index 34f7fb2..1dde6f5 100644 --- a/petascope/src/petascope/wcps/server/core/WCPS.java +++ b/petascope/src/petascope/wcps/server/core/WCPS.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import petascope.wcps.server.exceptions.InvalidCrsException; diff --git a/petascope/src/petascope/wcps/server/core/Wgs84Crs.java b/petascope/src/petascope/wcps/server/core/Wgs84Crs.java index e712ad6..9b6af44 100644 --- a/petascope/src/petascope/wcps/server/core/Wgs84Crs.java +++ b/petascope/src/petascope/wcps/server/core/Wgs84Crs.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.core; import petascope.wcps.server.exceptions.InvalidMetadataException; diff --git a/petascope/src/petascope/wcps/server/core/XmlQuery.java b/petascope/src/petascope/wcps/server/core/XmlQuery.java index ed1a304..3271892 100644 --- a/petascope/src/petascope/wcps/server/core/XmlQuery.java +++ b/petascope/src/petascope/wcps/server/core/XmlQuery.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcps.server.core; diff --git a/petascope/src/petascope/wcps/server/exceptions/InvalidCrsException.java b/petascope/src/petascope/wcps/server/exceptions/InvalidCrsException.java index f1381ca..a888785 100644 --- a/petascope/src/petascope/wcps/server/exceptions/InvalidCrsException.java +++ b/petascope/src/petascope/wcps/server/exceptions/InvalidCrsException.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.exceptions; public class InvalidCrsException extends Exception { diff --git a/petascope/src/petascope/wcps/server/exceptions/InvalidMetadataException.java b/petascope/src/petascope/wcps/server/exceptions/InvalidMetadataException.java index ac4d8d1..4e1bd32 100644 --- a/petascope/src/petascope/wcps/server/exceptions/InvalidMetadataException.java +++ b/petascope/src/petascope/wcps/server/exceptions/InvalidMetadataException.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.exceptions; /** diff --git a/petascope/src/petascope/wcps/server/exceptions/InvalidWcpsRequestException.java b/petascope/src/petascope/wcps/server/exceptions/InvalidWcpsRequestException.java index d4d3449..ea1cc05 100644 --- a/petascope/src/petascope/wcps/server/exceptions/InvalidWcpsRequestException.java +++ b/petascope/src/petascope/wcps/server/exceptions/InvalidWcpsRequestException.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.exceptions; /** diff --git a/petascope/src/petascope/wcps/server/exceptions/ResourceException.java b/petascope/src/petascope/wcps/server/exceptions/ResourceException.java index b7f7774..b8186eb 100644 --- a/petascope/src/petascope/wcps/server/exceptions/ResourceException.java +++ b/petascope/src/petascope/wcps/server/exceptions/ResourceException.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.exceptions; /** diff --git a/petascope/src/petascope/wcps/server/exceptions/WCPSException.java b/petascope/src/petascope/wcps/server/exceptions/WCPSException.java index 0a6779c..0dbd5db 100644 --- a/petascope/src/petascope/wcps/server/exceptions/WCPSException.java +++ b/petascope/src/petascope/wcps/server/exceptions/WCPSException.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.exceptions; /** diff --git a/petascope/src/petascope/wcps/server/servlet/WCPSServlet.java b/petascope/src/petascope/wcps/server/servlet/WCPSServlet.java index 4a00969..74f8d1b 100644 --- a/petascope/src/petascope/wcps/server/servlet/WCPSServlet.java +++ b/petascope/src/petascope/wcps/server/servlet/WCPSServlet.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcps.server.servlet; import org.apache.commons.fileupload.FileItem; diff --git a/petascope/src/petascope/wcps/server/test/FullTestsOnline.java b/petascope/src/petascope/wcps/server/test/FullTestsOnline.java index 2c2bdff..bc2aab1 100644 --- a/petascope/src/petascope/wcps/server/test/FullTestsOnline.java +++ b/petascope/src/petascope/wcps/server/test/FullTestsOnline.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcps.server.test; diff --git a/petascope/src/petascope/wcps/server/test/GrammarTest.java b/petascope/src/petascope/wcps/server/test/GrammarTest.java index f85a259..6f3a25f 100644 --- a/petascope/src/petascope/wcps/server/test/GrammarTest.java +++ b/petascope/src/petascope/wcps/server/test/GrammarTest.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcps.server.test; diff --git a/petascope/src/petascope/wcps/server/test/GrammarTestOnline.java b/petascope/src/petascope/wcps/server/test/GrammarTestOnline.java index 6adf21b..472488f 100644 --- a/petascope/src/petascope/wcps/server/test/GrammarTestOnline.java +++ b/petascope/src/petascope/wcps/server/test/GrammarTestOnline.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcps.server.test; diff --git a/petascope/src/petascope/wcps/server/test/XmlTestOnline.java b/petascope/src/petascope/wcps/server/test/XmlTestOnline.java index 49aa958..f297b2d 100644 --- a/petascope/src/petascope/wcps/server/test/XmlTestOnline.java +++ b/petascope/src/petascope/wcps/server/test/XmlTestOnline.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcps.server.test; diff --git a/petascope/src/petascope/wcs/server/WcsServer.java b/petascope/src/petascope/wcs/server/WcsServer.java index 1918950..fddb549 100644 --- a/petascope/src/petascope/wcs/server/WcsServer.java +++ b/petascope/src/petascope/wcs/server/WcsServer.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcs.server; diff --git a/petascope/src/petascope/wcs/server/core/TimeString.java b/petascope/src/petascope/wcs/server/core/TimeString.java index 668614e..6e5d04f 100644 --- a/petascope/src/petascope/wcs/server/core/TimeString.java +++ b/petascope/src/petascope/wcs/server/core/TimeString.java @@ -1,24 +1,25 @@ -/* - * This file is part of PetaScope. - * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. - * - * PetaScope 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 Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . - * - * For more information please see - * or contact Peter Baumann via . - * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. - */ +/* + * This file is part of rasdaman community. + * + * Rasdaman community 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. + * + * Rasdaman community 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 rasdaman community. If not, see . + * + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. + * + * For more information please see + * or contact Peter Baumann via . + */ package petascope.wcs.server.core; //~--- non-JDK imports -------------------------------------------------------- diff --git a/petascope/src/petascope/wcs/server/core/convertGetCoverage.java b/petascope/src/petascope/wcs/server/core/convertGetCoverage.java index 7d4a951..92262e6 100644 --- a/petascope/src/petascope/wcs/server/core/convertGetCoverage.java +++ b/petascope/src/petascope/wcs/server/core/convertGetCoverage.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcs.server.core; diff --git a/petascope/src/petascope/wcs/server/core/executeDescribeCoverage.java b/petascope/src/petascope/wcs/server/core/executeDescribeCoverage.java index 6df74a8..1a7f882 100644 --- a/petascope/src/petascope/wcs/server/core/executeDescribeCoverage.java +++ b/petascope/src/petascope/wcs/server/core/executeDescribeCoverage.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcs.server.core; diff --git a/petascope/src/petascope/wcs/server/core/executeGetCapabilities.java b/petascope/src/petascope/wcs/server/core/executeGetCapabilities.java index aaa84c0..846f2c8 100644 --- a/petascope/src/petascope/wcs/server/core/executeGetCapabilities.java +++ b/petascope/src/petascope/wcs/server/core/executeGetCapabilities.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcs.server.core; diff --git a/petascope/src/petascope/wcs/server/exceptions/ActionNotSupportedException.java b/petascope/src/petascope/wcs/server/exceptions/ActionNotSupportedException.java index 70cb368..3211bb6 100644 --- a/petascope/src/petascope/wcs/server/exceptions/ActionNotSupportedException.java +++ b/petascope/src/petascope/wcs/server/exceptions/ActionNotSupportedException.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcs.server.exceptions; diff --git a/petascope/src/petascope/wcs/server/exceptions/BadResponseHandlerException.java b/petascope/src/petascope/wcs/server/exceptions/BadResponseHandlerException.java index 118eda1..5fa186c 100644 --- a/petascope/src/petascope/wcs/server/exceptions/BadResponseHandlerException.java +++ b/petascope/src/petascope/wcs/server/exceptions/BadResponseHandlerException.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcs.server.exceptions; diff --git a/petascope/src/petascope/wcs/server/exceptions/InputOutputException.java b/petascope/src/petascope/wcs/server/exceptions/InputOutputException.java index 610f1d6..f3a8667 100644 --- a/petascope/src/petascope/wcs/server/exceptions/InputOutputException.java +++ b/petascope/src/petascope/wcs/server/exceptions/InputOutputException.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcs.server.exceptions; diff --git a/petascope/src/petascope/wcs/server/exceptions/InternalComponentException.java b/petascope/src/petascope/wcs/server/exceptions/InternalComponentException.java index 3680dae..367ad3e 100644 --- a/petascope/src/petascope/wcs/server/exceptions/InternalComponentException.java +++ b/petascope/src/petascope/wcs/server/exceptions/InternalComponentException.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcs.server.exceptions; diff --git a/petascope/src/petascope/wcs/server/exceptions/InternalSqlException.java b/petascope/src/petascope/wcs/server/exceptions/InternalSqlException.java index 1ae95ce..d415864 100644 --- a/petascope/src/petascope/wcs/server/exceptions/InternalSqlException.java +++ b/petascope/src/petascope/wcs/server/exceptions/InternalSqlException.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcs.server.exceptions; diff --git a/petascope/src/petascope/wcs/server/exceptions/InvalidParameterValueException.java b/petascope/src/petascope/wcs/server/exceptions/InvalidParameterValueException.java index ae863c2..5f03a72 100644 --- a/petascope/src/petascope/wcs/server/exceptions/InvalidParameterValueException.java +++ b/petascope/src/petascope/wcs/server/exceptions/InvalidParameterValueException.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcs.server.exceptions; diff --git a/petascope/src/petascope/wcs/server/exceptions/InvalidPropertyValueException.java b/petascope/src/petascope/wcs/server/exceptions/InvalidPropertyValueException.java index a324837..9c036b3 100644 --- a/petascope/src/petascope/wcs/server/exceptions/InvalidPropertyValueException.java +++ b/petascope/src/petascope/wcs/server/exceptions/InvalidPropertyValueException.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcs.server.exceptions; diff --git a/petascope/src/petascope/wcs/server/exceptions/InvalidRequestException.java b/petascope/src/petascope/wcs/server/exceptions/InvalidRequestException.java index 9c17239..e357684 100644 --- a/petascope/src/petascope/wcs/server/exceptions/InvalidRequestException.java +++ b/petascope/src/petascope/wcs/server/exceptions/InvalidRequestException.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcs.server.exceptions; diff --git a/petascope/src/petascope/wcs/server/exceptions/InvalidServiceConfigurationException.java b/petascope/src/petascope/wcs/server/exceptions/InvalidServiceConfigurationException.java index 41b2241..4f84673 100644 --- a/petascope/src/petascope/wcs/server/exceptions/InvalidServiceConfigurationException.java +++ b/petascope/src/petascope/wcs/server/exceptions/InvalidServiceConfigurationException.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcs.server.exceptions; diff --git a/petascope/src/petascope/wcs/server/exceptions/InvalidTemporalMetadataException.java b/petascope/src/petascope/wcs/server/exceptions/InvalidTemporalMetadataException.java index d075084..1ad11de 100644 --- a/petascope/src/petascope/wcs/server/exceptions/InvalidTemporalMetadataException.java +++ b/petascope/src/petascope/wcs/server/exceptions/InvalidTemporalMetadataException.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcs.server.exceptions; diff --git a/petascope/src/petascope/wcs/server/exceptions/MaliciousQueryException.java b/petascope/src/petascope/wcs/server/exceptions/MaliciousQueryException.java index 22f7897..bc00baa 100644 --- a/petascope/src/petascope/wcs/server/exceptions/MaliciousQueryException.java +++ b/petascope/src/petascope/wcs/server/exceptions/MaliciousQueryException.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcs.server.exceptions; diff --git a/petascope/src/petascope/wcs/server/exceptions/MissingParameterValueException.java b/petascope/src/petascope/wcs/server/exceptions/MissingParameterValueException.java index 7ff6aa4..deb4390 100644 --- a/petascope/src/petascope/wcs/server/exceptions/MissingParameterValueException.java +++ b/petascope/src/petascope/wcs/server/exceptions/MissingParameterValueException.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcs.server.exceptions; diff --git a/petascope/src/petascope/wcs/server/exceptions/MultiBandImagesNotSupportedException.java b/petascope/src/petascope/wcs/server/exceptions/MultiBandImagesNotSupportedException.java index e0cff7a..63a9919 100644 --- a/petascope/src/petascope/wcs/server/exceptions/MultiBandImagesNotSupportedException.java +++ b/petascope/src/petascope/wcs/server/exceptions/MultiBandImagesNotSupportedException.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcs.server.exceptions; diff --git a/petascope/src/petascope/wcs/server/exceptions/NoApplicableCodeException.java b/petascope/src/petascope/wcs/server/exceptions/NoApplicableCodeException.java index 0e23528..0568ece 100644 --- a/petascope/src/petascope/wcs/server/exceptions/NoApplicableCodeException.java +++ b/petascope/src/petascope/wcs/server/exceptions/NoApplicableCodeException.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcs.server.exceptions; diff --git a/petascope/src/petascope/wcs/server/exceptions/NodeParsingNotImplementedException.java b/petascope/src/petascope/wcs/server/exceptions/NodeParsingNotImplementedException.java index 5cec9ce..d1e278d 100644 --- a/petascope/src/petascope/wcs/server/exceptions/NodeParsingNotImplementedException.java +++ b/petascope/src/petascope/wcs/server/exceptions/NodeParsingNotImplementedException.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcs.server.exceptions; diff --git a/petascope/src/petascope/wcs/server/exceptions/NotEnoughStorageException.java b/petascope/src/petascope/wcs/server/exceptions/NotEnoughStorageException.java index c3f8d25..f1a668a 100644 --- a/petascope/src/petascope/wcs/server/exceptions/NotEnoughStorageException.java +++ b/petascope/src/petascope/wcs/server/exceptions/NotEnoughStorageException.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcs.server.exceptions; diff --git a/petascope/src/petascope/wcs/server/exceptions/RasdamanRequestFailedException.java b/petascope/src/petascope/wcs/server/exceptions/RasdamanRequestFailedException.java index 9f42df1..0960247 100644 --- a/petascope/src/petascope/wcs/server/exceptions/RasdamanRequestFailedException.java +++ b/petascope/src/petascope/wcs/server/exceptions/RasdamanRequestFailedException.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcs.server.exceptions; diff --git a/petascope/src/petascope/wcs/server/exceptions/RasdamanUnavailableException.java b/petascope/src/petascope/wcs/server/exceptions/RasdamanUnavailableException.java index 6bbb3e3..db700c6 100644 --- a/petascope/src/petascope/wcs/server/exceptions/RasdamanUnavailableException.java +++ b/petascope/src/petascope/wcs/server/exceptions/RasdamanUnavailableException.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcs.server.exceptions; diff --git a/petascope/src/petascope/wcs/server/exceptions/ServletConnectionException.java b/petascope/src/petascope/wcs/server/exceptions/ServletConnectionException.java index 05ec45b..d458cd2 100644 --- a/petascope/src/petascope/wcs/server/exceptions/ServletConnectionException.java +++ b/petascope/src/petascope/wcs/server/exceptions/ServletConnectionException.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcs.server.exceptions; diff --git a/petascope/src/petascope/wcs/server/exceptions/UnsupportedCombinationException.java b/petascope/src/petascope/wcs/server/exceptions/UnsupportedCombinationException.java index 934fb47..d9c388e 100644 --- a/petascope/src/petascope/wcs/server/exceptions/UnsupportedCombinationException.java +++ b/petascope/src/petascope/wcs/server/exceptions/UnsupportedCombinationException.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcs.server.exceptions; diff --git a/petascope/src/petascope/wcs/server/exceptions/WCSException.java b/petascope/src/petascope/wcs/server/exceptions/WCSException.java index 556cf03..14e957a 100644 --- a/petascope/src/petascope/wcs/server/exceptions/WCSException.java +++ b/petascope/src/petascope/wcs/server/exceptions/WCSException.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ diff --git a/petascope/src/petascope/wcs/server/exceptions/WcsRuntimeException.java b/petascope/src/petascope/wcs/server/exceptions/WcsRuntimeException.java index f1dcde8..4f37277 100644 --- a/petascope/src/petascope/wcs/server/exceptions/WcsRuntimeException.java +++ b/petascope/src/petascope/wcs/server/exceptions/WcsRuntimeException.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcs.server.exceptions; diff --git a/petascope/src/petascope/wcs/server/exceptions/XmlNotValidException.java b/petascope/src/petascope/wcs/server/exceptions/XmlNotValidException.java index e9ea6ea..ba49b3a 100644 --- a/petascope/src/petascope/wcs/server/exceptions/XmlNotValidException.java +++ b/petascope/src/petascope/wcs/server/exceptions/XmlNotValidException.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcs.server.exceptions; diff --git a/petascope/src/petascope/wcs/server/exceptions/XmlStructuresException.java b/petascope/src/petascope/wcs/server/exceptions/XmlStructuresException.java index 66c244b..6016a51 100644 --- a/petascope/src/petascope/wcs/server/exceptions/XmlStructuresException.java +++ b/petascope/src/petascope/wcs/server/exceptions/XmlStructuresException.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcs.server.exceptions; diff --git a/petascope/src/petascope/wcs2/schemas/SchemaServlet.java b/petascope/src/petascope/wcs2/schemas/SchemaServlet.java index 231d7a5..f2c874f 100644 --- a/petascope/src/petascope/wcs2/schemas/SchemaServlet.java +++ b/petascope/src/petascope/wcs2/schemas/SchemaServlet.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcs2.schemas; diff --git a/petascope/src/petascope/wcs2/server/Wcs2Server.java b/petascope/src/petascope/wcs2/server/Wcs2Server.java index f7d11eb..cb5f6f9 100644 --- a/petascope/src/petascope/wcs2/server/Wcs2Server.java +++ b/petascope/src/petascope/wcs2/server/Wcs2Server.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcs2.server; diff --git a/petascope/src/petascope/wcs2/server/ops/DescribeCoverage.java b/petascope/src/petascope/wcs2/server/ops/DescribeCoverage.java index d292ad7..6f4e752 100644 --- a/petascope/src/petascope/wcs2/server/ops/DescribeCoverage.java +++ b/petascope/src/petascope/wcs2/server/ops/DescribeCoverage.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcs2.server.ops; diff --git a/petascope/src/petascope/wcs2/server/ops/GetCapabilities.java b/petascope/src/petascope/wcs2/server/ops/GetCapabilities.java index b1d58d5..b64d3f2 100644 --- a/petascope/src/petascope/wcs2/server/ops/GetCapabilities.java +++ b/petascope/src/petascope/wcs2/server/ops/GetCapabilities.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcs2.server.ops; diff --git a/petascope/src/petascope/wcs2/server/ops/GetCoverage.java b/petascope/src/petascope/wcs2/server/ops/GetCoverage.java index 788beec..a6ddcff 100644 --- a/petascope/src/petascope/wcs2/server/ops/GetCoverage.java +++ b/petascope/src/petascope/wcs2/server/ops/GetCoverage.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcs2.server.ops; diff --git a/petascope/src/petascope/wcs2/server/ops/WcsOperation.java b/petascope/src/petascope/wcs2/server/ops/WcsOperation.java index 527b80a..1ad8eae 100644 --- a/petascope/src/petascope/wcs2/server/ops/WcsOperation.java +++ b/petascope/src/petascope/wcs2/server/ops/WcsOperation.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcs2.server.ops; diff --git a/petascope/src/petascope/wcs2/server/templates/WcsNamespaceContext.java b/petascope/src/petascope/wcs2/server/templates/WcsNamespaceContext.java index a021851..1f713e4 100644 --- a/petascope/src/petascope/wcs2/server/templates/WcsNamespaceContext.java +++ b/petascope/src/petascope/wcs2/server/templates/WcsNamespaceContext.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcs2.server.templates; diff --git a/petascope/src/petascope/wcst/server/WcstServer.java b/petascope/src/petascope/wcst/server/WcstServer.java index 0440d9c..fc2cb9e 100644 --- a/petascope/src/petascope/wcst/server/WcstServer.java +++ b/petascope/src/petascope/wcst/server/WcstServer.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcst.server; diff --git a/petascope/src/petascope/wcst/server/servlet/wcstServlet.java b/petascope/src/petascope/wcst/server/servlet/wcstServlet.java index 51f11d3..17850a0 100644 --- a/petascope/src/petascope/wcst/server/servlet/wcstServlet.java +++ b/petascope/src/petascope/wcst/server/servlet/wcstServlet.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcst.server.servlet; diff --git a/petascope/src/petascope/wcst/transaction/ServiceFirewall.java b/petascope/src/petascope/wcst/transaction/ServiceFirewall.java index 28f6dc0..f8cd6aa 100644 --- a/petascope/src/petascope/wcst/transaction/ServiceFirewall.java +++ b/petascope/src/petascope/wcst/transaction/ServiceFirewall.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcst.transaction; diff --git a/petascope/src/petascope/wcst/transaction/executeAsyncTransaction.java b/petascope/src/petascope/wcst/transaction/executeAsyncTransaction.java index 804c9bb..b1f2766 100644 --- a/petascope/src/petascope/wcst/transaction/executeAsyncTransaction.java +++ b/petascope/src/petascope/wcst/transaction/executeAsyncTransaction.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcst.transaction; diff --git a/petascope/src/petascope/wcst/transaction/executeTransaction.java b/petascope/src/petascope/wcst/transaction/executeTransaction.java index ed02780..7b42442 100644 --- a/petascope/src/petascope/wcst/transaction/executeTransaction.java +++ b/petascope/src/petascope/wcst/transaction/executeTransaction.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcst.transaction; diff --git a/petascope/src/petascope/wcst/transaction/tools/RasdamanUtils.java b/petascope/src/petascope/wcst/transaction/tools/RasdamanUtils.java index 53ba581..1836987 100644 --- a/petascope/src/petascope/wcst/transaction/tools/RasdamanUtils.java +++ b/petascope/src/petascope/wcst/transaction/tools/RasdamanUtils.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcst.transaction.tools; diff --git a/petascope/src/petascope/wcst/transaction/tools/TestRasdamanUtils.java b/petascope/src/petascope/wcst/transaction/tools/TestRasdamanUtils.java index 54c00eb..0b6d794 100644 --- a/petascope/src/petascope/wcst/transaction/tools/TestRasdamanUtils.java +++ b/petascope/src/petascope/wcst/transaction/tools/TestRasdamanUtils.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wcst.transaction.tools; diff --git a/petascope/src/petascope/wps/server/WpsServer.java b/petascope/src/petascope/wps/server/WpsServer.java index ccfb8ca..854b983 100644 --- a/petascope/src/petascope/wps/server/WpsServer.java +++ b/petascope/src/petascope/wps/server/WpsServer.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package petascope.wps.server; diff --git a/petascope/test/wcs/server/core/TimeStringTest.java b/petascope/test/wcs/server/core/TimeStringTest.java index 8fb274d..99f4096 100644 --- a/petascope/test/wcs/server/core/TimeStringTest.java +++ b/petascope/test/wcs/server/core/TimeStringTest.java @@ -1,23 +1,24 @@ /* - * This file is part of PetaScope. + * This file is part of rasdaman community. * - * PetaScope is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation, either version 3 of - * the License, or (at your option) any later version. + * Rasdaman community 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. * - * PetaScope is distributed in the hope that it will be useful, + * Rasdaman community 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 Lesser General Public License for more details. + * GNU General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with PetaScope. If not, see . + * You should have received a copy of the GNU General Public License + * along with rasdaman community. If not, see . * - * For more information please see - * or contact Peter Baumann via . + * Copyright 2003, 2004, 2005, 2006, 2007, 2008, 2009 Peter Baumann / + rasdaman GmbH. * - * Copyright 2009 Jacobs University Bremen, Peter Baumann. + * For more information please see + * or contact Peter Baumann via . */ package wcs.server.core; -- cgit