You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ar...@apache.org on 2012/01/19 22:27:35 UTC

svn commit: r1233578 [2/2] - in /incubator/ooo/trunk/main: basic/inc/basic/ drawinglayer/inc/drawinglayer/attribute/ drawinglayer/inc/drawinglayer/primitive2d/ drawinglayer/inc/drawinglayer/primitive3d/ drawinglayer/source/attribute/ drawinglayer/sourc...

Modified: incubator/ooo/trunk/main/drawinglayer/source/primitive2d/sdrdecompositiontools2d.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/drawinglayer/source/primitive2d/sdrdecompositiontools2d.cxx?rev=1233578&r1=1233577&r2=1233578&view=diff
==============================================================================
--- incubator/ooo/trunk/main/drawinglayer/source/primitive2d/sdrdecompositiontools2d.cxx (original)
+++ incubator/ooo/trunk/main/drawinglayer/source/primitive2d/sdrdecompositiontools2d.cxx Thu Jan 19 21:27:33 2012
@@ -1,37 +1,23 @@
-/*************************************************************************
- *
- *  OpenOffice.org - a multi-platform office productivity suite
- *
- *  $RCSfile: sdrdecompositiontools3d.cxx,v $
- *
- *  $Revision: 1.7 $
- *
- *  last change: $Author: aw $ $Date: 2008-05-27 14:11:21 $
- *
- *  The Contents of this file are made available subject to
- *  the terms of GNU Lesser General Public License Version 2.1.
- *
- *
- *    GNU Lesser General Public License Version 2.1
- *    =============================================
- *    Copyright 2005 by Sun Microsystems, Inc.
- *    901 San Antonio Road, Palo Alto, CA 94303, USA
- *
- *    This library is free software; you can redistribute it and/or
- *    modify it under the terms of the GNU Lesser General Public
- *    License version 2.1, as published by the Free Software Foundation.
- *
- *    This library is distributed in the hope that it will be useful,
- *    but WITHOUT ANY WARRANTY; without even the implied warranty of
- *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *    Lesser General Public License for more details.
- *
- *    You should have received a copy of the GNU Lesser General Public
- *    License along with this library; if not, write to the Free Software
- *    Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- *    MA  02111-1307  USA
- *
- ************************************************************************/
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
 #include "precompiled_drawinglayer.hxx"

Modified: incubator/ooo/trunk/main/drawinglayer/source/primitive2d/transparenceprimitive2d.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/drawinglayer/source/primitive2d/transparenceprimitive2d.cxx?rev=1233578&r1=1233577&r2=1233578&view=diff
==============================================================================
--- incubator/ooo/trunk/main/drawinglayer/source/primitive2d/transparenceprimitive2d.cxx (original)
+++ incubator/ooo/trunk/main/drawinglayer/source/primitive2d/transparenceprimitive2d.cxx Thu Jan 19 21:27:33 2012
@@ -1,37 +1,23 @@
-/*************************************************************************
- *
- *  OpenOffice.org - a multi-platform office productivity suite
- *
- *  $RCSfile: alphaprimitive2d.cxx,v $
- *
- *  $Revision: 1.5 $
- *
- *  last change: $Author: aw $ $Date: 2008-05-27 14:11:20 $
- *
- *  The Contents of this file are made available subject to
- *  the terms of GNU Lesser General Public License Version 2.1.
- *
- *
- *    GNU Lesser General Public License Version 2.1
- *    =============================================
- *    Copyright 2005 by Sun Microsystems, Inc.
- *    901 San Antonio Road, Palo Alto, CA 94303, USA
- *
- *    This library is free software; you can redistribute it and/or
- *    modify it under the terms of the GNU Lesser General Public
- *    License version 2.1, as published by the Free Software Foundation.
- *
- *    This library is distributed in the hope that it will be useful,
- *    but WITHOUT ANY WARRANTY; without even the implied warranty of
- *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *    Lesser General Public License for more details.
- *
- *    You should have received a copy of the GNU Lesser General Public
- *    License along with this library; if not, write to the Free Software
- *    Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- *    MA  02111-1307  USA
- *
- ************************************************************************/
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
 #include "precompiled_drawinglayer.hxx"

Modified: incubator/ooo/trunk/main/drawinglayer/source/primitive2d/unifiedtransparenceprimitive2d.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/drawinglayer/source/primitive2d/unifiedtransparenceprimitive2d.cxx?rev=1233578&r1=1233577&r2=1233578&view=diff
==============================================================================
--- incubator/ooo/trunk/main/drawinglayer/source/primitive2d/unifiedtransparenceprimitive2d.cxx (original)
+++ incubator/ooo/trunk/main/drawinglayer/source/primitive2d/unifiedtransparenceprimitive2d.cxx Thu Jan 19 21:27:33 2012
@@ -1,37 +1,23 @@
-/*************************************************************************
- *
- *  OpenOffice.org - a multi-platform office productivity suite
- *
- *  $RCSfile: UnifiedTransparencePrimitive2D.cxx,v $
- *
- *  $Revision: 1.5 $
- *
- *  last change: $Author: aw $ $Date: 2008-05-27 14:11:20 $
- *
- *  The Contents of this file are made available subject to
- *  the terms of GNU Lesser General Public License Version 2.1.
- *
- *
- *    GNU Lesser General Public License Version 2.1
- *    =============================================
- *    Copyright 2005 by Sun Microsystems, Inc.
- *    901 San Antonio Road, Palo Alto, CA 94303, USA
- *
- *    This library is free software; you can redistribute it and/or
- *    modify it under the terms of the GNU Lesser General Public
- *    License version 2.1, as published by the Free Software Foundation.
- *
- *    This library is distributed in the hope that it will be useful,
- *    but WITHOUT ANY WARRANTY; without even the implied warranty of
- *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *    Lesser General Public License for more details.
- *
- *    You should have received a copy of the GNU Lesser General Public
- *    License along with this library; if not, write to the Free Software
- *    Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- *    MA  02111-1307  USA
- *
- ************************************************************************/
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
 #include "precompiled_drawinglayer.hxx"

Modified: incubator/ooo/trunk/main/drawinglayer/source/primitive3d/hiddengeometryprimitive3d.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/drawinglayer/source/primitive3d/hiddengeometryprimitive3d.cxx?rev=1233578&r1=1233577&r2=1233578&view=diff
==============================================================================
--- incubator/ooo/trunk/main/drawinglayer/source/primitive3d/hiddengeometryprimitive3d.cxx (original)
+++ incubator/ooo/trunk/main/drawinglayer/source/primitive3d/hiddengeometryprimitive3d.cxx Thu Jan 19 21:27:33 2012
@@ -19,41 +19,6 @@
  * 
  *************************************************************/
 
-/*************************************************************************
- *
- *  OpenOffice.org - a multi-platform office productivity suite
- *
- *  $RCSfile: hittestprimitive3d.cxx,v $
- *
- *  $Revision: 1.1.2.1 $
- *
- *  last change: $Author: aw $ $Date: 2008/09/25 17:12:14 $
- *
- *  The Contents of this file are made available subject to
- *  the terms of GNU Lesser General Public License Version 2.1.
- *
- *
- *    GNU Lesser General Public License Version 2.1
- *    =============================================
- *    Copyright 2005 by Sun Microsystems, Inc.
- *    901 San Antonio Road, Palo Alto, CA 94303, USA
- *
- *    This library is free software; you can redistribute it and/or
- *    modify it under the terms of the GNU Lesser General Public
- *    License version 2.1, as published by the Free Software Foundation.
- *
- *    This library is distributed in the hope that it will be useful,
- *    but WITHOUT ANY WARRANTY; without even the implied warranty of
- *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *    Lesser General Public License for more details.
- *
- *    You should have received a copy of the GNU Lesser General Public
- *    License along with this library; if not, write to the Free Software
- *    Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- *    MA  02111-1307  USA
- *
- ************************************************************************/
-
 // MARKER(update_precomp.py): autogen include statement, do not remove
 #include "precompiled_drawinglayer.hxx"
 

Modified: incubator/ooo/trunk/main/filter/source/svg/impsvgdialog.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/filter/source/svg/impsvgdialog.cxx?rev=1233578&r1=1233577&r2=1233578&view=diff
==============================================================================
--- incubator/ooo/trunk/main/filter/source/svg/impsvgdialog.cxx (original)
+++ incubator/ooo/trunk/main/filter/source/svg/impsvgdialog.cxx Thu Jan 19 21:27:33 2012
@@ -1,37 +1,23 @@
- /*************************************************************************
- *
- *  OpenOffice.org - a multi-platform office productivity suite
- *
- *  $RCSfile: impsvgdialog.cxx,v $
- *
- *  $Revision: 1.1.2.3 $
- *
- *  last change: $Author: ka $ $Date: 2007/06/15 14:36:19 $
- *
- *  The Contents of this file are made available subject to
- *  the terms of GNU Lesser General Public License Version 2.1.
- *
- *
- *    GNU Lesser General Public License Version 2.1
- *    =============================================
- *    Copyright 2005 by Sun Microsystems, Inc.
- *    901 San Antonio Road, Palo Alto, CA 94303, USA
- *
- *    This library is free software; you can redistribute it and/or
- *    modify it under the terms of the GNU Lesser General Public
- *    License version 2.1, as published by the Free Software Foundation.
- *
- *    This library is distributed in the hope that it will be useful,
- *    but WITHOUT ANY WARRANTY; without even the implied warranty of
- *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *    Lesser General Public License for more details.
- *
- *    You should have received a copy of the GNU Lesser General Public
- *    License along with this library; if not, write to the Free Software
- *    Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- *    MA  02111-1307  USA
- *
- ************************************************************************/
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
 #include "precompiled_filter.hxx"

Modified: incubator/ooo/trunk/main/filter/source/svg/impsvgdialog.hxx
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/filter/source/svg/impsvgdialog.hxx?rev=1233578&r1=1233577&r2=1233578&view=diff
==============================================================================
--- incubator/ooo/trunk/main/filter/source/svg/impsvgdialog.hxx (original)
+++ incubator/ooo/trunk/main/filter/source/svg/impsvgdialog.hxx Thu Jan 19 21:27:33 2012
@@ -1,37 +1,23 @@
-/*************************************************************************
- *
- *  OpenOffice.org - a multi-platform office productivity suite
- *
- *  $RCSfile: impsvgdialog.hxx,v $
- *
- *  $Revision: 1.1.2.5 $
- *
- *  last change: $Author: ka $ $Date: 2006/03/24 10:57:24 $
- *
- *  The Contents of this file are made available subject to
- *  the terms of GNU Lesser General Public License Version 2.1.
- *
- *
- *    GNU Lesser General Public License Version 2.1
- *    =============================================
- *    Copyright 2005 by Sun Microsystems, Inc.
- *    901 San Antonio Road, Palo Alto, CA 94303, USA
- *
- *    This library is free software; you can redistribute it and/or
- *    modify it under the terms of the GNU Lesser General Public
- *    License version 2.1, as published by the Free Software Foundation.
- *
- *    This library is distributed in the hope that it will be useful,
- *    but WITHOUT ANY WARRANTY; without even the implied warranty of
- *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *    Lesser General Public License for more details.
- *
- *    You should have received a copy of the GNU Lesser General Public
- *    License along with this library; if not, write to the Free Software
- *    Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- *    MA  02111-1307  USA
- *
- ************************************************************************/
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
 
 #ifndef IMPSVGDIALOG_HXX
 #define IMPSVGDIALOG_HXX

Modified: incubator/ooo/trunk/main/filter/source/svg/svgdialog.cxx
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/filter/source/svg/svgdialog.cxx?rev=1233578&r1=1233577&r2=1233578&view=diff
==============================================================================
--- incubator/ooo/trunk/main/filter/source/svg/svgdialog.cxx (original)
+++ incubator/ooo/trunk/main/filter/source/svg/svgdialog.cxx Thu Jan 19 21:27:33 2012
@@ -1,37 +1,24 @@
- /*************************************************************************
- *
- *  OpenOffice.org - a multi-platform office productivity suite
- *
- *  $RCSfile: svgdialog.cxx,v $
- *
- *  $Revision: 1.1.2.3 $
- *
- *  last change: $Author: ka $ $Date: 2008/05/19 10:12:43 $
- *
- *  The Contents of this file are made available subject to
- *  the terms of GNU Lesser General Public License Version 2.1.
- *
- *
- *    GNU Lesser General Public License Version 2.1
- *    =============================================
- *    Copyright 2005 by Sun Microsystems, Inc.
- *    901 San Antonio Road, Palo Alto, CA 94303, USA
- *
- *    This library is free software; you can redistribute it and/or
- *    modify it under the terms of the GNU Lesser General Public
- *    License version 2.1, as published by the Free Software Foundation.
- *
- *    This library is distributed in the hope that it will be useful,
- *    but WITHOUT ANY WARRANTY; without even the implied warranty of
- *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *    Lesser General Public License for more details.
- *
- *    You should have received a copy of the GNU Lesser General Public
- *    License along with this library; if not, write to the Free Software
- *    Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- *    MA  02111-1307  USA
- *
- ************************************************************************/
+ /**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
+
 // MARKER(update_precomp.py): autogen include statement, do not remove
 #include "precompiled_filter.hxx"
 

Modified: incubator/ooo/trunk/main/filter/source/svg/svgdialog.hxx
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/filter/source/svg/svgdialog.hxx?rev=1233578&r1=1233577&r2=1233578&view=diff
==============================================================================
--- incubator/ooo/trunk/main/filter/source/svg/svgdialog.hxx (original)
+++ incubator/ooo/trunk/main/filter/source/svg/svgdialog.hxx Thu Jan 19 21:27:33 2012
@@ -19,41 +19,6 @@
  * 
  *************************************************************/
 
-/*************************************************************************
- *
- *  OpenOffice.org - a multi-platform office productivity suite
- *
- *  $RCSfile: svgdialog.hxx,v $
- *
- *  $Revision: 1.1.2.1 $
- *
- *  last change: $Author: ka $ $Date: 2006/03/08 08:18:10 $
- *
- *  The Contents of this file are made available subject to
- *  the terms of GNU Lesser General Public License Version 2.1.
- *
- *
- *    GNU Lesser General Public License Version 2.1
- *    =============================================
- *    Copyright 2005 by Sun Microsystems, Inc.
- *    901 San Antonio Road, Palo Alto, CA 94303, USA
- *
- *    This library is free software; you can redistribute it and/or
- *    modify it under the terms of the GNU Lesser General Public
- *    License version 2.1, as published by the Free Software Foundation.
- *
- *    This library is distributed in the hope that it will be useful,
- *    but WITHOUT ANY WARRANTY; without even the implied warranty of
- *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *    Lesser General Public License for more details.
- *
- *    You should have received a copy of the GNU Lesser General Public
- *    License along with this library; if not, write to the Free Software
- *    Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- *    MA  02111-1307  USA
- *
- ************************************************************************/
-
 #ifndef SVGDIALOG_HXX
 #define SVGDIALOG_HXX
 

Modified: incubator/ooo/trunk/main/i18npool/source/collator/data/ja_charset.txt
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/i18npool/source/collator/data/ja_charset.txt?rev=1233578&r1=1233577&r2=1233578&view=diff
==============================================================================
--- incubator/ooo/trunk/main/i18npool/source/collator/data/ja_charset.txt (original)
+++ incubator/ooo/trunk/main/i18npool/source/collator/data/ja_charset.txt Thu Jan 19 21:27:33 2012
@@ -1,7 +1,23 @@
-#
-# Copyright(c) 1999 - 2000, Sun Microsystems, Inc.
-# All Rights Reserved.
-#
+#**************************************************************
+#  
+#  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.
+#  
+#**************************************************************
 
 # Collation rule for Japanese charset
 

Modified: incubator/ooo/trunk/main/i18npool/source/collator/data/ja_phonetic_alphanumeric_first.txt
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/i18npool/source/collator/data/ja_phonetic_alphanumeric_first.txt?rev=1233578&r1=1233577&r2=1233578&view=diff
==============================================================================
--- incubator/ooo/trunk/main/i18npool/source/collator/data/ja_phonetic_alphanumeric_first.txt (original)
+++ incubator/ooo/trunk/main/i18npool/source/collator/data/ja_phonetic_alphanumeric_first.txt Thu Jan 19 21:27:33 2012
@@ -1,7 +1,23 @@
-#
-# Copyright(c) 1999 - 2000, Sun Microsystems, Inc.
-# All Rights Reserved.
-#
+#**************************************************************
+#  
+#  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.
+#  
+#**************************************************************
 
 # Collation rule for Japanese phonetic
 

Modified: incubator/ooo/trunk/main/i18npool/source/collator/data/ja_phonetic_alphanumeric_last.txt
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/i18npool/source/collator/data/ja_phonetic_alphanumeric_last.txt?rev=1233578&r1=1233577&r2=1233578&view=diff
==============================================================================
--- incubator/ooo/trunk/main/i18npool/source/collator/data/ja_phonetic_alphanumeric_last.txt (original)
+++ incubator/ooo/trunk/main/i18npool/source/collator/data/ja_phonetic_alphanumeric_last.txt Thu Jan 19 21:27:33 2012
@@ -1,7 +1,23 @@
-#
-# Copyright(c) 1999 - 2000, Sun Microsystems, Inc.
-# All Rights Reserved.
-#
+#**************************************************************
+#  
+#  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.
+#  
+#**************************************************************
 
 # Collation rule for Japanese phonetic
 

Modified: incubator/ooo/trunk/main/i18npool/source/collator/data/ko_charset.txt
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/i18npool/source/collator/data/ko_charset.txt?rev=1233578&r1=1233577&r2=1233578&view=diff
==============================================================================
--- incubator/ooo/trunk/main/i18npool/source/collator/data/ko_charset.txt (original)
+++ incubator/ooo/trunk/main/i18npool/source/collator/data/ko_charset.txt Thu Jan 19 21:27:33 2012
@@ -1,7 +1,23 @@
-#
-# Copyright(c) 1999 - 2000, Sun Microsystems, Inc.
-# All Rights Reserved.
-#
+#**************************************************************
+#  
+#  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.
+#  
+#**************************************************************
 
 # Collation rule for Korean charset
 

Modified: incubator/ooo/trunk/main/i18npool/source/collator/data/zh_TW_charset.txt
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/i18npool/source/collator/data/zh_TW_charset.txt?rev=1233578&r1=1233577&r2=1233578&view=diff
==============================================================================
--- incubator/ooo/trunk/main/i18npool/source/collator/data/zh_TW_charset.txt (original)
+++ incubator/ooo/trunk/main/i18npool/source/collator/data/zh_TW_charset.txt Thu Jan 19 21:27:33 2012
@@ -1,7 +1,23 @@
-#
-# Copyright(c) 1999 - 2000, Sun Microsystems, Inc.
-# All Rights Reserved.
-#
+#**************************************************************
+#  
+#  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.
+#  
+#**************************************************************
 
 # Collation rule for Traditional Chinese charset
 

Modified: incubator/ooo/trunk/main/i18npool/source/collator/data/zh_TW_radical.txt
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/i18npool/source/collator/data/zh_TW_radical.txt?rev=1233578&r1=1233577&r2=1233578&view=diff
==============================================================================
--- incubator/ooo/trunk/main/i18npool/source/collator/data/zh_TW_radical.txt (original)
+++ incubator/ooo/trunk/main/i18npool/source/collator/data/zh_TW_radical.txt Thu Jan 19 21:27:33 2012
@@ -1,7 +1,23 @@
-#
-# Copyright(c) 1999 - 2000, Sun Microsystems, Inc.
-# All Rights Reserved.
-#
+#**************************************************************
+#  
+#  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.
+#  
+#**************************************************************
 
 # Collation rule for Traditional Chinese radical
 

Modified: incubator/ooo/trunk/main/i18npool/source/collator/data/zh_TW_stroke.txt
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/i18npool/source/collator/data/zh_TW_stroke.txt?rev=1233578&r1=1233577&r2=1233578&view=diff
==============================================================================
--- incubator/ooo/trunk/main/i18npool/source/collator/data/zh_TW_stroke.txt (original)
+++ incubator/ooo/trunk/main/i18npool/source/collator/data/zh_TW_stroke.txt Thu Jan 19 21:27:33 2012
@@ -1,7 +1,23 @@
-#
-# Copyright(c) 1999 - 2000, Sun Microsystems, Inc.
-# All Rights Reserved.
-#
+#**************************************************************
+#  
+#  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.
+#  
+#**************************************************************
 
 # Collation rule for Traditional Chinese stroke
 

Modified: incubator/ooo/trunk/main/i18npool/source/collator/data/zh_charset.txt
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/i18npool/source/collator/data/zh_charset.txt?rev=1233578&r1=1233577&r2=1233578&view=diff
==============================================================================
--- incubator/ooo/trunk/main/i18npool/source/collator/data/zh_charset.txt (original)
+++ incubator/ooo/trunk/main/i18npool/source/collator/data/zh_charset.txt Thu Jan 19 21:27:33 2012
@@ -1,7 +1,23 @@
-#
-# Copyright(c) 1999 - 2000, Sun Microsystems, Inc.
-# All Rights Reserved.
-#
+#**************************************************************
+#  
+#  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.
+#  
+#**************************************************************
 
 # Collation rule for Simplified Chinese charset
 

Modified: incubator/ooo/trunk/main/i18npool/source/collator/data/zh_pinyin.txt
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/i18npool/source/collator/data/zh_pinyin.txt?rev=1233578&r1=1233577&r2=1233578&view=diff
==============================================================================
--- incubator/ooo/trunk/main/i18npool/source/collator/data/zh_pinyin.txt (original)
+++ incubator/ooo/trunk/main/i18npool/source/collator/data/zh_pinyin.txt Thu Jan 19 21:27:33 2012
@@ -1,7 +1,23 @@
-#
-# Copyright(c) 1999 - 2000, Sun Microsystems, Inc.
-# All Rights Reserved.
-#
+#**************************************************************
+#  
+#  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.
+#  
+#**************************************************************
 
 # Collation rule for Chinese pinyin
 

Modified: incubator/ooo/trunk/main/i18npool/source/collator/data/zh_radical.txt
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/i18npool/source/collator/data/zh_radical.txt?rev=1233578&r1=1233577&r2=1233578&view=diff
==============================================================================
--- incubator/ooo/trunk/main/i18npool/source/collator/data/zh_radical.txt (original)
+++ incubator/ooo/trunk/main/i18npool/source/collator/data/zh_radical.txt Thu Jan 19 21:27:33 2012
@@ -1,7 +1,23 @@
-#
-# Copyright(c) 1999 - 2000, Sun Microsystems, Inc.
-# All Rights Reserved.
-#
+#**************************************************************
+#  
+#  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.
+#  
+#**************************************************************
 
 # Collation rule for Simplified Chinese radical
 

Modified: incubator/ooo/trunk/main/i18npool/source/collator/data/zh_stroke.txt
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/i18npool/source/collator/data/zh_stroke.txt?rev=1233578&r1=1233577&r2=1233578&view=diff
==============================================================================
--- incubator/ooo/trunk/main/i18npool/source/collator/data/zh_stroke.txt (original)
+++ incubator/ooo/trunk/main/i18npool/source/collator/data/zh_stroke.txt Thu Jan 19 21:27:33 2012
@@ -1,7 +1,23 @@
-#
-# Copyright(c) 1999 - 2000, Sun Microsystems, Inc.
-# All Rights Reserved.
-#
+#**************************************************************
+#  
+#  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.
+#  
+#**************************************************************
 
 # Collation rule for Simplified Chinese stroke
 

Modified: incubator/ooo/trunk/main/i18npool/source/collator/data/zh_zhuyin.txt
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/i18npool/source/collator/data/zh_zhuyin.txt?rev=1233578&r1=1233577&r2=1233578&view=diff
==============================================================================
--- incubator/ooo/trunk/main/i18npool/source/collator/data/zh_zhuyin.txt (original)
+++ incubator/ooo/trunk/main/i18npool/source/collator/data/zh_zhuyin.txt Thu Jan 19 21:27:33 2012
@@ -1,7 +1,23 @@
-#
-# Copyright(c) 1999 - 2000, Sun Microsystems, Inc.
-# All Rights Reserved.
-#
+#**************************************************************
+#  
+#  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.
+#  
+#**************************************************************
 
 # Collation rule for Chinese zhuyin
 

Modified: incubator/ooo/trunk/main/javainstaller2/build.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/javainstaller2/build.xml?rev=1233578&r1=1233577&r2=1233578&view=diff
==============================================================================
--- incubator/ooo/trunk/main/javainstaller2/build.xml (original)
+++ incubator/ooo/trunk/main/javainstaller2/build.xml Thu Jan 19 21:27:33 2012
@@ -1,9 +1,25 @@
 <?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.
+ * 
+ ***********************************************************-->
 
-<!--
- Copyright 2004 Sun Microsystems, Inc. All rights reserved.
- SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
--->
 
 <project name="javainstaller2" default="build" basedir=".">
 

Modified: incubator/ooo/trunk/main/offapi/com/sun/star/document/XCodeNameQuery.idl
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/offapi/com/sun/star/document/XCodeNameQuery.idl?rev=1233578&r1=1233577&r2=1233578&view=diff
==============================================================================
--- incubator/ooo/trunk/main/offapi/com/sun/star/document/XCodeNameQuery.idl (original)
+++ incubator/ooo/trunk/main/offapi/com/sun/star/document/XCodeNameQuery.idl Thu Jan 19 21:27:33 2012
@@ -1,37 +1,23 @@
-/*************************************************************************
- *
- *  OpenOffice.org - a multi-platform office productivity suite
- *
- *  $RCSfile: XDocumentPropertiesSupplier.idl,v $
- *
- *  $Revision$
- *
- *  last change: $Author$ $Date$
- *
- *  The Contents of this file are made available subject to
- *  the terms of GNU Lesser General Public License Version 2.1.
- *
- *
- *    GNU Lesser General Public License Version 2.1
- *    =============================================
- *    Copyright 2005 by Sun Microsystems, Inc.
- *    901 San Antonio Road, Palo Alto, CA 94303, USA
- *
- *    This library is free software; you can redistribute it and/or
- *    modify it under the terms of the GNU Lesser General Public
- *    License version 2.1, as published by the Free Software Foundation.
- *
- *    This library is distributed in the hope that it will be useful,
- *    but WITHOUT ANY WARRANTY; without even the implied warranty of
- *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *    Lesser General Public License for more details.
- *
- *    You should have received a copy of the GNU Lesser General Public
- *    License along with this library; if not, write to the Free Software
- *    Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- *    MA  02111-1307  USA
- *
- ************************************************************************/
+/**************************************************************
+ * 
+ * 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.
+ * 
+ *************************************************************/
 #ifndef __com_sun_star_document_XCodeNameQuery_idl__
 #define __com_sun_star_document_XCodeNameQuery_idl__
 

Modified: incubator/ooo/trunk/main/ooo_custom_images/util/settings.pmk
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/ooo_custom_images/util/settings.pmk?rev=1233578&r1=1233577&r2=1233578&view=diff
==============================================================================
--- incubator/ooo/trunk/main/ooo_custom_images/util/settings.pmk (original)
+++ incubator/ooo/trunk/main/ooo_custom_images/util/settings.pmk Thu Jan 19 21:27:33 2012
@@ -1,10 +1,23 @@
-#***********************************************************************
-#
-#   Copyright 2004 Sun Microsystems, Inc.
-#
-#   All Rights Reserved.
-#
-#*************************************************************************
+#**************************************************************
+#  
+#  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.
+#  
+#**************************************************************
 
 ZIP1FLAGS		+= -r
 ZIP1TARGET      = images_brand_$(TARGET)

Modified: incubator/ooo/trunk/main/ooo_custom_images/util/target.pmk
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/ooo_custom_images/util/target.pmk?rev=1233578&r1=1233577&r2=1233578&view=diff
==============================================================================
--- incubator/ooo/trunk/main/ooo_custom_images/util/target.pmk (original)
+++ incubator/ooo/trunk/main/ooo_custom_images/util/target.pmk Thu Jan 19 21:27:33 2012
@@ -1,11 +1,23 @@
-#***********************************************************************
-#
-#   Copyright 2004 Sun Microsystems, Inc.
-#
-#   All Rights Reserved.
-#
-#*************************************************************************
-
+#**************************************************************
+#  
+#  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.
+#  
+#**************************************************************
 .IF "$(depend)"==""
 ALLTAR : $(COMMONBIN)$/$(TARGET)$/images_brand$(ZIP1EXT)
 .ENDIF			# "$(depend)"==""

Modified: incubator/ooo/trunk/main/sysui/desktop/menus/startcenter.desktop
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sysui/desktop/menus/startcenter.desktop?rev=1233578&r1=1233577&r2=1233578&view=diff
==============================================================================
--- incubator/ooo/trunk/main/sysui/desktop/menus/startcenter.desktop (original)
+++ incubator/ooo/trunk/main/sysui/desktop/menus/startcenter.desktop Thu Jan 19 21:27:33 2012
@@ -8,4 +8,4 @@ Exec=openoffice %U
 MimeType=application/vnd.openofficeorg.extension;
 Name=%PRODUCTNAME 
 GenericName=Office 
-Comment=The office productivity suite compatible to the open and standardized ODF document format. Supported by Sun Microsystems.
+Comment=The office productivity suite compatible to the open and standardized ODF document format.

Modified: incubator/ooo/trunk/main/testautomation/global/input/java/Clock.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/testautomation/global/input/java/Clock.java?rev=1233578&r1=1233577&r2=1233578&view=diff
==============================================================================
--- incubator/ooo/trunk/main/testautomation/global/input/java/Clock.java (original)
+++ incubator/ooo/trunk/main/testautomation/global/input/java/Clock.java Thu Jan 19 21:27:33 2012
@@ -20,41 +20,6 @@
  *************************************************************/
 
 /*
- * Copyright (c) 2004 Sun Microsystems, Inc. All  Rights Reserved.
- * 
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 
- * -Redistributions of source code must retain the above copyright
- *  notice, this list of conditions and the following disclaimer.
- * 
- * -Redistribution in binary form must reproduct the above copyright
- *  notice, this list of conditions and the following disclaimer in
- *  the documentation and/or other materials provided with the distribution.
- * 
- * Neither the name of Sun Microsystems, Inc. or the names of contributors
- * may be used to endorse or promote products derived from this software
- * without specific prior written permission.
- * 
- * This software is provided "AS IS," without a warranty of any kind. ALL
- * EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING
- * ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
- * OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED. SUN AND ITS LICENSORS SHALL NOT
- * BE LIABLE FOR ANY DAMAGES OR LIABILITIES SUFFERED BY LICENSEE AS A RESULT
- * OF OR RELATING TO USE, MODIFICATION OR DISTRIBUTION OF THE SOFTWARE OR ITS
- * DERIVATIVES. IN NO EVENT WILL SUN OR ITS LICENSORS BE LIABLE FOR ANY LOST
- * REVENUE, PROFIT OR DATA, OR FOR DIRECT, INDIRECT, SPECIAL, CONSEQUENTIAL,
- * INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER CAUSED AND REGARDLESS OF THE THEORY
- * OF LIABILITY, ARISING OUT OF THE USE OF OR INABILITY TO USE SOFTWARE, EVEN
- * IF SUN HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
- * 
- * You acknowledge that Software is not designed, licensed or intended for
- * use in the design, construction, operation or maintenance of any nuclear
- * facility.
- */
-
-/*
  * @(#)Clock.java	1.13 03/12/19
  */