Return-Path: X-Original-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 03B3E9DEC for ; Sun, 6 Nov 2011 07:00:39 +0000 (UTC) Received: (qmail 2238 invoked by uid 500); 6 Nov 2011 07:00:38 -0000 Delivered-To: apmail-incubator-ooo-commits-archive@incubator.apache.org Received: (qmail 2096 invoked by uid 500); 6 Nov 2011 07:00:34 -0000 Mailing-List: contact ooo-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-commits@incubator.apache.org Received: (qmail 2067 invoked by uid 99); 6 Nov 2011 07:00:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Nov 2011 07:00:33 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Nov 2011 07:00:28 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 6288F2388AAA; Sun, 6 Nov 2011 07:00:08 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1198136 [3/3] - in /incubator/ooo/trunk/main/accessibility: bridge/org/openoffice/accessibility/ bridge/org/openoffice/java/accessibility/ bridge/org/openoffice/java/accessibility/logging/ workben/org/openoffice/accessibility/awb/ workben/... Date: Sun, 06 Nov 2011 07:00:03 -0000 To: ooo-commits@incubator.apache.org From: arist@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111106070008.6288F2388AAA@eris.apache.org> Modified: incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/tree/DynamicAccessibilityModel.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/tree/DynamicAccessibilityModel.java?rev=1198136&r1=1198135&r2=1198136&view=diff ============================================================================== --- incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/tree/DynamicAccessibilityModel.java (original) +++ incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/tree/DynamicAccessibilityModel.java Sun Nov 6 07:00:00 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * This file is part of OpenOffice.org. - * - * OpenOffice.org is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License version 3 - * only, as published by the Free Software Foundation. - * - * OpenOffice.org 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 version 3 for more details - * (a copy is included in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU Lesser General Public License - * version 3 along with OpenOffice.org. If not, see - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * 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.openoffice.accessibility.awb.tree; Modified: incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/tree/DynamicAccessibilityNode.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/tree/DynamicAccessibilityNode.java?rev=1198136&r1=1198135&r2=1198136&view=diff ============================================================================== --- incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/tree/DynamicAccessibilityNode.java (original) +++ incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/tree/DynamicAccessibilityNode.java Sun Nov 6 07:00:00 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * This file is part of OpenOffice.org. - * - * OpenOffice.org is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License version 3 - * only, as published by the Free Software Foundation. - * - * OpenOffice.org 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 version 3 for more details - * (a copy is included in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU Lesser General Public License - * version 3 along with OpenOffice.org. If not, see - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * 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.openoffice.accessibility.awb.tree; Modified: incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/tree/ToolkitNode.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/tree/ToolkitNode.java?rev=1198136&r1=1198135&r2=1198136&view=diff ============================================================================== --- incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/tree/ToolkitNode.java (original) +++ incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/tree/ToolkitNode.java Sun Nov 6 07:00:00 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * This file is part of OpenOffice.org. - * - * OpenOffice.org is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License version 3 - * only, as published by the Free Software Foundation. - * - * OpenOffice.org 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 version 3 for more details - * (a copy is included in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU Lesser General Public License - * version 3 along with OpenOffice.org. If not, see - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * 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.openoffice.accessibility.awb.tree; Modified: incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/ComponentView.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/ComponentView.java?rev=1198136&r1=1198135&r2=1198136&view=diff ============================================================================== --- incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/ComponentView.java (original) +++ incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/ComponentView.java Sun Nov 6 07:00:00 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * This file is part of OpenOffice.org. - * - * OpenOffice.org is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License version 3 - * only, as published by the Free Software Foundation. - * - * OpenOffice.org 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 version 3 for more details - * (a copy is included in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU Lesser General Public License - * version 3 along with OpenOffice.org. If not, see - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * 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.openoffice.accessibility.awb.view; Modified: incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/ContextView.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/ContextView.java?rev=1198136&r1=1198135&r2=1198136&view=diff ============================================================================== --- incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/ContextView.java (original) +++ incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/ContextView.java Sun Nov 6 07:00:00 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * This file is part of OpenOffice.org. - * - * OpenOffice.org is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License version 3 - * only, as published by the Free Software Foundation. - * - * OpenOffice.org 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 version 3 for more details - * (a copy is included in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU Lesser General Public License - * version 3 along with OpenOffice.org. If not, see - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * 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.openoffice.accessibility.awb.view; Modified: incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/EditableTextView.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/EditableTextView.java?rev=1198136&r1=1198135&r2=1198136&view=diff ============================================================================== --- incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/EditableTextView.java (original) +++ incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/EditableTextView.java Sun Nov 6 07:00:00 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * This file is part of OpenOffice.org. - * - * OpenOffice.org is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License version 3 - * only, as published by the Free Software Foundation. - * - * OpenOffice.org 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 version 3 for more details - * (a copy is included in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU Lesser General Public License - * version 3 along with OpenOffice.org. If not, see - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * 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.openoffice.accessibility.awb.view; Modified: incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/EventMonitorView.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/EventMonitorView.java?rev=1198136&r1=1198135&r2=1198136&view=diff ============================================================================== --- incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/EventMonitorView.java (original) +++ incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/EventMonitorView.java Sun Nov 6 07:00:00 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * This file is part of OpenOffice.org. - * - * OpenOffice.org is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License version 3 - * only, as published by the Free Software Foundation. - * - * OpenOffice.org 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 version 3 for more details - * (a copy is included in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU Lesser General Public License - * version 3 along with OpenOffice.org. If not, see - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * 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.openoffice.accessibility.awb.view; Modified: incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/FocusView.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/FocusView.java?rev=1198136&r1=1198135&r2=1198136&view=diff ============================================================================== --- incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/FocusView.java (original) +++ incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/FocusView.java Sun Nov 6 07:00:00 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * This file is part of OpenOffice.org. - * - * OpenOffice.org is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License version 3 - * only, as published by the Free Software Foundation. - * - * OpenOffice.org 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 version 3 for more details - * (a copy is included in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU Lesser General Public License - * version 3 along with OpenOffice.org. If not, see - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * 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.openoffice.accessibility.awb.view; Modified: incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/LayoutManager.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/LayoutManager.java?rev=1198136&r1=1198135&r2=1198136&view=diff ============================================================================== --- incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/LayoutManager.java (original) +++ incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/LayoutManager.java Sun Nov 6 07:00:00 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * This file is part of OpenOffice.org. - * - * OpenOffice.org is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License version 3 - * only, as published by the Free Software Foundation. - * - * OpenOffice.org 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 version 3 for more details - * (a copy is included in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU Lesser General Public License - * version 3 along with OpenOffice.org. If not, see - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * 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.openoffice.accessibility.awb.view; Modified: incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/ObjectView.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/ObjectView.java?rev=1198136&r1=1198135&r2=1198136&view=diff ============================================================================== --- incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/ObjectView.java (original) +++ incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/ObjectView.java Sun Nov 6 07:00:00 2011 @@ -1,3 +1,24 @@ +/************************************************************** + * + * 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.openoffice.accessibility.awb.view; import javax.swing.JPanel; Modified: incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/ObjectViewContainer.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/ObjectViewContainer.java?rev=1198136&r1=1198135&r2=1198136&view=diff ============================================================================== --- incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/ObjectViewContainer.java (original) +++ incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/ObjectViewContainer.java Sun Nov 6 07:00:00 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * This file is part of OpenOffice.org. - * - * OpenOffice.org is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License version 3 - * only, as published by the Free Software Foundation. - * - * OpenOffice.org 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 version 3 for more details - * (a copy is included in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU Lesser General Public License - * version 3 along with OpenOffice.org. If not, see - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * 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.openoffice.accessibility.awb.view; Modified: incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/ObjectViewContainerWindow.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/ObjectViewContainerWindow.java?rev=1198136&r1=1198135&r2=1198136&view=diff ============================================================================== --- incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/ObjectViewContainerWindow.java (original) +++ incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/ObjectViewContainerWindow.java Sun Nov 6 07:00:00 2011 @@ -1,3 +1,24 @@ +/************************************************************** + * + * 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.openoffice.accessibility.awb.view; import java.awt.BorderLayout; Modified: incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/ParentView.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/ParentView.java?rev=1198136&r1=1198135&r2=1198136&view=diff ============================================================================== --- incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/ParentView.java (original) +++ incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/ParentView.java Sun Nov 6 07:00:00 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * This file is part of OpenOffice.org. - * - * OpenOffice.org is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License version 3 - * only, as published by the Free Software Foundation. - * - * OpenOffice.org 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 version 3 for more details - * (a copy is included in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU Lesser General Public License - * version 3 along with OpenOffice.org. If not, see - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * 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.openoffice.accessibility.awb.view; Modified: incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/SelectionView.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/SelectionView.java?rev=1198136&r1=1198135&r2=1198136&view=diff ============================================================================== --- incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/SelectionView.java (original) +++ incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/SelectionView.java Sun Nov 6 07:00:00 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * This file is part of OpenOffice.org. - * - * OpenOffice.org is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License version 3 - * only, as published by the Free Software Foundation. - * - * OpenOffice.org 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 version 3 for more details - * (a copy is included in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU Lesser General Public License - * version 3 along with OpenOffice.org. If not, see - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * 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.openoffice.accessibility.awb.view; Modified: incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/ServiceInterfaceView.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/ServiceInterfaceView.java?rev=1198136&r1=1198135&r2=1198136&view=diff ============================================================================== --- incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/ServiceInterfaceView.java (original) +++ incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/ServiceInterfaceView.java Sun Nov 6 07:00:00 2011 @@ -1,3 +1,24 @@ +/************************************************************** + * + * 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.openoffice.accessibility.awb.view; import java.awt.GridLayout; Modified: incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/StateSetView.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/StateSetView.java?rev=1198136&r1=1198135&r2=1198136&view=diff ============================================================================== --- incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/StateSetView.java (original) +++ incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/StateSetView.java Sun Nov 6 07:00:00 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * This file is part of OpenOffice.org. - * - * OpenOffice.org is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License version 3 - * only, as published by the Free Software Foundation. - * - * OpenOffice.org 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 version 3 for more details - * (a copy is included in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU Lesser General Public License - * version 3 along with OpenOffice.org. If not, see - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * 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.openoffice.accessibility.awb.view; Modified: incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/TableView.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/TableView.java?rev=1198136&r1=1198135&r2=1198136&view=diff ============================================================================== --- incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/TableView.java (original) +++ incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/TableView.java Sun Nov 6 07:00:00 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * This file is part of OpenOffice.org. - * - * OpenOffice.org is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License version 3 - * only, as published by the Free Software Foundation. - * - * OpenOffice.org 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 version 3 for more details - * (a copy is included in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU Lesser General Public License - * version 3 along with OpenOffice.org. If not, see - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * 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.openoffice.accessibility.awb.view; Modified: incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/TextView.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/TextView.java?rev=1198136&r1=1198135&r2=1198136&view=diff ============================================================================== --- incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/TextView.java (original) +++ incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/TextView.java Sun Nov 6 07:00:00 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * This file is part of OpenOffice.org. - * - * OpenOffice.org is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License version 3 - * only, as published by the Free Software Foundation. - * - * OpenOffice.org 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 version 3 for more details - * (a copy is included in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU Lesser General Public License - * version 3 along with OpenOffice.org. If not, see - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * 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.openoffice.accessibility.awb.view; Modified: incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/ViewGridLayout.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/ViewGridLayout.java?rev=1198136&r1=1198135&r2=1198136&view=diff ============================================================================== --- incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/ViewGridLayout.java (original) +++ incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/ViewGridLayout.java Sun Nov 6 07:00:00 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * This file is part of OpenOffice.org. - * - * OpenOffice.org is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License version 3 - * only, as published by the Free Software Foundation. - * - * OpenOffice.org 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 version 3 for more details - * (a copy is included in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU Lesser General Public License - * version 3 along with OpenOffice.org. If not, see - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * 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.openoffice.accessibility.awb.view; Modified: incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/CaretSpinnerModel.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/CaretSpinnerModel.java?rev=1198136&r1=1198135&r2=1198136&view=diff ============================================================================== --- incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/CaretSpinnerModel.java (original) +++ incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/CaretSpinnerModel.java Sun Nov 6 07:00:00 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * This file is part of OpenOffice.org. - * - * OpenOffice.org is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License version 3 - * only, as published by the Free Software Foundation. - * - * OpenOffice.org 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 version 3 for more details - * (a copy is included in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU Lesser General Public License - * version 3 along with OpenOffice.org. If not, see - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * 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.openoffice.accessibility.awb.view.text; Modified: incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/TextActionDialog.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/TextActionDialog.java?rev=1198136&r1=1198135&r2=1198136&view=diff ============================================================================== --- incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/TextActionDialog.java (original) +++ incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/TextActionDialog.java Sun Nov 6 07:00:00 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * This file is part of OpenOffice.org. - * - * OpenOffice.org is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License version 3 - * only, as published by the Free Software Foundation. - * - * OpenOffice.org 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 version 3 for more details - * (a copy is included in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU Lesser General Public License - * version 3 along with OpenOffice.org. If not, see - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * 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.openoffice.accessibility.awb.view.text; Modified: incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/TextAttributeDialog.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/TextAttributeDialog.java?rev=1198136&r1=1198135&r2=1198136&view=diff ============================================================================== --- incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/TextAttributeDialog.java (original) +++ incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/TextAttributeDialog.java Sun Nov 6 07:00:00 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * This file is part of OpenOffice.org. - * - * OpenOffice.org is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License version 3 - * only, as published by the Free Software Foundation. - * - * OpenOffice.org 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 version 3 for more details - * (a copy is included in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU Lesser General Public License - * version 3 along with OpenOffice.org. If not, see - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * 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.openoffice.accessibility.awb.view.text; Modified: incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/TextDialogFactory.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/TextDialogFactory.java?rev=1198136&r1=1198135&r2=1198136&view=diff ============================================================================== --- incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/TextDialogFactory.java (original) +++ incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/TextDialogFactory.java Sun Nov 6 07:00:00 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * This file is part of OpenOffice.org. - * - * OpenOffice.org is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License version 3 - * only, as published by the Free Software Foundation. - * - * OpenOffice.org 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 version 3 for more details - * (a copy is included in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU Lesser General Public License - * version 3 along with OpenOffice.org. If not, see - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * 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.openoffice.accessibility.awb.view.text; Modified: incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/TextEditDialog.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/TextEditDialog.java?rev=1198136&r1=1198135&r2=1198136&view=diff ============================================================================== --- incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/TextEditDialog.java (original) +++ incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/TextEditDialog.java Sun Nov 6 07:00:00 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * This file is part of OpenOffice.org. - * - * OpenOffice.org is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License version 3 - * only, as published by the Free Software Foundation. - * - * OpenOffice.org 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 version 3 for more details - * (a copy is included in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU Lesser General Public License - * version 3 along with OpenOffice.org. If not, see - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * 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.openoffice.accessibility.awb.view.text; Modified: incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/AccessibleEventMulticaster.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/AccessibleEventMulticaster.java?rev=1198136&r1=1198135&r2=1198136&view=diff ============================================================================== --- incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/AccessibleEventMulticaster.java (original) +++ incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/AccessibleEventMulticaster.java Sun Nov 6 07:00:00 2011 @@ -1,29 +1,25 @@ -/************************************************************************* - * - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. +/************************************************************** * - * Copyright 2000, 2010 Oracle and/or its affiliates. - * - * OpenOffice.org - a multi-platform office productivity suite - * - * This file is part of OpenOffice.org. - * - * OpenOffice.org is free software: you can redistribute it and/or modify - * it under the terms of the GNU Lesser General Public License version 3 - * only, as published by the Free Software Foundation. - * - * OpenOffice.org 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 version 3 for more details - * (a copy is included in the LICENSE file that accompanied this code). - * - * You should have received a copy of the GNU Lesser General Public License - * version 3 along with OpenOffice.org. If not, see - * - * for a copy of the LGPLv3 License. - * - ************************************************************************/ + * 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.openoffice.accessibility.misc; Modified: incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/Connector.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/Connector.java?rev=1198136&r1=1198135&r2=1198136&view=diff ============================================================================== --- incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/Connector.java (original) +++ incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/Connector.java Sun Nov 6 07:00:00 2011 @@ -1,3 +1,24 @@ +/************************************************************** + * + * 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.openoffice.accessibility.misc; import java.awt.event.ActionEvent; Modified: incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/InformationWriter.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/InformationWriter.java?rev=1198136&r1=1198135&r2=1198136&view=diff ============================================================================== --- incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/InformationWriter.java (original) +++ incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/InformationWriter.java Sun Nov 6 07:00:00 2011 @@ -1,3 +1,24 @@ +/************************************************************** + * + * 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.openoffice.accessibility.misc; import java.lang.Thread; Modified: incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/MessageArea.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/MessageArea.java?rev=1198136&r1=1198135&r2=1198136&view=diff ============================================================================== --- incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/MessageArea.java (original) +++ incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/MessageArea.java Sun Nov 6 07:00:00 2011 @@ -1,3 +1,24 @@ +/************************************************************** + * + * 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.openoffice.accessibility.misc; import java.awt.Font; Modified: incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/NameProvider.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/NameProvider.java?rev=1198136&r1=1198135&r2=1198136&view=diff ============================================================================== --- incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/NameProvider.java (original) +++ incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/NameProvider.java Sun Nov 6 07:00:00 2011 @@ -1,3 +1,24 @@ +/************************************************************** + * + * 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.openoffice.accessibility.misc; import java.util.HashMap; Modified: incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/OfficeConnection.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/OfficeConnection.java?rev=1198136&r1=1198135&r2=1198136&view=diff ============================================================================== --- incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/OfficeConnection.java (original) +++ incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/OfficeConnection.java Sun Nov 6 07:00:00 2011 @@ -1,3 +1,24 @@ +/************************************************************** + * + * 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.openoffice.accessibility.misc; import java.awt.event.ActionEvent; Modified: incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/Options.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/Options.java?rev=1198136&r1=1198135&r2=1198136&view=diff ============================================================================== --- incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/Options.java (original) +++ incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/Options.java Sun Nov 6 07:00:00 2011 @@ -1,3 +1,24 @@ +/************************************************************** + * + * 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.openoffice.accessibility.misc; import java.io.File; Modified: incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/SimpleOffice.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/SimpleOffice.java?rev=1198136&r1=1198135&r2=1198136&view=diff ============================================================================== --- incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/SimpleOffice.java (original) +++ incubator/ooo/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/SimpleOffice.java Sun Nov 6 07:00:00 2011 @@ -1,3 +1,24 @@ +/************************************************************** + * + * 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.openoffice.accessibility.misc; import java.lang.Thread;