Repository: incubator-streams Updated Branches: refs/heads/master f0072b4c6 -> 3d1847362
make apache-rat pass Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/3d184736 Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/3d184736 Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/3d184736 Branch: refs/heads/master Commit: 3d18473620b51d916be592e68a481ba769921e9a Parents: f0072b4 Author: Steve Blackmon <[email protected]> Authored: Sun Oct 23 12:29:35 2016 -0500 Committer: Steve Blackmon <[email protected]> Committed: Sun Oct 23 12:29:35 2016 -0500 ---------------------------------------------------------------------- .../activitystreams/test/ExamplesSerDeIT.java | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/3d184736/streams-schemas/streams-schema-activitystreams2/src/test/java/org/w3c/activitystreams/test/ExamplesSerDeIT.java ---------------------------------------------------------------------- diff --git a/streams-schemas/streams-schema-activitystreams2/src/test/java/org/w3c/activitystreams/test/ExamplesSerDeIT.java b/streams-schemas/streams-schema-activitystreams2/src/test/java/org/w3c/activitystreams/test/ExamplesSerDeIT.java index 2098bfb..b1b5824 100644 --- a/streams-schemas/streams-schema-activitystreams2/src/test/java/org/w3c/activitystreams/test/ExamplesSerDeIT.java +++ b/streams-schemas/streams-schema-activitystreams2/src/test/java/org/w3c/activitystreams/test/ExamplesSerDeIT.java @@ -1,3 +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. + */ + package org.w3c.activitystreams.test; import com.fasterxml.jackson.databind.ObjectMapper;
