MLHR-1872 added license header in unit tests of parser and formatters
Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/commit/ece1f984 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/ece1f984 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/ece1f984 Branch: refs/heads/master Commit: ece1f984a64a4e202312dc743f615db917bf1f17 Parents: a7f5e11 Author: shubham <[email protected]> Authored: Thu Oct 15 11:28:15 2015 +0530 Committer: shubham <[email protected]> Committed: Thu Oct 15 11:29:20 2015 +0530 ---------------------------------------------------------------------- .../schema/formatter/CsvFormatterTest.java | 18 ++++++++++++++++++ .../schema/formatter/JsonFormatterTest.java | 18 ++++++++++++++++++ .../schema/formatter/XmlFormatterTest.java | 18 ++++++++++++++++++ .../contrib/schema/parser/CsvParserTest.java | 18 ++++++++++++++++++ .../contrib/schema/parser/JsonParserTest.java | 18 ++++++++++++++++++ .../contrib/schema/parser/XmlParserTest.java | 18 ++++++++++++++++++ 6 files changed, 108 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/ece1f984/contrib/src/test/java/com/datatorrent/contrib/schema/formatter/CsvFormatterTest.java ---------------------------------------------------------------------- diff --git a/contrib/src/test/java/com/datatorrent/contrib/schema/formatter/CsvFormatterTest.java b/contrib/src/test/java/com/datatorrent/contrib/schema/formatter/CsvFormatterTest.java index 8ecc088..8183381 100644 --- a/contrib/src/test/java/com/datatorrent/contrib/schema/formatter/CsvFormatterTest.java +++ b/contrib/src/test/java/com/datatorrent/contrib/schema/formatter/CsvFormatterTest.java @@ -1,3 +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. + */ package com.datatorrent.contrib.schema.formatter; import java.util.Date; http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/ece1f984/contrib/src/test/java/com/datatorrent/contrib/schema/formatter/JsonFormatterTest.java ---------------------------------------------------------------------- diff --git a/contrib/src/test/java/com/datatorrent/contrib/schema/formatter/JsonFormatterTest.java b/contrib/src/test/java/com/datatorrent/contrib/schema/formatter/JsonFormatterTest.java index 4040c63..d377b07 100644 --- a/contrib/src/test/java/com/datatorrent/contrib/schema/formatter/JsonFormatterTest.java +++ b/contrib/src/test/java/com/datatorrent/contrib/schema/formatter/JsonFormatterTest.java @@ -1,3 +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. + */ package com.datatorrent.contrib.schema.formatter; import java.io.ByteArrayOutputStream; http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/ece1f984/contrib/src/test/java/com/datatorrent/contrib/schema/formatter/XmlFormatterTest.java ---------------------------------------------------------------------- diff --git a/contrib/src/test/java/com/datatorrent/contrib/schema/formatter/XmlFormatterTest.java b/contrib/src/test/java/com/datatorrent/contrib/schema/formatter/XmlFormatterTest.java index 2bc1aec..969da1e 100644 --- a/contrib/src/test/java/com/datatorrent/contrib/schema/formatter/XmlFormatterTest.java +++ b/contrib/src/test/java/com/datatorrent/contrib/schema/formatter/XmlFormatterTest.java @@ -1,3 +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. + */ package com.datatorrent.contrib.schema.formatter; import java.util.Date; http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/ece1f984/contrib/src/test/java/com/datatorrent/contrib/schema/parser/CsvParserTest.java ---------------------------------------------------------------------- diff --git a/contrib/src/test/java/com/datatorrent/contrib/schema/parser/CsvParserTest.java b/contrib/src/test/java/com/datatorrent/contrib/schema/parser/CsvParserTest.java index 3c31ad0..9e87496 100644 --- a/contrib/src/test/java/com/datatorrent/contrib/schema/parser/CsvParserTest.java +++ b/contrib/src/test/java/com/datatorrent/contrib/schema/parser/CsvParserTest.java @@ -1,3 +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. + */ package com.datatorrent.contrib.schema.parser; import java.util.Date; http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/ece1f984/contrib/src/test/java/com/datatorrent/contrib/schema/parser/JsonParserTest.java ---------------------------------------------------------------------- diff --git a/contrib/src/test/java/com/datatorrent/contrib/schema/parser/JsonParserTest.java b/contrib/src/test/java/com/datatorrent/contrib/schema/parser/JsonParserTest.java index b453508..5a50ddb 100644 --- a/contrib/src/test/java/com/datatorrent/contrib/schema/parser/JsonParserTest.java +++ b/contrib/src/test/java/com/datatorrent/contrib/schema/parser/JsonParserTest.java @@ -1,3 +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. + */ package com.datatorrent.contrib.schema.parser; import java.io.ByteArrayOutputStream; http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/ece1f984/contrib/src/test/java/com/datatorrent/contrib/schema/parser/XmlParserTest.java ---------------------------------------------------------------------- diff --git a/contrib/src/test/java/com/datatorrent/contrib/schema/parser/XmlParserTest.java b/contrib/src/test/java/com/datatorrent/contrib/schema/parser/XmlParserTest.java index 4298951..c5f0407 100644 --- a/contrib/src/test/java/com/datatorrent/contrib/schema/parser/XmlParserTest.java +++ b/contrib/src/test/java/com/datatorrent/contrib/schema/parser/XmlParserTest.java @@ -1,3 +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. + */ package com.datatorrent.contrib.schema.parser; import java.util.Date;
