You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by jc...@apache.org on 2011/04/15 18:26:20 UTC

svn commit: r1092758 - in /incubator/rave/trunk/rave-portal/src/main/java/org/apache/rave/portal: repository/impl/ service/PageService.java service/impl/

Author: jcian
Date: Fri Apr 15 16:26:20 2011
New Revision: 1092758

URL: http://svn.apache.org/viewvc?rev=1092758&view=rev
Log:
Missed the copyright in PageService (I had created it before I had my IDE setup to insert the copyright automatically in new files).  Sorry for the extra commit...

Added:
    incubator/rave/trunk/rave-portal/src/main/java/org/apache/rave/portal/repository/impl/
    incubator/rave/trunk/rave-portal/src/main/java/org/apache/rave/portal/service/impl/
Modified:
    incubator/rave/trunk/rave-portal/src/main/java/org/apache/rave/portal/service/PageService.java

Modified: incubator/rave/trunk/rave-portal/src/main/java/org/apache/rave/portal/service/PageService.java
URL: http://svn.apache.org/viewvc/incubator/rave/trunk/rave-portal/src/main/java/org/apache/rave/portal/service/PageService.java?rev=1092758&r1=1092757&r2=1092758&view=diff
==============================================================================
--- incubator/rave/trunk/rave-portal/src/main/java/org/apache/rave/portal/service/PageService.java (original)
+++ incubator/rave/trunk/rave-portal/src/main/java/org/apache/rave/portal/service/PageService.java Fri Apr 15 16:26:20 2011
@@ -1,11 +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.apache.rave.portal.service;
 
-/**
- * Created by IntelliJ IDEA.
- * User: JCIAN
- * Date: 4/15/11
- * Time: 11:41 AM
- * To change this template use File | Settings | File Templates.
- */
 public interface PageService {
 }
\ No newline at end of file