You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ju...@apache.org on 2008/07/22 19:51:58 UTC

svn commit: r678832 [2/2] - in /incubator/pdfbox/trunk/fontbox: ./ src/org/fontbox/afm/ src/org/fontbox/cmap/ src/org/fontbox/encoding/ src/org/fontbox/pfb/ src/org/fontbox/ttf/ src/org/fontbox/util/ website/ website/src/documentation/ website/src/docu...

Modified: incubator/pdfbox/trunk/fontbox/src/org/fontbox/ttf/NamingTable.java
URL: http://svn.apache.org/viewvc/incubator/pdfbox/trunk/fontbox/src/org/fontbox/ttf/NamingTable.java?rev=678832&r1=678831&r2=678832&view=diff
==============================================================================
--- incubator/pdfbox/trunk/fontbox/src/org/fontbox/ttf/NamingTable.java (original)
+++ incubator/pdfbox/trunk/fontbox/src/org/fontbox/ttf/NamingTable.java Tue Jul 22 10:51:56 2008
@@ -1,32 +1,18 @@
-/**
- * Copyright (c) 2005, www.fontbox.org
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- *
- * 1. Redistributions of source code must retain the above copyright notice,
- *    this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright notice,
- *    this list of conditions and the following disclaimer in the documentation
- *    and/or other materials provided with the distribution.
- * 3. Neither the name of fontbox; nor the names of its
- *    contributors may be used to endorse or promote products derived from this
- *    software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY
- * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
- * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
- * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+/*
+ * 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.fontbox.org
+ *      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.fontbox.ttf;
 

Modified: incubator/pdfbox/trunk/fontbox/src/org/fontbox/ttf/OS2WindowsMetricsTable.java
URL: http://svn.apache.org/viewvc/incubator/pdfbox/trunk/fontbox/src/org/fontbox/ttf/OS2WindowsMetricsTable.java?rev=678832&r1=678831&r2=678832&view=diff
==============================================================================
--- incubator/pdfbox/trunk/fontbox/src/org/fontbox/ttf/OS2WindowsMetricsTable.java (original)
+++ incubator/pdfbox/trunk/fontbox/src/org/fontbox/ttf/OS2WindowsMetricsTable.java Tue Jul 22 10:51:56 2008
@@ -1,32 +1,18 @@
-/**
- * Copyright (c) 2005, www.fontbox.org
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- *
- * 1. Redistributions of source code must retain the above copyright notice,
- *    this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright notice,
- *    this list of conditions and the following disclaimer in the documentation
- *    and/or other materials provided with the distribution.
- * 3. Neither the name of fontbox; nor the names of its
- *    contributors may be used to endorse or promote products derived from this
- *    software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY
- * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
- * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
- * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+/*
+ * 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.fontbox.org
+ *      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.fontbox.ttf;
 

Modified: incubator/pdfbox/trunk/fontbox/src/org/fontbox/ttf/PostScriptTable.java
URL: http://svn.apache.org/viewvc/incubator/pdfbox/trunk/fontbox/src/org/fontbox/ttf/PostScriptTable.java?rev=678832&r1=678831&r2=678832&view=diff
==============================================================================
--- incubator/pdfbox/trunk/fontbox/src/org/fontbox/ttf/PostScriptTable.java (original)
+++ incubator/pdfbox/trunk/fontbox/src/org/fontbox/ttf/PostScriptTable.java Tue Jul 22 10:51:56 2008
@@ -1,32 +1,18 @@
-/**
- * Copyright (c) 2005, www.fontbox.org
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- *
- * 1. Redistributions of source code must retain the above copyright notice,
- *    this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright notice,
- *    this list of conditions and the following disclaimer in the documentation
- *    and/or other materials provided with the distribution.
- * 3. Neither the name of fontbox; nor the names of its
- *    contributors may be used to endorse or promote products derived from this
- *    software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY
- * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
- * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
- * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+/*
+ * 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.fontbox.org
+ *      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.fontbox.ttf;
 

Modified: incubator/pdfbox/trunk/fontbox/src/org/fontbox/ttf/RAFDataStream.java
URL: http://svn.apache.org/viewvc/incubator/pdfbox/trunk/fontbox/src/org/fontbox/ttf/RAFDataStream.java?rev=678832&r1=678831&r2=678832&view=diff
==============================================================================
--- incubator/pdfbox/trunk/fontbox/src/org/fontbox/ttf/RAFDataStream.java (original)
+++ incubator/pdfbox/trunk/fontbox/src/org/fontbox/ttf/RAFDataStream.java Tue Jul 22 10:51:56 2008
@@ -1,32 +1,18 @@
-/**
- * Copyright (c) 2005, www.fontbox.org
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- *
- * 1. Redistributions of source code must retain the above copyright notice,
- *    this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright notice,
- *    this list of conditions and the following disclaimer in the documentation
- *    and/or other materials provided with the distribution.
- * 3. Neither the name of fontbox; nor the names of its
- *    contributors may be used to endorse or promote products derived from this
- *    software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY
- * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
- * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
- * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+/*
+ * 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.fontbox.org
+ *      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.fontbox.ttf;
 

Modified: incubator/pdfbox/trunk/fontbox/src/org/fontbox/ttf/TTFDataStream.java
URL: http://svn.apache.org/viewvc/incubator/pdfbox/trunk/fontbox/src/org/fontbox/ttf/TTFDataStream.java?rev=678832&r1=678831&r2=678832&view=diff
==============================================================================
--- incubator/pdfbox/trunk/fontbox/src/org/fontbox/ttf/TTFDataStream.java (original)
+++ incubator/pdfbox/trunk/fontbox/src/org/fontbox/ttf/TTFDataStream.java Tue Jul 22 10:51:56 2008
@@ -1,32 +1,18 @@
-/**
- * Copyright (c) 2005, www.fontbox.org
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- *
- * 1. Redistributions of source code must retain the above copyright notice,
- *    this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright notice,
- *    this list of conditions and the following disclaimer in the documentation
- *    and/or other materials provided with the distribution.
- * 3. Neither the name of fontbox; nor the names of its
- *    contributors may be used to endorse or promote products derived from this
- *    software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY
- * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
- * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
- * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+/*
+ * 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.fontbox.org
+ *      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.fontbox.ttf;
 

Modified: incubator/pdfbox/trunk/fontbox/src/org/fontbox/ttf/TTFParser.java
URL: http://svn.apache.org/viewvc/incubator/pdfbox/trunk/fontbox/src/org/fontbox/ttf/TTFParser.java?rev=678832&r1=678831&r2=678832&view=diff
==============================================================================
--- incubator/pdfbox/trunk/fontbox/src/org/fontbox/ttf/TTFParser.java (original)
+++ incubator/pdfbox/trunk/fontbox/src/org/fontbox/ttf/TTFParser.java Tue Jul 22 10:51:56 2008
@@ -1,32 +1,18 @@
-/**
- * Copyright (c) 2005, www.fontbox.org
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- *
- * 1. Redistributions of source code must retain the above copyright notice,
- *    this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright notice,
- *    this list of conditions and the following disclaimer in the documentation
- *    and/or other materials provided with the distribution.
- * 3. Neither the name of fontbox; nor the names of its
- *    contributors may be used to endorse or promote products derived from this
- *    software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY
- * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
- * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
- * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+/*
+ * 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.fontbox.org
+ *      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.fontbox.ttf;
 

Modified: incubator/pdfbox/trunk/fontbox/src/org/fontbox/ttf/TTFTable.java
URL: http://svn.apache.org/viewvc/incubator/pdfbox/trunk/fontbox/src/org/fontbox/ttf/TTFTable.java?rev=678832&r1=678831&r2=678832&view=diff
==============================================================================
--- incubator/pdfbox/trunk/fontbox/src/org/fontbox/ttf/TTFTable.java (original)
+++ incubator/pdfbox/trunk/fontbox/src/org/fontbox/ttf/TTFTable.java Tue Jul 22 10:51:56 2008
@@ -1,32 +1,18 @@
-/**
- * Copyright (c) 2005, www.fontbox.org
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- *
- * 1. Redistributions of source code must retain the above copyright notice,
- *    this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright notice,
- *    this list of conditions and the following disclaimer in the documentation
- *    and/or other materials provided with the distribution.
- * 3. Neither the name of fontbox; nor the names of its
- *    contributors may be used to endorse or promote products derived from this
- *    software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY
- * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
- * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
- * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+/*
+ * 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.fontbox.org
+ *      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.fontbox.ttf;
 

Modified: incubator/pdfbox/trunk/fontbox/src/org/fontbox/ttf/TrueTypeFont.java
URL: http://svn.apache.org/viewvc/incubator/pdfbox/trunk/fontbox/src/org/fontbox/ttf/TrueTypeFont.java?rev=678832&r1=678831&r2=678832&view=diff
==============================================================================
--- incubator/pdfbox/trunk/fontbox/src/org/fontbox/ttf/TrueTypeFont.java (original)
+++ incubator/pdfbox/trunk/fontbox/src/org/fontbox/ttf/TrueTypeFont.java Tue Jul 22 10:51:56 2008
@@ -1,32 +1,18 @@
-/**
- * Copyright (c) 2005, www.fontbox.org
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- *
- * 1. Redistributions of source code must retain the above copyright notice,
- *    this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright notice,
- *    this list of conditions and the following disclaimer in the documentation
- *    and/or other materials provided with the distribution.
- * 3. Neither the name of fontbox; nor the names of its
- *    contributors may be used to endorse or promote products derived from this
- *    software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY
- * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
- * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
- * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+/*
+ * 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.fontbox.org
+ *      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.fontbox.ttf;
 

Modified: incubator/pdfbox/trunk/fontbox/src/org/fontbox/util/BoundingBox.java
URL: http://svn.apache.org/viewvc/incubator/pdfbox/trunk/fontbox/src/org/fontbox/util/BoundingBox.java?rev=678832&r1=678831&r2=678832&view=diff
==============================================================================
--- incubator/pdfbox/trunk/fontbox/src/org/fontbox/util/BoundingBox.java (original)
+++ incubator/pdfbox/trunk/fontbox/src/org/fontbox/util/BoundingBox.java Tue Jul 22 10:51:56 2008
@@ -1,32 +1,18 @@
-/**
- * Copyright (c) 2005, www.fontbox.org
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- *
- * 1. Redistributions of source code must retain the above copyright notice,
- *    this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright notice,
- *    this list of conditions and the following disclaimer in the documentation
- *    and/or other materials provided with the distribution.
- * 3. Neither the name of fontbox; nor the names of its
- *    contributors may be used to endorse or promote products derived from this
- *    software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY
- * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
- * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
- * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *
- * http://www.fontbox.org
- *
+/*
+ * 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.
  */
 package org.fontbox.util;
 

Modified: incubator/pdfbox/trunk/fontbox/src/org/fontbox/util/ResourceLoader.java
URL: http://svn.apache.org/viewvc/incubator/pdfbox/trunk/fontbox/src/org/fontbox/util/ResourceLoader.java?rev=678832&r1=678831&r2=678832&view=diff
==============================================================================
--- incubator/pdfbox/trunk/fontbox/src/org/fontbox/util/ResourceLoader.java (original)
+++ incubator/pdfbox/trunk/fontbox/src/org/fontbox/util/ResourceLoader.java Tue Jul 22 10:51:56 2008
@@ -1,31 +1,18 @@
-/**
- * Copyright (c) 2003-2006, www.fontbox.org
- * All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are met:
- *
- * 1. Redistributions of source code must retain the above copyright notice,
- *    this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright notice,
- *    this list of conditions and the following disclaimer in the documentation
- *    and/or other materials provided with the distribution.
- * 3. Neither the name of pdfbox; nor the names of its
- *    contributors may be used to endorse or promote products derived from this
- *    software without specific prior written permission.
+/*
+ * 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
  *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- * DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY
- * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
- * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
- * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
- * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *      http://www.apache.org/licenses/LICENSE-2.0
  *
- * http://www.pdfbox.org
+ * 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.fontbox.util;
 

Modified: incubator/pdfbox/trunk/fontbox/website/cli.xconf
URL: http://svn.apache.org/viewvc/incubator/pdfbox/trunk/fontbox/website/cli.xconf?rev=678832&r1=678831&r2=678832&view=diff
==============================================================================
--- incubator/pdfbox/trunk/fontbox/website/cli.xconf (original)
+++ incubator/pdfbox/trunk/fontbox/website/cli.xconf Tue Jul 22 10:51:56 2008
@@ -1,12 +1,13 @@
 <?xml version="1.0"?>
 <!--
-  Copyright 2002-2004 The Apache Software Foundation
+  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
 
-  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
+       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,

Modified: incubator/pdfbox/trunk/fontbox/website/forrest.properties
URL: http://svn.apache.org/viewvc/incubator/pdfbox/trunk/fontbox/website/forrest.properties?rev=678832&r1=678831&r2=678832&view=diff
==============================================================================
--- incubator/pdfbox/trunk/fontbox/website/forrest.properties (original)
+++ incubator/pdfbox/trunk/fontbox/website/forrest.properties Tue Jul 22 10:51:56 2008
@@ -1,11 +1,11 @@
-# Copyright 2002-2005 The Apache Software Foundation or its licensors,
-# as applicable.
+# 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
 #
-# 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
+#      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,

Modified: incubator/pdfbox/trunk/fontbox/website/src/documentation/classes/CatalogManager.properties
URL: http://svn.apache.org/viewvc/incubator/pdfbox/trunk/fontbox/website/src/documentation/classes/CatalogManager.properties?rev=678832&r1=678831&r2=678832&view=diff
==============================================================================
--- incubator/pdfbox/trunk/fontbox/website/src/documentation/classes/CatalogManager.properties (original)
+++ incubator/pdfbox/trunk/fontbox/website/src/documentation/classes/CatalogManager.properties Tue Jul 22 10:51:56 2008
@@ -1,11 +1,11 @@
-# Copyright 2002-2005 The Apache Software Foundation or its licensors,
-# as applicable.
+# 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
 #
-# 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
+#      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,

Modified: incubator/pdfbox/trunk/fontbox/website/src/documentation/content/xdocs/donations.xml
URL: http://svn.apache.org/viewvc/incubator/pdfbox/trunk/fontbox/website/src/documentation/content/xdocs/donations.xml?rev=678832&r1=678831&r2=678832&view=diff
==============================================================================
--- incubator/pdfbox/trunk/fontbox/website/src/documentation/content/xdocs/donations.xml (original)
+++ incubator/pdfbox/trunk/fontbox/website/src/documentation/content/xdocs/donations.xml Tue Jul 22 10:51:56 2008
@@ -1,4 +1,20 @@
 <?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.
+-->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 <document> 
   <header> 

Modified: incubator/pdfbox/trunk/fontbox/website/src/documentation/content/xdocs/images/group.svg
URL: http://svn.apache.org/viewvc/incubator/pdfbox/trunk/fontbox/website/src/documentation/content/xdocs/images/group.svg?rev=678832&r1=678831&r2=678832&view=diff
==============================================================================
--- incubator/pdfbox/trunk/fontbox/website/src/documentation/content/xdocs/images/group.svg (original)
+++ incubator/pdfbox/trunk/fontbox/website/src/documentation/content/xdocs/images/group.svg Tue Jul 22 10:51:56 2008
@@ -1,12 +1,13 @@
 <?xml version="1.0" standalone="no"?>
 <!--
-  Copyright 2002-2004 The Apache Software Foundation
+  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
 
-  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
+       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,

Modified: incubator/pdfbox/trunk/fontbox/website/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/incubator/pdfbox/trunk/fontbox/website/src/documentation/content/xdocs/index.xml?rev=678832&r1=678831&r2=678832&view=diff
==============================================================================
--- incubator/pdfbox/trunk/fontbox/website/src/documentation/content/xdocs/index.xml (original)
+++ incubator/pdfbox/trunk/fontbox/website/src/documentation/content/xdocs/index.xml Tue Jul 22 10:51:56 2008
@@ -1,4 +1,20 @@
 <?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.
+-->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 <document> 
   <header> 

Modified: incubator/pdfbox/trunk/fontbox/website/src/documentation/content/xdocs/references.xml
URL: http://svn.apache.org/viewvc/incubator/pdfbox/trunk/fontbox/website/src/documentation/content/xdocs/references.xml?rev=678832&r1=678831&r2=678832&view=diff
==============================================================================
--- incubator/pdfbox/trunk/fontbox/website/src/documentation/content/xdocs/references.xml (original)
+++ incubator/pdfbox/trunk/fontbox/website/src/documentation/content/xdocs/references.xml Tue Jul 22 10:51:56 2008
@@ -1,4 +1,20 @@
 <?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.
+-->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 <document> 
   <header> 

Modified: incubator/pdfbox/trunk/fontbox/website/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/incubator/pdfbox/trunk/fontbox/website/src/documentation/content/xdocs/site.xml?rev=678832&r1=678831&r2=678832&view=diff
==============================================================================
--- incubator/pdfbox/trunk/fontbox/website/src/documentation/content/xdocs/site.xml (original)
+++ incubator/pdfbox/trunk/fontbox/website/src/documentation/content/xdocs/site.xml Tue Jul 22 10:51:56 2008
@@ -1,12 +1,13 @@
 <?xml version="1.0"?>
 <!--
-  Copyright 2002-2004 The Apache Software Foundation
+  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
 
-  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
+       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,
@@ -38,7 +39,7 @@
     <issues label="Issues" href="http://sourceforge.net/tracker/?group_id=149227&amp;atid=773646" description="Submit an issue" />
     <sourceforge label="SourceForge" href="http://www.sf.net/projects/fontbox" description="SourceForge Site" />
     <references label="References" href="references.html" description="References" />
-    <donations label="License" href="license.html" description="FontBox License" />
+    <donations label="License" href="http://www.apache.org/licenses/LICENSE-2.0" description="License" />
     <!--<donations label="Donations" href="donations.html" description="Donations" />-->
     <releaasenotes label="Release Notes" href="changes.html" description="Release Notes" />
   </about>

Modified: incubator/pdfbox/trunk/fontbox/website/src/documentation/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewvc/incubator/pdfbox/trunk/fontbox/website/src/documentation/content/xdocs/tabs.xml?rev=678832&r1=678831&r2=678832&view=diff
==============================================================================
--- incubator/pdfbox/trunk/fontbox/website/src/documentation/content/xdocs/tabs.xml (original)
+++ incubator/pdfbox/trunk/fontbox/website/src/documentation/content/xdocs/tabs.xml Tue Jul 22 10:51:56 2008
@@ -1,12 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright 2002-2004 The Apache Software Foundation
+  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
 
-  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
+       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,

Modified: incubator/pdfbox/trunk/fontbox/website/src/documentation/sitemap.xmap
URL: http://svn.apache.org/viewvc/incubator/pdfbox/trunk/fontbox/website/src/documentation/sitemap.xmap?rev=678832&r1=678831&r2=678832&view=diff
==============================================================================
--- incubator/pdfbox/trunk/fontbox/website/src/documentation/sitemap.xmap (original)
+++ incubator/pdfbox/trunk/fontbox/website/src/documentation/sitemap.xmap Tue Jul 22 10:51:56 2008
@@ -1,13 +1,13 @@
 <?xml version="1.0"?>
 <!--
-  Copyright 2002-2005 The Apache Software Foundation or its licensors,
-  as applicable.
+  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
 
-  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
+       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,

Modified: incubator/pdfbox/trunk/fontbox/website/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewvc/incubator/pdfbox/trunk/fontbox/website/src/documentation/skinconf.xml?rev=678832&r1=678831&r2=678832&view=diff
==============================================================================
--- incubator/pdfbox/trunk/fontbox/website/src/documentation/skinconf.xml (original)
+++ incubator/pdfbox/trunk/fontbox/website/src/documentation/skinconf.xml Tue Jul 22 10:51:56 2008
@@ -1,12 +1,13 @@
 <?xml version="1.0"?>
 <!--
-  Copyright 2002-2004 The Apache Software Foundation
+  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
 
-  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
+       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,

Modified: incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/langcode.xml
URL: http://svn.apache.org/viewvc/incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/langcode.xml?rev=678832&r1=678831&r2=678832&view=diff
==============================================================================
--- incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/langcode.xml (original)
+++ incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/langcode.xml Tue Jul 22 10:51:56 2008
@@ -1,12 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright 2002-2004 The Apache Software Foundation
+  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
 
-  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
+       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,

Modified: incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/languages_en.xml
URL: http://svn.apache.org/viewvc/incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/languages_en.xml?rev=678832&r1=678831&r2=678832&view=diff
==============================================================================
--- incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/languages_en.xml (original)
+++ incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/languages_en.xml Tue Jul 22 10:51:56 2008
@@ -1,12 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright 2002-2004 The Apache Software Foundation
+  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
 
-  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
+       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,

Modified: incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/languages_es.xml
URL: http://svn.apache.org/viewvc/incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/languages_es.xml?rev=678832&r1=678831&r2=678832&view=diff
==============================================================================
--- incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/languages_es.xml (original)
+++ incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/languages_es.xml Tue Jul 22 10:51:56 2008
@@ -1,12 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright 2002-2004 The Apache Software Foundation
+  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
 
-  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
+       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,

Modified: incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/menu.xml
URL: http://svn.apache.org/viewvc/incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/menu.xml?rev=678832&r1=678831&r2=678832&view=diff
==============================================================================
--- incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/menu.xml (original)
+++ incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/menu.xml Tue Jul 22 10:51:56 2008
@@ -1,12 +1,13 @@
 <?xml version="1.0"?>
 <!--
-  Copyright 2002-2004 The Apache Software Foundation
+  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
 
-  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
+       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,

Modified: incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/menu_af.xml
URL: http://svn.apache.org/viewvc/incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/menu_af.xml?rev=678832&r1=678831&r2=678832&view=diff
==============================================================================
--- incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/menu_af.xml (original)
+++ incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/menu_af.xml Tue Jul 22 10:51:56 2008
@@ -1,12 +1,13 @@
 <?xml version="1.0"?>
 <!--
-  Copyright 2002-2004 The Apache Software Foundation
+  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
 
-  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
+       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,

Modified: incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/menu_de.xml
URL: http://svn.apache.org/viewvc/incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/menu_de.xml?rev=678832&r1=678831&r2=678832&view=diff
==============================================================================
--- incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/menu_de.xml (original)
+++ incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/menu_de.xml Tue Jul 22 10:51:56 2008
@@ -1,12 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright 2002-2004 The Apache Software Foundation
+  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
 
-  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
+       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,

Modified: incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/menu_es.xml
URL: http://svn.apache.org/viewvc/incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/menu_es.xml?rev=678832&r1=678831&r2=678832&view=diff
==============================================================================
--- incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/menu_es.xml (original)
+++ incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/menu_es.xml Tue Jul 22 10:51:56 2008
@@ -1,12 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright 2002-2004 The Apache Software Foundation
+  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
 
-  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
+       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,

Modified: incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/menu_it.xml
URL: http://svn.apache.org/viewvc/incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/menu_it.xml?rev=678832&r1=678831&r2=678832&view=diff
==============================================================================
--- incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/menu_it.xml (original)
+++ incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/menu_it.xml Tue Jul 22 10:51:56 2008
@@ -1,12 +1,13 @@
 <?xml version="1.0"?>
 <!--
-  Copyright 2002-2004 The Apache Software Foundation
+  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
 
-  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
+       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,

Modified: incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/menu_no.xml
URL: http://svn.apache.org/viewvc/incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/menu_no.xml?rev=678832&r1=678831&r2=678832&view=diff
==============================================================================
--- incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/menu_no.xml (original)
+++ incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/menu_no.xml Tue Jul 22 10:51:56 2008
@@ -1,12 +1,13 @@
 <?xml version="1.0"?>
 <!--
-  Copyright 2002-2004 The Apache Software Foundation
+  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
 
-  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
+       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,

Modified: incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/menu_ru.xml
URL: http://svn.apache.org/viewvc/incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/menu_ru.xml?rev=678832&r1=678831&r2=678832&view=diff
==============================================================================
--- incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/menu_ru.xml (original)
+++ incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/menu_ru.xml Tue Jul 22 10:51:56 2008
@@ -1,12 +1,13 @@
 <?xml version="1.0"?>
 <!--
-  Copyright 2002-2004 The Apache Software Foundation
+  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
 
-  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
+       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,

Modified: incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/menu_sk.xml
URL: http://svn.apache.org/viewvc/incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/menu_sk.xml?rev=678832&r1=678831&r2=678832&view=diff
==============================================================================
--- incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/menu_sk.xml (original)
+++ incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/menu_sk.xml Tue Jul 22 10:51:56 2008
@@ -1,12 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright 2002-2004 The Apache Software Foundation
+  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
 
-  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
+       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,

Modified: incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/tabs.xml
URL: http://svn.apache.org/viewvc/incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/tabs.xml?rev=678832&r1=678831&r2=678832&view=diff
==============================================================================
--- incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/tabs.xml (original)
+++ incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/tabs.xml Tue Jul 22 10:51:56 2008
@@ -1,12 +1,13 @@
 <?xml version="1.0"?>
 <!--
-  Copyright 2002-2004 The Apache Software Foundation
+  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
 
-  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
+       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,

Modified: incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/tabs_es.xml
URL: http://svn.apache.org/viewvc/incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/tabs_es.xml?rev=678832&r1=678831&r2=678832&view=diff
==============================================================================
--- incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/tabs_es.xml (original)
+++ incubator/pdfbox/trunk/fontbox/website/src/documentation/translations/tabs_es.xml Tue Jul 22 10:51:56 2008
@@ -1,12 +1,13 @@
 <?xml version="1.0"?>
 <!--
-  Copyright 2002-2004 The Apache Software Foundation
+  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
 
-  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
+       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,

Modified: incubator/pdfbox/trunk/fontbox/website/status.xml
URL: http://svn.apache.org/viewvc/incubator/pdfbox/trunk/fontbox/website/status.xml?rev=678832&r1=678831&r2=678832&view=diff
==============================================================================
--- incubator/pdfbox/trunk/fontbox/website/status.xml (original)
+++ incubator/pdfbox/trunk/fontbox/website/status.xml Tue Jul 22 10:51:56 2008
@@ -1,4 +1,20 @@
 <?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.
+-->
 <status>
 
   <developers>