Updated Branches: refs/heads/4.0 6164ec0ac -> 464c9b73a
CLOUDSTACK-422: XSL files missing license header Added license headers to the apidoc XSL files that were fooling RAT. Signed-off-by: Chip Childers <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/464c9b73 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/464c9b73 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/464c9b73 Branch: refs/heads/4.0 Commit: 464c9b73a3610e9f98f2ac06733e25c7bed6bc4a Parents: 6164ec0 Author: Chip Childers <[email protected]> Authored: Mon Oct 29 11:02:36 2012 -0400 Committer: Chip Childers <[email protected]> Committed: Mon Oct 29 11:02:36 2012 -0400 ---------------------------------------------------------------------- setup/apidoc/generateadmincommands.xsl | 18 ++++++++++++++++++ setup/apidoc/generatecommand.xsl | 18 ++++++++++++++++++ setup/apidoc/generatedomainadmincommands.xsl | 18 ++++++++++++++++++ setup/apidoc/generatetoc_footer.xsl | 18 ++++++++++++++++++ setup/apidoc/generateusercommands.xsl | 18 ++++++++++++++++++ 5 files changed, 90 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/464c9b73/setup/apidoc/generateadmincommands.xsl ---------------------------------------------------------------------- diff --git a/setup/apidoc/generateadmincommands.xsl b/setup/apidoc/generateadmincommands.xsl index 188a7fe..eed7f12 100644 --- a/setup/apidoc/generateadmincommands.xsl +++ b/setup/apidoc/generateadmincommands.xsl @@ -1,4 +1,22 @@ <?xml version="1.0"?> +<!-- +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. +--> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:output method="html" doctype-public="-//W3C//DTD HTML 1.0 Transitional//EN"/> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/464c9b73/setup/apidoc/generatecommand.xsl ---------------------------------------------------------------------- diff --git a/setup/apidoc/generatecommand.xsl b/setup/apidoc/generatecommand.xsl index 0d2e862..b665cf3 100644 --- a/setup/apidoc/generatecommand.xsl +++ b/setup/apidoc/generatecommand.xsl @@ -1,4 +1,22 @@ <?xml version="1.0"?> +<!-- +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. +--> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:output method="html" doctype-public="-//W3C//DTD HTML 1.0 Transitional//EN"/> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/464c9b73/setup/apidoc/generatedomainadmincommands.xsl ---------------------------------------------------------------------- diff --git a/setup/apidoc/generatedomainadmincommands.xsl b/setup/apidoc/generatedomainadmincommands.xsl index 5faab95..b36e8d1 100644 --- a/setup/apidoc/generatedomainadmincommands.xsl +++ b/setup/apidoc/generatedomainadmincommands.xsl @@ -1,4 +1,22 @@ <?xml version="1.0"?> +<!-- +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. +--> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:output method="html" doctype-public="-//W3C//DTD HTML 1.0 Transitional//EN"/> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/464c9b73/setup/apidoc/generatetoc_footer.xsl ---------------------------------------------------------------------- diff --git a/setup/apidoc/generatetoc_footer.xsl b/setup/apidoc/generatetoc_footer.xsl index 5bc2cf4..cf6dbc4 100644 --- a/setup/apidoc/generatetoc_footer.xsl +++ b/setup/apidoc/generatetoc_footer.xsl @@ -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. +--> </div> </div> </div> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/464c9b73/setup/apidoc/generateusercommands.xsl ---------------------------------------------------------------------- diff --git a/setup/apidoc/generateusercommands.xsl b/setup/apidoc/generateusercommands.xsl index 56aa58d..72e2444 100644 --- a/setup/apidoc/generateusercommands.xsl +++ b/setup/apidoc/generateusercommands.xsl @@ -1,4 +1,22 @@ <?xml version="1.0"?> +<!-- +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. +--> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:output method="html" doctype-public="-//W3C//DTD HTML 1.0 Transitional//EN"/>
