Author: [email protected]
Date: Mon Jul 18 16:45:40 2011
New Revision: 1218

Log:
[AMDATUAUTH-68] Added license headers, purged obsolete files

Removed:
   trunk/amdatu-auth/oauth-consumerregistry/src/main/resources/jsp/AMDATUhit.jpg
   trunk/amdatu-auth/oauth-consumerregistry/src/main/resources/jsp/cr.css
   trunk/amdatu-auth/oauth-consumerregistry/src/main/resources/jsp/register.html
   trunk/amdatu-auth/oauth-consumerregistry/src/main/resources/static/js/
Modified:
   
trunk/amdatu-auth/oauth-consumerregistry/src/main/java/org/amdatu/authentication/oauth/consumerregistry/service/OAuthResultBean.java
   
trunk/amdatu-auth/oauth-consumerregistry/src/main/java/org/amdatu/authentication/oauth/consumerregistry/service/OAuthServiceConsumersBean.java
   trunk/amdatu-auth/oauth-consumerregistry/src/main/resources/jsp/register.jsp
   trunk/amdatu-auth/oauth-consumerregistry/src/main/resources/static/css/cr.css

Modified: 
trunk/amdatu-auth/oauth-consumerregistry/src/main/java/org/amdatu/authentication/oauth/consumerregistry/service/OAuthResultBean.java
==============================================================================
--- 
trunk/amdatu-auth/oauth-consumerregistry/src/main/java/org/amdatu/authentication/oauth/consumerregistry/service/OAuthResultBean.java
        (original)
+++ 
trunk/amdatu-auth/oauth-consumerregistry/src/main/java/org/amdatu/authentication/oauth/consumerregistry/service/OAuthResultBean.java
        Mon Jul 18 16:45:40 2011
@@ -1,3 +1,18 @@
+/*
+ * Copyright (c) 2010, 2011 The Amdatu Foundation
+ * 
+ * Licensed 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.amdatu.authentication.oauth.consumerregistry.service;
 
 import javax.xml.bind.annotation.XmlAccessType;

Modified: 
trunk/amdatu-auth/oauth-consumerregistry/src/main/java/org/amdatu/authentication/oauth/consumerregistry/service/OAuthServiceConsumersBean.java
==============================================================================
--- 
trunk/amdatu-auth/oauth-consumerregistry/src/main/java/org/amdatu/authentication/oauth/consumerregistry/service/OAuthServiceConsumersBean.java
      (original)
+++ 
trunk/amdatu-auth/oauth-consumerregistry/src/main/java/org/amdatu/authentication/oauth/consumerregistry/service/OAuthServiceConsumersBean.java
      Mon Jul 18 16:45:40 2011
@@ -1,3 +1,18 @@
+/*
+ * Copyright (c) 2010, 2011 The Amdatu Foundation
+ * 
+ * Licensed 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.amdatu.authentication.oauth.consumerregistry.service;
 
 import java.util.ArrayList;

Modified: 
trunk/amdatu-auth/oauth-consumerregistry/src/main/resources/jsp/register.jsp
==============================================================================
--- 
trunk/amdatu-auth/oauth-consumerregistry/src/main/resources/jsp/register.jsp    
    (original)
+++ 
trunk/amdatu-auth/oauth-consumerregistry/src/main/resources/jsp/register.jsp    
    Mon Jul 18 16:45:40 2011
@@ -1,3 +1,20 @@
+<%--
+  Copyright (c) 2010, 2011 The Amdatu Foundation
+
+  Licensed 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.verning permissions and limitations
+  under the License.
+--%>
+
 <%@ page language="java" session="false" buffer="none" %>
 <%@ page pageEncoding="UTF-8"%>
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"; %>

Modified: 
trunk/amdatu-auth/oauth-consumerregistry/src/main/resources/static/css/cr.css
==============================================================================
--- 
trunk/amdatu-auth/oauth-consumerregistry/src/main/resources/static/css/cr.css   
    (original)
+++ 
trunk/amdatu-auth/oauth-consumerregistry/src/main/resources/static/css/cr.css   
    Mon Jul 18 16:45:40 2011
@@ -1,4 +1,23 @@
-body {
+/*
+ * 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.
+ */
+
+ body {
   margin: 0px;
   padding: 0;
   background: #000000;
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits

Reply via email to