Fixes license headers
Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/f214e6f1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/f214e6f1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/f214e6f1 Branch: refs/heads/two-dot-o-events Commit: f214e6f199c531ced357758af0af28c30b5760fb Parents: a93b1e3 Author: Todd Nine <[email protected]> Authored: Mon Nov 17 14:55:36 2014 -0700 Committer: Todd Nine <[email protected]> Committed: Mon Nov 17 14:55:36 2014 -0700 ---------------------------------------------------------------------- .../rest/test/resource/OrgUserUUIDWrapper.java | 19 ++++++++++++++++--- .../rest/test/resource/TestOrganization.java | 16 ++++++++++++++++ 2 files changed, 32 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/f214e6f1/stack/rest/src/test/java/org/apache/usergrid/rest/test/resource/OrgUserUUIDWrapper.java ---------------------------------------------------------------------- diff --git a/stack/rest/src/test/java/org/apache/usergrid/rest/test/resource/OrgUserUUIDWrapper.java b/stack/rest/src/test/java/org/apache/usergrid/rest/test/resource/OrgUserUUIDWrapper.java index c147f27..17d2b84 100644 --- a/stack/rest/src/test/java/org/apache/usergrid/rest/test/resource/OrgUserUUIDWrapper.java +++ b/stack/rest/src/test/java/org/apache/usergrid/rest/test/resource/OrgUserUUIDWrapper.java @@ -1,12 +1,25 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES 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.apache.usergrid.rest.test.resource; import java.util.UUID; -/** - * Created by ApigeeCorporation on 11/14/14. - */ public class OrgUserUUIDWrapper { private UUID orgUUID; private UUID userUUID; http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/f214e6f1/stack/rest/src/test/java/org/apache/usergrid/rest/test/resource/TestOrganization.java ---------------------------------------------------------------------- diff --git a/stack/rest/src/test/java/org/apache/usergrid/rest/test/resource/TestOrganization.java b/stack/rest/src/test/java/org/apache/usergrid/rest/test/resource/TestOrganization.java index a98cd9a..99a05ed 100644 --- a/stack/rest/src/test/java/org/apache/usergrid/rest/test/resource/TestOrganization.java +++ b/stack/rest/src/test/java/org/apache/usergrid/rest/test/resource/TestOrganization.java @@ -1,3 +1,19 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES 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.apache.usergrid.rest.test.resource;
