You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ri...@apache.org on 2006/09/28 21:53:01 UTC

svn commit: r450990 - in /incubator/felix/trunk/shell/src/main/java/org: apache/felix/shell/ apache/felix/shell/impl/ ungoverned/osgi/service/shell/

Author: rickhall
Date: Thu Sep 28 12:52:59 2006
New Revision: 450990

URL: http://svn.apache.org/viewvc?view=rev&rev=450990
Log:
Updated source headers (FELIX-144).

Modified:
    incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/CdCommand.java
    incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/Command.java
    incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/ShellService.java
    incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/Activator.java
    incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/BundleLevelCommandImpl.java
    incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/CdCommandImpl.java
    incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/HeadersCommandImpl.java
    incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/HelpCommandImpl.java
    incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/InstallCommandImpl.java
    incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/PackagesCommandImpl.java
    incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/PsCommandImpl.java
    incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/RefreshCommandImpl.java
    incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/ResolveCommandImpl.java
    incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/ServicesCommandImpl.java
    incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/ShutdownCommandImpl.java
    incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/StartCommandImpl.java
    incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/StartLevelCommandImpl.java
    incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/StopCommandImpl.java
    incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/UninstallCommandImpl.java
    incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/UpdateCommandImpl.java
    incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/Util.java
    incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/VersionCommandImpl.java
    incubator/felix/trunk/shell/src/main/java/org/ungoverned/osgi/service/shell/CdCommand.java
    incubator/felix/trunk/shell/src/main/java/org/ungoverned/osgi/service/shell/Command.java
    incubator/felix/trunk/shell/src/main/java/org/ungoverned/osgi/service/shell/ShellService.java

Modified: incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/CdCommand.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/CdCommand.java?view=diff&rev=450990&r1=450989&r2=450990
==============================================================================
--- incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/CdCommand.java (original)
+++ incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/CdCommand.java Thu Sep 28 12:52:59 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2005 The Apache Software Foundation
+/* 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   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.
+ *   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.apache.felix.shell;
 

Modified: incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/Command.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/Command.java?view=diff&rev=450990&r1=450989&r2=450990
==============================================================================
--- incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/Command.java (original)
+++ incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/Command.java Thu Sep 28 12:52:59 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2005 The Apache Software Foundation
+/* 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   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.
+ *   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.apache.felix.shell;
 

Modified: incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/ShellService.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/ShellService.java?view=diff&rev=450990&r1=450989&r2=450990
==============================================================================
--- incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/ShellService.java (original)
+++ incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/ShellService.java Thu Sep 28 12:52:59 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2005 The Apache Software Foundation
+/* 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   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.
+ *   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.apache.felix.shell;
 

Modified: incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/Activator.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/Activator.java?view=diff&rev=450990&r1=450989&r2=450990
==============================================================================
--- incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/Activator.java (original)
+++ incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/Activator.java Thu Sep 28 12:52:59 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2005 The Apache Software Foundation
+/* 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   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.
+ *   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.apache.felix.shell.impl;
 

Modified: incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/BundleLevelCommandImpl.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/BundleLevelCommandImpl.java?view=diff&rev=450990&r1=450989&r2=450990
==============================================================================
--- incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/BundleLevelCommandImpl.java (original)
+++ incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/BundleLevelCommandImpl.java Thu Sep 28 12:52:59 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2005 The Apache Software Foundation
+/* 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   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.
+ *   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.apache.felix.shell.impl;
 

Modified: incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/CdCommandImpl.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/CdCommandImpl.java?view=diff&rev=450990&r1=450989&r2=450990
==============================================================================
--- incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/CdCommandImpl.java (original)
+++ incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/CdCommandImpl.java Thu Sep 28 12:52:59 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2005 The Apache Software Foundation
+/* 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   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.
+ *   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.apache.felix.shell.impl;
 

Modified: incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/HeadersCommandImpl.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/HeadersCommandImpl.java?view=diff&rev=450990&r1=450989&r2=450990
==============================================================================
--- incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/HeadersCommandImpl.java (original)
+++ incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/HeadersCommandImpl.java Thu Sep 28 12:52:59 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2005 The Apache Software Foundation
+/* 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   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.
+ *   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.apache.felix.shell.impl;
 

Modified: incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/HelpCommandImpl.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/HelpCommandImpl.java?view=diff&rev=450990&r1=450989&r2=450990
==============================================================================
--- incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/HelpCommandImpl.java (original)
+++ incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/HelpCommandImpl.java Thu Sep 28 12:52:59 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2005 The Apache Software Foundation
+/* 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   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.
+ *   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.apache.felix.shell.impl;
 

Modified: incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/InstallCommandImpl.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/InstallCommandImpl.java?view=diff&rev=450990&r1=450989&r2=450990
==============================================================================
--- incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/InstallCommandImpl.java (original)
+++ incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/InstallCommandImpl.java Thu Sep 28 12:52:59 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2005 The Apache Software Foundation
+/* 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   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.
+ *   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.apache.felix.shell.impl;
 

Modified: incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/PackagesCommandImpl.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/PackagesCommandImpl.java?view=diff&rev=450990&r1=450989&r2=450990
==============================================================================
--- incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/PackagesCommandImpl.java (original)
+++ incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/PackagesCommandImpl.java Thu Sep 28 12:52:59 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2005 The Apache Software Foundation
+/* 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   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.
+ *   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.apache.felix.shell.impl;
 

Modified: incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/PsCommandImpl.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/PsCommandImpl.java?view=diff&rev=450990&r1=450989&r2=450990
==============================================================================
--- incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/PsCommandImpl.java (original)
+++ incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/PsCommandImpl.java Thu Sep 28 12:52:59 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2005 The Apache Software Foundation
+/* 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   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.
+ *   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.apache.felix.shell.impl;
 

Modified: incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/RefreshCommandImpl.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/RefreshCommandImpl.java?view=diff&rev=450990&r1=450989&r2=450990
==============================================================================
--- incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/RefreshCommandImpl.java (original)
+++ incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/RefreshCommandImpl.java Thu Sep 28 12:52:59 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2005 The Apache Software Foundation
+/* 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   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.
+ *   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.apache.felix.shell.impl;
 

Modified: incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/ResolveCommandImpl.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/ResolveCommandImpl.java?view=diff&rev=450990&r1=450989&r2=450990
==============================================================================
--- incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/ResolveCommandImpl.java (original)
+++ incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/ResolveCommandImpl.java Thu Sep 28 12:52:59 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2006 The Apache Software Foundation
+/* 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   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.
+ *   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.apache.felix.shell.impl;
 

Modified: incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/ServicesCommandImpl.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/ServicesCommandImpl.java?view=diff&rev=450990&r1=450989&r2=450990
==============================================================================
--- incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/ServicesCommandImpl.java (original)
+++ incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/ServicesCommandImpl.java Thu Sep 28 12:52:59 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2005 The Apache Software Foundation
+/* 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   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.
+ *   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.apache.felix.shell.impl;
 

Modified: incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/ShutdownCommandImpl.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/ShutdownCommandImpl.java?view=diff&rev=450990&r1=450989&r2=450990
==============================================================================
--- incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/ShutdownCommandImpl.java (original)
+++ incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/ShutdownCommandImpl.java Thu Sep 28 12:52:59 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2005 The Apache Software Foundation
+/* 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   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.
+ *   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.apache.felix.shell.impl;
 

Modified: incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/StartCommandImpl.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/StartCommandImpl.java?view=diff&rev=450990&r1=450989&r2=450990
==============================================================================
--- incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/StartCommandImpl.java (original)
+++ incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/StartCommandImpl.java Thu Sep 28 12:52:59 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2005 The Apache Software Foundation
+/* 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   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.
+ *   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.apache.felix.shell.impl;
 

Modified: incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/StartLevelCommandImpl.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/StartLevelCommandImpl.java?view=diff&rev=450990&r1=450989&r2=450990
==============================================================================
--- incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/StartLevelCommandImpl.java (original)
+++ incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/StartLevelCommandImpl.java Thu Sep 28 12:52:59 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2005 The Apache Software Foundation
+/* 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   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.
+ *   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.apache.felix.shell.impl;
 

Modified: incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/StopCommandImpl.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/StopCommandImpl.java?view=diff&rev=450990&r1=450989&r2=450990
==============================================================================
--- incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/StopCommandImpl.java (original)
+++ incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/StopCommandImpl.java Thu Sep 28 12:52:59 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2005 The Apache Software Foundation
+/* 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   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.
+ *   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.apache.felix.shell.impl;
 

Modified: incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/UninstallCommandImpl.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/UninstallCommandImpl.java?view=diff&rev=450990&r1=450989&r2=450990
==============================================================================
--- incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/UninstallCommandImpl.java (original)
+++ incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/UninstallCommandImpl.java Thu Sep 28 12:52:59 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2005 The Apache Software Foundation
+/* 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   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.
+ *   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.apache.felix.shell.impl;
 

Modified: incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/UpdateCommandImpl.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/UpdateCommandImpl.java?view=diff&rev=450990&r1=450989&r2=450990
==============================================================================
--- incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/UpdateCommandImpl.java (original)
+++ incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/UpdateCommandImpl.java Thu Sep 28 12:52:59 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2005 The Apache Software Foundation
+/* 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   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.
+ *   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.apache.felix.shell.impl;
 

Modified: incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/Util.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/Util.java?view=diff&rev=450990&r1=450989&r2=450990
==============================================================================
--- incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/Util.java (original)
+++ incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/Util.java Thu Sep 28 12:52:59 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2005 The Apache Software Foundation
+/* 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   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.
+ *   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.apache.felix.shell.impl;
 

Modified: incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/VersionCommandImpl.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/VersionCommandImpl.java?view=diff&rev=450990&r1=450989&r2=450990
==============================================================================
--- incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/VersionCommandImpl.java (original)
+++ incubator/felix/trunk/shell/src/main/java/org/apache/felix/shell/impl/VersionCommandImpl.java Thu Sep 28 12:52:59 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2005 The Apache Software Foundation
+/* 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   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.
+ *   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.apache.felix.shell.impl;
 

Modified: incubator/felix/trunk/shell/src/main/java/org/ungoverned/osgi/service/shell/CdCommand.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/shell/src/main/java/org/ungoverned/osgi/service/shell/CdCommand.java?view=diff&rev=450990&r1=450989&r2=450990
==============================================================================
--- incubator/felix/trunk/shell/src/main/java/org/ungoverned/osgi/service/shell/CdCommand.java (original)
+++ incubator/felix/trunk/shell/src/main/java/org/ungoverned/osgi/service/shell/CdCommand.java Thu Sep 28 12:52:59 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2005 The Apache Software Foundation
+/* 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   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.
+ *   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.ungoverned.osgi.service.shell;
 

Modified: incubator/felix/trunk/shell/src/main/java/org/ungoverned/osgi/service/shell/Command.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/shell/src/main/java/org/ungoverned/osgi/service/shell/Command.java?view=diff&rev=450990&r1=450989&r2=450990
==============================================================================
--- incubator/felix/trunk/shell/src/main/java/org/ungoverned/osgi/service/shell/Command.java (original)
+++ incubator/felix/trunk/shell/src/main/java/org/ungoverned/osgi/service/shell/Command.java Thu Sep 28 12:52:59 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2005 The Apache Software Foundation
+/* 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   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.
+ *   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.ungoverned.osgi.service.shell;
 

Modified: incubator/felix/trunk/shell/src/main/java/org/ungoverned/osgi/service/shell/ShellService.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/shell/src/main/java/org/ungoverned/osgi/service/shell/ShellService.java?view=diff&rev=450990&r1=450989&r2=450990
==============================================================================
--- incubator/felix/trunk/shell/src/main/java/org/ungoverned/osgi/service/shell/ShellService.java (original)
+++ incubator/felix/trunk/shell/src/main/java/org/ungoverned/osgi/service/shell/ShellService.java Thu Sep 28 12:52:59 2006
@@ -1,18 +1,20 @@
-/*
- *   Copyright 2005 The Apache Software Foundation
+/* 
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
  *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   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.
+ *   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.ungoverned.osgi.service.shell;