diff --git a/apache-kafka_0_8_1-lib/pom.xml b/apache-kafka_0_8_1-lib/pom.xml index dbe01c2bcb3..3dc002668bf 100644 --- a/apache-kafka_0_8_1-lib/pom.xml +++ b/apache-kafka_0_8_1-lib/pom.xml @@ -1,8 +1,16 @@ .git/** + + + rat-check + package + + check + + + diff --git a/api/src/main/java/com/streamsets/pipeline/api/Batch.java b/api/src/main/java/com/streamsets/pipeline/api/Batch.java index bfd10595776..095e0d01af9 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/Batch.java +++ b/api/src/main/java/com/streamsets/pipeline/api/Batch.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api; diff --git a/api/src/main/java/com/streamsets/pipeline/api/BatchMaker.java b/api/src/main/java/com/streamsets/pipeline/api/BatchMaker.java index 68c5a694086..c10cddf19a3 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/BatchMaker.java +++ b/api/src/main/java/com/streamsets/pipeline/api/BatchMaker.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api; diff --git a/api/src/main/java/com/streamsets/pipeline/api/ChooserValues.java b/api/src/main/java/com/streamsets/pipeline/api/ChooserValues.java index 767936dcf6c..87b92ab61eb 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/ChooserValues.java +++ b/api/src/main/java/com/streamsets/pipeline/api/ChooserValues.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api; diff --git a/api/src/main/java/com/streamsets/pipeline/api/Config.java b/api/src/main/java/com/streamsets/pipeline/api/Config.java index ff3ffc9b94f..b622f0be344 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/Config.java +++ b/api/src/main/java/com/streamsets/pipeline/api/Config.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api; diff --git a/api/src/main/java/com/streamsets/pipeline/api/ConfigDef.java b/api/src/main/java/com/streamsets/pipeline/api/ConfigDef.java index bdcb187c9fc..a0f41067f7c 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/ConfigDef.java +++ b/api/src/main/java/com/streamsets/pipeline/api/ConfigDef.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api; diff --git a/api/src/main/java/com/streamsets/pipeline/api/ConfigDefBean.java b/api/src/main/java/com/streamsets/pipeline/api/ConfigDefBean.java index 877a2f86135..cd2fe741f25 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/ConfigDefBean.java +++ b/api/src/main/java/com/streamsets/pipeline/api/ConfigDefBean.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api; diff --git a/api/src/main/java/com/streamsets/pipeline/api/ConfigGroups.java b/api/src/main/java/com/streamsets/pipeline/api/ConfigGroups.java index 5fa6aa87ae0..8cc01191ca2 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/ConfigGroups.java +++ b/api/src/main/java/com/streamsets/pipeline/api/ConfigGroups.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api; diff --git a/api/src/main/java/com/streamsets/pipeline/api/ElConstant.java b/api/src/main/java/com/streamsets/pipeline/api/ElConstant.java index ddd2500ed90..33b03f80e0c 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/ElConstant.java +++ b/api/src/main/java/com/streamsets/pipeline/api/ElConstant.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api; diff --git a/api/src/main/java/com/streamsets/pipeline/api/ElDef.java b/api/src/main/java/com/streamsets/pipeline/api/ElDef.java index e058c7c537a..5aeed29a8f4 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/ElDef.java +++ b/api/src/main/java/com/streamsets/pipeline/api/ElDef.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api; diff --git a/api/src/main/java/com/streamsets/pipeline/api/ElFunction.java b/api/src/main/java/com/streamsets/pipeline/api/ElFunction.java index 01e64c185dd..bb538a847c7 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/ElFunction.java +++ b/api/src/main/java/com/streamsets/pipeline/api/ElFunction.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api; diff --git a/api/src/main/java/com/streamsets/pipeline/api/ElParam.java b/api/src/main/java/com/streamsets/pipeline/api/ElParam.java index 96c64e33c87..857ae0d628e 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/ElParam.java +++ b/api/src/main/java/com/streamsets/pipeline/api/ElParam.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api; diff --git a/api/src/main/java/com/streamsets/pipeline/api/ErrorCode.java b/api/src/main/java/com/streamsets/pipeline/api/ErrorCode.java index bccd7aaabdd..5a1c25535b7 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/ErrorCode.java +++ b/api/src/main/java/com/streamsets/pipeline/api/ErrorCode.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api; diff --git a/api/src/main/java/com/streamsets/pipeline/api/ErrorListener.java b/api/src/main/java/com/streamsets/pipeline/api/ErrorListener.java index 637f7f92058..af8f51ce2ed 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/ErrorListener.java +++ b/api/src/main/java/com/streamsets/pipeline/api/ErrorListener.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api; diff --git a/api/src/main/java/com/streamsets/pipeline/api/ErrorStage.java b/api/src/main/java/com/streamsets/pipeline/api/ErrorStage.java index bb27521c6b6..80942ae21e8 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/ErrorStage.java +++ b/api/src/main/java/com/streamsets/pipeline/api/ErrorStage.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api; diff --git a/api/src/main/java/com/streamsets/pipeline/api/ExecutionMode.java b/api/src/main/java/com/streamsets/pipeline/api/ExecutionMode.java index 640330a7071..519073471ac 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/ExecutionMode.java +++ b/api/src/main/java/com/streamsets/pipeline/api/ExecutionMode.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api; diff --git a/api/src/main/java/com/streamsets/pipeline/api/Field.java b/api/src/main/java/com/streamsets/pipeline/api/Field.java index e1093a153b9..dcb84e28bdc 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/Field.java +++ b/api/src/main/java/com/streamsets/pipeline/api/Field.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api; diff --git a/api/src/main/java/com/streamsets/pipeline/api/FieldSelectorModel.java b/api/src/main/java/com/streamsets/pipeline/api/FieldSelectorModel.java index a3008bb8813..31739108f3d 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/FieldSelectorModel.java +++ b/api/src/main/java/com/streamsets/pipeline/api/FieldSelectorModel.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api; diff --git a/api/src/main/java/com/streamsets/pipeline/api/FieldValueChooserModel.java b/api/src/main/java/com/streamsets/pipeline/api/FieldValueChooserModel.java index e906dba18c2..9b4e7014271 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/FieldValueChooserModel.java +++ b/api/src/main/java/com/streamsets/pipeline/api/FieldValueChooserModel.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api; diff --git a/api/src/main/java/com/streamsets/pipeline/api/GenerateResourceBundle.java b/api/src/main/java/com/streamsets/pipeline/api/GenerateResourceBundle.java index 11c1b18af37..e0a0b426730 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/GenerateResourceBundle.java +++ b/api/src/main/java/com/streamsets/pipeline/api/GenerateResourceBundle.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api; diff --git a/api/src/main/java/com/streamsets/pipeline/api/HideConfigs.java b/api/src/main/java/com/streamsets/pipeline/api/HideConfigs.java index a6baf7324d1..f6378ae5936 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/HideConfigs.java +++ b/api/src/main/java/com/streamsets/pipeline/api/HideConfigs.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api; diff --git a/api/src/main/java/com/streamsets/pipeline/api/Label.java b/api/src/main/java/com/streamsets/pipeline/api/Label.java index 3532b681f22..a9973e8c68f 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/Label.java +++ b/api/src/main/java/com/streamsets/pipeline/api/Label.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api; diff --git a/api/src/main/java/com/streamsets/pipeline/api/ListBeanModel.java b/api/src/main/java/com/streamsets/pipeline/api/ListBeanModel.java index c2ee2d9ce56..016b2a23745 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/ListBeanModel.java +++ b/api/src/main/java/com/streamsets/pipeline/api/ListBeanModel.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api; diff --git a/api/src/main/java/com/streamsets/pipeline/api/MultiValueChooserModel.java b/api/src/main/java/com/streamsets/pipeline/api/MultiValueChooserModel.java index f5e68becec5..d4057232792 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/MultiValueChooserModel.java +++ b/api/src/main/java/com/streamsets/pipeline/api/MultiValueChooserModel.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api; diff --git a/api/src/main/java/com/streamsets/pipeline/api/OffsetCommitter.java b/api/src/main/java/com/streamsets/pipeline/api/OffsetCommitter.java index f44fb2b9ef3..034e619ce56 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/OffsetCommitter.java +++ b/api/src/main/java/com/streamsets/pipeline/api/OffsetCommitter.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api; diff --git a/api/src/main/java/com/streamsets/pipeline/api/OnRecordError.java b/api/src/main/java/com/streamsets/pipeline/api/OnRecordError.java index d91dcb4fbf2..023ef5913d9 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/OnRecordError.java +++ b/api/src/main/java/com/streamsets/pipeline/api/OnRecordError.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api; diff --git a/api/src/main/java/com/streamsets/pipeline/api/OnRecordErrorChooserValues.java b/api/src/main/java/com/streamsets/pipeline/api/OnRecordErrorChooserValues.java index 0313f63c58d..d8d4f7b59af 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/OnRecordErrorChooserValues.java +++ b/api/src/main/java/com/streamsets/pipeline/api/OnRecordErrorChooserValues.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api; diff --git a/api/src/main/java/com/streamsets/pipeline/api/PredicateModel.java b/api/src/main/java/com/streamsets/pipeline/api/PredicateModel.java index 28985e74faa..9d85bf7400c 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/PredicateModel.java +++ b/api/src/main/java/com/streamsets/pipeline/api/PredicateModel.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api; diff --git a/api/src/main/java/com/streamsets/pipeline/api/Processor.java b/api/src/main/java/com/streamsets/pipeline/api/Processor.java index 05182b20c3a..61e2ce9eb91 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/Processor.java +++ b/api/src/main/java/com/streamsets/pipeline/api/Processor.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api; diff --git a/api/src/main/java/com/streamsets/pipeline/api/RawSource.java b/api/src/main/java/com/streamsets/pipeline/api/RawSource.java index cb4171137e6..729e45c780e 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/RawSource.java +++ b/api/src/main/java/com/streamsets/pipeline/api/RawSource.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api; diff --git a/api/src/main/java/com/streamsets/pipeline/api/RawSourcePreviewer.java b/api/src/main/java/com/streamsets/pipeline/api/RawSourcePreviewer.java index 0361110e4f4..f863522b472 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/RawSourcePreviewer.java +++ b/api/src/main/java/com/streamsets/pipeline/api/RawSourcePreviewer.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api; diff --git a/api/src/main/java/com/streamsets/pipeline/api/Record.java b/api/src/main/java/com/streamsets/pipeline/api/Record.java index 6d8fe41a3cf..34c5f969fe8 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/Record.java +++ b/api/src/main/java/com/streamsets/pipeline/api/Record.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api; diff --git a/api/src/main/java/com/streamsets/pipeline/api/Source.java b/api/src/main/java/com/streamsets/pipeline/api/Source.java index dca19631b3a..790bd2b1793 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/Source.java +++ b/api/src/main/java/com/streamsets/pipeline/api/Source.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api; diff --git a/api/src/main/java/com/streamsets/pipeline/api/Stage.java b/api/src/main/java/com/streamsets/pipeline/api/Stage.java index 95245ab318b..f030bc9b26d 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/Stage.java +++ b/api/src/main/java/com/streamsets/pipeline/api/Stage.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api; diff --git a/api/src/main/java/com/streamsets/pipeline/api/StageDef.java b/api/src/main/java/com/streamsets/pipeline/api/StageDef.java index 2a9b9a519a9..bb058ef8cd8 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/StageDef.java +++ b/api/src/main/java/com/streamsets/pipeline/api/StageDef.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api; diff --git a/api/src/main/java/com/streamsets/pipeline/api/StageException.java b/api/src/main/java/com/streamsets/pipeline/api/StageException.java index e6aa6833cd6..2f35cc2d021 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/StageException.java +++ b/api/src/main/java/com/streamsets/pipeline/api/StageException.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api; diff --git a/api/src/main/java/com/streamsets/pipeline/api/StageUpgrader.java b/api/src/main/java/com/streamsets/pipeline/api/StageUpgrader.java index 007dd091454..8e8e082f8b4 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/StageUpgrader.java +++ b/api/src/main/java/com/streamsets/pipeline/api/StageUpgrader.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api; diff --git a/api/src/main/java/com/streamsets/pipeline/api/Target.java b/api/src/main/java/com/streamsets/pipeline/api/Target.java index 4bf627e18cd..bdba396576f 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/Target.java +++ b/api/src/main/java/com/streamsets/pipeline/api/Target.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api; diff --git a/api/src/main/java/com/streamsets/pipeline/api/ValueChooserModel.java b/api/src/main/java/com/streamsets/pipeline/api/ValueChooserModel.java index 5f7eeedd8df..c8aa0b1e3e8 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/ValueChooserModel.java +++ b/api/src/main/java/com/streamsets/pipeline/api/ValueChooserModel.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api; diff --git a/api/src/main/java/com/streamsets/pipeline/api/base/BaseEnumChooserValues.java b/api/src/main/java/com/streamsets/pipeline/api/base/BaseEnumChooserValues.java index aa3cc30056a..60c03b2fa1e 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/base/BaseEnumChooserValues.java +++ b/api/src/main/java/com/streamsets/pipeline/api/base/BaseEnumChooserValues.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.base; diff --git a/api/src/main/java/com/streamsets/pipeline/api/base/BaseProcessor.java b/api/src/main/java/com/streamsets/pipeline/api/base/BaseProcessor.java index 20ee330cd0b..df4869762b5 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/base/BaseProcessor.java +++ b/api/src/main/java/com/streamsets/pipeline/api/base/BaseProcessor.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.base; diff --git a/api/src/main/java/com/streamsets/pipeline/api/base/BaseSource.java b/api/src/main/java/com/streamsets/pipeline/api/base/BaseSource.java index f5194fecd96..54acc2d6aa5 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/base/BaseSource.java +++ b/api/src/main/java/com/streamsets/pipeline/api/base/BaseSource.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.base; diff --git a/api/src/main/java/com/streamsets/pipeline/api/base/BaseStage.java b/api/src/main/java/com/streamsets/pipeline/api/base/BaseStage.java index ce373df6585..8fea60ae29d 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/base/BaseStage.java +++ b/api/src/main/java/com/streamsets/pipeline/api/base/BaseStage.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.base; diff --git a/api/src/main/java/com/streamsets/pipeline/api/base/BaseTarget.java b/api/src/main/java/com/streamsets/pipeline/api/base/BaseTarget.java index a7a26372090..1d93884817b 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/base/BaseTarget.java +++ b/api/src/main/java/com/streamsets/pipeline/api/base/BaseTarget.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.base; diff --git a/api/src/main/java/com/streamsets/pipeline/api/base/Errors.java b/api/src/main/java/com/streamsets/pipeline/api/base/Errors.java index b3db00943fa..c2c6b6f63e8 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/base/Errors.java +++ b/api/src/main/java/com/streamsets/pipeline/api/base/Errors.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.base; diff --git a/api/src/main/java/com/streamsets/pipeline/api/base/FileRawSourcePreviewer.java b/api/src/main/java/com/streamsets/pipeline/api/base/FileRawSourcePreviewer.java index b51aa62124c..9975d400945 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/base/FileRawSourcePreviewer.java +++ b/api/src/main/java/com/streamsets/pipeline/api/base/FileRawSourcePreviewer.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.base; diff --git a/api/src/main/java/com/streamsets/pipeline/api/base/OnRecordErrorException.java b/api/src/main/java/com/streamsets/pipeline/api/base/OnRecordErrorException.java index b93fc6978d4..bb45c9a80f5 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/base/OnRecordErrorException.java +++ b/api/src/main/java/com/streamsets/pipeline/api/base/OnRecordErrorException.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.base; diff --git a/api/src/main/java/com/streamsets/pipeline/api/base/RecordProcessor.java b/api/src/main/java/com/streamsets/pipeline/api/base/RecordProcessor.java index 238021b00d3..97fc29f2e78 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/base/RecordProcessor.java +++ b/api/src/main/java/com/streamsets/pipeline/api/base/RecordProcessor.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.base; diff --git a/api/src/main/java/com/streamsets/pipeline/api/base/RecordTarget.java b/api/src/main/java/com/streamsets/pipeline/api/base/RecordTarget.java index 4dcbb8d3dda..ab4bc8d5110 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/base/RecordTarget.java +++ b/api/src/main/java/com/streamsets/pipeline/api/base/RecordTarget.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.base; diff --git a/api/src/main/java/com/streamsets/pipeline/api/base/SingleLaneProcessor.java b/api/src/main/java/com/streamsets/pipeline/api/base/SingleLaneProcessor.java index 626d322efb6..c51ec5ad4c8 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/base/SingleLaneProcessor.java +++ b/api/src/main/java/com/streamsets/pipeline/api/base/SingleLaneProcessor.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.base; diff --git a/api/src/main/java/com/streamsets/pipeline/api/base/SingleLaneRecordProcessor.java b/api/src/main/java/com/streamsets/pipeline/api/base/SingleLaneRecordProcessor.java index 64e94c78807..e72ba32b402 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/base/SingleLaneRecordProcessor.java +++ b/api/src/main/java/com/streamsets/pipeline/api/base/SingleLaneRecordProcessor.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.base; diff --git a/api/src/main/java/com/streamsets/pipeline/api/base/package-info.java b/api/src/main/java/com/streamsets/pipeline/api/base/package-info.java index 4685e8df3dd..00c4ac00faf 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/base/package-info.java +++ b/api/src/main/java/com/streamsets/pipeline/api/base/package-info.java @@ -1,9 +1,21 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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. */ -/** + /** * Convenience classes */ package com.streamsets.pipeline.api.base; \ No newline at end of file diff --git a/api/src/main/java/com/streamsets/pipeline/api/el/ELEval.java b/api/src/main/java/com/streamsets/pipeline/api/el/ELEval.java index e74743d5019..a6b2e8d300f 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/el/ELEval.java +++ b/api/src/main/java/com/streamsets/pipeline/api/el/ELEval.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.el; diff --git a/api/src/main/java/com/streamsets/pipeline/api/el/ELEvalException.java b/api/src/main/java/com/streamsets/pipeline/api/el/ELEvalException.java index f76e0c880de..d279fac1910 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/el/ELEvalException.java +++ b/api/src/main/java/com/streamsets/pipeline/api/el/ELEvalException.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.el; diff --git a/api/src/main/java/com/streamsets/pipeline/api/el/ELVars.java b/api/src/main/java/com/streamsets/pipeline/api/el/ELVars.java index e2342046b8c..de66022918b 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/el/ELVars.java +++ b/api/src/main/java/com/streamsets/pipeline/api/el/ELVars.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.el; diff --git a/api/src/main/java/com/streamsets/pipeline/api/el/SdcEL.java b/api/src/main/java/com/streamsets/pipeline/api/el/SdcEL.java index 9ff72790051..6d43d54a575 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/el/SdcEL.java +++ b/api/src/main/java/com/streamsets/pipeline/api/el/SdcEL.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.el; diff --git a/api/src/main/java/com/streamsets/pipeline/api/ext/ContextExtensions.java b/api/src/main/java/com/streamsets/pipeline/api/ext/ContextExtensions.java index d4f2829cfd9..1d6e83b1228 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/ext/ContextExtensions.java +++ b/api/src/main/java/com/streamsets/pipeline/api/ext/ContextExtensions.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.ext; diff --git a/api/src/main/java/com/streamsets/pipeline/api/ext/RecordReader.java b/api/src/main/java/com/streamsets/pipeline/api/ext/RecordReader.java index 8130f70cce8..0ab2bf04892 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/ext/RecordReader.java +++ b/api/src/main/java/com/streamsets/pipeline/api/ext/RecordReader.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.ext; diff --git a/api/src/main/java/com/streamsets/pipeline/api/ext/RecordWriter.java b/api/src/main/java/com/streamsets/pipeline/api/ext/RecordWriter.java index c3785cf0edf..f660b8bd034 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/ext/RecordWriter.java +++ b/api/src/main/java/com/streamsets/pipeline/api/ext/RecordWriter.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.ext; diff --git a/api/src/main/java/com/streamsets/pipeline/api/impl/BooleanTypeSupport.java b/api/src/main/java/com/streamsets/pipeline/api/impl/BooleanTypeSupport.java index 68e331ca528..e107a7375c8 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/impl/BooleanTypeSupport.java +++ b/api/src/main/java/com/streamsets/pipeline/api/impl/BooleanTypeSupport.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/main/java/com/streamsets/pipeline/api/impl/ByteArrayTypeSupport.java b/api/src/main/java/com/streamsets/pipeline/api/impl/ByteArrayTypeSupport.java index cef195e12dc..4c1883ec2b5 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/impl/ByteArrayTypeSupport.java +++ b/api/src/main/java/com/streamsets/pipeline/api/impl/ByteArrayTypeSupport.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/main/java/com/streamsets/pipeline/api/impl/ByteTypeSupport.java b/api/src/main/java/com/streamsets/pipeline/api/impl/ByteTypeSupport.java index 0d5386a30f2..9abe3055631 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/impl/ByteTypeSupport.java +++ b/api/src/main/java/com/streamsets/pipeline/api/impl/ByteTypeSupport.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/main/java/com/streamsets/pipeline/api/impl/CharTypeSupport.java b/api/src/main/java/com/streamsets/pipeline/api/impl/CharTypeSupport.java index 24269809ad1..e4ce876ae3f 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/impl/CharTypeSupport.java +++ b/api/src/main/java/com/streamsets/pipeline/api/impl/CharTypeSupport.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/main/java/com/streamsets/pipeline/api/impl/ClusterSource.java b/api/src/main/java/com/streamsets/pipeline/api/impl/ClusterSource.java index 606ef69c869..f08b4ea9942 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/impl/ClusterSource.java +++ b/api/src/main/java/com/streamsets/pipeline/api/impl/ClusterSource.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/main/java/com/streamsets/pipeline/api/impl/CreateByRef.java b/api/src/main/java/com/streamsets/pipeline/api/impl/CreateByRef.java index 032b26dc12a..ef357fe0575 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/impl/CreateByRef.java +++ b/api/src/main/java/com/streamsets/pipeline/api/impl/CreateByRef.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/main/java/com/streamsets/pipeline/api/impl/DateTypeSupport.java b/api/src/main/java/com/streamsets/pipeline/api/impl/DateTypeSupport.java index 756c19dd7aa..17fd059f062 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/impl/DateTypeSupport.java +++ b/api/src/main/java/com/streamsets/pipeline/api/impl/DateTypeSupport.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/main/java/com/streamsets/pipeline/api/impl/DecimalTypeSupport.java b/api/src/main/java/com/streamsets/pipeline/api/impl/DecimalTypeSupport.java index f6bf0b195d8..0f20f98ff73 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/impl/DecimalTypeSupport.java +++ b/api/src/main/java/com/streamsets/pipeline/api/impl/DecimalTypeSupport.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/main/java/com/streamsets/pipeline/api/impl/DoubleTypeSupport.java b/api/src/main/java/com/streamsets/pipeline/api/impl/DoubleTypeSupport.java index b390257244f..4dba4d4a70f 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/impl/DoubleTypeSupport.java +++ b/api/src/main/java/com/streamsets/pipeline/api/impl/DoubleTypeSupport.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/main/java/com/streamsets/pipeline/api/impl/ErrorMessage.java b/api/src/main/java/com/streamsets/pipeline/api/impl/ErrorMessage.java index 63d546282f9..acae3439aa0 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/impl/ErrorMessage.java +++ b/api/src/main/java/com/streamsets/pipeline/api/impl/ErrorMessage.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/main/java/com/streamsets/pipeline/api/impl/FloatTypeSupport.java b/api/src/main/java/com/streamsets/pipeline/api/impl/FloatTypeSupport.java index 4cd4c2a5a79..2c45444397e 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/impl/FloatTypeSupport.java +++ b/api/src/main/java/com/streamsets/pipeline/api/impl/FloatTypeSupport.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/main/java/com/streamsets/pipeline/api/impl/IntegerTypeSupport.java b/api/src/main/java/com/streamsets/pipeline/api/impl/IntegerTypeSupport.java index 37dc004232b..d383e668f9c 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/impl/IntegerTypeSupport.java +++ b/api/src/main/java/com/streamsets/pipeline/api/impl/IntegerTypeSupport.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/main/java/com/streamsets/pipeline/api/impl/ListMapTypeSupport.java b/api/src/main/java/com/streamsets/pipeline/api/impl/ListMapTypeSupport.java index e956684b08a..1e3dc22efb5 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/impl/ListMapTypeSupport.java +++ b/api/src/main/java/com/streamsets/pipeline/api/impl/ListMapTypeSupport.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/main/java/com/streamsets/pipeline/api/impl/ListTypeSupport.java b/api/src/main/java/com/streamsets/pipeline/api/impl/ListTypeSupport.java index b1a3fee790a..4103971c46e 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/impl/ListTypeSupport.java +++ b/api/src/main/java/com/streamsets/pipeline/api/impl/ListTypeSupport.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/main/java/com/streamsets/pipeline/api/impl/LocaleInContext.java b/api/src/main/java/com/streamsets/pipeline/api/impl/LocaleInContext.java index 27181dc2fc2..9a9d624b0dd 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/impl/LocaleInContext.java +++ b/api/src/main/java/com/streamsets/pipeline/api/impl/LocaleInContext.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/main/java/com/streamsets/pipeline/api/impl/LocalizableMessage.java b/api/src/main/java/com/streamsets/pipeline/api/impl/LocalizableMessage.java index e766194e1e1..8ad9586e1dd 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/impl/LocalizableMessage.java +++ b/api/src/main/java/com/streamsets/pipeline/api/impl/LocalizableMessage.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/main/java/com/streamsets/pipeline/api/impl/LocalizableString.java b/api/src/main/java/com/streamsets/pipeline/api/impl/LocalizableString.java index 27c0052d86c..af1cc49f545 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/impl/LocalizableString.java +++ b/api/src/main/java/com/streamsets/pipeline/api/impl/LocalizableString.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/main/java/com/streamsets/pipeline/api/impl/LongTypeSupport.java b/api/src/main/java/com/streamsets/pipeline/api/impl/LongTypeSupport.java index fbbf02decab..c4569d21bec 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/impl/LongTypeSupport.java +++ b/api/src/main/java/com/streamsets/pipeline/api/impl/LongTypeSupport.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/main/java/com/streamsets/pipeline/api/impl/MapTypeSupport.java b/api/src/main/java/com/streamsets/pipeline/api/impl/MapTypeSupport.java index a71c4351d36..07c6d0e3e23 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/impl/MapTypeSupport.java +++ b/api/src/main/java/com/streamsets/pipeline/api/impl/MapTypeSupport.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/main/java/com/streamsets/pipeline/api/impl/PipelineUtils.java b/api/src/main/java/com/streamsets/pipeline/api/impl/PipelineUtils.java index e185fc0db52..180f19176f6 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/impl/PipelineUtils.java +++ b/api/src/main/java/com/streamsets/pipeline/api/impl/PipelineUtils.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/main/java/com/streamsets/pipeline/api/impl/ShortTypeSupport.java b/api/src/main/java/com/streamsets/pipeline/api/impl/ShortTypeSupport.java index 81497cae296..200aa55e9af 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/impl/ShortTypeSupport.java +++ b/api/src/main/java/com/streamsets/pipeline/api/impl/ShortTypeSupport.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/main/java/com/streamsets/pipeline/api/impl/StringTypeSupport.java b/api/src/main/java/com/streamsets/pipeline/api/impl/StringTypeSupport.java index 19c881f9305..61b13484456 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/impl/StringTypeSupport.java +++ b/api/src/main/java/com/streamsets/pipeline/api/impl/StringTypeSupport.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/main/java/com/streamsets/pipeline/api/impl/TextUtils.java b/api/src/main/java/com/streamsets/pipeline/api/impl/TextUtils.java index 77c0d1a71c9..614ad96a381 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/impl/TextUtils.java +++ b/api/src/main/java/com/streamsets/pipeline/api/impl/TextUtils.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/main/java/com/streamsets/pipeline/api/impl/TypeSupport.java b/api/src/main/java/com/streamsets/pipeline/api/impl/TypeSupport.java index cd5bc85019e..3401e44d213 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/impl/TypeSupport.java +++ b/api/src/main/java/com/streamsets/pipeline/api/impl/TypeSupport.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/main/java/com/streamsets/pipeline/api/impl/Utils.java b/api/src/main/java/com/streamsets/pipeline/api/impl/Utils.java index 1bb8f45b875..4e0654f2c68 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/impl/Utils.java +++ b/api/src/main/java/com/streamsets/pipeline/api/impl/Utils.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/main/java/com/streamsets/pipeline/api/impl/package-info.java b/api/src/main/java/com/streamsets/pipeline/api/impl/package-info.java index 119f42fee62..cabce15e530 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/impl/package-info.java +++ b/api/src/main/java/com/streamsets/pipeline/api/impl/package-info.java @@ -1,9 +1,21 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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. */ -/** + /** * All classes in this package are utilities for the public API but they are not part of the public API. */ package com.streamsets.pipeline.api.impl; \ No newline at end of file diff --git a/api/src/main/java/com/streamsets/pipeline/api/package-info.java b/api/src/main/java/com/streamsets/pipeline/api/package-info.java index b6aeb0b7da2..e8019cff2d4 100644 --- a/api/src/main/java/com/streamsets/pipeline/api/package-info.java +++ b/api/src/main/java/com/streamsets/pipeline/api/package-info.java @@ -1,9 +1,21 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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. */ -/** + /** * Pipeline API */ package com.streamsets.pipeline.api; \ No newline at end of file diff --git a/api/src/main/resources/data-collector-library.properties b/api/src/main/resources/data-collector-library.properties index 3f99bacb5e4..9b7d5d85436 100644 --- a/api/src/main/resources/data-collector-library.properties +++ b/api/src/main/resources/data-collector-library.properties @@ -1,7 +1,21 @@ # -# (c) 2015 StreamSets, Inc. All rights reserved. May not -# be copied, modified, or distributed in whole or part without -# written consent of StreamSets, Inc. # - +# 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. +# +# cluster.jar.blacklist.regex_*=^slf4j.*,^log4j.* diff --git a/api/src/main/resources/pipeline-api-build-info.properties b/api/src/main/resources/pipeline-api-build-info.properties index d1087f2ee4e..17506d4c0f2 100644 --- a/api/src/main/resources/pipeline-api-build-info.properties +++ b/api/src/main/resources/pipeline-api-build-info.properties @@ -1,9 +1,23 @@ # -# (c) 2014 StreamSets, Inc. All rights reserved. May not -# be copied, modified, or distributed in whole or part without -# written consent of StreamSets, Inc. # - +# 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. +# +# pipeline-api.version=${pom.version} pipeline-api.built.by=${user.name} pipeline-api.built.date=${version-info.build.time} diff --git a/api/src/test/java/com/streamsets/pipeline/api/TestField.java b/api/src/test/java/com/streamsets/pipeline/api/TestField.java index 6a7f53176ca..65b41c8c977 100644 --- a/api/src/test/java/com/streamsets/pipeline/api/TestField.java +++ b/api/src/test/java/com/streamsets/pipeline/api/TestField.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api; diff --git a/api/src/test/java/com/streamsets/pipeline/api/TestStageException.java b/api/src/test/java/com/streamsets/pipeline/api/TestStageException.java index 7316861454c..03a73eecf37 100644 --- a/api/src/test/java/com/streamsets/pipeline/api/TestStageException.java +++ b/api/src/test/java/com/streamsets/pipeline/api/TestStageException.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api; diff --git a/api/src/test/java/com/streamsets/pipeline/api/base/TestBaseEnumChooserValues.java b/api/src/test/java/com/streamsets/pipeline/api/base/TestBaseEnumChooserValues.java index 18ee3689b97..c4ee07035bb 100644 --- a/api/src/test/java/com/streamsets/pipeline/api/base/TestBaseEnumChooserValues.java +++ b/api/src/test/java/com/streamsets/pipeline/api/base/TestBaseEnumChooserValues.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.base; diff --git a/api/src/test/java/com/streamsets/pipeline/api/base/TestBaseProcessor.java b/api/src/test/java/com/streamsets/pipeline/api/base/TestBaseProcessor.java index 765fdd33703..2d7864f3743 100644 --- a/api/src/test/java/com/streamsets/pipeline/api/base/TestBaseProcessor.java +++ b/api/src/test/java/com/streamsets/pipeline/api/base/TestBaseProcessor.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.base; diff --git a/api/src/test/java/com/streamsets/pipeline/api/base/TestBaseSource.java b/api/src/test/java/com/streamsets/pipeline/api/base/TestBaseSource.java index 377c083f4d5..6ab0c946a06 100644 --- a/api/src/test/java/com/streamsets/pipeline/api/base/TestBaseSource.java +++ b/api/src/test/java/com/streamsets/pipeline/api/base/TestBaseSource.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.base; diff --git a/api/src/test/java/com/streamsets/pipeline/api/base/TestBaseStage.java b/api/src/test/java/com/streamsets/pipeline/api/base/TestBaseStage.java index 38dc63dbbe9..3ecbebeb850 100644 --- a/api/src/test/java/com/streamsets/pipeline/api/base/TestBaseStage.java +++ b/api/src/test/java/com/streamsets/pipeline/api/base/TestBaseStage.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.base; diff --git a/api/src/test/java/com/streamsets/pipeline/api/base/TestBaseTarget.java b/api/src/test/java/com/streamsets/pipeline/api/base/TestBaseTarget.java index db885b10198..361857da2f4 100644 --- a/api/src/test/java/com/streamsets/pipeline/api/base/TestBaseTarget.java +++ b/api/src/test/java/com/streamsets/pipeline/api/base/TestBaseTarget.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.base; diff --git a/api/src/test/java/com/streamsets/pipeline/api/base/TestRecordProcessor.java b/api/src/test/java/com/streamsets/pipeline/api/base/TestRecordProcessor.java index 10c3b194da2..2a8bebc0b51 100644 --- a/api/src/test/java/com/streamsets/pipeline/api/base/TestRecordProcessor.java +++ b/api/src/test/java/com/streamsets/pipeline/api/base/TestRecordProcessor.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.base; diff --git a/api/src/test/java/com/streamsets/pipeline/api/base/TestRecordTarget.java b/api/src/test/java/com/streamsets/pipeline/api/base/TestRecordTarget.java index 57be26b84cc..5d5d963fe61 100644 --- a/api/src/test/java/com/streamsets/pipeline/api/base/TestRecordTarget.java +++ b/api/src/test/java/com/streamsets/pipeline/api/base/TestRecordTarget.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.base; diff --git a/api/src/test/java/com/streamsets/pipeline/api/base/TestSingleLaneProcessor.java b/api/src/test/java/com/streamsets/pipeline/api/base/TestSingleLaneProcessor.java index 2f2d4cc9c76..1ef6ead6229 100644 --- a/api/src/test/java/com/streamsets/pipeline/api/base/TestSingleLaneProcessor.java +++ b/api/src/test/java/com/streamsets/pipeline/api/base/TestSingleLaneProcessor.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.base; diff --git a/api/src/test/java/com/streamsets/pipeline/api/base/TestSingleLaneRecordProcessor.java b/api/src/test/java/com/streamsets/pipeline/api/base/TestSingleLaneRecordProcessor.java index c57c81134c1..c7d5fd7e9af 100644 --- a/api/src/test/java/com/streamsets/pipeline/api/base/TestSingleLaneRecordProcessor.java +++ b/api/src/test/java/com/streamsets/pipeline/api/base/TestSingleLaneRecordProcessor.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.base; diff --git a/api/src/test/java/com/streamsets/pipeline/api/el/TestSdcEL.java b/api/src/test/java/com/streamsets/pipeline/api/el/TestSdcEL.java index edd538eab32..b059f90d02f 100644 --- a/api/src/test/java/com/streamsets/pipeline/api/el/TestSdcEL.java +++ b/api/src/test/java/com/streamsets/pipeline/api/el/TestSdcEL.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.el; diff --git a/api/src/test/java/com/streamsets/pipeline/api/impl/TestBooleanTypeSupport.java b/api/src/test/java/com/streamsets/pipeline/api/impl/TestBooleanTypeSupport.java index b32bcf7f1c9..d0875d3d86a 100644 --- a/api/src/test/java/com/streamsets/pipeline/api/impl/TestBooleanTypeSupport.java +++ b/api/src/test/java/com/streamsets/pipeline/api/impl/TestBooleanTypeSupport.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/test/java/com/streamsets/pipeline/api/impl/TestByteArrayTypeSupport.java b/api/src/test/java/com/streamsets/pipeline/api/impl/TestByteArrayTypeSupport.java index c6224f61115..a524e57b105 100644 --- a/api/src/test/java/com/streamsets/pipeline/api/impl/TestByteArrayTypeSupport.java +++ b/api/src/test/java/com/streamsets/pipeline/api/impl/TestByteArrayTypeSupport.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/test/java/com/streamsets/pipeline/api/impl/TestByteTypeSupport.java b/api/src/test/java/com/streamsets/pipeline/api/impl/TestByteTypeSupport.java index bab16a674f3..47691dd3ab7 100644 --- a/api/src/test/java/com/streamsets/pipeline/api/impl/TestByteTypeSupport.java +++ b/api/src/test/java/com/streamsets/pipeline/api/impl/TestByteTypeSupport.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/test/java/com/streamsets/pipeline/api/impl/TestCharTypeSupport.java b/api/src/test/java/com/streamsets/pipeline/api/impl/TestCharTypeSupport.java index 432e920d16a..f608772b5b6 100644 --- a/api/src/test/java/com/streamsets/pipeline/api/impl/TestCharTypeSupport.java +++ b/api/src/test/java/com/streamsets/pipeline/api/impl/TestCharTypeSupport.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/test/java/com/streamsets/pipeline/api/impl/TestCreateByRef.java b/api/src/test/java/com/streamsets/pipeline/api/impl/TestCreateByRef.java index 39c2548ee97..eaee14915bc 100644 --- a/api/src/test/java/com/streamsets/pipeline/api/impl/TestCreateByRef.java +++ b/api/src/test/java/com/streamsets/pipeline/api/impl/TestCreateByRef.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/test/java/com/streamsets/pipeline/api/impl/TestDateTypeSupport.java b/api/src/test/java/com/streamsets/pipeline/api/impl/TestDateTypeSupport.java index f16491dfabf..5ed25677c8f 100644 --- a/api/src/test/java/com/streamsets/pipeline/api/impl/TestDateTypeSupport.java +++ b/api/src/test/java/com/streamsets/pipeline/api/impl/TestDateTypeSupport.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/test/java/com/streamsets/pipeline/api/impl/TestDecimalTypeSupport.java b/api/src/test/java/com/streamsets/pipeline/api/impl/TestDecimalTypeSupport.java index 375722ac145..eb21a3c8876 100644 --- a/api/src/test/java/com/streamsets/pipeline/api/impl/TestDecimalTypeSupport.java +++ b/api/src/test/java/com/streamsets/pipeline/api/impl/TestDecimalTypeSupport.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/test/java/com/streamsets/pipeline/api/impl/TestDoubleTypeSupport.java b/api/src/test/java/com/streamsets/pipeline/api/impl/TestDoubleTypeSupport.java index 805bbf6cd2f..145e3ab65d1 100644 --- a/api/src/test/java/com/streamsets/pipeline/api/impl/TestDoubleTypeSupport.java +++ b/api/src/test/java/com/streamsets/pipeline/api/impl/TestDoubleTypeSupport.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/test/java/com/streamsets/pipeline/api/impl/TestFieldDeepCopy.java b/api/src/test/java/com/streamsets/pipeline/api/impl/TestFieldDeepCopy.java index 7e46437c0ba..7f88792b56b 100644 --- a/api/src/test/java/com/streamsets/pipeline/api/impl/TestFieldDeepCopy.java +++ b/api/src/test/java/com/streamsets/pipeline/api/impl/TestFieldDeepCopy.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/test/java/com/streamsets/pipeline/api/impl/TestFloatTypeSupport.java b/api/src/test/java/com/streamsets/pipeline/api/impl/TestFloatTypeSupport.java index da079fa61ad..3ae2638145a 100644 --- a/api/src/test/java/com/streamsets/pipeline/api/impl/TestFloatTypeSupport.java +++ b/api/src/test/java/com/streamsets/pipeline/api/impl/TestFloatTypeSupport.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/test/java/com/streamsets/pipeline/api/impl/TestIntegerTypeSupport.java b/api/src/test/java/com/streamsets/pipeline/api/impl/TestIntegerTypeSupport.java index 41708c11d43..b13cd18819a 100644 --- a/api/src/test/java/com/streamsets/pipeline/api/impl/TestIntegerTypeSupport.java +++ b/api/src/test/java/com/streamsets/pipeline/api/impl/TestIntegerTypeSupport.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/test/java/com/streamsets/pipeline/api/impl/TestListTypeSupport.java b/api/src/test/java/com/streamsets/pipeline/api/impl/TestListTypeSupport.java index 43872ba1061..0a5e587596d 100644 --- a/api/src/test/java/com/streamsets/pipeline/api/impl/TestListTypeSupport.java +++ b/api/src/test/java/com/streamsets/pipeline/api/impl/TestListTypeSupport.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/test/java/com/streamsets/pipeline/api/impl/TestLocaleInContext.java b/api/src/test/java/com/streamsets/pipeline/api/impl/TestLocaleInContext.java index 722feb33c2d..f698e25df1d 100644 --- a/api/src/test/java/com/streamsets/pipeline/api/impl/TestLocaleInContext.java +++ b/api/src/test/java/com/streamsets/pipeline/api/impl/TestLocaleInContext.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/test/java/com/streamsets/pipeline/api/impl/TestLocalizableMessage.java b/api/src/test/java/com/streamsets/pipeline/api/impl/TestLocalizableMessage.java index d08dfa618c3..9bb7d257a4b 100644 --- a/api/src/test/java/com/streamsets/pipeline/api/impl/TestLocalizableMessage.java +++ b/api/src/test/java/com/streamsets/pipeline/api/impl/TestLocalizableMessage.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/test/java/com/streamsets/pipeline/api/impl/TestLongTypeSupport.java b/api/src/test/java/com/streamsets/pipeline/api/impl/TestLongTypeSupport.java index afb8254f78b..bc5bf4fabd8 100644 --- a/api/src/test/java/com/streamsets/pipeline/api/impl/TestLongTypeSupport.java +++ b/api/src/test/java/com/streamsets/pipeline/api/impl/TestLongTypeSupport.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/test/java/com/streamsets/pipeline/api/impl/TestMapTypeSupport.java b/api/src/test/java/com/streamsets/pipeline/api/impl/TestMapTypeSupport.java index 068714e59b0..23a59c6e356 100644 --- a/api/src/test/java/com/streamsets/pipeline/api/impl/TestMapTypeSupport.java +++ b/api/src/test/java/com/streamsets/pipeline/api/impl/TestMapTypeSupport.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/test/java/com/streamsets/pipeline/api/impl/TestShortTypeSupport.java b/api/src/test/java/com/streamsets/pipeline/api/impl/TestShortTypeSupport.java index 70d745f8691..decc352dce8 100644 --- a/api/src/test/java/com/streamsets/pipeline/api/impl/TestShortTypeSupport.java +++ b/api/src/test/java/com/streamsets/pipeline/api/impl/TestShortTypeSupport.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/test/java/com/streamsets/pipeline/api/impl/TestStringTypeSupport.java b/api/src/test/java/com/streamsets/pipeline/api/impl/TestStringTypeSupport.java index afd2d432398..35e4e89f199 100644 --- a/api/src/test/java/com/streamsets/pipeline/api/impl/TestStringTypeSupport.java +++ b/api/src/test/java/com/streamsets/pipeline/api/impl/TestStringTypeSupport.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/test/java/com/streamsets/pipeline/api/impl/TestTypeSupport.java b/api/src/test/java/com/streamsets/pipeline/api/impl/TestTypeSupport.java index 301f12ae308..e6f77d9881f 100644 --- a/api/src/test/java/com/streamsets/pipeline/api/impl/TestTypeSupport.java +++ b/api/src/test/java/com/streamsets/pipeline/api/impl/TestTypeSupport.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/test/java/com/streamsets/pipeline/api/impl/TestUtils.java b/api/src/test/java/com/streamsets/pipeline/api/impl/TestUtils.java index cca1adf44d9..da784b95756 100644 --- a/api/src/test/java/com/streamsets/pipeline/api/impl/TestUtils.java +++ b/api/src/test/java/com/streamsets/pipeline/api/impl/TestUtils.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.api.impl; diff --git a/api/src/test/resources/TestLocalizableMessage.properties b/api/src/test/resources/TestLocalizableMessage.properties index 65a0effb20a..152ba596c43 100644 --- a/api/src/test/resources/TestLocalizableMessage.properties +++ b/api/src/test/resources/TestLocalizableMessage.properties @@ -1 +1,22 @@ +# +# +# 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. +# +# + key=BUNDLE '{}' \ No newline at end of file diff --git a/api/src/test/resources/TestLocalizableMessage_xyz.properties b/api/src/test/resources/TestLocalizableMessage_xyz.properties index 9974bbf72cc..24fa4a88a2c 100644 --- a/api/src/test/resources/TestLocalizableMessage_xyz.properties +++ b/api/src/test/resources/TestLocalizableMessage_xyz.properties @@ -1 +1,22 @@ +# +# +# 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. +# +# + key=BUNDLE '{}' xyz \ No newline at end of file diff --git a/api/src/test/resources/com/streamsets/pipeline/api/base/Errors-bundle_xyz.properties b/api/src/test/resources/com/streamsets/pipeline/api/base/Errors-bundle_xyz.properties index 26e9e81fb8e..bf3ccba37c1 100644 --- a/api/src/test/resources/com/streamsets/pipeline/api/base/Errors-bundle_xyz.properties +++ b/api/src/test/resources/com/streamsets/pipeline/api/base/Errors-bundle_xyz.properties @@ -1 +1,22 @@ +# +# +# 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. +# +# + API_00=Hello XYZ '{}' \ No newline at end of file diff --git a/api/src/test/resources/log4j.properties b/api/src/test/resources/log4j.properties index 4320a6d561f..b4754257daf 100644 --- a/api/src/test/resources/log4j.properties +++ b/api/src/test/resources/log4j.properties @@ -1,7 +1,22 @@ # -# (c) 2014 StreamSets, Inc. All rights reserved. May not -# be copied, modified, or distributed in whole or part without -# written consent of StreamSets, Inc. +# +# 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. +# # # appender diff --git a/aws-lib/pom.xml b/aws-lib/pom.xml index 4bb8037a0ab..67be4b56310 100644 --- a/aws-lib/pom.xml +++ b/aws-lib/pom.xml @@ -1,8 +1,16 @@ appender log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.Target=System.out diff --git a/basic-lib/pom.xml b/basic-lib/pom.xml index 9997cea313e..fa534a45d16 100644 --- a/basic-lib/pom.xml +++ b/basic-lib/pom.xml @@ -1,8 +1,16 @@ appender log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.Target=System.out diff --git a/bootstrap/pom.xml b/bootstrap/pom.xml index a3a2548a00d..285fe4d4db0 100644 --- a/bootstrap/pom.xml +++ b/bootstrap/pom.xml @@ -1,8 +1,16 @@ appender log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.Target=System.out diff --git a/cassandra_2-lib/pom.xml b/cassandra_2-lib/pom.xml index 34d069bf87a..70790fe8da5 100644 --- a/cassandra_2-lib/pom.xml +++ b/cassandra_2-lib/pom.xml @@ -1,8 +1,16 @@ assemble diff --git a/cloudera-integration/csd/pom.xml b/cloudera-integration/csd/pom.xml index 9eb115e6b48..b5599feada8 100644 --- a/cloudera-integration/csd/pom.xml +++ b/cloudera-integration/csd/pom.xml @@ -1,3 +1,16 @@ + 4.0.0 diff --git a/cloudera-integration/csd/src/aux/local-realm.properties b/cloudera-integration/csd/src/aux/local-realm.properties index 8179c129e28..85b1a9f6afe 100644 --- a/cloudera-integration/csd/src/aux/local-realm.properties +++ b/cloudera-integration/csd/src/aux/local-realm.properties @@ -1,9 +1,23 @@ # -# (c) 2014 StreamSets, Inc. All rights reserved. May not -# be copied, modified, or distributed in whole or part without -# written consent of StreamSets, Inc. # - +# 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. +# +# #The format is # : [, ...] diff --git a/cloudera-integration/csd/src/aux/log4j.properties b/cloudera-integration/csd/src/aux/log4j.properties index e66f56c04d6..a02417e8cff 100644 --- a/cloudera-integration/csd/src/aux/log4j.properties +++ b/cloudera-integration/csd/src/aux/log4j.properties @@ -1,9 +1,23 @@ # -# (c) 2014 StreamSets, Inc. All rights reserved. May not -# be copied, modified, or distributed in whole or part without -# written consent of StreamSets, Inc. # - +# 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. +# +# # /dev/null appender log4j.appender.null=org.apache.log4j.FileAppender log4j.appender.null.File=/dev/null diff --git a/cloudera-integration/csd/src/scripts/control.sh b/cloudera-integration/csd/src/scripts/control.sh index 1da083cb898..393cd6d0c14 100644 --- a/cloudera-integration/csd/src/scripts/control.sh +++ b/cloudera-integration/csd/src/scripts/control.sh @@ -1,4 +1,24 @@ #!/bin/bash +# +# +# 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. +# +# # For better debugging echo "" diff --git a/cloudera-integration/parcel/pom.xml b/cloudera-integration/parcel/pom.xml index 1cf9cab96dc..3e3fece1088 100644 --- a/cloudera-integration/parcel/pom.xml +++ b/cloudera-integration/parcel/pom.xml @@ -1,8 +1,16 @@ streamsets-cloudera-integration diff --git a/cloudera-integration/parcel/src/main/meta/sdc_env.sh b/cloudera-integration/parcel/src/main/meta/sdc_env.sh index 53b7434c50b..7d6854a0967 100644 --- a/cloudera-integration/parcel/src/main/meta/sdc_env.sh +++ b/cloudera-integration/parcel/src/main/meta/sdc_env.sh @@ -1,4 +1,24 @@ #!/bin/bash +# +# +# 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. +# +# #SDC_DIRNAME=${PARCEL_DIRNAME:-"STREAMSETS-1.0.0-sdc1.0.0b1"} export SDC_HOME=$PARCELS_ROOT/$PARCEL_DIRNAME diff --git a/cloudera-integration/pom.xml b/cloudera-integration/pom.xml index 51564bdb966..77b6fca1772 100644 --- a/cloudera-integration/pom.xml +++ b/cloudera-integration/pom.xml @@ -1,8 +1,16 @@ appender log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.Target=System.out diff --git a/cluster-hdfs-protolib/pom.xml b/cluster-hdfs-protolib/pom.xml index 3e2fe6eb3b3..7ef249e6970 100644 --- a/cluster-hdfs-protolib/pom.xml +++ b/cluster-hdfs-protolib/pom.xml @@ -1,8 +1,16 @@ appender log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.Target=System.out diff --git a/common/pom.xml b/common/pom.xml index febc9ec63f3..ea849eb77ba 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -1,8 +1,16 @@ diff --git a/common/src/test/resources/log4j.properties b/common/src/test/resources/log4j.properties index 4320a6d561f..917aac02348 100644 --- a/common/src/test/resources/log4j.properties +++ b/common/src/test/resources/log4j.properties @@ -1,9 +1,23 @@ # -# (c) 2014 StreamSets, Inc. All rights reserved. May not -# be copied, modified, or distributed in whole or part without -# written consent of StreamSets, Inc. # - +# 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. +# +# # appender log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.Target=System.out diff --git a/commonlib/pom.xml b/commonlib/pom.xml index dfc9eb391dc..92a0fd2df71 100644 --- a/commonlib/pom.xml +++ b/commonlib/pom.xml @@ -1,8 +1,16 @@ appender log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.Target=System.out diff --git a/container-common/pom.xml b/container-common/pom.xml index df5542e47ff..8dd4bcee379 100644 --- a/container-common/pom.xml +++ b/container-common/pom.xml @@ -1,8 +1,16 @@ appender log4j.appender.stderr=org.apache.log4j.ConsoleAppender log4j.appender.stderr.Target=System.err diff --git a/container/src/main/resources/helpref.properties b/container/src/main/resources/helpref.properties index 837f78072aa..49e85b93f10 100644 --- a/container/src/main/resources/helpref.properties +++ b/container/src/main/resources/helpref.properties @@ -1,9 +1,23 @@ # -# (c) 2014 StreamSets, Inc. All rights reserved. May not -# be copied, modified, or distributed in whole or part without -# written consent of StreamSets, Inc. # - +# 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. +# +# # Stages help links # @@ diff --git a/container/src/main/resources/pipeline-container-build-info.properties b/container/src/main/resources/pipeline-container-build-info.properties index 81563f28243..e7221a5bf60 100644 --- a/container/src/main/resources/pipeline-container-build-info.properties +++ b/container/src/main/resources/pipeline-container-build-info.properties @@ -1,9 +1,23 @@ # -# (c) 2014 StreamSets, Inc. All rights reserved. May not -# be copied, modified, or distributed in whole or part without -# written consent of StreamSets, Inc. # - +# 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. +# +# pipeline-container.version=${pom.version} pipeline-container.built.by=${user.name} pipeline-container.built.date=${version-info.build.time} diff --git a/container/src/test/java/com/streamsets/datacollector/cluster/MockClusterProvider.java b/container/src/test/java/com/streamsets/datacollector/cluster/MockClusterProvider.java index aef58aa1ec3..0b384465991 100644 --- a/container/src/test/java/com/streamsets/datacollector/cluster/MockClusterProvider.java +++ b/container/src/test/java/com/streamsets/datacollector/cluster/MockClusterProvider.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.cluster; diff --git a/container/src/test/java/com/streamsets/datacollector/cluster/MockSystemProcess.java b/container/src/test/java/com/streamsets/datacollector/cluster/MockSystemProcess.java index 06b8deebd09..5027148d3fa 100644 --- a/container/src/test/java/com/streamsets/datacollector/cluster/MockSystemProcess.java +++ b/container/src/test/java/com/streamsets/datacollector/cluster/MockSystemProcess.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.cluster; diff --git a/container/src/test/java/com/streamsets/datacollector/cluster/MockSystemProcessFactory.java b/container/src/test/java/com/streamsets/datacollector/cluster/MockSystemProcessFactory.java index d2411bed3b2..1b5178f3491 100644 --- a/container/src/test/java/com/streamsets/datacollector/cluster/MockSystemProcessFactory.java +++ b/container/src/test/java/com/streamsets/datacollector/cluster/MockSystemProcessFactory.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.cluster; diff --git a/container/src/test/java/com/streamsets/datacollector/cluster/TestClusterProviderImpl.java b/container/src/test/java/com/streamsets/datacollector/cluster/TestClusterProviderImpl.java index 7a2f4902e9d..876357f7553 100644 --- a/container/src/test/java/com/streamsets/datacollector/cluster/TestClusterProviderImpl.java +++ b/container/src/test/java/com/streamsets/datacollector/cluster/TestClusterProviderImpl.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.cluster; diff --git a/container/src/test/java/com/streamsets/datacollector/cluster/TestClusterProviderImplApplicationIdParser.java b/container/src/test/java/com/streamsets/datacollector/cluster/TestClusterProviderImplApplicationIdParser.java index 81d27c4d08e..3911c6c664c 100644 --- a/container/src/test/java/com/streamsets/datacollector/cluster/TestClusterProviderImplApplicationIdParser.java +++ b/container/src/test/java/com/streamsets/datacollector/cluster/TestClusterProviderImplApplicationIdParser.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.cluster; diff --git a/container/src/test/java/com/streamsets/datacollector/cluster/TestTarFileCreator.java b/container/src/test/java/com/streamsets/datacollector/cluster/TestTarFileCreator.java index c9980f6dd36..7860de529d2 100644 --- a/container/src/test/java/com/streamsets/datacollector/cluster/TestTarFileCreator.java +++ b/container/src/test/java/com/streamsets/datacollector/cluster/TestTarFileCreator.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.cluster; diff --git a/container/src/test/java/com/streamsets/datacollector/cluster/TestYARNStatusParser.java b/container/src/test/java/com/streamsets/datacollector/cluster/TestYARNStatusParser.java index f5125102009..27fb7998045 100644 --- a/container/src/test/java/com/streamsets/datacollector/cluster/TestYARNStatusParser.java +++ b/container/src/test/java/com/streamsets/datacollector/cluster/TestYARNStatusParser.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.cluster; diff --git a/container/src/test/java/com/streamsets/datacollector/config/Groups.java b/container/src/test/java/com/streamsets/datacollector/config/Groups.java index 8ae2d9745c8..3f2cfe92c35 100644 --- a/container/src/test/java/com/streamsets/datacollector/config/Groups.java +++ b/container/src/test/java/com/streamsets/datacollector/config/Groups.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.config; diff --git a/container/src/test/java/com/streamsets/datacollector/config/Options.java b/container/src/test/java/com/streamsets/datacollector/config/Options.java index f7a32b93cbc..bec15784474 100644 --- a/container/src/test/java/com/streamsets/datacollector/config/Options.java +++ b/container/src/test/java/com/streamsets/datacollector/config/Options.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.config; diff --git a/container/src/test/java/com/streamsets/datacollector/config/OptionsChooserValues.java b/container/src/test/java/com/streamsets/datacollector/config/OptionsChooserValues.java index 27e0076f4c9..9faaba1809e 100644 --- a/container/src/test/java/com/streamsets/datacollector/config/OptionsChooserValues.java +++ b/container/src/test/java/com/streamsets/datacollector/config/OptionsChooserValues.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.config; diff --git a/container/src/test/java/com/streamsets/datacollector/config/TOutput.java b/container/src/test/java/com/streamsets/datacollector/config/TOutput.java index 9bf283fb037..b569e1a93f9 100644 --- a/container/src/test/java/com/streamsets/datacollector/config/TOutput.java +++ b/container/src/test/java/com/streamsets/datacollector/config/TOutput.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.config; diff --git a/container/src/test/java/com/streamsets/datacollector/config/TProcessor.java b/container/src/test/java/com/streamsets/datacollector/config/TProcessor.java index 60ccd6d1501..3d59060fb60 100644 --- a/container/src/test/java/com/streamsets/datacollector/config/TProcessor.java +++ b/container/src/test/java/com/streamsets/datacollector/config/TProcessor.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.config; diff --git a/container/src/test/java/com/streamsets/datacollector/config/TRawSourcePreviewer.java b/container/src/test/java/com/streamsets/datacollector/config/TRawSourcePreviewer.java index 90825fa7c23..963fe753695 100644 --- a/container/src/test/java/com/streamsets/datacollector/config/TRawSourcePreviewer.java +++ b/container/src/test/java/com/streamsets/datacollector/config/TRawSourcePreviewer.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.config; diff --git a/container/src/test/java/com/streamsets/datacollector/config/TestStageDefinitionLocalization.java b/container/src/test/java/com/streamsets/datacollector/config/TestStageDefinitionLocalization.java index 0d11fd7d9e0..8b169f68725 100644 --- a/container/src/test/java/com/streamsets/datacollector/config/TestStageDefinitionLocalization.java +++ b/container/src/test/java/com/streamsets/datacollector/config/TestStageDefinitionLocalization.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.config; diff --git a/container/src/test/java/com/streamsets/datacollector/configupgrade/TestPipelineConfigurationUpgrader.java b/container/src/test/java/com/streamsets/datacollector/configupgrade/TestPipelineConfigurationUpgrader.java index 8f23c3568d1..d84e832d554 100644 --- a/container/src/test/java/com/streamsets/datacollector/configupgrade/TestPipelineConfigurationUpgrader.java +++ b/container/src/test/java/com/streamsets/datacollector/configupgrade/TestPipelineConfigurationUpgrader.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.configupgrade; diff --git a/container/src/test/java/com/streamsets/datacollector/creation/TestPipelineBeanCreator.java b/container/src/test/java/com/streamsets/datacollector/creation/TestPipelineBeanCreator.java index b1ab9523c64..d224289477c 100644 --- a/container/src/test/java/com/streamsets/datacollector/creation/TestPipelineBeanCreator.java +++ b/container/src/test/java/com/streamsets/datacollector/creation/TestPipelineBeanCreator.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.creation; diff --git a/container/src/test/java/com/streamsets/datacollector/creation/TestPipelineConfigUpgrader.java b/container/src/test/java/com/streamsets/datacollector/creation/TestPipelineConfigUpgrader.java index b73c3de9634..a627e7d297a 100644 --- a/container/src/test/java/com/streamsets/datacollector/creation/TestPipelineConfigUpgrader.java +++ b/container/src/test/java/com/streamsets/datacollector/creation/TestPipelineConfigUpgrader.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.creation; diff --git a/container/src/test/java/com/streamsets/datacollector/definition/TestConfigDefinitionExtractor.java b/container/src/test/java/com/streamsets/datacollector/definition/TestConfigDefinitionExtractor.java index 9a73492af71..98f1a1388ce 100644 --- a/container/src/test/java/com/streamsets/datacollector/definition/TestConfigDefinitionExtractor.java +++ b/container/src/test/java/com/streamsets/datacollector/definition/TestConfigDefinitionExtractor.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.definition; diff --git a/container/src/test/java/com/streamsets/datacollector/definition/TestConfigGroupExtractor.java b/container/src/test/java/com/streamsets/datacollector/definition/TestConfigGroupExtractor.java index c68cd2daf6e..47e649edd71 100644 --- a/container/src/test/java/com/streamsets/datacollector/definition/TestConfigGroupExtractor.java +++ b/container/src/test/java/com/streamsets/datacollector/definition/TestConfigGroupExtractor.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.definition; diff --git a/container/src/test/java/com/streamsets/datacollector/definition/TestConfigValueExtractor.java b/container/src/test/java/com/streamsets/datacollector/definition/TestConfigValueExtractor.java index e75959659ae..8aa69a64d61 100644 --- a/container/src/test/java/com/streamsets/datacollector/definition/TestConfigValueExtractor.java +++ b/container/src/test/java/com/streamsets/datacollector/definition/TestConfigValueExtractor.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.definition; diff --git a/container/src/test/java/com/streamsets/datacollector/definition/TestELDefinitionExtractor.java b/container/src/test/java/com/streamsets/datacollector/definition/TestELDefinitionExtractor.java index 3993d1a0ab3..86cfaa0b5ac 100644 --- a/container/src/test/java/com/streamsets/datacollector/definition/TestELDefinitionExtractor.java +++ b/container/src/test/java/com/streamsets/datacollector/definition/TestELDefinitionExtractor.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.definition; diff --git a/container/src/test/java/com/streamsets/datacollector/definition/TestModelDefinitionExtractor.java b/container/src/test/java/com/streamsets/datacollector/definition/TestModelDefinitionExtractor.java index 4620880c27c..5c6cafe4394 100644 --- a/container/src/test/java/com/streamsets/datacollector/definition/TestModelDefinitionExtractor.java +++ b/container/src/test/java/com/streamsets/datacollector/definition/TestModelDefinitionExtractor.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.definition; diff --git a/container/src/test/java/com/streamsets/datacollector/definition/TestRawSourceDefinitionExtractor.java b/container/src/test/java/com/streamsets/datacollector/definition/TestRawSourceDefinitionExtractor.java index d8b6683491a..f20e00af7ca 100644 --- a/container/src/test/java/com/streamsets/datacollector/definition/TestRawSourceDefinitionExtractor.java +++ b/container/src/test/java/com/streamsets/datacollector/definition/TestRawSourceDefinitionExtractor.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.definition; diff --git a/container/src/test/java/com/streamsets/datacollector/definition/TestStageDefinitionExtractor.java b/container/src/test/java/com/streamsets/datacollector/definition/TestStageDefinitionExtractor.java index 8ec332067f4..790798d10c6 100644 --- a/container/src/test/java/com/streamsets/datacollector/definition/TestStageDefinitionExtractor.java +++ b/container/src/test/java/com/streamsets/datacollector/definition/TestStageDefinitionExtractor.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.definition; diff --git a/container/src/test/java/com/streamsets/datacollector/el/TestELEvaluator.java b/container/src/test/java/com/streamsets/datacollector/el/TestELEvaluator.java index de89b3ae95a..af143b2af03 100644 --- a/container/src/test/java/com/streamsets/datacollector/el/TestELEvaluator.java +++ b/container/src/test/java/com/streamsets/datacollector/el/TestELEvaluator.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.el; diff --git a/container/src/test/java/com/streamsets/datacollector/el/TestELVariables.java b/container/src/test/java/com/streamsets/datacollector/el/TestELVariables.java index 24cb89fbb35..3230d85dc2f 100644 --- a/container/src/test/java/com/streamsets/datacollector/el/TestELVariables.java +++ b/container/src/test/java/com/streamsets/datacollector/el/TestELVariables.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.el; diff --git a/container/src/test/java/com/streamsets/datacollector/el/TestJvmEL.java b/container/src/test/java/com/streamsets/datacollector/el/TestJvmEL.java index b3736e42342..0302bf12bb4 100644 --- a/container/src/test/java/com/streamsets/datacollector/el/TestJvmEL.java +++ b/container/src/test/java/com/streamsets/datacollector/el/TestJvmEL.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.el; diff --git a/container/src/test/java/com/streamsets/datacollector/el/TestRecordEL.java b/container/src/test/java/com/streamsets/datacollector/el/TestRecordEL.java index d685bf0b353..27992f99f27 100644 --- a/container/src/test/java/com/streamsets/datacollector/el/TestRecordEL.java +++ b/container/src/test/java/com/streamsets/datacollector/el/TestRecordEL.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.el; diff --git a/container/src/test/java/com/streamsets/datacollector/el/TestRuntimeEL.java b/container/src/test/java/com/streamsets/datacollector/el/TestRuntimeEL.java index 79f962ab9ef..fafba95d0c3 100644 --- a/container/src/test/java/com/streamsets/datacollector/el/TestRuntimeEL.java +++ b/container/src/test/java/com/streamsets/datacollector/el/TestRuntimeEL.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.el; diff --git a/container/src/test/java/com/streamsets/datacollector/el/TestStringEL.java b/container/src/test/java/com/streamsets/datacollector/el/TestStringEL.java index 7ba1ac36e2f..62f2ede5360 100644 --- a/container/src/test/java/com/streamsets/datacollector/el/TestStringEL.java +++ b/container/src/test/java/com/streamsets/datacollector/el/TestStringEL.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.el; diff --git a/container/src/test/java/com/streamsets/datacollector/email/TestEmailSender.java b/container/src/test/java/com/streamsets/datacollector/email/TestEmailSender.java index 639e784e8d4..11caa5edf58 100644 --- a/container/src/test/java/com/streamsets/datacollector/email/TestEmailSender.java +++ b/container/src/test/java/com/streamsets/datacollector/email/TestEmailSender.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.email; diff --git a/container/src/test/java/com/streamsets/datacollector/execution/alerts/TestDataRuleEvaluator.java b/container/src/test/java/com/streamsets/datacollector/execution/alerts/TestDataRuleEvaluator.java index 3ed92ceb42e..ad117dc94d3 100644 --- a/container/src/test/java/com/streamsets/datacollector/execution/alerts/TestDataRuleEvaluator.java +++ b/container/src/test/java/com/streamsets/datacollector/execution/alerts/TestDataRuleEvaluator.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.execution.alerts; diff --git a/container/src/test/java/com/streamsets/datacollector/execution/alerts/TestEmailNotifier.java b/container/src/test/java/com/streamsets/datacollector/execution/alerts/TestEmailNotifier.java index 31e008a8927..599632e4c11 100644 --- a/container/src/test/java/com/streamsets/datacollector/execution/alerts/TestEmailNotifier.java +++ b/container/src/test/java/com/streamsets/datacollector/execution/alerts/TestEmailNotifier.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.execution.alerts; diff --git a/container/src/test/java/com/streamsets/datacollector/execution/alerts/TestMetricRuleEvaluator.java b/container/src/test/java/com/streamsets/datacollector/execution/alerts/TestMetricRuleEvaluator.java index 437f1b41c93..b67c2ccc01c 100644 --- a/container/src/test/java/com/streamsets/datacollector/execution/alerts/TestMetricRuleEvaluator.java +++ b/container/src/test/java/com/streamsets/datacollector/execution/alerts/TestMetricRuleEvaluator.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.execution.alerts; diff --git a/container/src/test/java/com/streamsets/datacollector/execution/alerts/TestUtil.java b/container/src/test/java/com/streamsets/datacollector/execution/alerts/TestUtil.java index f1d10c3779d..6f0b51b43be 100644 --- a/container/src/test/java/com/streamsets/datacollector/execution/alerts/TestUtil.java +++ b/container/src/test/java/com/streamsets/datacollector/execution/alerts/TestUtil.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.execution.alerts; diff --git a/container/src/test/java/com/streamsets/datacollector/execution/dagger/TestPipelineManagerModule.java b/container/src/test/java/com/streamsets/datacollector/execution/dagger/TestPipelineManagerModule.java index af229cf19f5..09a91f3c8fb 100644 --- a/container/src/test/java/com/streamsets/datacollector/execution/dagger/TestPipelineManagerModule.java +++ b/container/src/test/java/com/streamsets/datacollector/execution/dagger/TestPipelineManagerModule.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.execution.dagger; diff --git a/container/src/test/java/com/streamsets/datacollector/execution/manager/TestSlaveManager.java b/container/src/test/java/com/streamsets/datacollector/execution/manager/TestSlaveManager.java index 53254d6d7e1..1b984c7e4bb 100644 --- a/container/src/test/java/com/streamsets/datacollector/execution/manager/TestSlaveManager.java +++ b/container/src/test/java/com/streamsets/datacollector/execution/manager/TestSlaveManager.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.execution.manager; diff --git a/container/src/test/java/com/streamsets/datacollector/execution/manager/standalone/TestStandalonePipelineManager.java b/container/src/test/java/com/streamsets/datacollector/execution/manager/standalone/TestStandalonePipelineManager.java index a60c558c130..1be37a97792 100644 --- a/container/src/test/java/com/streamsets/datacollector/execution/manager/standalone/TestStandalonePipelineManager.java +++ b/container/src/test/java/com/streamsets/datacollector/execution/manager/standalone/TestStandalonePipelineManager.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.execution.manager.standalone; diff --git a/container/src/test/java/com/streamsets/datacollector/execution/preview/TestAsyncPreviewer.java b/container/src/test/java/com/streamsets/datacollector/execution/preview/TestAsyncPreviewer.java index bd5611b66e4..6ec962c7f7a 100644 --- a/container/src/test/java/com/streamsets/datacollector/execution/preview/TestAsyncPreviewer.java +++ b/container/src/test/java/com/streamsets/datacollector/execution/preview/TestAsyncPreviewer.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.execution.preview; diff --git a/container/src/test/java/com/streamsets/datacollector/execution/preview/TestPreviewer.java b/container/src/test/java/com/streamsets/datacollector/execution/preview/TestPreviewer.java index 07f18dd1454..491458fd5e7 100644 --- a/container/src/test/java/com/streamsets/datacollector/execution/preview/TestPreviewer.java +++ b/container/src/test/java/com/streamsets/datacollector/execution/preview/TestPreviewer.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.execution.preview; diff --git a/container/src/test/java/com/streamsets/datacollector/execution/preview/TestSyncPreviewer.java b/container/src/test/java/com/streamsets/datacollector/execution/preview/TestSyncPreviewer.java index 8189ad2a272..c1e2bf2b8bf 100644 --- a/container/src/test/java/com/streamsets/datacollector/execution/preview/TestSyncPreviewer.java +++ b/container/src/test/java/com/streamsets/datacollector/execution/preview/TestSyncPreviewer.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.execution.preview; diff --git a/container/src/test/java/com/streamsets/datacollector/execution/runner/TestRetryUtils.java b/container/src/test/java/com/streamsets/datacollector/execution/runner/TestRetryUtils.java index 796163693da..6e151256c0d 100644 --- a/container/src/test/java/com/streamsets/datacollector/execution/runner/TestRetryUtils.java +++ b/container/src/test/java/com/streamsets/datacollector/execution/runner/TestRetryUtils.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.execution.runner; diff --git a/container/src/test/java/com/streamsets/datacollector/execution/runner/TestSlaveStandaloneRunner.java b/container/src/test/java/com/streamsets/datacollector/execution/runner/TestSlaveStandaloneRunner.java index aed89194986..8207c86d9d3 100644 --- a/container/src/test/java/com/streamsets/datacollector/execution/runner/TestSlaveStandaloneRunner.java +++ b/container/src/test/java/com/streamsets/datacollector/execution/runner/TestSlaveStandaloneRunner.java @@ -1,7 +1,21 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.execution.runner; import com.streamsets.datacollector.execution.Manager; diff --git a/container/src/test/java/com/streamsets/datacollector/execution/runner/TestStandaloneRunner.java b/container/src/test/java/com/streamsets/datacollector/execution/runner/TestStandaloneRunner.java index 3f011dd85e6..674721975f1 100644 --- a/container/src/test/java/com/streamsets/datacollector/execution/runner/TestStandaloneRunner.java +++ b/container/src/test/java/com/streamsets/datacollector/execution/runner/TestStandaloneRunner.java @@ -1,7 +1,21 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.execution.runner; import com.icegreen.greenmail.util.GreenMail; diff --git a/container/src/test/java/com/streamsets/datacollector/execution/runner/cluster/TestClusterRunner.java b/container/src/test/java/com/streamsets/datacollector/execution/runner/cluster/TestClusterRunner.java index d32d6ffe0c3..32e16c01813 100644 --- a/container/src/test/java/com/streamsets/datacollector/execution/runner/cluster/TestClusterRunner.java +++ b/container/src/test/java/com/streamsets/datacollector/execution/runner/cluster/TestClusterRunner.java @@ -1,7 +1,21 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.execution.runner.cluster; import com.google.common.io.Files; diff --git a/container/src/test/java/com/streamsets/datacollector/execution/runner/common/TestDataObserverRunner.java b/container/src/test/java/com/streamsets/datacollector/execution/runner/common/TestDataObserverRunner.java index c3be532d9a0..862b0d6bc17 100644 --- a/container/src/test/java/com/streamsets/datacollector/execution/runner/common/TestDataObserverRunner.java +++ b/container/src/test/java/com/streamsets/datacollector/execution/runner/common/TestDataObserverRunner.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.execution.runner.common; diff --git a/container/src/test/java/com/streamsets/datacollector/execution/runner/common/TestFailedProdRun.java b/container/src/test/java/com/streamsets/datacollector/execution/runner/common/TestFailedProdRun.java index 2a6ca2ae401..4a3642c6f8e 100644 --- a/container/src/test/java/com/streamsets/datacollector/execution/runner/common/TestFailedProdRun.java +++ b/container/src/test/java/com/streamsets/datacollector/execution/runner/common/TestFailedProdRun.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.execution.runner.common; diff --git a/container/src/test/java/com/streamsets/datacollector/execution/runner/common/TestMetricObserverRunner.java b/container/src/test/java/com/streamsets/datacollector/execution/runner/common/TestMetricObserverRunner.java index a837fee3398..9a316255a06 100644 --- a/container/src/test/java/com/streamsets/datacollector/execution/runner/common/TestMetricObserverRunner.java +++ b/container/src/test/java/com/streamsets/datacollector/execution/runner/common/TestMetricObserverRunner.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.execution.runner.common; diff --git a/container/src/test/java/com/streamsets/datacollector/execution/runner/common/TestProdPipelineRunnable.java b/container/src/test/java/com/streamsets/datacollector/execution/runner/common/TestProdPipelineRunnable.java index a084e266247..356e6106c60 100644 --- a/container/src/test/java/com/streamsets/datacollector/execution/runner/common/TestProdPipelineRunnable.java +++ b/container/src/test/java/com/streamsets/datacollector/execution/runner/common/TestProdPipelineRunnable.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.execution.runner.common; diff --git a/container/src/test/java/com/streamsets/datacollector/execution/runner/common/TestProdSourceOffsetTracker.java b/container/src/test/java/com/streamsets/datacollector/execution/runner/common/TestProdSourceOffsetTracker.java index a6d9bf5adae..667bb467118 100644 --- a/container/src/test/java/com/streamsets/datacollector/execution/runner/common/TestProdSourceOffsetTracker.java +++ b/container/src/test/java/com/streamsets/datacollector/execution/runner/common/TestProdSourceOffsetTracker.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.execution.runner.common; diff --git a/container/src/test/java/com/streamsets/datacollector/execution/runner/common/TestProductionObserver.java b/container/src/test/java/com/streamsets/datacollector/execution/runner/common/TestProductionObserver.java index 9abb86643d9..8175edab4a4 100644 --- a/container/src/test/java/com/streamsets/datacollector/execution/runner/common/TestProductionObserver.java +++ b/container/src/test/java/com/streamsets/datacollector/execution/runner/common/TestProductionObserver.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.execution.runner.common; diff --git a/container/src/test/java/com/streamsets/datacollector/execution/runner/common/TestProductionPipeline.java b/container/src/test/java/com/streamsets/datacollector/execution/runner/common/TestProductionPipeline.java index 42e99497d82..e19682540a8 100644 --- a/container/src/test/java/com/streamsets/datacollector/execution/runner/common/TestProductionPipeline.java +++ b/container/src/test/java/com/streamsets/datacollector/execution/runner/common/TestProductionPipeline.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.execution.runner.common; diff --git a/container/src/test/java/com/streamsets/datacollector/execution/runner/common/TestProductionSourceOffsetCommitterOffsetTracker.java b/container/src/test/java/com/streamsets/datacollector/execution/runner/common/TestProductionSourceOffsetCommitterOffsetTracker.java index c872dc05069..6487f8d69d1 100644 --- a/container/src/test/java/com/streamsets/datacollector/execution/runner/common/TestProductionSourceOffsetCommitterOffsetTracker.java +++ b/container/src/test/java/com/streamsets/datacollector/execution/runner/common/TestProductionSourceOffsetCommitterOffsetTracker.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.execution.runner.common; diff --git a/container/src/test/java/com/streamsets/datacollector/execution/runner/common/TestRulesConfigLoader.java b/container/src/test/java/com/streamsets/datacollector/execution/runner/common/TestRulesConfigLoader.java index 6fc776b0773..a605f418d8f 100644 --- a/container/src/test/java/com/streamsets/datacollector/execution/runner/common/TestRulesConfigLoader.java +++ b/container/src/test/java/com/streamsets/datacollector/execution/runner/common/TestRulesConfigLoader.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.execution.runner.common; diff --git a/container/src/test/java/com/streamsets/datacollector/execution/runner/common/TestThreadHealthReporter.java b/container/src/test/java/com/streamsets/datacollector/execution/runner/common/TestThreadHealthReporter.java index aae934345c2..16315d0963f 100644 --- a/container/src/test/java/com/streamsets/datacollector/execution/runner/common/TestThreadHealthReporter.java +++ b/container/src/test/java/com/streamsets/datacollector/execution/runner/common/TestThreadHealthReporter.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.execution.runner.common; diff --git a/container/src/test/java/com/streamsets/datacollector/execution/snapshot/TestCacheSnapshotStore.java b/container/src/test/java/com/streamsets/datacollector/execution/snapshot/TestCacheSnapshotStore.java index 2030f0e8470..fbc93553af7 100644 --- a/container/src/test/java/com/streamsets/datacollector/execution/snapshot/TestCacheSnapshotStore.java +++ b/container/src/test/java/com/streamsets/datacollector/execution/snapshot/TestCacheSnapshotStore.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.execution.snapshot; diff --git a/container/src/test/java/com/streamsets/datacollector/execution/snapshot/TestFileSnapshotStore.java b/container/src/test/java/com/streamsets/datacollector/execution/snapshot/TestFileSnapshotStore.java index 11761ba74e4..71b9f837527 100644 --- a/container/src/test/java/com/streamsets/datacollector/execution/snapshot/TestFileSnapshotStore.java +++ b/container/src/test/java/com/streamsets/datacollector/execution/snapshot/TestFileSnapshotStore.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.execution.snapshot; diff --git a/container/src/test/java/com/streamsets/datacollector/execution/snapshot/TestSnapshotStore.java b/container/src/test/java/com/streamsets/datacollector/execution/snapshot/TestSnapshotStore.java index 584880afe8b..269ff136bff 100644 --- a/container/src/test/java/com/streamsets/datacollector/execution/snapshot/TestSnapshotStore.java +++ b/container/src/test/java/com/streamsets/datacollector/execution/snapshot/TestSnapshotStore.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.execution.snapshot; diff --git a/container/src/test/java/com/streamsets/datacollector/execution/store/TestPipelineStateStore.java b/container/src/test/java/com/streamsets/datacollector/execution/store/TestPipelineStateStore.java index d0a057e2364..a40759dd39d 100644 --- a/container/src/test/java/com/streamsets/datacollector/execution/store/TestPipelineStateStore.java +++ b/container/src/test/java/com/streamsets/datacollector/execution/store/TestPipelineStateStore.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.execution.store; diff --git a/container/src/test/java/com/streamsets/datacollector/execution/store/TestSlavePipelineStateStore.java b/container/src/test/java/com/streamsets/datacollector/execution/store/TestSlavePipelineStateStore.java index 6695f0cdec1..a092d0f2820 100644 --- a/container/src/test/java/com/streamsets/datacollector/execution/store/TestSlavePipelineStateStore.java +++ b/container/src/test/java/com/streamsets/datacollector/execution/store/TestSlavePipelineStateStore.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.execution.store; diff --git a/container/src/test/java/com/streamsets/datacollector/http/TestLogServlet.java b/container/src/test/java/com/streamsets/datacollector/http/TestLogServlet.java index 64c3ede7204..5d7e35ec4a1 100644 --- a/container/src/test/java/com/streamsets/datacollector/http/TestLogServlet.java +++ b/container/src/test/java/com/streamsets/datacollector/http/TestLogServlet.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.http; diff --git a/container/src/test/java/com/streamsets/datacollector/http/TestTokenAuthentication.java b/container/src/test/java/com/streamsets/datacollector/http/TestTokenAuthentication.java index 3669e070c54..6175c54af0b 100644 --- a/container/src/test/java/com/streamsets/datacollector/http/TestTokenAuthentication.java +++ b/container/src/test/java/com/streamsets/datacollector/http/TestTokenAuthentication.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.http; diff --git a/container/src/test/java/com/streamsets/datacollector/http/TestWebServerTaskHttpHttps.java b/container/src/test/java/com/streamsets/datacollector/http/TestWebServerTaskHttpHttps.java index 299990c3395..01d057fc21b 100644 --- a/container/src/test/java/com/streamsets/datacollector/http/TestWebServerTaskHttpHttps.java +++ b/container/src/test/java/com/streamsets/datacollector/http/TestWebServerTaskHttpHttps.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.http; diff --git a/container/src/test/java/com/streamsets/datacollector/io/TestDataStore.java b/container/src/test/java/com/streamsets/datacollector/io/TestDataStore.java index 356d0bc9f64..b11cac89f14 100644 --- a/container/src/test/java/com/streamsets/datacollector/io/TestDataStore.java +++ b/container/src/test/java/com/streamsets/datacollector/io/TestDataStore.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.io; diff --git a/container/src/test/java/com/streamsets/datacollector/log/TestLogStreamer.java b/container/src/test/java/com/streamsets/datacollector/log/TestLogStreamer.java index 2eb9d8c570b..2871b4e156f 100644 --- a/container/src/test/java/com/streamsets/datacollector/log/TestLogStreamer.java +++ b/container/src/test/java/com/streamsets/datacollector/log/TestLogStreamer.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.log; diff --git a/container/src/test/java/com/streamsets/datacollector/log/TestLogUtils.java b/container/src/test/java/com/streamsets/datacollector/log/TestLogUtils.java index 6e59751b219..da08c4cb7e1 100644 --- a/container/src/test/java/com/streamsets/datacollector/log/TestLogUtils.java +++ b/container/src/test/java/com/streamsets/datacollector/log/TestLogUtils.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.log; diff --git a/container/src/test/java/com/streamsets/datacollector/main/TestBuildInfo.java b/container/src/test/java/com/streamsets/datacollector/main/TestBuildInfo.java index 40171ff638c..f7e68bcc10b 100644 --- a/container/src/test/java/com/streamsets/datacollector/main/TestBuildInfo.java +++ b/container/src/test/java/com/streamsets/datacollector/main/TestBuildInfo.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.main; diff --git a/container/src/test/java/com/streamsets/datacollector/main/TestLogConfigurator.java b/container/src/test/java/com/streamsets/datacollector/main/TestLogConfigurator.java index 0540efc8c05..21cc7d4dc8e 100644 --- a/container/src/test/java/com/streamsets/datacollector/main/TestLogConfigurator.java +++ b/container/src/test/java/com/streamsets/datacollector/main/TestLogConfigurator.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.main; diff --git a/container/src/test/java/com/streamsets/datacollector/main/TestMain.java b/container/src/test/java/com/streamsets/datacollector/main/TestMain.java index b44d23444fb..4469c0a8e4f 100644 --- a/container/src/test/java/com/streamsets/datacollector/main/TestMain.java +++ b/container/src/test/java/com/streamsets/datacollector/main/TestMain.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.main; diff --git a/container/src/test/java/com/streamsets/datacollector/main/TestPipelineTask.java b/container/src/test/java/com/streamsets/datacollector/main/TestPipelineTask.java index ac0a566abc8..d3dbee46cd7 100644 --- a/container/src/test/java/com/streamsets/datacollector/main/TestPipelineTask.java +++ b/container/src/test/java/com/streamsets/datacollector/main/TestPipelineTask.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.main; diff --git a/container/src/test/java/com/streamsets/datacollector/main/TestRuntimeInfo.java b/container/src/test/java/com/streamsets/datacollector/main/TestRuntimeInfo.java index b3d57996b4b..3de150b070e 100644 --- a/container/src/test/java/com/streamsets/datacollector/main/TestRuntimeInfo.java +++ b/container/src/test/java/com/streamsets/datacollector/main/TestRuntimeInfo.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.main; diff --git a/container/src/test/java/com/streamsets/datacollector/memory/TestMemoryUsageCollector.java b/container/src/test/java/com/streamsets/datacollector/memory/TestMemoryUsageCollector.java index 9d975eb8341..7f283cb85a2 100644 --- a/container/src/test/java/com/streamsets/datacollector/memory/TestMemoryUsageCollector.java +++ b/container/src/test/java/com/streamsets/datacollector/memory/TestMemoryUsageCollector.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.memory; diff --git a/container/src/test/java/com/streamsets/datacollector/memory/TestMultipleMonitorLocker.java b/container/src/test/java/com/streamsets/datacollector/memory/TestMultipleMonitorLocker.java index 19787a2d2b7..3c0a879f023 100644 --- a/container/src/test/java/com/streamsets/datacollector/memory/TestMultipleMonitorLocker.java +++ b/container/src/test/java/com/streamsets/datacollector/memory/TestMultipleMonitorLocker.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.memory; diff --git a/container/src/test/java/com/streamsets/datacollector/metrics/TestMetricsAggregation.java b/container/src/test/java/com/streamsets/datacollector/metrics/TestMetricsAggregation.java index 5d9a83f9989..3b80cf7d365 100644 --- a/container/src/test/java/com/streamsets/datacollector/metrics/TestMetricsAggregation.java +++ b/container/src/test/java/com/streamsets/datacollector/metrics/TestMetricsAggregation.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.metrics; diff --git a/container/src/test/java/com/streamsets/datacollector/metrics/TestMetricsConfigurator.java b/container/src/test/java/com/streamsets/datacollector/metrics/TestMetricsConfigurator.java index 438d62d1a5f..fcdd12930d8 100644 --- a/container/src/test/java/com/streamsets/datacollector/metrics/TestMetricsConfigurator.java +++ b/container/src/test/java/com/streamsets/datacollector/metrics/TestMetricsConfigurator.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.metrics; diff --git a/container/src/test/java/com/streamsets/datacollector/prodmanager/TestProductionRunWithObserver.java b/container/src/test/java/com/streamsets/datacollector/prodmanager/TestProductionRunWithObserver.java index 3c8346df9b3..5dabba1c72d 100644 --- a/container/src/test/java/com/streamsets/datacollector/prodmanager/TestProductionRunWithObserver.java +++ b/container/src/test/java/com/streamsets/datacollector/prodmanager/TestProductionRunWithObserver.java @@ -1,3 +1,20 @@ +/** + * 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 com.streamsets.datacollector.prodmanager; /** * (c) 2014 StreamSets, Inc. All rights reserved. May not diff --git a/container/src/test/java/com/streamsets/datacollector/record/TestRecordImpl.java b/container/src/test/java/com/streamsets/datacollector/record/TestRecordImpl.java index 3374539ef75..4671a0370be 100644 --- a/container/src/test/java/com/streamsets/datacollector/record/TestRecordImpl.java +++ b/container/src/test/java/com/streamsets/datacollector/record/TestRecordImpl.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.record; diff --git a/container/src/test/java/com/streamsets/datacollector/record/io/TestRecordWriterReaderFactory.java b/container/src/test/java/com/streamsets/datacollector/record/io/TestRecordWriterReaderFactory.java index 9d28e2c1db0..689ce27025b 100644 --- a/container/src/test/java/com/streamsets/datacollector/record/io/TestRecordWriterReaderFactory.java +++ b/container/src/test/java/com/streamsets/datacollector/record/io/TestRecordWriterReaderFactory.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.record.io; diff --git a/container/src/test/java/com/streamsets/datacollector/restapi/TestPipelineManagerResourceForSlaveMode.java b/container/src/test/java/com/streamsets/datacollector/restapi/TestPipelineManagerResourceForSlaveMode.java index 471855f9cdb..862f5623b56 100644 --- a/container/src/test/java/com/streamsets/datacollector/restapi/TestPipelineManagerResourceForSlaveMode.java +++ b/container/src/test/java/com/streamsets/datacollector/restapi/TestPipelineManagerResourceForSlaveMode.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.restapi; diff --git a/container/src/test/java/com/streamsets/datacollector/restapi/TestPipelineStoreResource.java b/container/src/test/java/com/streamsets/datacollector/restapi/TestPipelineStoreResource.java index cd69f81075d..64d2d196b2e 100644 --- a/container/src/test/java/com/streamsets/datacollector/restapi/TestPipelineStoreResource.java +++ b/container/src/test/java/com/streamsets/datacollector/restapi/TestPipelineStoreResource.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.restapi; diff --git a/container/src/test/java/com/streamsets/datacollector/restapi/TestPipelineStoreResourceForSlaveMode.java b/container/src/test/java/com/streamsets/datacollector/restapi/TestPipelineStoreResourceForSlaveMode.java index fe300067d6d..d606e316afe 100644 --- a/container/src/test/java/com/streamsets/datacollector/restapi/TestPipelineStoreResourceForSlaveMode.java +++ b/container/src/test/java/com/streamsets/datacollector/restapi/TestPipelineStoreResourceForSlaveMode.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.restapi; diff --git a/container/src/test/java/com/streamsets/datacollector/restapi/TestRestApiAuthorization.java b/container/src/test/java/com/streamsets/datacollector/restapi/TestRestApiAuthorization.java index d0692042b98..e29baba4f12 100644 --- a/container/src/test/java/com/streamsets/datacollector/restapi/TestRestApiAuthorization.java +++ b/container/src/test/java/com/streamsets/datacollector/restapi/TestRestApiAuthorization.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.restapi; diff --git a/container/src/test/java/com/streamsets/datacollector/restapi/TestStageLibraryResource.java b/container/src/test/java/com/streamsets/datacollector/restapi/TestStageLibraryResource.java index 6134bfedee7..cf7c4702c16 100644 --- a/container/src/test/java/com/streamsets/datacollector/restapi/TestStageLibraryResource.java +++ b/container/src/test/java/com/streamsets/datacollector/restapi/TestStageLibraryResource.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.restapi; diff --git a/container/src/test/java/com/streamsets/datacollector/restapi/TestUtil.java b/container/src/test/java/com/streamsets/datacollector/restapi/TestUtil.java index 00e5de6df6d..1dad821f7ef 100644 --- a/container/src/test/java/com/streamsets/datacollector/restapi/TestUtil.java +++ b/container/src/test/java/com/streamsets/datacollector/restapi/TestUtil.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.restapi; diff --git a/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestConfigConfigurationBean.java b/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestConfigConfigurationBean.java index c4209bf9bc5..484974ce9f1 100644 --- a/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestConfigConfigurationBean.java +++ b/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestConfigConfigurationBean.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.restapi.bean; diff --git a/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestConfigDefinitionBean.java b/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestConfigDefinitionBean.java index b7e2f48fa4d..d4c86851d28 100644 --- a/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestConfigDefinitionBean.java +++ b/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestConfigDefinitionBean.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.restapi.bean; diff --git a/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestConfigGroupDefinitionBean.java b/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestConfigGroupDefinitionBean.java index b4c612b855b..a9e4544fe37 100644 --- a/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestConfigGroupDefinitionBean.java +++ b/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestConfigGroupDefinitionBean.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.restapi.bean; diff --git a/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestDataRuleDefinitionBean.java b/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestDataRuleDefinitionBean.java index 9819c6fa1e7..6c804905fd8 100644 --- a/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestDataRuleDefinitionBean.java +++ b/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestDataRuleDefinitionBean.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.restapi.bean; diff --git a/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestErrorMessageBean.java b/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestErrorMessageBean.java index 4539bcb7557..60696d55ddf 100644 --- a/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestErrorMessageBean.java +++ b/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestErrorMessageBean.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.restapi.bean; diff --git a/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestHeaderBean.java b/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestHeaderBean.java index da6d2056da8..f2418fe3ba4 100644 --- a/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestHeaderBean.java +++ b/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestHeaderBean.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.restapi.bean; diff --git a/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestIssuesBean.java b/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestIssuesBean.java index e54826becee..292a1793f37 100644 --- a/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestIssuesBean.java +++ b/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestIssuesBean.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.restapi.bean; diff --git a/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestMetricElementBean.java b/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestMetricElementBean.java index 268465953ee..64f1339d960 100644 --- a/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestMetricElementBean.java +++ b/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestMetricElementBean.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.restapi.bean; diff --git a/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestMetricRuleDefinitionBean.java b/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestMetricRuleDefinitionBean.java index 4b585c5fce4..2c4fdf7e03e 100644 --- a/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestMetricRuleDefinitionBean.java +++ b/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestMetricRuleDefinitionBean.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.restapi.bean; diff --git a/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestMetricTypeBean.java b/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestMetricTypeBean.java index a632a7cb8ae..42f93a5e80c 100644 --- a/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestMetricTypeBean.java +++ b/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestMetricTypeBean.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.restapi.bean; diff --git a/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestModelDefinitionBean.java b/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestModelDefinitionBean.java index 6a018878589..8ddcdde5337 100644 --- a/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestModelDefinitionBean.java +++ b/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestModelDefinitionBean.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.restapi.bean; diff --git a/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestModelTypeBean.java b/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestModelTypeBean.java index e25faa8e400..c5b3a858f52 100644 --- a/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestModelTypeBean.java +++ b/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestModelTypeBean.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.restapi.bean; diff --git a/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestRecordBean.java b/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestRecordBean.java index 128f601f622..c0743d6c19d 100644 --- a/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestRecordBean.java +++ b/container/src/test/java/com/streamsets/datacollector/restapi/bean/TestRecordBean.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.restapi.bean; diff --git a/container/src/test/java/com/streamsets/datacollector/runner/MockStages.java b/container/src/test/java/com/streamsets/datacollector/runner/MockStages.java index 9e86ca6aa71..fe4209bafe8 100644 --- a/container/src/test/java/com/streamsets/datacollector/runner/MockStages.java +++ b/container/src/test/java/com/streamsets/datacollector/runner/MockStages.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.runner; diff --git a/container/src/test/java/com/streamsets/datacollector/runner/TestBatchImpl.java b/container/src/test/java/com/streamsets/datacollector/runner/TestBatchImpl.java index 126265b1a5e..b05a016d0f0 100644 --- a/container/src/test/java/com/streamsets/datacollector/runner/TestBatchImpl.java +++ b/container/src/test/java/com/streamsets/datacollector/runner/TestBatchImpl.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.runner; diff --git a/container/src/test/java/com/streamsets/datacollector/runner/TestBatchMakerImpl.java b/container/src/test/java/com/streamsets/datacollector/runner/TestBatchMakerImpl.java index b399ce648a2..5fcd44cfbc6 100644 --- a/container/src/test/java/com/streamsets/datacollector/runner/TestBatchMakerImpl.java +++ b/container/src/test/java/com/streamsets/datacollector/runner/TestBatchMakerImpl.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.runner; diff --git a/container/src/test/java/com/streamsets/datacollector/runner/TestCombinerPipe.java b/container/src/test/java/com/streamsets/datacollector/runner/TestCombinerPipe.java index 8354e42b21a..707305f8728 100644 --- a/container/src/test/java/com/streamsets/datacollector/runner/TestCombinerPipe.java +++ b/container/src/test/java/com/streamsets/datacollector/runner/TestCombinerPipe.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.runner; diff --git a/container/src/test/java/com/streamsets/datacollector/runner/TestLaneResolver.java b/container/src/test/java/com/streamsets/datacollector/runner/TestLaneResolver.java index eab21653de7..4f87efa6a82 100644 --- a/container/src/test/java/com/streamsets/datacollector/runner/TestLaneResolver.java +++ b/container/src/test/java/com/streamsets/datacollector/runner/TestLaneResolver.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.runner; diff --git a/container/src/test/java/com/streamsets/datacollector/runner/TestMemoryIsolation.java b/container/src/test/java/com/streamsets/datacollector/runner/TestMemoryIsolation.java index bda0a99015f..37ef62bef94 100644 --- a/container/src/test/java/com/streamsets/datacollector/runner/TestMemoryIsolation.java +++ b/container/src/test/java/com/streamsets/datacollector/runner/TestMemoryIsolation.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.runner; diff --git a/container/src/test/java/com/streamsets/datacollector/runner/TestMultiplexerPipe.java b/container/src/test/java/com/streamsets/datacollector/runner/TestMultiplexerPipe.java index 2ad264f987c..f5d474c174c 100644 --- a/container/src/test/java/com/streamsets/datacollector/runner/TestMultiplexerPipe.java +++ b/container/src/test/java/com/streamsets/datacollector/runner/TestMultiplexerPipe.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.runner; diff --git a/container/src/test/java/com/streamsets/datacollector/runner/TestObserverPipe.java b/container/src/test/java/com/streamsets/datacollector/runner/TestObserverPipe.java index ef6d104e0b6..7725bb38aaa 100644 --- a/container/src/test/java/com/streamsets/datacollector/runner/TestObserverPipe.java +++ b/container/src/test/java/com/streamsets/datacollector/runner/TestObserverPipe.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.runner; diff --git a/container/src/test/java/com/streamsets/datacollector/runner/TestPipeBatch.java b/container/src/test/java/com/streamsets/datacollector/runner/TestPipeBatch.java index 9f0539506b0..60c4afaa755 100644 --- a/container/src/test/java/com/streamsets/datacollector/runner/TestPipeBatch.java +++ b/container/src/test/java/com/streamsets/datacollector/runner/TestPipeBatch.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.runner; diff --git a/container/src/test/java/com/streamsets/datacollector/runner/TestPipeline.java b/container/src/test/java/com/streamsets/datacollector/runner/TestPipeline.java index 34500ad18d8..773d0236d9b 100644 --- a/container/src/test/java/com/streamsets/datacollector/runner/TestPipeline.java +++ b/container/src/test/java/com/streamsets/datacollector/runner/TestPipeline.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.runner; diff --git a/container/src/test/java/com/streamsets/datacollector/runner/TestPipelineRuntimeException.java b/container/src/test/java/com/streamsets/datacollector/runner/TestPipelineRuntimeException.java index c2ed87bd97c..b062c8a44f6 100644 --- a/container/src/test/java/com/streamsets/datacollector/runner/TestPipelineRuntimeException.java +++ b/container/src/test/java/com/streamsets/datacollector/runner/TestPipelineRuntimeException.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.runner; diff --git a/container/src/test/java/com/streamsets/datacollector/runner/TestPreconditionsPredicate.java b/container/src/test/java/com/streamsets/datacollector/runner/TestPreconditionsPredicate.java index 6579ee180e2..372cbb945ad 100644 --- a/container/src/test/java/com/streamsets/datacollector/runner/TestPreconditionsPredicate.java +++ b/container/src/test/java/com/streamsets/datacollector/runner/TestPreconditionsPredicate.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.runner; diff --git a/container/src/test/java/com/streamsets/datacollector/runner/TestResourceControlledScheduledExecutor.java b/container/src/test/java/com/streamsets/datacollector/runner/TestResourceControlledScheduledExecutor.java index 76605ab1a7f..4946a86590e 100644 --- a/container/src/test/java/com/streamsets/datacollector/runner/TestResourceControlledScheduledExecutor.java +++ b/container/src/test/java/com/streamsets/datacollector/runner/TestResourceControlledScheduledExecutor.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.runner; diff --git a/container/src/test/java/com/streamsets/datacollector/runner/TestRuntimeStats.java b/container/src/test/java/com/streamsets/datacollector/runner/TestRuntimeStats.java index 6937adddc3d..8a14df4f352 100644 --- a/container/src/test/java/com/streamsets/datacollector/runner/TestRuntimeStats.java +++ b/container/src/test/java/com/streamsets/datacollector/runner/TestRuntimeStats.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.runner; diff --git a/container/src/test/java/com/streamsets/datacollector/runner/TestStageContext.java b/container/src/test/java/com/streamsets/datacollector/runner/TestStageContext.java index 83365402d8a..be8663cac8c 100644 --- a/container/src/test/java/com/streamsets/datacollector/runner/TestStageContext.java +++ b/container/src/test/java/com/streamsets/datacollector/runner/TestStageContext.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.runner; diff --git a/container/src/test/java/com/streamsets/datacollector/runner/TestStagePipe.java b/container/src/test/java/com/streamsets/datacollector/runner/TestStagePipe.java index 8cca992275c..e6d55dc1ab9 100644 --- a/container/src/test/java/com/streamsets/datacollector/runner/TestStagePipe.java +++ b/container/src/test/java/com/streamsets/datacollector/runner/TestStagePipe.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.runner; diff --git a/container/src/test/java/com/streamsets/datacollector/runner/TestStageRuntime.java b/container/src/test/java/com/streamsets/datacollector/runner/TestStageRuntime.java index 25d38726a32..077e063362e 100644 --- a/container/src/test/java/com/streamsets/datacollector/runner/TestStageRuntime.java +++ b/container/src/test/java/com/streamsets/datacollector/runner/TestStageRuntime.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.runner; diff --git a/container/src/test/java/com/streamsets/datacollector/runner/preview/TestPreviewRun.java b/container/src/test/java/com/streamsets/datacollector/runner/preview/TestPreviewRun.java index dd13490f1df..19aaee54970 100644 --- a/container/src/test/java/com/streamsets/datacollector/runner/preview/TestPreviewRun.java +++ b/container/src/test/java/com/streamsets/datacollector/runner/preview/TestPreviewRun.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.runner.preview; diff --git a/container/src/test/java/com/streamsets/datacollector/security/TestSecurityContext.java b/container/src/test/java/com/streamsets/datacollector/security/TestSecurityContext.java index c90dc8ccd59..91c94ad215d 100644 --- a/container/src/test/java/com/streamsets/datacollector/security/TestSecurityContext.java +++ b/container/src/test/java/com/streamsets/datacollector/security/TestSecurityContext.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.security; diff --git a/container/src/test/java/com/streamsets/datacollector/stagelibrary/ForTestELs.java b/container/src/test/java/com/streamsets/datacollector/stagelibrary/ForTestELs.java index b5bd33f7489..4d405e60a8e 100644 --- a/container/src/test/java/com/streamsets/datacollector/stagelibrary/ForTestELs.java +++ b/container/src/test/java/com/streamsets/datacollector/stagelibrary/ForTestELs.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.stagelibrary; diff --git a/container/src/test/java/com/streamsets/datacollector/stagelibrary/ForTestSource.java b/container/src/test/java/com/streamsets/datacollector/stagelibrary/ForTestSource.java index 23b87931d35..b8aa2552beb 100644 --- a/container/src/test/java/com/streamsets/datacollector/stagelibrary/ForTestSource.java +++ b/container/src/test/java/com/streamsets/datacollector/stagelibrary/ForTestSource.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.stagelibrary; diff --git a/container/src/test/java/com/streamsets/datacollector/stagelibrary/TestClassLoaderStageLibraryTask.java b/container/src/test/java/com/streamsets/datacollector/stagelibrary/TestClassLoaderStageLibraryTask.java index 1ce31cc39c8..3668840be11 100644 --- a/container/src/test/java/com/streamsets/datacollector/stagelibrary/TestClassLoaderStageLibraryTask.java +++ b/container/src/test/java/com/streamsets/datacollector/stagelibrary/TestClassLoaderStageLibraryTask.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.stagelibrary; diff --git a/container/src/test/java/com/streamsets/datacollector/store/impl/TestCachePipelineStoreTask.java b/container/src/test/java/com/streamsets/datacollector/store/impl/TestCachePipelineStoreTask.java index e89a6c36130..1b52450de7f 100644 --- a/container/src/test/java/com/streamsets/datacollector/store/impl/TestCachePipelineStoreTask.java +++ b/container/src/test/java/com/streamsets/datacollector/store/impl/TestCachePipelineStoreTask.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.store.impl; diff --git a/container/src/test/java/com/streamsets/datacollector/store/impl/TestFilePipelineStoreTask.java b/container/src/test/java/com/streamsets/datacollector/store/impl/TestFilePipelineStoreTask.java index 95e9c87ea0b..1ae0bb1dfbb 100644 --- a/container/src/test/java/com/streamsets/datacollector/store/impl/TestFilePipelineStoreTask.java +++ b/container/src/test/java/com/streamsets/datacollector/store/impl/TestFilePipelineStoreTask.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.store.impl; diff --git a/container/src/test/java/com/streamsets/datacollector/store/impl/TestSlavePipelineStoreExecutionModes.java b/container/src/test/java/com/streamsets/datacollector/store/impl/TestSlavePipelineStoreExecutionModes.java index 528cba35998..9406ace5dab 100644 --- a/container/src/test/java/com/streamsets/datacollector/store/impl/TestSlavePipelineStoreExecutionModes.java +++ b/container/src/test/java/com/streamsets/datacollector/store/impl/TestSlavePipelineStoreExecutionModes.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.store.impl; diff --git a/container/src/test/java/com/streamsets/datacollector/task/TestAbstractTask.java b/container/src/test/java/com/streamsets/datacollector/task/TestAbstractTask.java index 2ee02e7163f..f27797505bd 100644 --- a/container/src/test/java/com/streamsets/datacollector/task/TestAbstractTask.java +++ b/container/src/test/java/com/streamsets/datacollector/task/TestAbstractTask.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.task; diff --git a/container/src/test/java/com/streamsets/datacollector/task/TestCompositeTask.java b/container/src/test/java/com/streamsets/datacollector/task/TestCompositeTask.java index 175bef2818b..fb3166f6184 100644 --- a/container/src/test/java/com/streamsets/datacollector/task/TestCompositeTask.java +++ b/container/src/test/java/com/streamsets/datacollector/task/TestCompositeTask.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.task; diff --git a/container/src/test/java/com/streamsets/datacollector/task/TestTaskWrapper.java b/container/src/test/java/com/streamsets/datacollector/task/TestTaskWrapper.java index 05c93c72b05..7b3539145f0 100644 --- a/container/src/test/java/com/streamsets/datacollector/task/TestTaskWrapper.java +++ b/container/src/test/java/com/streamsets/datacollector/task/TestTaskWrapper.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.task; diff --git a/container/src/test/java/com/streamsets/datacollector/updatechecker/TestUpdateChecker.java b/container/src/test/java/com/streamsets/datacollector/updatechecker/TestUpdateChecker.java index ecf48f79670..cb0302d38cb 100644 --- a/container/src/test/java/com/streamsets/datacollector/updatechecker/TestUpdateChecker.java +++ b/container/src/test/java/com/streamsets/datacollector/updatechecker/TestUpdateChecker.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.updatechecker; diff --git a/container/src/test/java/com/streamsets/datacollector/util/TestConfiguration.java b/container/src/test/java/com/streamsets/datacollector/util/TestConfiguration.java index d6eff4bc043..9b4adb5d16f 100644 --- a/container/src/test/java/com/streamsets/datacollector/util/TestConfiguration.java +++ b/container/src/test/java/com/streamsets/datacollector/util/TestConfiguration.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.util; diff --git a/container/src/test/java/com/streamsets/datacollector/util/TestLockCache.java b/container/src/test/java/com/streamsets/datacollector/util/TestLockCache.java index 3985fafd228..ad329443a07 100644 --- a/container/src/test/java/com/streamsets/datacollector/util/TestLockCache.java +++ b/container/src/test/java/com/streamsets/datacollector/util/TestLockCache.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.util; diff --git a/container/src/test/java/com/streamsets/datacollector/util/TestLogUtil.java b/container/src/test/java/com/streamsets/datacollector/util/TestLogUtil.java index 64e1b49c636..071fdb7e807 100644 --- a/container/src/test/java/com/streamsets/datacollector/util/TestLogUtil.java +++ b/container/src/test/java/com/streamsets/datacollector/util/TestLogUtil.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.util; diff --git a/container/src/test/java/com/streamsets/datacollector/util/TestPipelineConfigurationUtil.java b/container/src/test/java/com/streamsets/datacollector/util/TestPipelineConfigurationUtil.java index badb02510f2..d7f3df84533 100644 --- a/container/src/test/java/com/streamsets/datacollector/util/TestPipelineConfigurationUtil.java +++ b/container/src/test/java/com/streamsets/datacollector/util/TestPipelineConfigurationUtil.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.util; diff --git a/container/src/test/java/com/streamsets/datacollector/util/TestSystemProcess.java b/container/src/test/java/com/streamsets/datacollector/util/TestSystemProcess.java index 39b1c14000b..987f7b35046 100644 --- a/container/src/test/java/com/streamsets/datacollector/util/TestSystemProcess.java +++ b/container/src/test/java/com/streamsets/datacollector/util/TestSystemProcess.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.util; diff --git a/container/src/test/java/com/streamsets/datacollector/util/TestUtil.java b/container/src/test/java/com/streamsets/datacollector/util/TestUtil.java index 823b8f9e1b8..d5d8805be9e 100644 --- a/container/src/test/java/com/streamsets/datacollector/util/TestUtil.java +++ b/container/src/test/java/com/streamsets/datacollector/util/TestUtil.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.util; diff --git a/container/src/test/java/com/streamsets/datacollector/validation/TestPipelineConfigurationValidator.java b/container/src/test/java/com/streamsets/datacollector/validation/TestPipelineConfigurationValidator.java index 2be78cbc43c..367ba785138 100644 --- a/container/src/test/java/com/streamsets/datacollector/validation/TestPipelineConfigurationValidator.java +++ b/container/src/test/java/com/streamsets/datacollector/validation/TestPipelineConfigurationValidator.java @@ -1,7 +1,19 @@ /** - * (c) 2014 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.datacollector.validation; diff --git a/container/src/test/resources/basic-realm.properties b/container/src/test/resources/basic-realm.properties index 57c10af4d03..a7eedcb7020 100644 --- a/container/src/test/resources/basic-realm.properties +++ b/container/src/test/resources/basic-realm.properties @@ -1,9 +1,23 @@ # -# (c) 2015 StreamSets, Inc. All rights reserved. May not -# be copied, modified, or distributed in whole or part without -# written consent of StreamSets, Inc. # - +# 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. +# +# # Basic authentication, password is same as user name admin: admin,user,admin diff --git a/container/src/test/resources/com/streamsets/datacollector/config/Groups-bundle_xyz.properties b/container/src/test/resources/com/streamsets/datacollector/config/Groups-bundle_xyz.properties index c2de7cdf2d7..dac8f3388da 100644 --- a/container/src/test/resources/com/streamsets/datacollector/config/Groups-bundle_xyz.properties +++ b/container/src/test/resources/com/streamsets/datacollector/config/Groups-bundle_xyz.properties @@ -1 +1,21 @@ +# +# +# 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. +# +# GROUP=XGroup \ No newline at end of file diff --git a/container/src/test/resources/com/streamsets/datacollector/config/Options-bundle_xyz.properties b/container/src/test/resources/com/streamsets/datacollector/config/Options-bundle_xyz.properties index a1ffc157e55..8228b3838d9 100644 --- a/container/src/test/resources/com/streamsets/datacollector/config/Options-bundle_xyz.properties +++ b/container/src/test/resources/com/streamsets/datacollector/config/Options-bundle_xyz.properties @@ -1 +1,21 @@ +# +# +# 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. +# +# OPTION=XOption \ No newline at end of file diff --git a/container/src/test/resources/com/streamsets/datacollector/config/PipelineDefConfigs$Groups-bundle_xyz.properties b/container/src/test/resources/com/streamsets/datacollector/config/PipelineDefConfigs$Groups-bundle_xyz.properties index 20b8544a318..806b4587f89 100644 --- a/container/src/test/resources/com/streamsets/datacollector/config/PipelineDefConfigs$Groups-bundle_xyz.properties +++ b/container/src/test/resources/com/streamsets/datacollector/config/PipelineDefConfigs$Groups-bundle_xyz.properties @@ -1,3 +1,23 @@ +# +# +# 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. +# +# BAD_RECORDS=XError Records CONSTANTS=XConstants CLUSTER=XCluster \ No newline at end of file diff --git a/container/src/test/resources/com/streamsets/datacollector/config/PipelineDefConfigs-bundle_xyz.properties b/container/src/test/resources/com/streamsets/datacollector/config/PipelineDefConfigs-bundle_xyz.properties index 4c8230b6fab..eaf222459ee 100644 --- a/container/src/test/resources/com/streamsets/datacollector/config/PipelineDefConfigs-bundle_xyz.properties +++ b/container/src/test/resources/com/streamsets/datacollector/config/PipelineDefConfigs-bundle_xyz.properties @@ -1,3 +1,23 @@ +# +# +# 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. +# +# configLabel.deliveryGuarantee=XDelivery Guarantee configDescription.deliveryGuarantee=X configLabel.badRecordsHandling=XError Records diff --git a/container/src/test/resources/com/streamsets/datacollector/config/TOutput-bundle_xyz.properties b/container/src/test/resources/com/streamsets/datacollector/config/TOutput-bundle_xyz.properties index 958902cd430..14b4ba2d80f 100644 --- a/container/src/test/resources/com/streamsets/datacollector/config/TOutput-bundle_xyz.properties +++ b/container/src/test/resources/com/streamsets/datacollector/config/TOutput-bundle_xyz.properties @@ -1 +1,21 @@ +# +# +# 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. +# +# OUTPUT=XOutput \ No newline at end of file diff --git a/container/src/test/resources/com/streamsets/datacollector/config/TProcessor-bundle_xyz.properties b/container/src/test/resources/com/streamsets/datacollector/config/TProcessor-bundle_xyz.properties index 9d61ae302f0..1c5e6ce7e2c 100644 --- a/container/src/test/resources/com/streamsets/datacollector/config/TProcessor-bundle_xyz.properties +++ b/container/src/test/resources/com/streamsets/datacollector/config/TProcessor-bundle_xyz.properties @@ -1,3 +1,23 @@ +# +# +# 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. +# +# stageLabel=XStageLabel stageDescription=XStageDescription errorStageLabel=XErrorStageLabel diff --git a/container/src/test/resources/com/streamsets/datacollector/config/TRawSourcePreviewer-bundle_xyz.properties b/container/src/test/resources/com/streamsets/datacollector/config/TRawSourcePreviewer-bundle_xyz.properties index 58dc29e909b..10c6b46045e 100644 --- a/container/src/test/resources/com/streamsets/datacollector/config/TRawSourcePreviewer-bundle_xyz.properties +++ b/container/src/test/resources/com/streamsets/datacollector/config/TRawSourcePreviewer-bundle_xyz.properties @@ -1,3 +1,23 @@ +# +# +# 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. +# +# configLabel.c1=XConfig1Label configDescription.c1=XConfig1Description configLabel.c2=XConfig2Label diff --git a/container/src/test/resources/log4j.properties b/container/src/test/resources/log4j.properties index 1672982ae28..0d09bd84e5b 100644 --- a/container/src/test/resources/log4j.properties +++ b/container/src/test/resources/log4j.properties @@ -1,9 +1,23 @@ # -# (c) 2014 StreamSets, Inc. All rights reserved. May not -# be copied, modified, or distributed in whole or part without -# written consent of StreamSets, Inc. # - +# 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. +# +# # appender log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.Target=System.out diff --git a/container/src/test/resources/pipeline-api-build-info.properties b/container/src/test/resources/pipeline-api-build-info.properties index 4fcdf6dbaf9..78c4a464b97 100644 --- a/container/src/test/resources/pipeline-api-build-info.properties +++ b/container/src/test/resources/pipeline-api-build-info.properties @@ -1,9 +1,23 @@ # -# (c) 2014 StreamSets, Inc. All rights reserved. May not -# be copied, modified, or distributed in whole or part without -# written consent of StreamSets, Inc. # - +# 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. +# +# pipeline-api.version=1 pipeline-api.built.by=foo pipeline-api.built.date=today diff --git a/container/src/test/resources/pipeline-container-build-info.properties b/container/src/test/resources/pipeline-container-build-info.properties index 3b40a1d6547..3cf432b606b 100644 --- a/container/src/test/resources/pipeline-container-build-info.properties +++ b/container/src/test/resources/pipeline-container-build-info.properties @@ -1,9 +1,23 @@ # -# (c) 2014 StreamSets, Inc. All rights reserved. May not -# be copied, modified, or distributed in whole or part without -# written consent of StreamSets, Inc. # - +# 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. +# +# pipeline-container.version=1 pipeline-container.built.by=foo pipeline-container.built.date=today diff --git a/container/src/test/resources/pipeline-container-bundle_EN.properties b/container/src/test/resources/pipeline-container-bundle_EN.properties index 7eda4209f38..c4475de461b 100644 --- a/container/src/test/resources/pipeline-container-bundle_EN.properties +++ b/container/src/test/resources/pipeline-container-bundle_EN.properties @@ -1 +1,21 @@ +# +# +# 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. +# +# key=en \ No newline at end of file diff --git a/container/src/test/resources/sdc-embedded-runtime-conf.properties b/container/src/test/resources/sdc-embedded-runtime-conf.properties index 515a6edec3f..0765b94ac93 100644 --- a/container/src/test/resources/sdc-embedded-runtime-conf.properties +++ b/container/src/test/resources/sdc-embedded-runtime-conf.properties @@ -1,3 +1,23 @@ +# +# +# 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. +# +# #config that says "look in this file for runtime conf properties" runtime.conf.location=embedded #runtime config diff --git a/container/src/test/resources/sdc-remote-runtime-conf.properties b/container/src/test/resources/sdc-remote-runtime-conf.properties index 4f40a28c30c..3a35314895f 100644 --- a/container/src/test/resources/sdc-remote-runtime-conf.properties +++ b/container/src/test/resources/sdc-remote-runtime-conf.properties @@ -1,2 +1,22 @@ +# +# +# 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. +# +# #config that says "look in this file for runtime conf properties" runtime.conf.location=sdc-runtime-conf.properties \ No newline at end of file diff --git a/container/src/test/resources/sdc-runtime-conf.properties b/container/src/test/resources/sdc-runtime-conf.properties index 1bf6901411f..43cb14acb2d 100644 --- a/container/src/test/resources/sdc-runtime-conf.properties +++ b/container/src/test/resources/sdc-runtime-conf.properties @@ -1,2 +1,22 @@ +# +# +# 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. +# +# #runtime config SDC_HOME=../sdc-remote \ No newline at end of file diff --git a/container/src/test/resources/test-message-bundle.properties b/container/src/test/resources/test-message-bundle.properties index 5cdb58b2736..469b4f02d63 100644 --- a/container/src/test/resources/test-message-bundle.properties +++ b/container/src/test/resources/test-message-bundle.properties @@ -1,7 +1,21 @@ # -# (c) 2014 StreamSets, Inc. All rights reserved. May not -# be copied, modified, or distributed in whole or part without -# written consent of StreamSets, Inc. # - +# 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. +# +# key=bundle '{}' \ No newline at end of file diff --git a/datacollector-ui/pom.xml b/datacollector-ui/pom.xml index ed67b2fad7b..11ccc5fb4ca 100644 --- a/datacollector-ui/pom.xml +++ b/datacollector-ui/pom.xml @@ -1,8 +1,16 @@ appender log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.Target=System.out diff --git a/dev-support/ci-default-profile.sh b/dev-support/ci-default-profile.sh index 68951482abe..be4cc66a963 100755 --- a/dev-support/ci-default-profile.sh +++ b/dev-support/ci-default-profile.sh @@ -1,4 +1,24 @@ #!/bin/bash +# +# +# 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. +# +# # this allows people to override the default profile for build scripts if [[ -n "$CI_PROFILE_APPLIED" ]] diff --git a/dev-support/ci-run-all-libs.sh b/dev-support/ci-run-all-libs.sh index 9414916ad20..79e71f34a9c 100755 --- a/dev-support/ci-run-all-libs.sh +++ b/dev-support/ci-run-all-libs.sh @@ -1,4 +1,25 @@ #!/bin/bash +# +# +# 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. +# +# + set -e set -x DEV_SUPPORT=$(cd $(dirname ${BASH_SOURCE}) && /bin/pwd) diff --git a/dev-support/ci-run-it.sh b/dev-support/ci-run-it.sh index 5150a9bbe2c..2496664298f 100755 --- a/dev-support/ci-run-it.sh +++ b/dev-support/ci-run-it.sh @@ -1,4 +1,25 @@ #!/bin/bash +# +# +# 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. +# +# + set -x cd $(dirname ${BASH_SOURCE}) sdcSource=$PWD/../python/sdc-cli/ diff --git a/dist/pom.xml b/dist/pom.xml index 040ec724c83..e3c9372755e 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -1,8 +1,16 @@ dist diff --git a/dist/src/main/bin/streamsets b/dist/src/main/bin/streamsets index cc095108eb1..f8e453a1516 100644 --- a/dist/src/main/bin/streamsets +++ b/dist/src/main/bin/streamsets @@ -1,8 +1,23 @@ #!/bin/bash # -# (c) 2014 StreamSets, Inc. All rights reserved. May not -# be copied, modified, or distributed in whole or part without -# written consent of StreamSets, Inc. +# +# 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. +# # # resolve links - $0 may be a softlink diff --git a/dist/src/main/emptydir/.empty b/dist/src/main/emptydir/.empty index e69de29bb2d..31a82fbc879 100644 --- a/dist/src/main/emptydir/.empty +++ b/dist/src/main/emptydir/.empty @@ -0,0 +1,20 @@ +# +# +# 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. +# +# diff --git a/dist/src/main/etc/basic-realm.properties b/dist/src/main/etc/basic-realm.properties index ce708282f2d..88ebf86d75e 100644 --- a/dist/src/main/etc/basic-realm.properties +++ b/dist/src/main/etc/basic-realm.properties @@ -1,9 +1,23 @@ # -# (c) 2014 StreamSets, Inc. All rights reserved. May not -# be copied, modified, or distributed in whole or part without -# written consent of StreamSets, Inc. # - +# 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. +# +# #The format is # : MD5:[,user,,,...] diff --git a/dist/src/main/etc/digest-realm.properties b/dist/src/main/etc/digest-realm.properties index 17ace68bdb9..0f4b5d0b1ea 100644 --- a/dist/src/main/etc/digest-realm.properties +++ b/dist/src/main/etc/digest-realm.properties @@ -1,9 +1,23 @@ # -# (c) 2014 StreamSets, Inc. All rights reserved. May not -# be copied, modified, or distributed in whole or part without -# written consent of StreamSets, Inc. # - +# 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. +# +# #The format is # : MD5:[,user,,,...] diff --git a/dist/src/main/etc/form-realm.properties b/dist/src/main/etc/form-realm.properties index fa518d95c9f..64b5dc6316c 100644 --- a/dist/src/main/etc/form-realm.properties +++ b/dist/src/main/etc/form-realm.properties @@ -1,9 +1,23 @@ # -# (c) 2014 StreamSets, Inc. All rights reserved. May not -# be copied, modified, or distributed in whole or part without -# written consent of StreamSets, Inc. # - +# 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. +# +# #The format is # : MD5:[,user,,,...] diff --git a/dist/src/main/etc/sdc-log4j.properties b/dist/src/main/etc/sdc-log4j.properties index 901a00ce73e..c80a7881ed7 100644 --- a/dist/src/main/etc/sdc-log4j.properties +++ b/dist/src/main/etc/sdc-log4j.properties @@ -1,9 +1,23 @@ # -# (c) 2014 StreamSets, Inc. All rights reserved. May not -# be copied, modified, or distributed in whole or part without -# written consent of StreamSets, Inc. # - +# 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. +# +# # /dev/null appender log4j.appender.null=org.apache.log4j.FileAppender log4j.appender.null.File=/dev/null diff --git a/dist/src/main/etc/sdc-security.policy b/dist/src/main/etc/sdc-security.policy index 716a455ae15..7d208143958 100644 --- a/dist/src/main/etc/sdc-security.policy +++ b/dist/src/main/etc/sdc-security.policy @@ -1,7 +1,22 @@ // -// (c) 2015 StreamSets, Inc. All rights reserved. May not -// be copied, modified, or distributed in whole or part without -// written consent of StreamSets, Inc. +// +// 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. +// // // StreamSets Data Collector Policy File diff --git a/dist/src/main/etc/sdc.properties b/dist/src/main/etc/sdc.properties index e04bd04b374..c67d1c4f8c4 100644 --- a/dist/src/main/etc/sdc.properties +++ b/dist/src/main/etc/sdc.properties @@ -1,9 +1,23 @@ # -# (c) 2014 StreamSets, Inc. All rights reserved. May not -# be copied, modified, or distributed in whole or part without -# written consent of StreamSets, Inc. # - +# 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. +# +# # The base URL of the datacollector, used to create email alert messages. # If not set http://: is used # is resolved using 'hostname -f' diff --git a/dist/src/main/etc/stagelibswhitelist.properties b/dist/src/main/etc/stagelibswhitelist.properties index a2a79829b17..260208f81a7 100644 --- a/dist/src/main/etc/stagelibswhitelist.properties +++ b/dist/src/main/etc/stagelibswhitelist.properties @@ -1,9 +1,23 @@ # -# (c) 2014 StreamSets, Inc. All rights reserved. May not -# be copied, modified, or distributed in whole or part without -# written consent of StreamSets, Inc. # - +# 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. +# +# # StreamSets libraries to load in the data collector, specify the library directory names separated by commas, # use * for all. system.stagelibs.whitelist=* diff --git a/dist/src/main/initd/_sdcinitd_prototype b/dist/src/main/initd/_sdcinitd_prototype index 65be009dcc0..4d361fc94e6 100644 --- a/dist/src/main/initd/_sdcinitd_prototype +++ b/dist/src/main/initd/_sdcinitd_prototype @@ -1,9 +1,25 @@ #! /bin/bash - # -# (c) 2014 StreamSets, Inc. All rights reserved. May not -# be copied, modified, or distributed in whole or part without -# written consent of StreamSets, Inc. +# +# 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. +# +# + # # Starts StreamSets Data Collector # diff --git a/dist/src/main/initd/sdcd b/dist/src/main/initd/sdcd index 8aaf02d7b6b..f875b01e3c1 100644 --- a/dist/src/main/initd/sdcd +++ b/dist/src/main/initd/sdcd @@ -1,8 +1,23 @@ #!/bin/bash # -# (c) 2015 StreamSets, Inc. All rights reserved. May not -# be copied, modified, or distributed in whole or part without -# written consent of StreamSets, Inc. +# +# 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. +# # # resolve links - $0 may be a softlink diff --git a/dist/src/main/libexec/_cluster-manager b/dist/src/main/libexec/_cluster-manager index 663e7b2f543..761042d0889 100644 --- a/dist/src/main/libexec/_cluster-manager +++ b/dist/src/main/libexec/_cluster-manager @@ -1,9 +1,25 @@ #!/bin/bash # -# (c) 2015 StreamSets, Inc. All rights reserved. May not -# be copied, modified, or distributed in whole or part without -# written consent of StreamSets, Inc. # +# 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. +# +# + exec 2<&- exec 2>&1 if [[ -z "$CLUSTER_TYPE" ]] diff --git a/dist/src/main/libexec/_create-sdc b/dist/src/main/libexec/_create-sdc index 3dca1b6355e..c1d77329f5d 100644 --- a/dist/src/main/libexec/_create-sdc +++ b/dist/src/main/libexec/_create-sdc @@ -1,8 +1,23 @@ #!/bin/bash # -# (c) 2014 StreamSets, Inc. All rights reserved. May not -# be copied, modified, or distributed in whole or part without -# written consent of StreamSets, Inc. +# +# 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. +# # # resolve links - $0 may be a softlink diff --git a/dist/src/main/libexec/_sdc b/dist/src/main/libexec/_sdc index b2dadf2f3df..5ec8c54c7c5 100644 --- a/dist/src/main/libexec/_sdc +++ b/dist/src/main/libexec/_sdc @@ -1,8 +1,23 @@ #!/bin/bash # -# (c) 2014 StreamSets, Inc. All rights reserved. May not -# be copied, modified, or distributed in whole or part without -# written consent of StreamSets, Inc. +# +# 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. +# # # resolve links - $0 may be a softlink diff --git a/dist/src/main/libexec/sdc-env.sh b/dist/src/main/libexec/sdc-env.sh index f2a9ce346dc..722fb823f26 100644 --- a/dist/src/main/libexec/sdc-env.sh +++ b/dist/src/main/libexec/sdc-env.sh @@ -1,8 +1,23 @@ #!/bin/bash # -# (c) 2014 StreamSets, Inc. All rights reserved. May not -# be copied, modified, or distributed in whole or part without -# written consent of StreamSets, Inc. +# +# 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. +# # # diff --git a/dist/src/main/libexec/sdcd-env.sh b/dist/src/main/libexec/sdcd-env.sh index a7db3ab1fce..6fbf9437875 100644 --- a/dist/src/main/libexec/sdcd-env.sh +++ b/dist/src/main/libexec/sdcd-env.sh @@ -1,8 +1,23 @@ #!/bin/bash # -# (c) 2014 StreamSets, Inc. All rights reserved. May not -# be copied, modified, or distributed in whole or part without -# written consent of StreamSets, Inc. +# +# 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. +# # # diff --git a/docs/pom.xml b/docs/pom.xml index 3a8c5240446..983ecb41960 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -1,8 +1,16 @@ appender log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.Target=System.out diff --git a/hdp_2_2-lib/pom.xml b/hdp_2_2-lib/pom.xml index fa3896a8407..8d4a743fe57 100644 --- a/hdp_2_2-lib/pom.xml +++ b/hdp_2_2-lib/pom.xml @@ -1,8 +1,16 @@ + 4.0.0 diff --git a/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/InitialContextFactory.java b/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/InitialContextFactory.java index 36ea109cbbe..a2e9a21a08e 100644 --- a/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/InitialContextFactory.java +++ b/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/InitialContextFactory.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.stage.origin.jms; diff --git a/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/JmsConfig.java b/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/JmsConfig.java index c4a5de3432b..692c066581f 100644 --- a/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/JmsConfig.java +++ b/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/JmsConfig.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.stage.origin.jms; diff --git a/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/JmsDSource.java b/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/JmsDSource.java index fbb5fd16e1b..fae7859d0ad 100644 --- a/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/JmsDSource.java +++ b/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/JmsDSource.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.stage.origin.jms; diff --git a/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/JmsErrors.java b/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/JmsErrors.java index 383a1613497..984f6a4b083 100644 --- a/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/JmsErrors.java +++ b/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/JmsErrors.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.stage.origin.jms; diff --git a/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/JmsGroups.java b/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/JmsGroups.java index 7d6cbdd8b8a..f33565fc268 100644 --- a/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/JmsGroups.java +++ b/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/JmsGroups.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.stage.origin.jms; diff --git a/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/JmsMessageConsumer.java b/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/JmsMessageConsumer.java index 522d3cecba4..630469629e4 100644 --- a/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/JmsMessageConsumer.java +++ b/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/JmsMessageConsumer.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.stage.origin.jms; diff --git a/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/JmsMessageConsumerFactory.java b/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/JmsMessageConsumerFactory.java index 2c38610bef2..f87f0744f2e 100644 --- a/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/JmsMessageConsumerFactory.java +++ b/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/JmsMessageConsumerFactory.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.stage.origin.jms; diff --git a/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/JmsMessageConsumerFactoryImpl.java b/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/JmsMessageConsumerFactoryImpl.java index 3260548d742..4461ce0c2db 100644 --- a/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/JmsMessageConsumerFactoryImpl.java +++ b/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/JmsMessageConsumerFactoryImpl.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.stage.origin.jms; diff --git a/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/JmsMessageConsumerImpl.java b/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/JmsMessageConsumerImpl.java index fb6f3c58c1a..751448207ef 100644 --- a/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/JmsMessageConsumerImpl.java +++ b/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/JmsMessageConsumerImpl.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.stage.origin.jms; diff --git a/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/JmsMessageConverter.java b/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/JmsMessageConverter.java index b0036bdc38b..1962a6c3edf 100644 --- a/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/JmsMessageConverter.java +++ b/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/JmsMessageConverter.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.stage.origin.jms; diff --git a/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/JmsMessageConverterImpl.java b/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/JmsMessageConverterImpl.java index 9f7fdfd918e..28256541e11 100644 --- a/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/JmsMessageConverterImpl.java +++ b/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/JmsMessageConverterImpl.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.stage.origin.jms; diff --git a/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/JmsSource.java b/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/JmsSource.java index a8fd201e0e7..83dc587b007 100644 --- a/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/JmsSource.java +++ b/jms-lib/src/main/java/com/streamsets/pipeline/stage/origin/jms/JmsSource.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.stage.origin.jms; diff --git a/jms-lib/src/main/resources/data-collector-library-bundle.properties b/jms-lib/src/main/resources/data-collector-library-bundle.properties index 02fa383a85b..278ea55ca48 100644 --- a/jms-lib/src/main/resources/data-collector-library-bundle.properties +++ b/jms-lib/src/main/resources/data-collector-library-bundle.properties @@ -1,3 +1,5 @@ +# +# # 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 @@ -6,12 +8,14 @@ # "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 +# 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. +# # -# 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. - library.name=JMS diff --git a/jms-lib/src/test/java/com/streamsets/pipeline/stage/origin/jms/TestJmsSource.java b/jms-lib/src/test/java/com/streamsets/pipeline/stage/origin/jms/TestJmsSource.java index 1fd5b34e227..80264e7cb39 100644 --- a/jms-lib/src/test/java/com/streamsets/pipeline/stage/origin/jms/TestJmsSource.java +++ b/jms-lib/src/test/java/com/streamsets/pipeline/stage/origin/jms/TestJmsSource.java @@ -1,7 +1,19 @@ /** - * (c) 2015 StreamSets, Inc. All rights reserved. May not - * be copied, modified, or distributed in whole or part without - * written consent of StreamSets, Inc. + * 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 com.streamsets.pipeline.stage.origin.jms; diff --git a/jython-protolib/pom.xml b/jython-protolib/pom.xml index 3d69251fcd7..c3de6bba3b3 100644 --- a/jython-protolib/pom.xml +++ b/jython-protolib/pom.xml @@ -1,8 +1,16 @@ appender log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.Target=System.out diff --git a/kafka_source-protolib/pom.xml b/kafka_source-protolib/pom.xml index e3ca95e9566..e01c1d99418 100644 --- a/kafka_source-protolib/pom.xml +++ b/kafka_source-protolib/pom.xml @@ -1,8 +1,16 @@ appender log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.Target=System.out diff --git a/kafka_target-protolib/pom.xml b/kafka_target-protolib/pom.xml index 51752359c21..fa3d4d70a5c 100644 --- a/kafka_target-protolib/pom.xml +++ b/kafka_target-protolib/pom.xml @@ -1,8 +1,16 @@ appender log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.Target=System.out diff --git a/kafka_target-protolib/src/test/resources/testKafkaTarget.xml b/kafka_target-protolib/src/test/resources/testKafkaTarget.xml index 4b15b43bd77..61ea0423f5e 100644 --- a/kafka_target-protolib/src/test/resources/testKafkaTarget.xml +++ b/kafka_target-protolib/src/test/resources/testKafkaTarget.xml @@ -1,3 +1,17 @@ + + Gambardella, Matthew diff --git a/miniIT/.gitignore b/miniIT/.gitignore index 0e0f559f1fc..7d339d47116 100644 --- a/miniIT/.gitignore +++ b/miniIT/.gitignore @@ -1 +1,22 @@ +# +# +# 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. +# +# + thirdparty diff --git a/miniIT/pom.xml b/miniIT/pom.xml index fbbd909b7a1..f27e58c3820 100644 --- a/miniIT/pom.xml +++ b/miniIT/pom.xml @@ -1,8 +1,16 @@ appender log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.Target=System.out diff --git a/miniSDC/pom.xml b/miniSDC/pom.xml index 3892b6dd026..0d57c70837a 100644 --- a/miniSDC/pom.xml +++ b/miniSDC/pom.xml @@ -1,8 +1,16 @@ appender log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.Target=System.out diff --git a/mongodb_3-lib/pom.xml b/mongodb_3-lib/pom.xml index ec228778bde..ee6c22e5889 100644 --- a/mongodb_3-lib/pom.xml +++ b/mongodb_3-lib/pom.xml @@ -1,8 +1,16 @@ - (c) 2014 StreamSets, Inc. All rights reserved. - - (c) 2014 StreamSets, Inc. All rights reserved. May not be copied, modified, - or distributed in whole or part without written consent of StreamSets, Inc. - - http://www.streamsets.com + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt @@ -112,6 +116,7 @@ true + org.apache.rat apache-rat-plugin @@ -119,24 +124,45 @@ false + + .idea/** **/*.iml + + .gitignore - **/*.json - **/target/** .git/** + + + **/target/** + + **/META-INF/services/** - **/.empty sdk/src/main/services/** + **/*.svg + **/MANIFEST.MF + **/service.sdl + **/*.db + **/*.csv + **/*.txt + **/*.json + commonlib/src/main/resources/* - - ui/** + + common/src/test/resources/TestStreamingXmlParser-records.xml - + + common-ui/** + datacollector-ui/** + e2e-tests/** + python/** + docs/** csd/** + + @@ -209,6 +235,39 @@ release + + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.7 + + + rat-report + initialize + + run + + + + #!/bin/bash + if [ "${project.artifactId}" == "streamsets-datacollector" ]; + then + mvn apache-rat:check -N + exit $? + fi + + + + + + + + + + + rpm @@ -219,15 +278,6 @@ rpm - - template-lib - - false - - - template-lib - - all-libs diff --git a/python/sdc-cli/.gitignore b/python/sdc-cli/.gitignore index 5bf7df93ade..72c2ef7069f 100644 --- a/python/sdc-cli/.gitignore +++ b/python/sdc-cli/.gitignore @@ -1,3 +1,24 @@ +# +# +# 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. +# +# + # IntelliJ .idea *.iml diff --git a/python/sdc-cli/sdc/__init__.py b/python/sdc-cli/sdc/__init__.py index 9c810d0bea2..18c10fc0ce9 100644 --- a/python/sdc-cli/sdc/__init__.py +++ b/python/sdc-cli/sdc/__init__.py @@ -1,2 +1,22 @@ +# +# +# 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. +# +# __all__ = ['api','cli'] from sdc import * diff --git a/python/sdc-cli/sdc/api.py b/python/sdc-cli/sdc/api.py index 2f03e5feaa4..f7ddf86b1c4 100644 --- a/python/sdc-cli/sdc/api.py +++ b/python/sdc-cli/sdc/api.py @@ -1,3 +1,24 @@ +# +# +# 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. +# +# + # -*- coding: utf-8 -*- import json import logging diff --git a/python/sdc-cli/sdc/cli.py b/python/sdc-cli/sdc/cli.py index 642dbf7afe7..f827fdbbee0 100644 --- a/python/sdc-cli/sdc/cli.py +++ b/python/sdc-cli/sdc/cli.py @@ -1,3 +1,24 @@ +# +# +# 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 api import click diff --git a/python/sdc-cli/setup.py b/python/sdc-cli/setup.py index 45c8eb5094b..9b41b711bbe 100644 --- a/python/sdc-cli/setup.py +++ b/python/sdc-cli/setup.py @@ -1,3 +1,24 @@ +# +# +# 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. +# +# + """ CLI for controlling SDC. """ diff --git a/python/sdc-cli/tests/test_cli.py b/python/sdc-cli/tests/test_cli.py index 006a91ec529..46a5735b600 100644 --- a/python/sdc-cli/tests/test_cli.py +++ b/python/sdc-cli/tests/test_cli.py @@ -1,3 +1,24 @@ +# +# +# 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 pytest from click.testing import CliRunner from sdc import cli diff --git a/release/pom.xml b/release/pom.xml index 7ad73c5813b..94f3e550be8 100644 --- a/release/pom.xml +++ b/release/pom.xml @@ -1,8 +1,16 @@ - + + diff --git a/release/src/main/assemblies/data-collector-sdc.xml b/release/src/main/assemblies/data-collector-sdc.xml index ee532868793..4998cecd80a 100644 --- a/release/src/main/assemblies/data-collector-sdc.xml +++ b/release/src/main/assemblies/data-collector-sdc.xml @@ -1,8 +1,16 @@ sdc diff --git a/release/src/main/docker/Dockerfile b/release/src/main/docker/Dockerfile index 57b6c7dec3c..05345b85ad1 100644 --- a/release/src/main/docker/Dockerfile +++ b/release/src/main/docker/Dockerfile @@ -1,3 +1,24 @@ +# +# +# 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. +# +# + FROM jeanblanchard/java:serverjre-8 MAINTAINER Adam Kunicki diff --git a/root-lib/pom.xml b/root-lib/pom.xml index 9c99f5fd338..5efc6513008 100644 --- a/root-lib/pom.xml +++ b/root-lib/pom.xml @@ -1,8 +1,16 @@ appender log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.Target=System.out diff --git a/solr-protolib/src/test/resources/solr/collection1/core.properties b/solr-protolib/src/test/resources/solr/collection1/core.properties index bc0cf7d0db9..fe390c4a492 100644 --- a/solr-protolib/src/test/resources/solr/collection1/core.properties +++ b/solr-protolib/src/test/resources/solr/collection1/core.properties @@ -1 +1,21 @@ +# +# +# 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. +# +# name=collection1 \ No newline at end of file diff --git a/spark-bootstrap/pom.xml b/spark-bootstrap/pom.xml index 3ae2ca8fc56..dbc01428cff 100644 --- a/spark-bootstrap/pom.xml +++ b/spark-bootstrap/pom.xml @@ -1,8 +1,16 @@ + 4.0.0 diff --git a/stage-lib-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml b/stage-lib-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml index 1c690f14757..9224aa8800b 100644 --- a/stage-lib-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml +++ b/stage-lib-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml @@ -1,4 +1,17 @@ + diff --git a/stage-lib-archetype/src/main/resources/archetype-resources/pom.xml b/stage-lib-archetype/src/main/resources/archetype-resources/pom.xml index fcd5cb1e5d4..72e02617ab2 100644 --- a/stage-lib-archetype/src/main/resources/archetype-resources/pom.xml +++ b/stage-lib-archetype/src/main/resources/archetype-resources/pom.xml @@ -1,3 +1,17 @@ + + 4.0.0 diff --git a/stage-lib-archetype/src/main/resources/archetype-resources/src/main/assemblies/stage-lib.xml b/stage-lib-archetype/src/main/resources/archetype-resources/src/main/assemblies/stage-lib.xml index 68efbea2f91..8bee832994e 100644 --- a/stage-lib-archetype/src/main/resources/archetype-resources/src/main/assemblies/stage-lib.xml +++ b/stage-lib-archetype/src/main/resources/archetype-resources/src/main/assemblies/stage-lib.xml @@ -1,8 +1,16 @@