From ooo-commits-return-2499-apmail-incubator-ooo-commits-archive=incubator.apache.org@incubator.apache.org Sun Nov 6 07:28:50 2011 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 6630D9B9D for ; Sun, 6 Nov 2011 07:28:50 +0000 (UTC) Received: (qmail 22969 invoked by uid 500); 6 Nov 2011 07:28:50 -0000 Delivered-To: apmail-incubator-ooo-commits-archive@incubator.apache.org Received: (qmail 22888 invoked by uid 500); 6 Nov 2011 07:28:47 -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 22086 invoked by uid 99); 6 Nov 2011 07:28:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Nov 2011 07:28:42 +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:28:12 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id BB30A23889EA; Sun, 6 Nov 2011 07:27:49 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1198175 [2/6] - in /incubator/ooo/trunk/main/scripting: examples/java/HelloWorld/ examples/java/Highlight/ examples/java/MemoryUsage/ examples/java/Newsgroup/ examples/java/debugger/ examples/java/selector/ java/Framework/com/sun/star/scri... Date: Sun, 06 Nov 2011 07:27:39 -0000 To: ooo-commits@incubator.apache.org From: arist@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111106072749.BB30A23889EA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/io/XInputStreamImpl.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/io/XInputStreamImpl.java?rev=1198175&r1=1198174&r2=1198175&view=diff ============================================================================== --- incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/io/XInputStreamImpl.java (original) +++ incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/io/XInputStreamImpl.java Sun Nov 6 07:27:34 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 com.sun.star.script.framework.io; Modified: incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/io/XInputStreamWrapper.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/io/XInputStreamWrapper.java?rev=1198175&r1=1198174&r2=1198175&view=diff ============================================================================== --- incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/io/XInputStreamWrapper.java (original) +++ incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/io/XInputStreamWrapper.java Sun Nov 6 07:27:34 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 com.sun.star.script.framework.io; import java.io.InputStream; Modified: incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/io/XOutputStreamWrapper.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/io/XOutputStreamWrapper.java?rev=1198175&r1=1198174&r2=1198175&view=diff ============================================================================== --- incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/io/XOutputStreamWrapper.java (original) +++ incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/io/XOutputStreamWrapper.java Sun Nov 6 07:27:34 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 com.sun.star.script.framework.io; import java.io.*; import com.sun.star.io.XOutputStream; Modified: incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/io/XStorageHelper.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/io/XStorageHelper.java?rev=1198175&r1=1198174&r2=1198175&view=diff ============================================================================== --- incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/io/XStorageHelper.java (original) +++ incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/io/XStorageHelper.java Sun Nov 6 07:27:34 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 com.sun.star.script.framework.io; Modified: incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/log/LogUtils.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/log/LogUtils.java?rev=1198175&r1=1198174&r2=1198175&view=diff ============================================================================== --- incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/log/LogUtils.java (original) +++ incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/log/LogUtils.java Sun Nov 6 07:27:34 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 com.sun.star.script.framework.log; import java.io.ByteArrayOutputStream; Modified: incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/ClassLoaderFactory.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/ClassLoaderFactory.java?rev=1198175&r1=1198174&r2=1198175&view=diff ============================================================================== --- incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/ClassLoaderFactory.java (original) +++ incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/ClassLoaderFactory.java Sun Nov 6 07:27:34 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 com.sun.star.script.framework.provider; Modified: incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/EditorScriptContext.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/EditorScriptContext.java?rev=1198175&r1=1198174&r2=1198175&view=diff ============================================================================== --- incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/EditorScriptContext.java (original) +++ incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/EditorScriptContext.java Sun Nov 6 07:27:34 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 com.sun.star.script.framework.provider; import com.sun.star.frame.XModel; Modified: incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/NoSuitableClassLoaderException.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/NoSuitableClassLoaderException.java?rev=1198175&r1=1198174&r2=1198175&view=diff ============================================================================== --- incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/NoSuitableClassLoaderException.java (original) +++ incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/NoSuitableClassLoaderException.java Sun Nov 6 07:27:34 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 com.sun.star.script.framework.provider; Modified: incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/PathUtils.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/PathUtils.java?rev=1198175&r1=1198174&r2=1198175&view=diff ============================================================================== --- incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/PathUtils.java (original) +++ incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/PathUtils.java Sun Nov 6 07:27:34 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 com.sun.star.script.framework.provider; Modified: incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/ScriptContext.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/ScriptContext.java?rev=1198175&r1=1198174&r2=1198175&view=diff ============================================================================== --- incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/ScriptContext.java (original) +++ incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/ScriptContext.java Sun Nov 6 07:27:34 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 com.sun.star.script.framework.provider; import com.sun.star.document.XScriptInvocationContext; Modified: incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/ScriptEditor.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/ScriptEditor.java?rev=1198175&r1=1198174&r2=1198175&view=diff ============================================================================== --- incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/ScriptEditor.java (original) +++ incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/ScriptEditor.java Sun Nov 6 07:27:34 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 com.sun.star.script.framework.provider; import com.sun.star.script.provider.XScriptContext; Modified: incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/ScriptProvider.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/ScriptProvider.java?rev=1198175&r1=1198174&r2=1198175&view=diff ============================================================================== --- incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/ScriptProvider.java (original) +++ incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/ScriptProvider.java Sun Nov 6 07:27:34 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 com.sun.star.script.framework.provider; import com.sun.star.container.XNameContainer; Modified: incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/SwingInvocation.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/SwingInvocation.java?rev=1198175&r1=1198174&r2=1198175&view=diff ============================================================================== --- incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/SwingInvocation.java (original) +++ incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/SwingInvocation.java Sun Nov 6 07:27:34 2011 @@ -1,29 +1,25 @@ -/************************************************************************* -* -* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -* -* Copyright 2000, 2011 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 com.sun.star.script.framework.provider; Modified: incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/PlainSourceView.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/PlainSourceView.java?rev=1198175&r1=1198174&r2=1198175&view=diff ============================================================================== --- incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/PlainSourceView.java (original) +++ incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/PlainSourceView.java Sun Nov 6 07:27:34 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 com.sun.star.script.framework.provider.beanshell; import javax.swing.JTextArea; Modified: incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptEditorForBeanShell.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptEditorForBeanShell.java?rev=1198175&r1=1198174&r2=1198175&view=diff ============================================================================== --- incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptEditorForBeanShell.java (original) +++ incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptEditorForBeanShell.java Sun Nov 6 07:27:34 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 com.sun.star.script.framework.provider.beanshell; import javax.swing.JComponent; Modified: incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptProviderForBeanShell.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptProviderForBeanShell.java?rev=1198175&r1=1198174&r2=1198175&view=diff ============================================================================== --- incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptProviderForBeanShell.java (original) +++ incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptProviderForBeanShell.java Sun Nov 6 07:27:34 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 com.sun.star.script.framework.provider.beanshell; import com.sun.star.uno.XComponentContext; Modified: incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptSourceModel.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptSourceModel.java?rev=1198175&r1=1198174&r2=1198175&view=diff ============================================================================== --- incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptSourceModel.java (original) +++ incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptSourceModel.java Sun Nov 6 07:27:34 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 com.sun.star.script.framework.provider.beanshell; import java.io.InputStream; Modified: incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptSourceView.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptSourceView.java?rev=1198175&r1=1198174&r2=1198175&view=diff ============================================================================== --- incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptSourceView.java (original) +++ incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptSourceView.java Sun Nov 6 07:27:34 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 com.sun.star.script.framework.provider.beanshell; public interface ScriptSourceView { Modified: incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/Resolver.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/Resolver.java?rev=1198175&r1=1198174&r2=1198175&view=diff ============================================================================== --- incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/Resolver.java (original) +++ incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/Resolver.java Sun Nov 6 07:27:34 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 com.sun.star.script.framework.provider.java; Modified: incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/ScriptDescriptor.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/ScriptDescriptor.java?rev=1198175&r1=1198174&r2=1198175&view=diff ============================================================================== --- incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/ScriptDescriptor.java (original) +++ incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/ScriptDescriptor.java Sun Nov 6 07:27:34 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 com.sun.star.script.framework.provider.java; Modified: incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/ScriptProviderForJava.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/ScriptProviderForJava.java?rev=1198175&r1=1198174&r2=1198175&view=diff ============================================================================== --- incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/ScriptProviderForJava.java (original) +++ incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/ScriptProviderForJava.java Sun Nov 6 07:27:34 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 com.sun.star.script.framework.provider.java; import com.sun.star.frame.XModel; Modified: incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/ScriptProxy.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/ScriptProxy.java?rev=1198175&r1=1198174&r2=1198175&view=diff ============================================================================== --- incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/ScriptProxy.java (original) +++ incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/ScriptProxy.java Sun Nov 6 07:27:34 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 com.sun.star.script.framework.provider.java; Modified: incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/StrictResolver.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/StrictResolver.java?rev=1198175&r1=1198174&r2=1198175&view=diff ============================================================================== --- incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/StrictResolver.java (original) +++ incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/StrictResolver.java Sun Nov 6 07:27:34 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 com.sun.star.script.framework.provider.java; Modified: incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/javascript/ScriptEditorForJavaScript.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/javascript/ScriptEditorForJavaScript.java?rev=1198175&r1=1198174&r2=1198175&view=diff ============================================================================== --- incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/javascript/ScriptEditorForJavaScript.java (original) +++ incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/javascript/ScriptEditorForJavaScript.java Sun Nov 6 07:27:34 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 com.sun.star.script.framework.provider.javascript; Modified: incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/javascript/ScriptProviderForJavaScript.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/javascript/ScriptProviderForJavaScript.java?rev=1198175&r1=1198174&r2=1198175&view=diff ============================================================================== --- incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/javascript/ScriptProviderForJavaScript.java (original) +++ incubator/ooo/trunk/main/scripting/java/com/sun/star/script/framework/provider/javascript/ScriptProviderForJavaScript.java Sun Nov 6 07:27:34 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 com.sun.star.script.framework.provider.javascript; import com.sun.star.uno.XComponentContext; Modified: incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/CommandLineTools.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/CommandLineTools.java?rev=1198175&r1=1198174&r2=1198175&view=diff ============================================================================== --- incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/CommandLineTools.java (original) +++ incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/CommandLineTools.java Sun Nov 6 07:27:34 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. + * + *************************************************************/ + + import java.io.File; import java.io.IOException; Modified: incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/ExtensionFinder.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/ExtensionFinder.java?rev=1198175&r1=1198174&r2=1198175&view=diff ============================================================================== --- incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/ExtensionFinder.java (original) +++ incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/ExtensionFinder.java Sun Nov 6 07:27:34 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.idesupport; import java.io.File; Modified: incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/JavaFinder.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/JavaFinder.java?rev=1198175&r1=1198174&r2=1198175&view=diff ============================================================================== --- incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/JavaFinder.java (original) +++ incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/JavaFinder.java Sun Nov 6 07:27:34 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.idesupport; import java.io.File; Modified: incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/LocalOffice.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/LocalOffice.java?rev=1198175&r1=1198174&r2=1198175&view=diff ============================================================================== --- incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/LocalOffice.java (original) +++ incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/LocalOffice.java Sun Nov 6 07:27:34 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.idesupport; Modified: incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/MethodFinder.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/MethodFinder.java?rev=1198175&r1=1198174&r2=1198175&view=diff ============================================================================== --- incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/MethodFinder.java (original) +++ incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/MethodFinder.java Sun Nov 6 07:27:34 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.idesupport; import java.io.File; Modified: incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/OfficeDocument.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/OfficeDocument.java?rev=1198175&r1=1198174&r2=1198175&view=diff ============================================================================== --- incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/OfficeDocument.java (original) +++ incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/OfficeDocument.java Sun Nov 6 07:27:34 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.idesupport; Modified: incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/OfficeInstallation.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/OfficeInstallation.java?rev=1198175&r1=1198174&r2=1198175&view=diff ============================================================================== --- incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/OfficeInstallation.java (original) +++ incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/OfficeInstallation.java Sun Nov 6 07:27:34 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.idesupport; import java.io.File; Modified: incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/SVersionRCFile.java URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/SVersionRCFile.java?rev=1198175&r1=1198174&r2=1198175&view=diff ============================================================================== --- incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/SVersionRCFile.java (original) +++ incubator/ooo/trunk/main/scripting/java/org/openoffice/idesupport/SVersionRCFile.java Sun Nov 6 07:27:34 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.idesupport;