You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by mf...@apache.org on 2012/06/04 18:39:04 UTC

svn commit: r1346029 [2/3] - in /rave/branches/model_interfaces: ./ rave-components/rave-core/src/main/java/org/apache/rave/portal/model/ rave-components/rave-core/src/main/java/org/apache/rave/portal/repository/impl/ rave-components/rave-core/src/main...

Modified: rave/branches/model_interfaces/rave-integration-tests/rave-newuser-tests/pom.xml
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-integration-tests/rave-newuser-tests/pom.xml?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-integration-tests/rave-newuser-tests/pom.xml (original)
+++ rave/branches/model_interfaces/rave-integration-tests/rave-newuser-tests/pom.xml Mon Jun  4 16:39:01 2012
@@ -18,73 +18,52 @@
   under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.rave.integration-tests</groupId>
-  <artifactId>rave-newuser-tests</artifactId>
-  <name>Apache Rave :: rave-newuser-tests</name>
-  <description>Integration tests verifying new user functionality</description>
-
-  <parent>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+    <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.rave.integration-tests</groupId>
-    <artifactId>rave-integration-tests</artifactId>
-    <version>0.12-model_interfaces-SNAPSHOT</version>
-    <relativePath>../pom.xml</relativePath>
-  </parent>
+    <artifactId>rave-newuser-tests</artifactId>
+    <name>Apache Rave :: rave-newuser-tests</name>
+    <description>Integration tests verifying new user functionality</description>
+
+    <parent>
+        <groupId>org.apache.rave.integration-tests</groupId>
+        <artifactId>rave-integration-tests</artifactId>
+        <version>0.12-model_interfaces-SNAPSHOT</version>
+        <relativePath>../pom.xml</relativePath>
+    </parent>
 
-  <dependencies>
-    <!-- This is the core-tests jar that we make in a previous module -->
-    <dependency>
-      <groupId>org.apache.rave.integration-tests</groupId>
-      <artifactId>rave-core-tests</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-  </dependencies>
+    <dependencies>
+        <!-- This is the core-tests jar that we make in a previous module -->
+        <dependency>
+            <groupId>org.apache.rave.integration-tests</groupId>
+            <artifactId>rave-core-tests</artifactId>
+            <version>${project.version}</version>
+        </dependency>
+    </dependencies>
 
-  <build>
-    <resources>
-      <resource>
-        <directory>${basedir}/src/main/resources</directory>
-      </resource>
-      <resource>
-        <directory>${basedir}/src/main/stories</directory>
-      </resource>
-    </resources>
-    <plugins>
-      <plugin>
-        <groupId>org.jbehave</groupId>
-        <artifactId>jbehave-maven-plugin</artifactId>
-        <version>${jbehave.core.version}</version>
-        <executions>
-          <execution>
-            <id>unpack-view-resources</id>
-            <phase>process-resources</phase>
-            <goals>
-              <goal>unpack-view-resources</goal>
-            </goals>
-          </execution>
-          <execution>
-            <id>embeddable-stories</id>
-            <phase>integration-test</phase>
-            <configuration>
-              <includes>
-                <include>**/*Stories.java</include>
-              </includes>
-              <excludes/>
-              <generateViewAfterStories>true</generateViewAfterStories>
-              <ignoreFailureInStories>true</ignoreFailureInStories>
-              <ignoreFailureInView>true</ignoreFailureInView>
-              <metaFilters>
-                <metaFilter>${meta.filter}</metaFilter>
-              </metaFilters>
-            </configuration>
-            <goals>
-              <goal>run-stories-as-embeddables</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
-</project>
+    <build>
+        <resources>
+            <resource>
+                <directory>${basedir}/src/main/resources</directory>
+            </resource>
+            <resource>
+                <directory>${basedir}/src/main/stories</directory>
+            </resource>
+        </resources>
+    </build>
+    <profiles>
+        <profile>
+            <id>integration-tests</id>
+            <build>
+                <defaultGoal>integration-test</defaultGoal>
+                <plugins>
+                    <plugin>
+                        <groupId>org.jbehave</groupId>
+                        <artifactId>jbehave-maven-plugin</artifactId>
+                        <version>${jbehave.core.version}</version>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+    </profiles>
+</project>
\ No newline at end of file

Modified: rave/branches/model_interfaces/rave-integration-tests/rave-newuser-tests/src/main/stories/newuser.story
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-integration-tests/rave-newuser-tests/src/main/stories/newuser.story?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-integration-tests/rave-newuser-tests/src/main/stories/newuser.story (original)
+++ rave/branches/model_interfaces/rave-integration-tests/rave-newuser-tests/src/main/stories/newuser.story Mon Jun  4 16:39:01 2012
@@ -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.
+!--
+
 Meta:
 
 Narrative:

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/resources/messages.properties
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/resources/messages.properties?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/resources/messages.properties (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/resources/messages.properties Mon Jun  4 16:39:01 2012
@@ -55,6 +55,7 @@ page.general.deletepage=Delete Page
 page.general.editpage=Edit Page
 page.general.email=Email address:
 page.general.empty=Add widgets to this page
+page.general.non.editing.empty=There are currently no widgets on this page.
 page.general.logout=Logout
 page.general.movepage=Move Page
 page.general.movethispage=Move this page:
@@ -356,6 +357,7 @@ _rave_client.common.accept=Accept
 _rave_client.common.decline=Decline
 _rave_client.common.username=Username
 _rave_client.common.sharing=Sharing
+_rave_client.common.editing.auth=Edit Permission 
 _rave_client.form.password.invalid_match=The password does not match
 _rave_client.opensocial.render_error=Unable to render OpenSocial Gadget:
 _rave_client.page.add=Add a New Page
@@ -374,4 +376,7 @@ _rave_client.create.share.confirm=Are yo
 _rave_client.revoke.share.confirm=Are you sure you wish to remove this user?
 _rave_client.revoke.share.current.user=Your share to this page has been successfully removed
 _rave_client.revoke.share.current.user.confirm=Are you sure you wish to remove this shared page?
+_rave_client.grant.editing.user.confirm=Are you sure you wish to give editing rights to the following user?
+_rave_client.revoke.editing.user.confirm=Are you sure you wish to remove editing rights from the following user?
 _rave_client.no.results.found=No results found
+_rave_client.get.metadata=Get Metadata

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/resources/messages_nl.properties
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/resources/messages_nl.properties?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/resources/messages_nl.properties (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/resources/messages_nl.properties Mon Jun  4 16:39:01 2012
@@ -57,6 +57,7 @@ page.general.deletepage=Verwijder pagina
 page.general.editpage=Pas pagina aan
 page.general.email=E-mail adres\:
 page.general.empty=Voeg widgets aan deze pagina toe
+page.general.non.editing.empty=Er zijn momenteel geen widgets op deze pagina.
 page.general.logout=Uitloggen
 page.general.movepage=Verplaats pagina
 page.general.movethispage=Verplaats deze pagina:
@@ -367,6 +368,7 @@ _rave_client.common.accept=Accepteer
 _rave_client.common.decline=Wijs af	
 _rave_client.common.username=Gebruikersnaam	
 _rave_client.common.sharing=Delen
+_rave_client.common.editing.auth=Geef Toestemming uit
 _rave_client.form.password.invalid_match=Het wachtwoord komt niet overeen
 _rave_client.opensocial.render_error=Kan OpenSocial Gadget niet weergeven\:
 _rave_client.page.add=Voeg een nieuwe pagina toe
@@ -385,4 +387,7 @@ _rave_client.create.share.confirm=Weet j
 _rave_client.revoke.share.confirm=Weet je zeker dat je deze gebruiker wilt verwijderen?
 _rave_client.revoke.share.current.user=Deze pagina is niet langer gedeeld.
 _rave_client.revoke.share.current.user.confirm=Weet je zeker dat je deze gedeelde pagina wilt verwijderen?
+_rave_client.grant.editing.user.confirm=Bent zeker u u wenst om het uitgeven rechten op de volgende gebruiker te geven?
+_rave_client.revoke.editing.user.confirm=Bent zeker u u wenst om het uitgeven rechten uit de volgende gebruiker te verwijderen?
 _rave_client.no.results.found=Geen resultaten gevonden
+_rave_client.get.metadata=Haal metadata op

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/WEB-INF/jsp/views/addwidget.jsp
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/WEB-INF/jsp/views/addwidget.jsp?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/WEB-INF/jsp/views/addwidget.jsp (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/WEB-INF/jsp/views/addwidget.jsp Mon Jun  4 16:39:01 2012
@@ -152,7 +152,7 @@
         </div>
     </form:form>
 </div>
-<div id="w3cBrowseForm" title="Browse available W3C widgets">
+<div id="w3cBrowseForm" title="<fmt:message key="page.general.browse"/>">
     <ul id="w3cwidgetsList" class="storeItems">
     </ul>
 </div>
@@ -206,49 +206,59 @@
                         .append(
                             $("<li/>")
                             .addClass("storeItem")
-                            .append(
+                            .append( // container
                                 $("<div/>")
-                                .addClass("storeItemLeft")
-                                .append(
-                                    $("<div/>")
-                                    .attr("id", "w3cImageHolder"+i)
-                                )
+                                .css('overflow','hidden')
                                 .append(
                                     $("<div/>")
-                                    .attr("id", "widgetAdded")
-                                    .addClass("storeButton")
+                                    .css('float','left')
+                                    .css('width','50%')
                                     .append(
-                                        $("<button/>")
-                                        .addClass("storeItemButton")
-                                        .attr("id", this.url)
-                                        .attr("onclick", "updateRaveMetadata("+i+");")
-                                        .text("Get Metadata")
+                                        $("<div/>")
+                                        .attr("id", "w3cImageHolder"+i)
+                                    )
+                                    .append(
+                                        $("<div/>")
+                                        .attr("id", "widgetAdded")
+                                        .addClass("storeButton")
+                                        .append(
+                                            $("<button/>")
+                                            .addClass("btn btn-small btn-primary")
+                                            .attr("id", this.url)
+                                            .attr("onclick", "updateRaveMetadata("+i+");")
+                                            .text(rave.getClientMessage("get.metadata"))
+                                        )
                                     )
-                                )
-                            )
-                            .append(
-                                $("<div/>")
-                                .addClass("storeItemCenter")
-                                .append(
-                                    $("<div/>")
-                                    .addClass("secondaryPageItemTitle")
-                                    .text(this.title)
                                 )
                                 .append(
                                     $("<div/>")
-                                    .addClass("storeWidgetAuthor")
-                                    .text(this.author)
+                                    .css('float','left')
+                                    .css('width','50%')
+                                    .css('margin-right','-1px')
+                                    .append(
+                                        $("<div/>")
+                                        .addClass("secondaryPageItemTitle")
+                                        .css('padding', '2px')
+                                        .text(this.title)
+                                    )
+                                    .append(
+                                        $("<div/>")
+                                        .addClass("storeWidgetAuthor")
+                                        .css('padding', '2px')
+                                        .text(this.author)
+                                    )
+                                    .append(
+                                        $("<div/>")
+                                        .addClass("storeWidgetDesc")
+                                        .css('padding', '2px')
+                                        .text(this.description)
+                                    )
                                 )
                                 .append(
                                     $("<div/>")
-                                    .addClass("storeWidgetDesc")
-                                    .text(this.description)
+                                    .addClass("clear-float")
                                 )
                             )
-                            .append(
-                                $("<div/>")
-                                .addClass("clear-float")
-                            )
                         )
                         // add the thumbnail image if found
                         if(this.thumbnailUrl!=null){

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/WEB-INF/jsp/views/mobile_home.jsp
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/WEB-INF/jsp/views/mobile_home.jsp?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/WEB-INF/jsp/views/mobile_home.jsp (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/WEB-INF/jsp/views/mobile_home.jsp Mon Jun  4 16:39:01 2012
@@ -21,36 +21,19 @@
 <fmt:setBundle basename="messages"/>
 <jsp:useBean id="pages" type="java.util.List<org.apache.rave.portal.model.Page>" scope="request"/>
 <%--@elvariable id="page" type="org.apache.rave.portal.model.Page"--%>
-    <header class="header-mobile">
-        <nav class="topnav">
-            <ul class="horizontal-list">
-                <li>
-                    <a href="<spring:url value="/app/store?referringPageId=${page.entityId}" />">
-                      <fmt:message key="page.store.title"/>
-                    </a>
-                </li>
-                <sec:authorize url="/app/admin/">
-                <li>
-                    <a href="<spring:url value="/app/admin/"/>">
-                        <fmt:message key="page.general.toadmininterface"/>
-                    </a>
-                </li>
-                </sec:authorize>
-                <li>
-                    <a href="<spring:url value="/j_spring_security_logout" htmlEscape="true" />">
-                      <fmt:message key="page.general.logout"/></a>
-                </li>
-            </ul>
-        </nav>
-        <h1>
-            <fmt:message key="page.home.welcome"><fmt:param>
-                <c:choose>
-                    <c:when test="${not empty page.owner.displayName}"><c:out value="${page.owner.displayName}"/></c:when>
-                    <c:otherwise><c:out value="${page.owner.username}"/></c:otherwise>
-                </c:choose>
-            </fmt:param></fmt:message>
-        </h1>
-    </header>
+<sec:authentication property="principal.username" var="principleUsername" scope="request"/>
+<sec:authentication property="principal.displayName" var="displayName" scope="request"/>
+
+<fmt:message key="page.home.welcome" var="pagetitle">
+    <fmt:param>
+        <c:choose>
+            <c:when test="${not empty displayName}"><c:out value="${displayName}"/></c:when>
+            <c:otherwise><c:out value="${principleUsername}"/></c:otherwise>
+        </c:choose>
+    </fmt:param>
+</fmt:message>
+<rave:navbar pageTitle="${pagetitle}"/>
+
     <input id="currentPageId" type="hidden" value="${page.entityId}" />
     <c:set var="hasOnlyOnePage" scope="request">
         <c:choose>
@@ -125,7 +108,7 @@
         <div><fmt:message key="page.general.movethispage"/></div>
         <form id="movePageForm">
             <select id="moveAfterPageId">
-                <c:if test="${page.renderSequence != 1}">
+                <c:if test="${pageUser.renderSequence != 1}">
                     <option value="-1"><fmt:message key="page.general.movethispage.tofirst"/></option>
                 </c:if>
                 <c:forEach var="userPage" items="${pages}">
@@ -159,6 +142,7 @@
 <portal:register-init-script location="${'AFTER_RAVE'}">
     <script>
         $(function() {
+            rave.initPageEditorStatus(<c:out value="${pageUser.editor}"/>);
             rave.setMobile(true);
             rave.initProviders();
             rave.initWidgets();

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/WEB-INF/jsp/views/page.jsp
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/WEB-INF/jsp/views/page.jsp?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/WEB-INF/jsp/views/page.jsp (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/WEB-INF/jsp/views/page.jsp Mon Jun  4 16:39:01 2012
@@ -44,6 +44,7 @@
         <c:otherwise>false</c:otherwise>
     </c:choose>
 </c:set>
+<c:set var="canMoveWidgetsToEditablePage" scope="request" value="false"/>
 
 <div id="pageContent" class="container-fluid">
     <nav>
@@ -113,10 +114,14 @@
                                      <a href="#"><c:out value="${userPage.name}"/></a>
                                 </c:otherwise>
                             </c:choose>
-
                         </li>
                     </c:otherwise>
                 </c:choose>
+                <c:forEach var="members" items="${userPage.members}">
+                    <c:if test="${members.user.username == principleUsername and members.editor and userPage.entityId != page.entityId}">
+                        <c:set var="canMoveWidgetsToEditablePage" scope="request" value="true"/>
+                    </c:if>
+               </c:forEach>
             </c:forEach>
             <li id="addPageButton"><a href="#"><i class="icon-plus"></i></a></li>
         </ul>
@@ -126,7 +131,14 @@
     <div class="row-fluid">
         <div id="emptyPageMessageWrapper" class="emptyPageMessageWrapper hidden">
             <div class="emptyPageMessage">
-                <a href="<spring:url value="/app/store?referringPageId=${page.entityId}" />"><fmt:message key="page.general.empty"/></a>
+                <c:choose>
+                    <c:when test="${pageUser.editor == true}">
+                        <a href="<spring:url value="/app/store?referringPageId=${page.entityId}" />"><fmt:message key="page.general.empty"/></a>
+                    </c:when>
+                    <c:otherwise>
+                        <fmt:message key="page.general.non.editing.empty"/>
+                    </c:otherwise>
+                </c:choose>
             </div>
         </div>
         <div class="regions">
@@ -223,11 +235,13 @@
                         <div class="controls">
                             <select id="moveToPageId">
                                 <c:forEach var="userPage" items="${pages}">
-                                    <c:if test="${userPage.entityId != page.entityId}">
-                                        <option value="${userPage.entityId}">
-                                            <c:out value="${userPage.name}"/>
-                                        </option>
-                                    </c:if>
+                                    <c:forEach var="members" items="${userPage.members}">
+                                        <c:if test="${members.user.username == principleUsername and members.editor and userPage.entityId != page.entityId}">
+                                            <option value="${userPage.entityId}">
+                                                <c:out value="${userPage.name}"/>
+                                            </option>
+                                        </c:if>
+                                    </c:forEach>
                                 </c:forEach>
                             </select>
                         </div>
@@ -285,6 +299,7 @@
 <portal:register-init-script location="${'AFTER_RAVE'}">
     <script>
         $(function() {
+            rave.initPageEditorStatus(<c:out value="${pageUser.editor}"/>);
             rave.initProviders();
             rave.initWidgets();
             rave.initUI();
@@ -293,6 +308,6 @@
         });
     </script>
     <c:forEach var="members" items="${page.members}">
-        <script>rave.layout.searchHandler.addExistingMember("${members.user.username}");</script>
+        <script>rave.layout.searchHandler.addExistingMember("${members.user.username}",${members.editor});</script>
     </c:forEach>
 </portal:register-init-script>

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/WEB-INF/tags/region.tag
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/WEB-INF/tags/region.tag?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/WEB-INF/tags/region.tag (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/WEB-INF/tags/region.tag Mon Jun  4 16:39:01 2012
@@ -30,7 +30,7 @@ Template for rendering a Region on a pag
 <fmt:setBundle basename="messages"/>
 
 <%--@elvariable id="region" type="org.apache.rave.portal.model.Region"--%>
-<div class="region<c:if test="${region.locked}"> region-locked</c:if> <c:out value="${region.page.pageLayout.code}"/>_${regionIdx} regionNonDragging" id="region-${region.entityId}-id">
+<div class="region<c:if test="${region.locked || pageUser.editor == false}"> region-locked</c:if> <c:out value="${region.page.pageLayout.code}"/>_${regionIdx} regionNonDragging" id="region-${region.entityId}-id">
     <c:forEach var="regionWidget" items="${region.regionWidgets}">
         <rave:region_widget regionWidget="${regionWidget}"/>
     </c:forEach>

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/WEB-INF/tags/region_widget.tag
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/WEB-INF/tags/region_widget.tag?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/WEB-INF/tags/region_widget.tag (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/WEB-INF/tags/region_widget.tag Mon Jun  4 16:39:01 2012
@@ -70,12 +70,12 @@ Template for rendering a RegionWidget in
                                 <fmt:message key="widget.menu.maximize"/>
                             </a>
                         </li>
-                        <li id="widget-${regionWidget.entityId}-menu-move-item" <c:if test='${hasOnlyOnePage}'>class="menu-item-disabled"</c:if>>
+                        <li id="widget-${regionWidget.entityId}-menu-move-item" <c:if test='${hasOnlyOnePage or pageUser.editor == false or canMoveWidgetsToEditablePage == false}'>class="menu-item-disabled"</c:if>>
                             <a href="#">
                                 <fmt:message key="widget.menu.movetopage"/>
                             </a>
                         </li>
-                        <li id="widget-${regionWidget.entityId}-menu-delete-item">
+                        <li id="widget-${regionWidget.entityId}-menu-delete-item" <c:if test='${pageUser.editor == false}'>class="menu-item-disabled"</c:if>>
                             <a href="#">
                                 <fmt:message key="widget.menu.delete"/>
                             </a>

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/accordion.less
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/accordion.less?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/accordion.less (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/accordion.less Mon Jun  4 16:39:01 2012
@@ -1,4 +1,22 @@
-// ACCORDION
+//
+// 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.
+
+//// ACCORDION
 // ---------
 
 

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/alerts.less
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/alerts.less?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/alerts.less (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/alerts.less Mon Jun  4 16:39:01 2012
@@ -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.
+
 // ALERT STYLES
 // ------------
 

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/breadcrumbs.less
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/breadcrumbs.less?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/breadcrumbs.less (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/breadcrumbs.less Mon Jun  4 16:39:01 2012
@@ -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.
+
 // BREADCRUMBS
 // -----------
 

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/button-groups.less
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/button-groups.less?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/button-groups.less (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/button-groups.less Mon Jun  4 16:39:01 2012
@@ -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.
+
 // BUTTON GROUPS
 // -------------
 

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/buttons.less
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/buttons.less?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/buttons.less (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/buttons.less Mon Jun  4 16:39:01 2012
@@ -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.
+
 // BUTTON STYLES
 // -------------
 

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/carousel.less
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/carousel.less?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/carousel.less (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/carousel.less Mon Jun  4 16:39:01 2012
@@ -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.
+
 // CAROUSEL
 // --------
 

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/close.less
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/close.less?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/close.less (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/close.less Mon Jun  4 16:39:01 2012
@@ -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.
+
 // CLOSE ICONS
 // -----------
 

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/code.less
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/code.less?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/code.less (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/code.less Mon Jun  4 16:39:01 2012
@@ -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.
+
 // Code.less
 // Code typography styles for the <code> and <pre> elements
 // --------------------------------------------------------

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/component-animations.less
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/component-animations.less?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/component-animations.less (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/component-animations.less Mon Jun  4 16:39:01 2012
@@ -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.
+
 // COMPONENT ANIMATIONS
 // --------------------
 

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/dropdowns.less
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/dropdowns.less?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/dropdowns.less (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/dropdowns.less Mon Jun  4 16:39:01 2012
@@ -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.
+
 // DROPDOWN MENUS
 // --------------
 

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/forms.less
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/forms.less?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/forms.less (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/forms.less Mon Jun  4 16:39:01 2012
@@ -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.
+
 // Forms.less
 // Base styles for various input types, form layouts, and states
 // -------------------------------------------------------------

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/grid.less
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/grid.less?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/grid.less (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/grid.less Mon Jun  4 16:39:01 2012
@@ -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.
+
 // Fixed (940px)
 #grid > .core(@gridColumnWidth, @gridGutterWidth);
 

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/hero-unit.less
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/hero-unit.less?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/hero-unit.less (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/hero-unit.less Mon Jun  4 16:39:01 2012
@@ -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.
+
 // HERO UNIT
 // ---------
 

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/labels-badges.less
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/labels-badges.less?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/labels-badges.less (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/labels-badges.less Mon Jun  4 16:39:01 2012
@@ -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.
+
 // LABELS & BADGES
 // ---------------
 

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/layouts.less
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/layouts.less?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/layouts.less (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/layouts.less Mon Jun  4 16:39:01 2012
@@ -1,4 +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.
+
+//
 // Layouts
 // Fixed-width and fluid (with sidebar) layouts
 // --------------------------------------------

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/mixins.less
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/mixins.less?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/mixins.less (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/mixins.less Mon Jun  4 16:39:01 2012
@@ -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.
+
 // Mixins.less
 // Snippets of reusable CSS to develop faster and keep code readable
 // -----------------------------------------------------------------

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/modals.less
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/modals.less?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/modals.less (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/modals.less Mon Jun  4 16:39:01 2012
@@ -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.
+
 // MODALS
 // ------
 

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/navbar.less
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/navbar.less?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/navbar.less (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/navbar.less Mon Jun  4 16:39:01 2012
@@ -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.
+
 // NAVBAR (FIXED AND STATIC)
 // -------------------------
 

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/navs.less
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/navs.less?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/navs.less (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/navs.less Mon Jun  4 16:39:01 2012
@@ -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.
+
 // NAVIGATIONS
 // -----------
 

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/pager.less
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/pager.less?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/pager.less (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/pager.less Mon Jun  4 16:39:01 2012
@@ -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.
+
 // PAGER
 // -----
 

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/pagination.less
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/pagination.less?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/pagination.less (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/pagination.less Mon Jun  4 16:39:01 2012
@@ -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.
+
 // PAGINATION
 // ----------
 

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/popovers.less
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/popovers.less?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/popovers.less (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/popovers.less Mon Jun  4 16:39:01 2012
@@ -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.
+
 // POPOVERS
 // --------
 

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/progress-bars.less
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/progress-bars.less?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/progress-bars.less (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/progress-bars.less Mon Jun  4 16:39:01 2012
@@ -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.
+
 // PROGRESS BARS
 // -------------
 

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/reset.less
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/reset.less?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/reset.less (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/reset.less Mon Jun  4 16:39:01 2012
@@ -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.
+
 // Reset.less
 // Adapted from Normalize.css http://github.com/necolas/normalize.css
 // ------------------------------------------------------------------------

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/responsive-1200px-min.less
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/responsive-1200px-min.less?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/responsive-1200px-min.less (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/responsive-1200px-min.less Mon Jun  4 16:39:01 2012
@@ -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.
+
 // LARGE DESKTOP & UP
 // ------------------
 

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/responsive-767px-max.less
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/responsive-767px-max.less?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/responsive-767px-max.less (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/responsive-767px-max.less Mon Jun  4 16:39:01 2012
@@ -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.
+
 // UP TO LANDSCAPE PHONE
 // ---------------------
 

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/responsive-768px-979px.less
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/responsive-768px-979px.less?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/responsive-768px-979px.less (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/responsive-768px-979px.less Mon Jun  4 16:39:01 2012
@@ -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.
+
 // PORTRAIT TABLET TO DEFAULT DESKTOP
 // ----------------------------------
 

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/responsive-navbar.less
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/responsive-navbar.less?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/responsive-navbar.less (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/responsive-navbar.less Mon Jun  4 16:39:01 2012
@@ -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.
+
 // TABLETS AND BELOW
 // -----------------
 @media (max-width: 979px) {

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/responsive-utilities.less
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/responsive-utilities.less?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/responsive-utilities.less (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/responsive-utilities.less Mon Jun  4 16:39:01 2012
@@ -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.
+
 // RESPONSIVE CLASSES
 // ------------------
 

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/responsive.less
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/responsive.less?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/responsive.less (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/responsive.less Mon Jun  4 16:39:01 2012
@@ -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.
+
 /*!
  * Bootstrap Responsive v2.0.3
  *

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/scaffolding.less
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/scaffolding.less?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/scaffolding.less (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/scaffolding.less Mon Jun  4 16:39:01 2012
@@ -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.
+
 // Scaffolding
 // Basic and global styles for generating a grid system, structural layout, and page templates
 // -------------------------------------------------------------------------------------------

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/sprites.less
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/sprites.less?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/sprites.less (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/sprites.less Mon Jun  4 16:39:01 2012
@@ -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.
+
 // SPRITES
 // Glyphs and icons for buttons, nav, and more
 // -------------------------------------------

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/tables.less
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/tables.less?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/tables.less (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/tables.less Mon Jun  4 16:39:01 2012
@@ -1,4 +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.
+
+//
 // Tables.less
 // Tables for, you guessed it, tabular data
 // ----------------------------------------

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/thumbnails.less
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/thumbnails.less?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/thumbnails.less (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/thumbnails.less Mon Jun  4 16:39:01 2012
@@ -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.
+
 // THUMBNAILS
 // ----------
 // Note: `.thumbnails` and `.thumbnails > li` are overriden in responsive files

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/tooltip.less
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/tooltip.less?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/tooltip.less (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/tooltip.less Mon Jun  4 16:39:01 2012
@@ -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.
+
 // TOOLTIP
 // ------=
 

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/type.less
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/type.less?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/type.less (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/type.less Mon Jun  4 16:39:01 2012
@@ -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.
+
 // Typography.less
 // Headings, body text, lists, code, and more for a versatile and durable typography system
 // ----------------------------------------------------------------------------------------

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/utilities.less
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/utilities.less?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/utilities.less (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/utilities.less Mon Jun  4 16:39:01 2012
@@ -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.
+
 // UTILITY CLASSES
 // ---------------
 

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/variables.less
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/variables.less?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/variables.less (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/variables.less Mon Jun  4 16:39:01 2012
@@ -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.
+
 // Variables.less
 // Variables to customize the look and feel of Bootstrap
 // -----------------------------------------------------

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/wells.less
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/wells.less?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/wells.less (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/bootstrap/less/wells.less Mon Jun  4 16:39:01 2012
@@ -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.
+
 // WELLS
 // -----
 

Modified: rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/rave-css.less
URL: http://svn.apache.org/viewvc/rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/rave-css.less?rev=1346029&r1=1346028&r2=1346029&view=diff
==============================================================================
--- rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/rave-css.less (original)
+++ rave/branches/model_interfaces/rave-portal-resources/src/main/webapp/css/rave-css.less Mon Jun  4 16:39:01 2012
@@ -1,4 +1,22 @@
-/* general-use styles */
+//
+// 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.
+
+///* general-use styles */
 .hidden {
     display: none;
 }