You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2012/04/06 09:33:53 UTC

svn commit: r1310203 - in /archiva/redback/redback-site/trunk: ./ src/site/ src/site/apt/ src/site/apt/development/ src/site/apt/integration/ src/site/apt/rbac/

Author: olamy
Date: Fri Apr  6 07:33:52 2012
New Revision: 1310203

URL: http://svn.apache.org/viewvc?rev=1310203&view=rev
Log:
add ASF license headers

Modified:
    archiva/redback/redback-site/trunk/pom.xml
    archiva/redback/redback-site/trunk/src/site/apt/authentication.apt
    archiva/redback/redback-site/trunk/src/site/apt/authorization.apt
    archiva/redback/redback-site/trunk/src/site/apt/configuration.apt
    archiva/redback/redback-site/trunk/src/site/apt/development/extending-authn.apt
    archiva/redback/redback-site/trunk/src/site/apt/index.apt
    archiva/redback/redback-site/trunk/src/site/apt/integration.apt
    archiva/redback/redback-site/trunk/src/site/apt/integration/general.apt
    archiva/redback/redback-site/trunk/src/site/apt/integration/ldap.apt
    archiva/redback/redback-site/trunk/src/site/apt/integration/plugins.apt
    archiva/redback/redback-site/trunk/src/site/apt/integration/struts2.apt
    archiva/redback/redback-site/trunk/src/site/apt/key-store.apt
    archiva/redback/redback-site/trunk/src/site/apt/rbac/introduction.apt
    archiva/redback/redback-site/trunk/src/site/apt/rbac/resource-links.apt
    archiva/redback/redback-site/trunk/src/site/apt/rbac/role-management.apt
    archiva/redback/redback-site/trunk/src/site/apt/user-management.apt
    archiva/redback/redback-site/trunk/src/site/site.xml

Modified: archiva/redback/redback-site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-site/trunk/pom.xml?rev=1310203&r1=1310202&r2=1310203&view=diff
==============================================================================
--- archiva/redback/redback-site/trunk/pom.xml (original)
+++ archiva/redback/redback-site/trunk/pom.xml Fri Apr  6 07:33:52 2012
@@ -1,3 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  ~ 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.
+  -->
 <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>
   <parent>

Modified: archiva/redback/redback-site/trunk/src/site/apt/authentication.apt
URL: http://svn.apache.org/viewvc/archiva/redback/redback-site/trunk/src/site/apt/authentication.apt?rev=1310203&r1=1310202&r2=1310203&view=diff
==============================================================================
--- archiva/redback/redback-site/trunk/src/site/apt/authentication.apt (original)
+++ archiva/redback/redback-site/trunk/src/site/apt/authentication.apt Fri Apr  6 07:33:52 2012
@@ -4,6 +4,26 @@
  2 June 2007
  -----
 
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/guides/mini/guide-apt-format.html
+
 Redback Authentication
 
   Redback currently supports the following authentication mechanisms:

Modified: archiva/redback/redback-site/trunk/src/site/apt/authorization.apt
URL: http://svn.apache.org/viewvc/archiva/redback/redback-site/trunk/src/site/apt/authorization.apt?rev=1310203&r1=1310202&r2=1310203&view=diff
==============================================================================
--- archiva/redback/redback-site/trunk/src/site/apt/authorization.apt (original)
+++ archiva/redback/redback-site/trunk/src/site/apt/authorization.apt Fri Apr  6 07:33:52 2012
@@ -4,6 +4,26 @@
  2 June 2007
  -----
 
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/guides/mini/guide-apt-format.html
+
 Redback Authorization
 
   Redback comes with an implementation of role based access control.  Please see the section below on rbac to learn more about that system.
\ No newline at end of file

Modified: archiva/redback/redback-site/trunk/src/site/apt/configuration.apt
URL: http://svn.apache.org/viewvc/archiva/redback/redback-site/trunk/src/site/apt/configuration.apt?rev=1310203&r1=1310202&r2=1310203&view=diff
==============================================================================
--- archiva/redback/redback-site/trunk/src/site/apt/configuration.apt (original)
+++ archiva/redback/redback-site/trunk/src/site/apt/configuration.apt Fri Apr  6 07:33:52 2012
@@ -4,6 +4,26 @@
  19 January 2008
  -----
 
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/guides/mini/guide-apt-format.html
+
 Redback Configuration
 
   <<NOTE>>: This has changed dramatically and may not be correct.

Modified: archiva/redback/redback-site/trunk/src/site/apt/development/extending-authn.apt
URL: http://svn.apache.org/viewvc/archiva/redback/redback-site/trunk/src/site/apt/development/extending-authn.apt?rev=1310203&r1=1310202&r2=1310203&view=diff
==============================================================================
--- archiva/redback/redback-site/trunk/src/site/apt/development/extending-authn.apt (original)
+++ archiva/redback/redback-site/trunk/src/site/apt/development/extending-authn.apt Fri Apr  6 07:33:52 2012
@@ -4,6 +4,26 @@
  30 September 2008
  -----
 
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/guides/mini/guide-apt-format.html
+
 Extending Redback Authentication
 
   In order to accomodate the many authentication security services used in various applications, it is possible to to implement pluggable authentication providers in the Redback security system.

Modified: archiva/redback/redback-site/trunk/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/archiva/redback/redback-site/trunk/src/site/apt/index.apt?rev=1310203&r1=1310202&r2=1310203&view=diff
==============================================================================
--- archiva/redback/redback-site/trunk/src/site/apt/index.apt (original)
+++ archiva/redback/redback-site/trunk/src/site/apt/index.apt Fri Apr  6 07:33:52 2012
@@ -4,6 +4,26 @@
  1 June 2007
  -----
 
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/guides/mini/guide-apt-format.html
+
 Introduction
 
   Redback started as an attempt to clean away some of the more annoying security related components of web applications and centralize them into a simple to use framework.  Some of the basic beliefs we started with where that authentication, authorization and user management were all basically seperate concerns, sure there are points where they rub up against each other but those are pretty clear points and not worth mashing up whole discrete concepts together.  

Modified: archiva/redback/redback-site/trunk/src/site/apt/integration.apt
URL: http://svn.apache.org/viewvc/archiva/redback/redback-site/trunk/src/site/apt/integration.apt?rev=1310203&r1=1310202&r2=1310203&view=diff
==============================================================================
--- archiva/redback/redback-site/trunk/src/site/apt/integration.apt (original)
+++ archiva/redback/redback-site/trunk/src/site/apt/integration.apt Fri Apr  6 07:33:52 2012
@@ -4,6 +4,26 @@
  26 October 2006
  -----
 
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/guides/mini/guide-apt-format.html
+
 Plexus Security Integration 
 
  

Modified: archiva/redback/redback-site/trunk/src/site/apt/integration/general.apt
URL: http://svn.apache.org/viewvc/archiva/redback/redback-site/trunk/src/site/apt/integration/general.apt?rev=1310203&r1=1310202&r2=1310203&view=diff
==============================================================================
--- archiva/redback/redback-site/trunk/src/site/apt/integration/general.apt (original)
+++ archiva/redback/redback-site/trunk/src/site/apt/integration/general.apt Fri Apr  6 07:33:52 2012
@@ -4,6 +4,26 @@
  26 October 2006 
  -----
 
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/guides/mini/guide-apt-format.html
+
 Redback Integration
 
  Currently there is only one integration available for use with redback.  We provide a webapp overlay that will seamlessly integrate with a webwork application to provide virtually all of your security needs.  It comes configured with default system administrator roles and a host of other features.  For a complete listing of what comes with the webwork integration just look for that guide.

Modified: archiva/redback/redback-site/trunk/src/site/apt/integration/ldap.apt
URL: http://svn.apache.org/viewvc/archiva/redback/redback-site/trunk/src/site/apt/integration/ldap.apt?rev=1310203&r1=1310202&r2=1310203&view=diff
==============================================================================
--- archiva/redback/redback-site/trunk/src/site/apt/integration/ldap.apt (original)
+++ archiva/redback/redback-site/trunk/src/site/apt/integration/ldap.apt Fri Apr  6 07:33:52 2012
@@ -4,6 +4,26 @@
  29 May 2008
  -----
 
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/guides/mini/guide-apt-format.html
+
 Redback Ldap Integration
 
  <<NOTE>>: This has changed dramatically and may not be correct.

Modified: archiva/redback/redback-site/trunk/src/site/apt/integration/plugins.apt
URL: http://svn.apache.org/viewvc/archiva/redback/redback-site/trunk/src/site/apt/integration/plugins.apt?rev=1310203&r1=1310202&r2=1310203&view=diff
==============================================================================
--- archiva/redback/redback-site/trunk/src/site/apt/integration/plugins.apt (original)
+++ archiva/redback/redback-site/trunk/src/site/apt/integration/plugins.apt Fri Apr  6 07:33:52 2012
@@ -4,6 +4,26 @@
  26 October 2006
  -----
 
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/guides/mini/guide-apt-format.html
+
 Plugin Configuration
 
  <<NOTE>>: This has changed dramatically and may not be correct.

Modified: archiva/redback/redback-site/trunk/src/site/apt/integration/struts2.apt
URL: http://svn.apache.org/viewvc/archiva/redback/redback-site/trunk/src/site/apt/integration/struts2.apt?rev=1310203&r1=1310202&r2=1310203&view=diff
==============================================================================
--- archiva/redback/redback-site/trunk/src/site/apt/integration/struts2.apt (original)
+++ archiva/redback/redback-site/trunk/src/site/apt/integration/struts2.apt Fri Apr  6 07:33:52 2012
@@ -25,8 +25,6 @@
 
 ~~ NOTE: For help with the syntax of this file, see:
 ~~ http://maven.apache.org/guides/mini/guide-apt-format.html
-
-
 Redback Struts2 Integration
 
   <<NOTE>>: This has changed dramatically and may not be correct.

Modified: archiva/redback/redback-site/trunk/src/site/apt/key-store.apt
URL: http://svn.apache.org/viewvc/archiva/redback/redback-site/trunk/src/site/apt/key-store.apt?rev=1310203&r1=1310202&r2=1310203&view=diff
==============================================================================
--- archiva/redback/redback-site/trunk/src/site/apt/key-store.apt (original)
+++ archiva/redback/redback-site/trunk/src/site/apt/key-store.apt Fri Apr  6 07:33:52 2012
@@ -4,6 +4,26 @@
  2 June 2007
  -----
 
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/guides/mini/guide-apt-format.html
+
 Redback Keystores
 
   Redback comes with a keystore implementation for authenticating based on unique keys.  This implemention is currently used for authenticating single on for multiple applications sharing a security setup as well as remember me functionalities for website type login scenarios.

Modified: archiva/redback/redback-site/trunk/src/site/apt/rbac/introduction.apt
URL: http://svn.apache.org/viewvc/archiva/redback/redback-site/trunk/src/site/apt/rbac/introduction.apt?rev=1310203&r1=1310202&r2=1310203&view=diff
==============================================================================
--- archiva/redback/redback-site/trunk/src/site/apt/rbac/introduction.apt (original)
+++ archiva/redback/redback-site/trunk/src/site/apt/rbac/introduction.apt Fri Apr  6 07:33:52 2012
@@ -4,6 +4,26 @@
  28 June 2006
  -----
 
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/guides/mini/guide-apt-format.html
+
 An Introduction to Role Based Access
 
  This introduction provides background information on Role-Based

Modified: archiva/redback/redback-site/trunk/src/site/apt/rbac/resource-links.apt
URL: http://svn.apache.org/viewvc/archiva/redback/redback-site/trunk/src/site/apt/rbac/resource-links.apt?rev=1310203&r1=1310202&r2=1310203&view=diff
==============================================================================
--- archiva/redback/redback-site/trunk/src/site/apt/rbac/resource-links.apt (original)
+++ archiva/redback/redback-site/trunk/src/site/apt/rbac/resource-links.apt Fri Apr  6 07:33:52 2012
@@ -4,6 +4,26 @@
  19 Sept 2006
  -----
 
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/guides/mini/guide-apt-format.html
+
 On Profiles
 
  http://www.sun.com/bigadmin/content/submitted/custom_roles_rbac.html

Modified: archiva/redback/redback-site/trunk/src/site/apt/rbac/role-management.apt
URL: http://svn.apache.org/viewvc/archiva/redback/redback-site/trunk/src/site/apt/rbac/role-management.apt?rev=1310203&r1=1310202&r2=1310203&view=diff
==============================================================================
--- archiva/redback/redback-site/trunk/src/site/apt/rbac/role-management.apt (original)
+++ archiva/redback/redback-site/trunk/src/site/apt/rbac/role-management.apt Fri Apr  6 07:33:52 2012
@@ -3,6 +3,26 @@
  ----- 
  14 May 2007
  -----
+
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/guides/mini/guide-apt-format.html
  
 Role Management
  

Modified: archiva/redback/redback-site/trunk/src/site/apt/user-management.apt
URL: http://svn.apache.org/viewvc/archiva/redback/redback-site/trunk/src/site/apt/user-management.apt?rev=1310203&r1=1310202&r2=1310203&view=diff
==============================================================================
--- archiva/redback/redback-site/trunk/src/site/apt/user-management.apt (original)
+++ archiva/redback/redback-site/trunk/src/site/apt/user-management.apt Fri Apr  6 07:33:52 2012
@@ -4,6 +4,26 @@
  2 June 2007
  -----
 
+~~ 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.
+
+~~ NOTE: For help with the syntax of this file, see:
+~~ http://maven.apache.org/guides/mini/guide-apt-format.html
+
 Redback User Management
 
   Redback has a user management system built in for managing user registration and a host of other user related activies.  There is also a user based authenticator for authenticating against this same user management system.  

Modified: archiva/redback/redback-site/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/archiva/redback/redback-site/trunk/src/site/site.xml?rev=1310203&r1=1310202&r2=1310203&view=diff
==============================================================================
--- archiva/redback/redback-site/trunk/src/site/site.xml (original)
+++ archiva/redback/redback-site/trunk/src/site/site.xml Fri Apr  6 07:33:52 2012
@@ -1,22 +1,22 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
-/*
- * Copyright 2001-2006 The Apache Software 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.
- */
--->
+  ~ 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.
+  -->
 
 <project name="Redback">
   <bannerLeft>