Added missing license headers to mongodb package git-svn-id: https://svn.apache.org/repos/asf/rave/trunk@1552384 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/rave/repo Commit: http://git-wip-us.apache.org/repos/asf/rave/commit/8dc12516 Tree: http://git-wip-us.apache.org/repos/asf/rave/tree/8dc12516 Diff: http://git-wip-us.apache.org/repos/asf/rave/diff/8dc12516 Branch: refs/heads/angular Commit: 8dc1251624aefe1346209d0121c475ee731a3035 Parents: 1e4ae1f Author: Matthew B. Franklin <[email protected]> Authored: Thu Dec 19 17:58:42 2013 +0000 Committer: Matthew B. Franklin <[email protected]> Committed: Thu Dec 19 17:58:42 2013 +0000 ---------------------------------------------------------------------- .../repository/MongoPageTemplateOperations.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/rave/blob/8dc12516/rave-components/rave-mongodb/src/main/java/org/apache/rave/portal/repository/MongoPageTemplateOperations.java ---------------------------------------------------------------------- diff --git a/rave-components/rave-mongodb/src/main/java/org/apache/rave/portal/repository/MongoPageTemplateOperations.java b/rave-components/rave-mongodb/src/main/java/org/apache/rave/portal/repository/MongoPageTemplateOperations.java index f351f2d..2cce532 100644 --- a/rave-components/rave-mongodb/src/main/java/org/apache/rave/portal/repository/MongoPageTemplateOperations.java +++ b/rave-components/rave-mongodb/src/main/java/org/apache/rave/portal/repository/MongoPageTemplateOperations.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 org.apache.rave.portal.repository; import org.apache.rave.model.PageTemplate;
