Skip to content

Commit

Permalink
Remove CCPL licensed files.
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelhoral committed Jul 30, 2024
1 parent ad60812 commit 8536ece
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 145 deletions.
91 changes: 41 additions & 50 deletions src/site/site.xml
Original file line number Diff line number Diff line change
@@ -1,60 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
! CCPL HEADER START
!
! This work is licensed under the Creative Commons
! Attribution-NonCommercial-NoDerivs 3.0 Unported License.
! To view a copy of this license, visit
! http://creativecommons.org/licenses/by-nc-nd/3.0/
! or send a letter to Creative Commons, 444 Castro Street,
! Suite 900, Mountain View, California, 94041, USA.
!
! You can also obtain a copy of the license at
! legal/CC-BY-NC-ND.txt.
! See the License for the specific language governing permissions
! and limitations under the License.
!
! If applicable, add the following below this CCPL HEADER, with the fields
! enclosed by brackets "[]" replaced with your own identifying information:
! Portions Copyright [yyyy] [name of copyright owner]
!
! CCPL HEADER END
!
! Copyright 2012-2013 ForgeRock AS
!
The contents of this file are subject to the terms of the Common Development and
Distribution License (the License). You may not use this file except in compliance with the
License.
You can obtain a copy of the License at legal/CDDLv1.1.txt. See the License for the
specific language governing permission and limitations under the License.
When distributing Covered Software, include this CDDL Header Notice in each file and include
the License file at legal/CDDLv1.1.txt. If applicable, add the following below the CDDL
Header, with the fields enclosed by brackets [] replaced by your own identifying
information: "Portions copyright [year] [name of copyright owner]".
Copyright 2024 Wren Security
-->
<project name="${project.name}" xmlns="http://maven.apache.org/DECORATION/1.3.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd">
<project
xmlns="http://maven.apache.org/DECORATION/1.8.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd"
name="Wren Security Commons"
combine.self="override"
>
<skin>
<groupId>org.forgerock.commons</groupId>
<artifactId>forgerock-community-skin</artifactId>
<version>1.0.0</version>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.12.0</version>
</skin>
<publishDate position="right" format="yyyy.MM.dd" />

<bannerLeft>
<alt>Wren Security</alt>
<src>./images/wrensecurity.png</src>
</bannerLeft>

<publishDate position="right" />
<version position="right" />

<body>
<head>
<![CDATA[<link rel="icon" href="/wrensec-commons/favicon.ico" />]]>
</head>

<breadcrumbs>
<item name="Developer Community" href="http://www.forgerock.org" />
<item name="Commons" href="http://commons.forgerock.org" />
<item name="ForgeRock Script Libraries" href="http://commons.forgerock.org/forgerock-script" />
<item name="Wren Security" href="https://wrensecurity.org" />
<item name="Commons Script" href="index.html" />
</breadcrumbs>
<menu name="ForgeRock Script libraries">
<item name="Script Common" href="script-common/index.html" />
<item name="JavaScript Module" href="script-javascript/index.html" />
<item name="Groovy Module" href="script-groovy/index.html" />
<item name="JRuby Module" href="script-jruby/index.html" />
</menu>
<menu name="Documentation">
<item name="Introduction" href="index.html" />
</menu>
<menu name="ForgeRock Script Libraries Development">
<item name="Join"
href="https://idp.forgerock.org/openam/UI/Login?service=register" />
<item name="Issue Tracking" href="issue-tracking.html" />
<item name="License" href="license.html" />
<item name="Source Repository" href="source-repository.html" />
</menu>
<menu ref="reports" />

<menu ref="reports" inherit="top" />
<menu ref="modules" inherit="top" />
</body>
</project>
</project>
37 changes: 0 additions & 37 deletions src/site/xdoc/404.xml

This file was deleted.

58 changes: 0 additions & 58 deletions src/site/xdoc/index.xml.vm

This file was deleted.

0 comments on commit 8536ece

Please sign in to comment.