added apache license to .java and .groovy and .gradle files
Project: http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/commit/6b49956b Tree: http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/tree/6b49956b Diff: http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/diff/6b49956b Branch: refs/heads/master Commit: 6b49956bac6f63c9ea56671e3310d3e7ad2a6b14 Parents: df5aa74 Author: Frank Greguska <[email protected]> Authored: Thu Jan 11 12:30:05 2018 -0800 Committer: Frank Greguska <[email protected]> Committed: Thu Jan 11 12:30:05 2018 -0800 ---------------------------------------------------------------------- docker/ingest-base/xd-container-logback.groovy | 15 +++++++++++++++ docker/ingest-base/xd-singlenode-logback.groovy | 15 +++++++++++++++ nexus-ingest/dataset-tiler/build.gradle | 15 +++++++++++++++ .../jpl/nexus/ingest/datatiler/FileSlicer.groovy | 15 +++++++++++++++ .../ingest/datatiler/SliceFileByDimension.groovy | 15 +++++++++++++++ .../ingest/datatiler/SliceFileByTilesDesired.groovy | 15 +++++++++++++++ .../ingest/datatiler/DataTilerOptionsMetadata.java | 15 +++++++++++++++ .../ingest/datatiler/IntegrationConfiguration.java | 15 +++++++++++++++ .../datatiler/DatasetTilerIntegrationTest.groovy | 15 +++++++++++++++ .../datatiler/DatasetTilerPropertiesTest.groovy | 15 +++++++++++++++ .../ingest/datatiler/SliceFileByDimensionTest.groovy | 15 +++++++++++++++ .../datatiler/SliceFileByTilesDesiredTest.groovy | 15 +++++++++++++++ .../developer-box/xd-singlenode-logback.groovy | 15 +++++++++++++++ .../groovy-scripts/add-day-of-year-attribute.groovy | 15 +++++++++++++++ .../groovy-scripts/add-time-from-granulename.groovy | 15 +++++++++++++++ .../groovy-scripts/add-time-to-spatial-spec.groovy | 15 +++++++++++++++ nexus-ingest/groovy-scripts/generate-tile-id.groovy | 15 +++++++++++++++ .../groovy-scripts/nexustile-to-string.groovy | 15 +++++++++++++++ nexus-ingest/groovy-scripts/set-dataset-name.groovy | 15 +++++++++++++++ .../test/TestAddTimeToSpatialSpec.groovy | 15 +++++++++++++++ nexus-ingest/nexus-messages/build.gradle | 15 +++++++++++++++ nexus-ingest/nexus-sink/build.gradle | 15 +++++++++++++++ nexus-ingest/nexus-sink/settings.gradle | 15 +++++++++++++++ nexus-ingest/tcp-shell/build.gradle | 15 +++++++++++++++ .../java/org/nasa/ingest/tcpshell/PortResolver.java | 15 +++++++++++++++ .../org/nasa/ingest/tcpshell/ShellWordsParser.java | 15 +++++++++++++++ .../org/nasa/ingest/tcpshell/TcpShellCommand.java | 15 +++++++++++++++ .../tcpshell/config/IntegrationConfiguration.java | 15 +++++++++++++++ .../config/TcpShellModuleOptionsMetadata.java | 15 +++++++++++++++ .../nasa/ingest/tcpshell/PythonAvailableRule.java | 15 +++++++++++++++ .../tcpshell/TcpShellCommandIntegrationTests.java | 15 +++++++++++++++ .../nasa/ingest/tcpshell/TcpShellCommandTests.java | 15 +++++++++++++++ 32 files changed, 480 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/6b49956b/docker/ingest-base/xd-container-logback.groovy ---------------------------------------------------------------------- diff --git a/docker/ingest-base/xd-container-logback.groovy b/docker/ingest-base/xd-container-logback.groovy index c5a3e11..bbb5179 100644 --- a/docker/ingest-base/xd-container-logback.groovy +++ b/docker/ingest-base/xd-container-logback.groovy @@ -1,3 +1,18 @@ +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. +*/ import org.springframework.xd.dirt.util.logging.CustomLoggerConverter import org.springframework.xd.dirt.util.logging.VersionPatternConverter import ch.qos.logback.classic.encoder.PatternLayoutEncoder http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/6b49956b/docker/ingest-base/xd-singlenode-logback.groovy ---------------------------------------------------------------------- diff --git a/docker/ingest-base/xd-singlenode-logback.groovy b/docker/ingest-base/xd-singlenode-logback.groovy index c9fd679..f57d12b 100644 --- a/docker/ingest-base/xd-singlenode-logback.groovy +++ b/docker/ingest-base/xd-singlenode-logback.groovy @@ -1,3 +1,18 @@ +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. +*/ import org.springframework.xd.dirt.util.logging.CustomLoggerConverter import org.springframework.xd.dirt.util.logging.VersionPatternConverter http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/6b49956b/nexus-ingest/dataset-tiler/build.gradle ---------------------------------------------------------------------- diff --git a/nexus-ingest/dataset-tiler/build.gradle b/nexus-ingest/dataset-tiler/build.gradle index b818457..1a539cd 100644 --- a/nexus-ingest/dataset-tiler/build.gradle +++ b/nexus-ingest/dataset-tiler/build.gradle @@ -1,3 +1,18 @@ +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. +*/ buildscript { repositories { maven { http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/6b49956b/nexus-ingest/dataset-tiler/src/main/groovy/org/nasa/jpl/nexus/ingest/datatiler/FileSlicer.groovy ---------------------------------------------------------------------- diff --git a/nexus-ingest/dataset-tiler/src/main/groovy/org/nasa/jpl/nexus/ingest/datatiler/FileSlicer.groovy b/nexus-ingest/dataset-tiler/src/main/groovy/org/nasa/jpl/nexus/ingest/datatiler/FileSlicer.groovy index 242d0fd..ba0322e 100644 --- a/nexus-ingest/dataset-tiler/src/main/groovy/org/nasa/jpl/nexus/ingest/datatiler/FileSlicer.groovy +++ b/nexus-ingest/dataset-tiler/src/main/groovy/org/nasa/jpl/nexus/ingest/datatiler/FileSlicer.groovy @@ -1,3 +1,18 @@ +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. +*/ package org.nasa.jpl.nexus.ingest.datatiler http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/6b49956b/nexus-ingest/dataset-tiler/src/main/groovy/org/nasa/jpl/nexus/ingest/datatiler/SliceFileByDimension.groovy ---------------------------------------------------------------------- diff --git a/nexus-ingest/dataset-tiler/src/main/groovy/org/nasa/jpl/nexus/ingest/datatiler/SliceFileByDimension.groovy b/nexus-ingest/dataset-tiler/src/main/groovy/org/nasa/jpl/nexus/ingest/datatiler/SliceFileByDimension.groovy index ddb4345..5d2f39b 100644 --- a/nexus-ingest/dataset-tiler/src/main/groovy/org/nasa/jpl/nexus/ingest/datatiler/SliceFileByDimension.groovy +++ b/nexus-ingest/dataset-tiler/src/main/groovy/org/nasa/jpl/nexus/ingest/datatiler/SliceFileByDimension.groovy @@ -1,3 +1,18 @@ +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. +*/ package org.nasa.jpl.nexus.ingest.datatiler http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/6b49956b/nexus-ingest/dataset-tiler/src/main/groovy/org/nasa/jpl/nexus/ingest/datatiler/SliceFileByTilesDesired.groovy ---------------------------------------------------------------------- diff --git a/nexus-ingest/dataset-tiler/src/main/groovy/org/nasa/jpl/nexus/ingest/datatiler/SliceFileByTilesDesired.groovy b/nexus-ingest/dataset-tiler/src/main/groovy/org/nasa/jpl/nexus/ingest/datatiler/SliceFileByTilesDesired.groovy index bf014a3..8e76e95 100644 --- a/nexus-ingest/dataset-tiler/src/main/groovy/org/nasa/jpl/nexus/ingest/datatiler/SliceFileByTilesDesired.groovy +++ b/nexus-ingest/dataset-tiler/src/main/groovy/org/nasa/jpl/nexus/ingest/datatiler/SliceFileByTilesDesired.groovy @@ -1,3 +1,18 @@ +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. +*/ package org.nasa.jpl.nexus.ingest.datatiler http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/6b49956b/nexus-ingest/dataset-tiler/src/main/java/org/nasa/jpl/nexus/ingest/datatiler/DataTilerOptionsMetadata.java ---------------------------------------------------------------------- diff --git a/nexus-ingest/dataset-tiler/src/main/java/org/nasa/jpl/nexus/ingest/datatiler/DataTilerOptionsMetadata.java b/nexus-ingest/dataset-tiler/src/main/java/org/nasa/jpl/nexus/ingest/datatiler/DataTilerOptionsMetadata.java index b8a49a5..7b35eb1 100644 --- a/nexus-ingest/dataset-tiler/src/main/java/org/nasa/jpl/nexus/ingest/datatiler/DataTilerOptionsMetadata.java +++ b/nexus-ingest/dataset-tiler/src/main/java/org/nasa/jpl/nexus/ingest/datatiler/DataTilerOptionsMetadata.java @@ -1,3 +1,18 @@ +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. +*/ package org.nasa.jpl.nexus.ingest.datatiler; http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/6b49956b/nexus-ingest/dataset-tiler/src/main/java/org/nasa/jpl/nexus/ingest/datatiler/IntegrationConfiguration.java ---------------------------------------------------------------------- diff --git a/nexus-ingest/dataset-tiler/src/main/java/org/nasa/jpl/nexus/ingest/datatiler/IntegrationConfiguration.java b/nexus-ingest/dataset-tiler/src/main/java/org/nasa/jpl/nexus/ingest/datatiler/IntegrationConfiguration.java index 05221ab..1834c42 100644 --- a/nexus-ingest/dataset-tiler/src/main/java/org/nasa/jpl/nexus/ingest/datatiler/IntegrationConfiguration.java +++ b/nexus-ingest/dataset-tiler/src/main/java/org/nasa/jpl/nexus/ingest/datatiler/IntegrationConfiguration.java @@ -1,3 +1,18 @@ +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. +*/ package org.nasa.jpl.nexus.ingest.datatiler; http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/6b49956b/nexus-ingest/dataset-tiler/src/test/groovy/org/nasa/jpl/nexus/ingest/datatiler/DatasetTilerIntegrationTest.groovy ---------------------------------------------------------------------- diff --git a/nexus-ingest/dataset-tiler/src/test/groovy/org/nasa/jpl/nexus/ingest/datatiler/DatasetTilerIntegrationTest.groovy b/nexus-ingest/dataset-tiler/src/test/groovy/org/nasa/jpl/nexus/ingest/datatiler/DatasetTilerIntegrationTest.groovy index e29798d..c2a69e2 100644 --- a/nexus-ingest/dataset-tiler/src/test/groovy/org/nasa/jpl/nexus/ingest/datatiler/DatasetTilerIntegrationTest.groovy +++ b/nexus-ingest/dataset-tiler/src/test/groovy/org/nasa/jpl/nexus/ingest/datatiler/DatasetTilerIntegrationTest.groovy @@ -1,3 +1,18 @@ +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. +*/ package org.nasa.jpl.nexus.ingest.datatiler http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/6b49956b/nexus-ingest/dataset-tiler/src/test/groovy/org/nasa/jpl/nexus/ingest/datatiler/DatasetTilerPropertiesTest.groovy ---------------------------------------------------------------------- diff --git a/nexus-ingest/dataset-tiler/src/test/groovy/org/nasa/jpl/nexus/ingest/datatiler/DatasetTilerPropertiesTest.groovy b/nexus-ingest/dataset-tiler/src/test/groovy/org/nasa/jpl/nexus/ingest/datatiler/DatasetTilerPropertiesTest.groovy index 752bc73..31e22dc 100644 --- a/nexus-ingest/dataset-tiler/src/test/groovy/org/nasa/jpl/nexus/ingest/datatiler/DatasetTilerPropertiesTest.groovy +++ b/nexus-ingest/dataset-tiler/src/test/groovy/org/nasa/jpl/nexus/ingest/datatiler/DatasetTilerPropertiesTest.groovy @@ -1,3 +1,18 @@ +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. +*/ package org.nasa.jpl.nexus.ingest.datatiler http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/6b49956b/nexus-ingest/dataset-tiler/src/test/groovy/org/nasa/jpl/nexus/ingest/datatiler/SliceFileByDimensionTest.groovy ---------------------------------------------------------------------- diff --git a/nexus-ingest/dataset-tiler/src/test/groovy/org/nasa/jpl/nexus/ingest/datatiler/SliceFileByDimensionTest.groovy b/nexus-ingest/dataset-tiler/src/test/groovy/org/nasa/jpl/nexus/ingest/datatiler/SliceFileByDimensionTest.groovy index c9fa017..0ade802 100644 --- a/nexus-ingest/dataset-tiler/src/test/groovy/org/nasa/jpl/nexus/ingest/datatiler/SliceFileByDimensionTest.groovy +++ b/nexus-ingest/dataset-tiler/src/test/groovy/org/nasa/jpl/nexus/ingest/datatiler/SliceFileByDimensionTest.groovy @@ -1,3 +1,18 @@ +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. +*/ package org.nasa.jpl.nexus.ingest.datatiler http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/6b49956b/nexus-ingest/dataset-tiler/src/test/groovy/org/nasa/jpl/nexus/ingest/datatiler/SliceFileByTilesDesiredTest.groovy ---------------------------------------------------------------------- diff --git a/nexus-ingest/dataset-tiler/src/test/groovy/org/nasa/jpl/nexus/ingest/datatiler/SliceFileByTilesDesiredTest.groovy b/nexus-ingest/dataset-tiler/src/test/groovy/org/nasa/jpl/nexus/ingest/datatiler/SliceFileByTilesDesiredTest.groovy index 8ca3ae9..156fa9c 100644 --- a/nexus-ingest/dataset-tiler/src/test/groovy/org/nasa/jpl/nexus/ingest/datatiler/SliceFileByTilesDesiredTest.groovy +++ b/nexus-ingest/dataset-tiler/src/test/groovy/org/nasa/jpl/nexus/ingest/datatiler/SliceFileByTilesDesiredTest.groovy @@ -1,3 +1,18 @@ +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. +*/ package org.nasa.jpl.nexus.ingest.datatiler http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/6b49956b/nexus-ingest/developer-box/xd-singlenode-logback.groovy ---------------------------------------------------------------------- diff --git a/nexus-ingest/developer-box/xd-singlenode-logback.groovy b/nexus-ingest/developer-box/xd-singlenode-logback.groovy index c9fd679..f57d12b 100644 --- a/nexus-ingest/developer-box/xd-singlenode-logback.groovy +++ b/nexus-ingest/developer-box/xd-singlenode-logback.groovy @@ -1,3 +1,18 @@ +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. +*/ import org.springframework.xd.dirt.util.logging.CustomLoggerConverter import org.springframework.xd.dirt.util.logging.VersionPatternConverter http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/6b49956b/nexus-ingest/groovy-scripts/add-day-of-year-attribute.groovy ---------------------------------------------------------------------- diff --git a/nexus-ingest/groovy-scripts/add-day-of-year-attribute.groovy b/nexus-ingest/groovy-scripts/add-day-of-year-attribute.groovy index 94a6c49..f546162 100644 --- a/nexus-ingest/groovy-scripts/add-day-of-year-attribute.groovy +++ b/nexus-ingest/groovy-scripts/add-day-of-year-attribute.groovy @@ -1,3 +1,18 @@ +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. +*/ /** * Created by greguska on 3/29/16. http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/6b49956b/nexus-ingest/groovy-scripts/add-time-from-granulename.groovy ---------------------------------------------------------------------- diff --git a/nexus-ingest/groovy-scripts/add-time-from-granulename.groovy b/nexus-ingest/groovy-scripts/add-time-from-granulename.groovy index f205fa7..8a491ed 100644 --- a/nexus-ingest/groovy-scripts/add-time-from-granulename.groovy +++ b/nexus-ingest/groovy-scripts/add-time-from-granulename.groovy @@ -1,3 +1,18 @@ +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. +*/ /** * Created by greguska on 3/29/16. http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/6b49956b/nexus-ingest/groovy-scripts/add-time-to-spatial-spec.groovy ---------------------------------------------------------------------- diff --git a/nexus-ingest/groovy-scripts/add-time-to-spatial-spec.groovy b/nexus-ingest/groovy-scripts/add-time-to-spatial-spec.groovy index edb5dc1..752c72d 100644 --- a/nexus-ingest/groovy-scripts/add-time-to-spatial-spec.groovy +++ b/nexus-ingest/groovy-scripts/add-time-to-spatial-spec.groovy @@ -1,3 +1,18 @@ +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. +*/ /** * Created by Nga Quach on 8/31/16. */ http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/6b49956b/nexus-ingest/groovy-scripts/generate-tile-id.groovy ---------------------------------------------------------------------- diff --git a/nexus-ingest/groovy-scripts/generate-tile-id.groovy b/nexus-ingest/groovy-scripts/generate-tile-id.groovy index 52f511a..47682d4 100644 --- a/nexus-ingest/groovy-scripts/generate-tile-id.groovy +++ b/nexus-ingest/groovy-scripts/generate-tile-id.groovy @@ -1,3 +1,18 @@ +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. +*/ /** * Created by greguska on 3/29/16. http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/6b49956b/nexus-ingest/groovy-scripts/nexustile-to-string.groovy ---------------------------------------------------------------------- diff --git a/nexus-ingest/groovy-scripts/nexustile-to-string.groovy b/nexus-ingest/groovy-scripts/nexustile-to-string.groovy index edac3b8..b8050d8 100644 --- a/nexus-ingest/groovy-scripts/nexustile-to-string.groovy +++ b/nexus-ingest/groovy-scripts/nexustile-to-string.groovy @@ -1,3 +1,18 @@ +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. +*/ /** * Created by greguska on 7/18/16. http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/6b49956b/nexus-ingest/groovy-scripts/set-dataset-name.groovy ---------------------------------------------------------------------- diff --git a/nexus-ingest/groovy-scripts/set-dataset-name.groovy b/nexus-ingest/groovy-scripts/set-dataset-name.groovy index e5708c6..d795ced 100644 --- a/nexus-ingest/groovy-scripts/set-dataset-name.groovy +++ b/nexus-ingest/groovy-scripts/set-dataset-name.groovy @@ -1,3 +1,18 @@ +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. +*/ /** * Created by greguska on 3/29/16. http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/6b49956b/nexus-ingest/groovy-scripts/test/TestAddTimeToSpatialSpec.groovy ---------------------------------------------------------------------- diff --git a/nexus-ingest/groovy-scripts/test/TestAddTimeToSpatialSpec.groovy b/nexus-ingest/groovy-scripts/test/TestAddTimeToSpatialSpec.groovy index 2e45b60..2b0dd79 100644 --- a/nexus-ingest/groovy-scripts/test/TestAddTimeToSpatialSpec.groovy +++ b/nexus-ingest/groovy-scripts/test/TestAddTimeToSpatialSpec.groovy @@ -1,3 +1,18 @@ +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. +*/ /** * Created by greguska on 3/28/17. http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/6b49956b/nexus-ingest/nexus-messages/build.gradle ---------------------------------------------------------------------- diff --git a/nexus-ingest/nexus-messages/build.gradle b/nexus-ingest/nexus-messages/build.gradle index 6679cc4..8179c2d 100644 --- a/nexus-ingest/nexus-messages/build.gradle +++ b/nexus-ingest/nexus-messages/build.gradle @@ -1,3 +1,18 @@ +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. +*/ import java.nio.file.FileVisitResult import java.nio.file.Files import java.nio.file.Path http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/6b49956b/nexus-ingest/nexus-sink/build.gradle ---------------------------------------------------------------------- diff --git a/nexus-ingest/nexus-sink/build.gradle b/nexus-ingest/nexus-sink/build.gradle index a551e18..ab60cb0 100644 --- a/nexus-ingest/nexus-sink/build.gradle +++ b/nexus-ingest/nexus-sink/build.gradle @@ -1,3 +1,18 @@ +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. +*/ buildscript { repositories { mavenCentral() http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/6b49956b/nexus-ingest/nexus-sink/settings.gradle ---------------------------------------------------------------------- diff --git a/nexus-ingest/nexus-sink/settings.gradle b/nexus-ingest/nexus-sink/settings.gradle index b90ddcf..91e3d73 100644 --- a/nexus-ingest/nexus-sink/settings.gradle +++ b/nexus-ingest/nexus-sink/settings.gradle @@ -1,2 +1,17 @@ +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. +*/ rootProject.name = 'nexus-sink' http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/6b49956b/nexus-ingest/tcp-shell/build.gradle ---------------------------------------------------------------------- diff --git a/nexus-ingest/tcp-shell/build.gradle b/nexus-ingest/tcp-shell/build.gradle index b2f5582..0ef8a36 100644 --- a/nexus-ingest/tcp-shell/build.gradle +++ b/nexus-ingest/tcp-shell/build.gradle @@ -1,3 +1,18 @@ +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. +*/ buildscript { repositories { maven { http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/6b49956b/nexus-ingest/tcp-shell/src/main/java/org/nasa/ingest/tcpshell/PortResolver.java ---------------------------------------------------------------------- diff --git a/nexus-ingest/tcp-shell/src/main/java/org/nasa/ingest/tcpshell/PortResolver.java b/nexus-ingest/tcp-shell/src/main/java/org/nasa/ingest/tcpshell/PortResolver.java index 7af493d..d433e32 100644 --- a/nexus-ingest/tcp-shell/src/main/java/org/nasa/ingest/tcpshell/PortResolver.java +++ b/nexus-ingest/tcp-shell/src/main/java/org/nasa/ingest/tcpshell/PortResolver.java @@ -1,3 +1,18 @@ +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. +*/ package org.nasa.ingest.tcpshell; http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/6b49956b/nexus-ingest/tcp-shell/src/main/java/org/nasa/ingest/tcpshell/ShellWordsParser.java ---------------------------------------------------------------------- diff --git a/nexus-ingest/tcp-shell/src/main/java/org/nasa/ingest/tcpshell/ShellWordsParser.java b/nexus-ingest/tcp-shell/src/main/java/org/nasa/ingest/tcpshell/ShellWordsParser.java index 991c83c..0e7c20b 100644 --- a/nexus-ingest/tcp-shell/src/main/java/org/nasa/ingest/tcpshell/ShellWordsParser.java +++ b/nexus-ingest/tcp-shell/src/main/java/org/nasa/ingest/tcpshell/ShellWordsParser.java @@ -1,3 +1,18 @@ +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. +*/ package org.nasa.ingest.tcpshell; import java.util.ArrayList; http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/6b49956b/nexus-ingest/tcp-shell/src/main/java/org/nasa/ingest/tcpshell/TcpShellCommand.java ---------------------------------------------------------------------- diff --git a/nexus-ingest/tcp-shell/src/main/java/org/nasa/ingest/tcpshell/TcpShellCommand.java b/nexus-ingest/tcp-shell/src/main/java/org/nasa/ingest/tcpshell/TcpShellCommand.java index 113301f..10afa03 100644 --- a/nexus-ingest/tcp-shell/src/main/java/org/nasa/ingest/tcpshell/TcpShellCommand.java +++ b/nexus-ingest/tcp-shell/src/main/java/org/nasa/ingest/tcpshell/TcpShellCommand.java @@ -1,3 +1,18 @@ +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. +*/ package org.nasa.ingest.tcpshell; http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/6b49956b/nexus-ingest/tcp-shell/src/main/java/org/nasa/ingest/tcpshell/config/IntegrationConfiguration.java ---------------------------------------------------------------------- diff --git a/nexus-ingest/tcp-shell/src/main/java/org/nasa/ingest/tcpshell/config/IntegrationConfiguration.java b/nexus-ingest/tcp-shell/src/main/java/org/nasa/ingest/tcpshell/config/IntegrationConfiguration.java index a2be790..057ae3a 100644 --- a/nexus-ingest/tcp-shell/src/main/java/org/nasa/ingest/tcpshell/config/IntegrationConfiguration.java +++ b/nexus-ingest/tcp-shell/src/main/java/org/nasa/ingest/tcpshell/config/IntegrationConfiguration.java @@ -1,3 +1,18 @@ +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. +*/ package org.nasa.ingest.tcpshell.config; http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/6b49956b/nexus-ingest/tcp-shell/src/main/java/org/nasa/ingest/tcpshell/config/TcpShellModuleOptionsMetadata.java ---------------------------------------------------------------------- diff --git a/nexus-ingest/tcp-shell/src/main/java/org/nasa/ingest/tcpshell/config/TcpShellModuleOptionsMetadata.java b/nexus-ingest/tcp-shell/src/main/java/org/nasa/ingest/tcpshell/config/TcpShellModuleOptionsMetadata.java index fabccda..26a9a4d 100644 --- a/nexus-ingest/tcp-shell/src/main/java/org/nasa/ingest/tcpshell/config/TcpShellModuleOptionsMetadata.java +++ b/nexus-ingest/tcp-shell/src/main/java/org/nasa/ingest/tcpshell/config/TcpShellModuleOptionsMetadata.java @@ -1,3 +1,18 @@ +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. +*/ package org.nasa.ingest.tcpshell.config; http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/6b49956b/nexus-ingest/tcp-shell/src/test/java/org/nasa/ingest/tcpshell/PythonAvailableRule.java ---------------------------------------------------------------------- diff --git a/nexus-ingest/tcp-shell/src/test/java/org/nasa/ingest/tcpshell/PythonAvailableRule.java b/nexus-ingest/tcp-shell/src/test/java/org/nasa/ingest/tcpshell/PythonAvailableRule.java index 666a993..7be9043 100644 --- a/nexus-ingest/tcp-shell/src/test/java/org/nasa/ingest/tcpshell/PythonAvailableRule.java +++ b/nexus-ingest/tcp-shell/src/test/java/org/nasa/ingest/tcpshell/PythonAvailableRule.java @@ -1,3 +1,18 @@ +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. +*/ package org.nasa.ingest.tcpshell; http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/6b49956b/nexus-ingest/tcp-shell/src/test/java/org/nasa/ingest/tcpshell/TcpShellCommandIntegrationTests.java ---------------------------------------------------------------------- diff --git a/nexus-ingest/tcp-shell/src/test/java/org/nasa/ingest/tcpshell/TcpShellCommandIntegrationTests.java b/nexus-ingest/tcp-shell/src/test/java/org/nasa/ingest/tcpshell/TcpShellCommandIntegrationTests.java index 0824051..0ecb2c8 100644 --- a/nexus-ingest/tcp-shell/src/test/java/org/nasa/ingest/tcpshell/TcpShellCommandIntegrationTests.java +++ b/nexus-ingest/tcp-shell/src/test/java/org/nasa/ingest/tcpshell/TcpShellCommandIntegrationTests.java @@ -1,3 +1,18 @@ +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. +*/ package org.nasa.ingest.tcpshell; http://git-wip-us.apache.org/repos/asf/incubator-sdap-nexus/blob/6b49956b/nexus-ingest/tcp-shell/src/test/java/org/nasa/ingest/tcpshell/TcpShellCommandTests.java ---------------------------------------------------------------------- diff --git a/nexus-ingest/tcp-shell/src/test/java/org/nasa/ingest/tcpshell/TcpShellCommandTests.java b/nexus-ingest/tcp-shell/src/test/java/org/nasa/ingest/tcpshell/TcpShellCommandTests.java index dd39f4f..278d4fd 100644 --- a/nexus-ingest/tcp-shell/src/test/java/org/nasa/ingest/tcpshell/TcpShellCommandTests.java +++ b/nexus-ingest/tcp-shell/src/test/java/org/nasa/ingest/tcpshell/TcpShellCommandTests.java @@ -1,3 +1,18 @@ +/* Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. +*/ package org.nasa.ingest.tcpshell;
