diff options
author | Jeremias Maerki <jeremias@apache.org> | 2004-03-02 21:42:51 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2004-03-02 21:42:51 +0000 |
commit | eaf8db73c3ff04cb7b66ccc6d4016db79812aadf (patch) | |
tree | a7b2b0ad53ab722a2474207ef132a2c700a3f55b /src/documentation/content/xdocs/fo | |
parent | 04c10e7e466143400de8459cb1523844514412ff (diff) | |
download | xmlgraphics-fop-eaf8db73c3ff04cb7b66ccc6d4016db79812aadf.tar.gz xmlgraphics-fop-eaf8db73c3ff04cb7b66ccc6d4016db79812aadf.zip |
Applied Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197411 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/fo')
-rw-r--r-- | src/documentation/content/xdocs/fo/align.fo | 15 | ||||
-rw-r--r-- | src/documentation/content/xdocs/fo/align2.fo | 15 | ||||
-rw-r--r-- | src/documentation/content/xdocs/fo/blocks.ent | 16 | ||||
-rw-r--r-- | src/documentation/content/xdocs/fo/embed.fo | 16 | ||||
-rw-r--r-- | src/documentation/content/xdocs/fo/fonts.fo | 15 | ||||
-rw-r--r-- | src/documentation/content/xdocs/fo/size.fo | 15 |
6 files changed, 92 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/fo/align.fo b/src/documentation/content/xdocs/fo/align.fo index 4887af4b6..0fb8a5e18 100644 --- a/src/documentation/content/xdocs/fo/align.fo +++ b/src/documentation/content/xdocs/fo/align.fo @@ -1,5 +1,20 @@ <?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright 1999-2004 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. +--> +<!-- $Id$ --> <fo:root font-family="Times Roman" font-size="12pt" text-align="center" xmlns:fo="http://www.w3.org/1999/XSL/Format"> <fo:layout-master-set> diff --git a/src/documentation/content/xdocs/fo/align2.fo b/src/documentation/content/xdocs/fo/align2.fo index 7c9532c25..c05e024ba 100644 --- a/src/documentation/content/xdocs/fo/align2.fo +++ b/src/documentation/content/xdocs/fo/align2.fo @@ -1,5 +1,20 @@ <?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright 1999-2004 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. +--> +<!-- $Id$ --> <fo:root font-family="Times Roman" font-size="12pt" text-align="center" xmlns:fo="http://www.w3.org/1999/XSL/Format"> <fo:layout-master-set> diff --git a/src/documentation/content/xdocs/fo/blocks.ent b/src/documentation/content/xdocs/fo/blocks.ent index f8b70b4be..5168f2c15 100644 --- a/src/documentation/content/xdocs/fo/blocks.ent +++ b/src/documentation/content/xdocs/fo/blocks.ent @@ -1,3 +1,19 @@ +<!-- + Copyright 1999-2004 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. +--> +<!-- $Id$ --> <svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"> <rect x="0" y="0" width="25" height="25" style="fill:red"/> diff --git a/src/documentation/content/xdocs/fo/embed.fo b/src/documentation/content/xdocs/fo/embed.fo index 2993552da..2a36ce545 100644 --- a/src/documentation/content/xdocs/fo/embed.fo +++ b/src/documentation/content/xdocs/fo/embed.fo @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright 1999-2004 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. +--> +<!-- $Id$ --> <!DOCTYPE root [ <!ENTITY svgimage SYSTEM "blocks.ent"> ]> diff --git a/src/documentation/content/xdocs/fo/fonts.fo b/src/documentation/content/xdocs/fo/fonts.fo index ab9d658a0..997fc427e 100644 --- a/src/documentation/content/xdocs/fo/fonts.fo +++ b/src/documentation/content/xdocs/fo/fonts.fo @@ -1,5 +1,20 @@ <?xml version="1.0" ?> +<!-- + Copyright 1999-2004 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. +--> +<!-- $Id$ --> <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"> <!-- defines the layout master --> diff --git a/src/documentation/content/xdocs/fo/size.fo b/src/documentation/content/xdocs/fo/size.fo index 2076276df..1ad488655 100644 --- a/src/documentation/content/xdocs/fo/size.fo +++ b/src/documentation/content/xdocs/fo/size.fo @@ -1,5 +1,20 @@ <?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright 1999-2004 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. +--> +<!-- $Id$ --> <fo:root font-family="Times Roman" font-size="12pt" xmlns:fo="http://www.w3.org/1999/XSL/Format"> <fo:layout-master-set> |