Author: jgallimore
Date: Sun Jul  5 16:22:59 2009
New Revision: 791267

URL: http://svn.apache.org/viewvc?rev=791267&view=rev
Log:
Adding missing license headers

Modified:
    
openejb/trunk/openejb-eclipse-plugin/plugins/echo.stateless.client/src/echo/stateless/client/Activator.java
    
openejb/trunk/openejb-eclipse-plugin/plugins/echo.stateless.client/src/echo/stateless/client/Application.java
    
openejb/trunk/openejb-eclipse-plugin/plugins/echo.stateless.client/src/echo/stateless/client/ApplicationActionBarAdvisor.java
    
openejb/trunk/openejb-eclipse-plugin/plugins/echo.stateless.client/src/echo/stateless/client/ApplicationWorkbenchAdvisor.java
    
openejb/trunk/openejb-eclipse-plugin/plugins/echo.stateless.client/src/echo/stateless/client/ApplicationWorkbenchWindowAdvisor.java
    
openejb/trunk/openejb-eclipse-plugin/plugins/echo.stateless.client/src/echo/stateless/client/EchoClient.java
    
openejb/trunk/openejb-eclipse-plugin/plugins/echo.stateless.client/src/echo/stateless/client/Perspective.java

Modified: 
openejb/trunk/openejb-eclipse-plugin/plugins/echo.stateless.client/src/echo/stateless/client/Activator.java
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb-eclipse-plugin/plugins/echo.stateless.client/src/echo/stateless/client/Activator.java?rev=791267&r1=791266&r2=791267&view=diff
==============================================================================
--- 
openejb/trunk/openejb-eclipse-plugin/plugins/echo.stateless.client/src/echo/stateless/client/Activator.java
 (original)
+++ 
openejb/trunk/openejb-eclipse-plugin/plugins/echo.stateless.client/src/echo/stateless/client/Activator.java
 Sun Jul  5 16:22:59 2009
@@ -1,3 +1,20 @@
+/*
+ * 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 echo.stateless.client;
 
 import org.eclipse.core.runtime.Platform;

Modified: 
openejb/trunk/openejb-eclipse-plugin/plugins/echo.stateless.client/src/echo/stateless/client/Application.java
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb-eclipse-plugin/plugins/echo.stateless.client/src/echo/stateless/client/Application.java?rev=791267&r1=791266&r2=791267&view=diff
==============================================================================
--- 
openejb/trunk/openejb-eclipse-plugin/plugins/echo.stateless.client/src/echo/stateless/client/Application.java
 (original)
+++ 
openejb/trunk/openejb-eclipse-plugin/plugins/echo.stateless.client/src/echo/stateless/client/Application.java
 Sun Jul  5 16:22:59 2009
@@ -1,3 +1,20 @@
+/*
+ * 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 echo.stateless.client;
 
 import org.eclipse.equinox.app.IApplication;

Modified: 
openejb/trunk/openejb-eclipse-plugin/plugins/echo.stateless.client/src/echo/stateless/client/ApplicationActionBarAdvisor.java
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb-eclipse-plugin/plugins/echo.stateless.client/src/echo/stateless/client/ApplicationActionBarAdvisor.java?rev=791267&r1=791266&r2=791267&view=diff
==============================================================================
--- 
openejb/trunk/openejb-eclipse-plugin/plugins/echo.stateless.client/src/echo/stateless/client/ApplicationActionBarAdvisor.java
 (original)
+++ 
openejb/trunk/openejb-eclipse-plugin/plugins/echo.stateless.client/src/echo/stateless/client/ApplicationActionBarAdvisor.java
 Sun Jul  5 16:22:59 2009
@@ -1,3 +1,20 @@
+/*
+ * 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 echo.stateless.client;
 
 import org.eclipse.jface.action.IMenuManager;

Modified: 
openejb/trunk/openejb-eclipse-plugin/plugins/echo.stateless.client/src/echo/stateless/client/ApplicationWorkbenchAdvisor.java
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb-eclipse-plugin/plugins/echo.stateless.client/src/echo/stateless/client/ApplicationWorkbenchAdvisor.java?rev=791267&r1=791266&r2=791267&view=diff
==============================================================================
--- 
openejb/trunk/openejb-eclipse-plugin/plugins/echo.stateless.client/src/echo/stateless/client/ApplicationWorkbenchAdvisor.java
 (original)
+++ 
openejb/trunk/openejb-eclipse-plugin/plugins/echo.stateless.client/src/echo/stateless/client/ApplicationWorkbenchAdvisor.java
 Sun Jul  5 16:22:59 2009
@@ -1,3 +1,20 @@
+/*
+ * 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 echo.stateless.client;
 
 import org.eclipse.ui.application.IWorkbenchWindowConfigurer;

Modified: 
openejb/trunk/openejb-eclipse-plugin/plugins/echo.stateless.client/src/echo/stateless/client/ApplicationWorkbenchWindowAdvisor.java
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb-eclipse-plugin/plugins/echo.stateless.client/src/echo/stateless/client/ApplicationWorkbenchWindowAdvisor.java?rev=791267&r1=791266&r2=791267&view=diff
==============================================================================
--- 
openejb/trunk/openejb-eclipse-plugin/plugins/echo.stateless.client/src/echo/stateless/client/ApplicationWorkbenchWindowAdvisor.java
 (original)
+++ 
openejb/trunk/openejb-eclipse-plugin/plugins/echo.stateless.client/src/echo/stateless/client/ApplicationWorkbenchWindowAdvisor.java
 Sun Jul  5 16:22:59 2009
@@ -1,3 +1,20 @@
+/*
+ * 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 echo.stateless.client;
 
 import org.eclipse.swt.graphics.Point;

Modified: 
openejb/trunk/openejb-eclipse-plugin/plugins/echo.stateless.client/src/echo/stateless/client/EchoClient.java
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb-eclipse-plugin/plugins/echo.stateless.client/src/echo/stateless/client/EchoClient.java?rev=791267&r1=791266&r2=791267&view=diff
==============================================================================
--- 
openejb/trunk/openejb-eclipse-plugin/plugins/echo.stateless.client/src/echo/stateless/client/EchoClient.java
 (original)
+++ 
openejb/trunk/openejb-eclipse-plugin/plugins/echo.stateless.client/src/echo/stateless/client/EchoClient.java
 Sun Jul  5 16:22:59 2009
@@ -1,3 +1,20 @@
+/*
+ * 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 echo.stateless.client;
 
 import java.util.Properties;

Modified: 
openejb/trunk/openejb-eclipse-plugin/plugins/echo.stateless.client/src/echo/stateless/client/Perspective.java
URL: 
http://svn.apache.org/viewvc/openejb/trunk/openejb-eclipse-plugin/plugins/echo.stateless.client/src/echo/stateless/client/Perspective.java?rev=791267&r1=791266&r2=791267&view=diff
==============================================================================
--- 
openejb/trunk/openejb-eclipse-plugin/plugins/echo.stateless.client/src/echo/stateless/client/Perspective.java
 (original)
+++ 
openejb/trunk/openejb-eclipse-plugin/plugins/echo.stateless.client/src/echo/stateless/client/Perspective.java
 Sun Jul  5 16:22:59 2009
@@ -1,3 +1,20 @@
+/*
+ * 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 echo.stateless.client;
 
 import org.eclipse.ui.IPageLayout;


Reply via email to