Return-Path: Delivered-To: apmail-incubator-felix-commits-archive@www.apache.org Received: (qmail 14392 invoked from network); 4 Apr 2006 13:11:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Apr 2006 13:11:40 -0000 Received: (qmail 52229 invoked by uid 500); 4 Apr 2006 13:11:40 -0000 Delivered-To: apmail-incubator-felix-commits-archive@incubator.apache.org Received: (qmail 52208 invoked by uid 500); 4 Apr 2006 13:11:39 -0000 Mailing-List: contact felix-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: felix-dev@incubator.apache.org Delivered-To: mailing list felix-commits@incubator.apache.org Received: (qmail 52196 invoked by uid 99); 4 Apr 2006 13:11:39 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Apr 2006 06:11:39 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 04 Apr 2006 06:11:38 -0700 Received: (qmail 14186 invoked by uid 65534); 4 Apr 2006 13:11:18 -0000 Message-ID: <20060404131118.14180.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r391295 - in /incubator/felix/trunk/org.apache.felix.shell.gui/src/main/java/org/apache/felix/shell/gui: Plugin.java impl/Activator.java impl/ShellPanel.java Date: Tue, 04 Apr 2006 13:11:17 -0000 To: felix-commits@incubator.apache.org From: rickhall@apache.org X-Mailer: svnmailer-1.0.7 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: rickhall Date: Tue Apr 4 06:11:15 2006 New Revision: 391295 URL: http://svn.apache.org/viewcvs?rev=391295&view=rev Log: Updated the file headers to Apache. Modified: incubator/felix/trunk/org.apache.felix.shell.gui/src/main/java/org/apache/felix/shell/gui/Plugin.java incubator/felix/trunk/org.apache.felix.shell.gui/src/main/java/org/apache/felix/shell/gui/impl/Activator.java incubator/felix/trunk/org.apache.felix.shell.gui/src/main/java/org/apache/felix/shell/gui/impl/ShellPanel.java Modified: incubator/felix/trunk/org.apache.felix.shell.gui/src/main/java/org/apache/felix/shell/gui/Plugin.java URL: http://svn.apache.org/viewcvs/incubator/felix/trunk/org.apache.felix.shell.gui/src/main/java/org/apache/felix/shell/gui/Plugin.java?rev=391295&r1=391294&r2=391295&view=diff ============================================================================== --- incubator/felix/trunk/org.apache.felix.shell.gui/src/main/java/org/apache/felix/shell/gui/Plugin.java (original) +++ incubator/felix/trunk/org.apache.felix.shell.gui/src/main/java/org/apache/felix/shell/gui/Plugin.java Tue Apr 4 06:11:15 2006 @@ -1,38 +1,19 @@ /* - * Oscar Shell GUI - * Copyright (c) 2004, Richard S. Hall - * All rights reserved. + * Copyright 2006 The Apache Software Foundation * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * * Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in - * the documentation and/or other materials provided with the - * distribution. - * * Neither the name of the ungoverned.org nor the names of its - * contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. + * http://www.apache.org/licenses/LICENSE-2.0 * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * 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. * - * Contact: Richard S. Hall (heavy@ungoverned.org) - * Contributor(s): - * -**/ + */ package org.apache.felix.shell.gui; import java.awt.Component; Modified: incubator/felix/trunk/org.apache.felix.shell.gui/src/main/java/org/apache/felix/shell/gui/impl/Activator.java URL: http://svn.apache.org/viewcvs/incubator/felix/trunk/org.apache.felix.shell.gui/src/main/java/org/apache/felix/shell/gui/impl/Activator.java?rev=391295&r1=391294&r2=391295&view=diff ============================================================================== --- incubator/felix/trunk/org.apache.felix.shell.gui/src/main/java/org/apache/felix/shell/gui/impl/Activator.java (original) +++ incubator/felix/trunk/org.apache.felix.shell.gui/src/main/java/org/apache/felix/shell/gui/impl/Activator.java Tue Apr 4 06:11:15 2006 @@ -1,38 +1,19 @@ /* - * Oscar Shell GUI - * Copyright (c) 2004, Richard S. Hall - * All rights reserved. + * Copyright 2006 The Apache Software Foundation * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * * Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in - * the documentation and/or other materials provided with the - * distribution. - * * Neither the name of the ungoverned.org nor the names of its - * contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. + * http://www.apache.org/licenses/LICENSE-2.0 * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * 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. * - * Contact: Richard S. Hall (heavy@ungoverned.org) - * Contributor(s): - * -**/ + */ package org.apache.felix.shell.gui.impl; import java.awt.BorderLayout; Modified: incubator/felix/trunk/org.apache.felix.shell.gui/src/main/java/org/apache/felix/shell/gui/impl/ShellPanel.java URL: http://svn.apache.org/viewcvs/incubator/felix/trunk/org.apache.felix.shell.gui/src/main/java/org/apache/felix/shell/gui/impl/ShellPanel.java?rev=391295&r1=391294&r2=391295&view=diff ============================================================================== --- incubator/felix/trunk/org.apache.felix.shell.gui/src/main/java/org/apache/felix/shell/gui/impl/ShellPanel.java (original) +++ incubator/felix/trunk/org.apache.felix.shell.gui/src/main/java/org/apache/felix/shell/gui/impl/ShellPanel.java Tue Apr 4 06:11:15 2006 @@ -1,38 +1,19 @@ /* - * Oscar Shell GUI - * Copyright (c) 2004, Richard S. Hall - * All rights reserved. + * Copyright 2006 The Apache Software Foundation * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * - * * Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in - * the documentation and/or other materials provided with the - * distribution. - * * Neither the name of the ungoverned.org nor the names of its - * contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. + * http://www.apache.org/licenses/LICENSE-2.0 * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * 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. * - * Contact: Richard S. Hall (heavy@ungoverned.org) - * Contributor(s): - * -**/ + */ package org.apache.felix.shell.gui.impl; import java.awt.BorderLayout;