Added missing license headers git-svn-id: https://svn.apache.org/repos/asf/rave/trunk@1552383 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/1e4ae1fc Tree: http://git-wip-us.apache.org/repos/asf/rave/tree/1e4ae1fc Diff: http://git-wip-us.apache.org/repos/asf/rave/diff/1e4ae1fc Branch: refs/heads/angular Commit: 1e4ae1fc0fcdafcac011ee14fe772745ef70e81a Parents: 7ebd5af Author: Matthew B. Franklin <[email protected]> Authored: Thu Dec 19 17:55:24 2013 +0000 Committer: Matthew B. Franklin <[email protected]> Committed: Thu Dec 19 17:55:24 2013 +0000 ---------------------------------------------------------------------- .../org/apache/rave/portal/util/PageUtil.java | 18 ++++++++++++++++++ .../util/data/ModelWrapperDataExecutor.java | 18 ++++++++++++++++++ .../rave/rest/impl/DefaultWidgetsResource.java | 18 ++++++++++++++++++ 3 files changed, 54 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/rave/blob/1e4ae1fc/rave-components/rave-core/src/main/java/org/apache/rave/portal/util/PageUtil.java ---------------------------------------------------------------------- diff --git a/rave-components/rave-core/src/main/java/org/apache/rave/portal/util/PageUtil.java b/rave-components/rave-core/src/main/java/org/apache/rave/portal/util/PageUtil.java index 73c0bbb..ee8037d 100644 --- a/rave-components/rave-core/src/main/java/org/apache/rave/portal/util/PageUtil.java +++ b/rave-components/rave-core/src/main/java/org/apache/rave/portal/util/PageUtil.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.util; http://git-wip-us.apache.org/repos/asf/rave/blob/1e4ae1fc/rave-components/rave-core/src/main/java/org/apache/rave/portal/util/data/ModelWrapperDataExecutor.java ---------------------------------------------------------------------- diff --git a/rave-components/rave-core/src/main/java/org/apache/rave/portal/util/data/ModelWrapperDataExecutor.java b/rave-components/rave-core/src/main/java/org/apache/rave/portal/util/data/ModelWrapperDataExecutor.java index 7be372c..2d2c85a 100644 --- a/rave-components/rave-core/src/main/java/org/apache/rave/portal/util/data/ModelWrapperDataExecutor.java +++ b/rave-components/rave-core/src/main/java/org/apache/rave/portal/util/data/ModelWrapperDataExecutor.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.util.data; import com.google.common.collect.Lists; http://git-wip-us.apache.org/repos/asf/rave/blob/1e4ae1fc/rave-components/rave-core/src/main/java/org/apache/rave/rest/impl/DefaultWidgetsResource.java ---------------------------------------------------------------------- diff --git a/rave-components/rave-core/src/main/java/org/apache/rave/rest/impl/DefaultWidgetsResource.java b/rave-components/rave-core/src/main/java/org/apache/rave/rest/impl/DefaultWidgetsResource.java index f07075f..286c4f5 100644 --- a/rave-components/rave-core/src/main/java/org/apache/rave/rest/impl/DefaultWidgetsResource.java +++ b/rave-components/rave-core/src/main/java/org/apache/rave/rest/impl/DefaultWidgetsResource.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.rest.impl;
