You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by fu...@apache.org on 2006/10/10 13:19:59 UTC

svn commit: r454702 - in /incubator/felix/sandbox/furfari: ./ org.apache.felix.eventadmin.bridge.upnp.test/src/main/java/org/apache/felix/eventadmin/bridge/upnp/test/ org.apache.felix.upnp.test.soap/src/main/java/org/apache/felix/upnp/test/soap/ src/it...

Author: furfari
Date: Tue Oct 10 04:19:59 2006
New Revision: 454702

URL: http://svn.apache.org/viewvc?view=rev&rev=454702
Log:
Updated headers and removed animated gif to avoid license problems

Removed:
    incubator/felix/sandbox/furfari/felixwalk.gif
Modified:
    incubator/felix/sandbox/furfari/org.apache.felix.eventadmin.bridge.upnp.test/src/main/java/org/apache/felix/eventadmin/bridge/upnp/test/Activator.java
    incubator/felix/sandbox/furfari/org.apache.felix.upnp.test.soap/src/main/java/org/apache/felix/upnp/test/soap/TestSOAP.java
    incubator/felix/sandbox/furfari/src/it/cnr/isti/niche/osgi/upnp/util/EventSource.java
    incubator/felix/sandbox/furfari/src/it/cnr/isti/niche/osgi/upnp/util/Lookup.java
    incubator/felix/sandbox/furfari/src/it/cnr/isti/niche/osgi/upnp/util/UPnPEventNotifier.java
    incubator/felix/sandbox/furfari/src/it/cnr/isti/niche/osgi/upnp/util/UPnPStateVariableDescriptor.java
    incubator/felix/sandbox/furfari/src/it/cnr/isti/niche/osgi/upnp/util/UPnPSubscriber.java

Modified: incubator/felix/sandbox/furfari/org.apache.felix.eventadmin.bridge.upnp.test/src/main/java/org/apache/felix/eventadmin/bridge/upnp/test/Activator.java
URL: http://svn.apache.org/viewvc/incubator/felix/sandbox/furfari/org.apache.felix.eventadmin.bridge.upnp.test/src/main/java/org/apache/felix/eventadmin/bridge/upnp/test/Activator.java?view=diff&rev=454702&r1=454701&r2=454702
==============================================================================
--- incubator/felix/sandbox/furfari/org.apache.felix.eventadmin.bridge.upnp.test/src/main/java/org/apache/felix/eventadmin/bridge/upnp/test/Activator.java (original)
+++ incubator/felix/sandbox/furfari/org.apache.felix.eventadmin.bridge.upnp.test/src/main/java/org/apache/felix/eventadmin/bridge/upnp/test/Activator.java Tue Oct 10 04:19:59 2006
@@ -1,19 +1,22 @@
-/*
- *   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.eventadmin.bridge.upnp.test;
 
 

Modified: incubator/felix/sandbox/furfari/org.apache.felix.upnp.test.soap/src/main/java/org/apache/felix/upnp/test/soap/TestSOAP.java
URL: http://svn.apache.org/viewvc/incubator/felix/sandbox/furfari/org.apache.felix.upnp.test.soap/src/main/java/org/apache/felix/upnp/test/soap/TestSOAP.java?view=diff&rev=454702&r1=454701&r2=454702
==============================================================================
--- incubator/felix/sandbox/furfari/org.apache.felix.upnp.test.soap/src/main/java/org/apache/felix/upnp/test/soap/TestSOAP.java (original)
+++ incubator/felix/sandbox/furfari/org.apache.felix.upnp.test.soap/src/main/java/org/apache/felix/upnp/test/soap/TestSOAP.java Tue Oct 10 04:19: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.upnp.test.soap;
@@ -36,6 +38,10 @@
 import javax.swing.JScrollPane;
 import javax.swing.JTextArea;
 import javax.swing.JTextField;
+
+/* 
+* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
+*/
 
 public class TestSOAP {
 

Modified: incubator/felix/sandbox/furfari/src/it/cnr/isti/niche/osgi/upnp/util/EventSource.java
URL: http://svn.apache.org/viewvc/incubator/felix/sandbox/furfari/src/it/cnr/isti/niche/osgi/upnp/util/EventSource.java?view=diff&rev=454702&r1=454701&r2=454702
==============================================================================
--- incubator/felix/sandbox/furfari/src/it/cnr/isti/niche/osgi/upnp/util/EventSource.java (original)
+++ incubator/felix/sandbox/furfari/src/it/cnr/isti/niche/osgi/upnp/util/EventSource.java Tue Oct 10 04:19:59 2006
@@ -1,32 +1,29 @@
-/*
-DomoWare OSGi UPnP Sample TV Device is an implementation of UPnP Device service to be used with OSGi Framework
-Copyright (C) 2004  Matteo Demuru, Francesco Furfari, Stefano "Kismet" Lenzi
-
-This library is free software; you can redistribute it and/or
-modify it under the terms of the GNU Lesser General Public
-License as published by the Free Software Foundation; either
-version 2.1 of the License, or (at your option) any later version.
-
-This library 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 for more details.
-
-You should have received a copy of the GNU Lesser General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+/* 
+ * 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.
+ */
 
-You can contact us at:
-	{matte-d, sygent, kismet-sl} [at] users.sourceforge.net
-*/
 package it.cnr.isti.niche.osgi.upnp.util;
 
 import java.beans.PropertyChangeListener;
 
-/**
- * EventSource.java 8-feb-2005
- * @author Francesco Furfari
- */
+/* 
+* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
+*/
 public interface EventSource {
 	void addPropertyChangeListener(PropertyChangeListener listener);
 	void addPropertyChangeListener(String propertyName, PropertyChangeListener listener);

Modified: incubator/felix/sandbox/furfari/src/it/cnr/isti/niche/osgi/upnp/util/Lookup.java
URL: http://svn.apache.org/viewvc/incubator/felix/sandbox/furfari/src/it/cnr/isti/niche/osgi/upnp/util/Lookup.java?view=diff&rev=454702&r1=454701&r2=454702
==============================================================================
--- incubator/felix/sandbox/furfari/src/it/cnr/isti/niche/osgi/upnp/util/Lookup.java (original)
+++ incubator/felix/sandbox/furfari/src/it/cnr/isti/niche/osgi/upnp/util/Lookup.java Tue Oct 10 04:19:59 2006
@@ -1,24 +1,21 @@
-/*
-DomoWare UPnP Base Driver is an implementation of the OSGi UnP Device Specifaction
-Copyright (C) 2005 Matteo Demuru, Francesco Furfari, Stefano "Kismet" Lenzi
-
-This library is free software; you can redistribute it and/or
-modify it under the terms of the GNU Lesser General Public
-License as published by the Free Software Foundation; either
-version 2.1 of the License, or (at your option) any later version.
-
-This library 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 for more details.
-
-You should have received a copy of the GNU Lesser General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-
-You can contact us at:
-	{matte-d, sygent, kismet-sl} [at] users.sourceforge.net
-*/
+/* 
+ * 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 it.cnr.isti.niche.osgi.upnp.util;
 
@@ -29,10 +26,9 @@
 import org.osgi.service.upnp.UPnPDevice;
 import org.osgi.service.upnp.UPnPService;
 
-/**
- * Lookup.java 8-feb-2005
- * @author Francesco Furfari
- */
+/* 
+* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
+*/
 public class Lookup {
     
     private final static String SERVICE_REFERENCE_MISSED = "Unable to locate the UPnPDevice service reference";

Modified: incubator/felix/sandbox/furfari/src/it/cnr/isti/niche/osgi/upnp/util/UPnPEventNotifier.java
URL: http://svn.apache.org/viewvc/incubator/felix/sandbox/furfari/src/it/cnr/isti/niche/osgi/upnp/util/UPnPEventNotifier.java?view=diff&rev=454702&r1=454701&r2=454702
==============================================================================
--- incubator/felix/sandbox/furfari/src/it/cnr/isti/niche/osgi/upnp/util/UPnPEventNotifier.java (original)
+++ incubator/felix/sandbox/furfari/src/it/cnr/isti/niche/osgi/upnp/util/UPnPEventNotifier.java Tue Oct 10 04:19:59 2006
@@ -1,24 +1,22 @@
-/*
-DomoWare OSGi UPnP Sample TV Device is an implementation of UPnP Device service to be used with OSGi Framework
-Copyright (C) 2004  Matteo Demuru, Francesco Furfari, Stefano "Kismet" Lenzi
-
-This library is free software; you can redistribute it and/or
-modify it under the terms of the GNU Lesser General Public
-License as published by the Free Software Foundation; either
-version 2.1 of the License, or (at your option) any later version.
-
-This library 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 for more details.
-
-You should have received a copy of the GNU Lesser General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+/* 
+ * 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.
+ */
 
-You can contact us at:
-	{matte-d, sygent, kismet-sl} [at] users.sourceforge.net
-*/
 package it.cnr.isti.niche.osgi.upnp.util;
 
 import java.beans.PropertyChangeEvent;
@@ -39,10 +37,9 @@
 import org.osgi.service.upnp.UPnPService;
 import org.osgi.service.upnp.UPnPStateVariable;
 
-/**
- * UPnPEventNotifier.java 8-feb-2005
- * @author Francesco Furfari
- */
+/* 
+* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
+*/
 public class UPnPEventNotifier implements PropertyChangeListener,ServiceListener {
 	BundleContext context;
 	UPnPDevice device;

Modified: incubator/felix/sandbox/furfari/src/it/cnr/isti/niche/osgi/upnp/util/UPnPStateVariableDescriptor.java
URL: http://svn.apache.org/viewvc/incubator/felix/sandbox/furfari/src/it/cnr/isti/niche/osgi/upnp/util/UPnPStateVariableDescriptor.java?view=diff&rev=454702&r1=454701&r2=454702
==============================================================================
--- incubator/felix/sandbox/furfari/src/it/cnr/isti/niche/osgi/upnp/util/UPnPStateVariableDescriptor.java (original)
+++ incubator/felix/sandbox/furfari/src/it/cnr/isti/niche/osgi/upnp/util/UPnPStateVariableDescriptor.java Tue Oct 10 04:19:59 2006
@@ -1,33 +1,29 @@
-/*
-DomoWare UPnP Base Driver is an implementation of the OSGi UnP Device Specifaction
-Copyright (C) 2005 Matteo Demuru, Francesco Furfari, Stefano "Kismet" Lenzi
-
-This library is free software; you can redistribute it and/or
-modify it under the terms of the GNU Lesser General Public
-License as published by the Free Software Foundation; either
-version 2.1 of the License, or (at your option) any later version.
-
-This library 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 for more details.
-
-You should have received a copy of the GNU Lesser General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-
-You can contact us at:
-	{matte-d, sygent, kismet-sl} [at] users.sourceforge.net
-*/
+/* 
+ * 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 it.cnr.isti.niche.osgi.upnp.util;
 
 import org.osgi.service.upnp.UPnPStateVariable;
 
-/**
- * UPnPStateVariableDescriptor.java 22-gen-2005
- * @author Francesco Furfari
- */
+/* 
+* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
+*/
 public interface UPnPStateVariableDescriptor extends UPnPStateVariable {
     Object getValue();
 }

Modified: incubator/felix/sandbox/furfari/src/it/cnr/isti/niche/osgi/upnp/util/UPnPSubscriber.java
URL: http://svn.apache.org/viewvc/incubator/felix/sandbox/furfari/src/it/cnr/isti/niche/osgi/upnp/util/UPnPSubscriber.java?view=diff&rev=454702&r1=454701&r2=454702
==============================================================================
--- incubator/felix/sandbox/furfari/src/it/cnr/isti/niche/osgi/upnp/util/UPnPSubscriber.java (original)
+++ incubator/felix/sandbox/furfari/src/it/cnr/isti/niche/osgi/upnp/util/UPnPSubscriber.java Tue Oct 10 04:19:59 2006
@@ -1,24 +1,22 @@
-/*
-DomoWare OSGi UPnP Sample TV Device is an implementation of UPnP Device service to be used with OSGi Framework
-Copyright (C) 2004  Matteo Demuru, Francesco Furfari, Stefano "Kismet" Lenzi
-
-This library is free software; you can redistribute it and/or
-modify it under the terms of the GNU Lesser General Public
-License as published by the Free Software Foundation; either
-version 2.1 of the License, or (at your option) any later version.
-
-This library 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 for more details.
-
-You should have received a copy of the GNU Lesser General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+/* 
+ * 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.
+ */
 
-You can contact us at:
-	{matte-d, sygent, kismet-sl} [at] users.sourceforge.net
-*/
 package it.cnr.isti.niche.osgi.upnp.util;
 
 import java.util.Dictionary;
@@ -34,10 +32,9 @@
 import org.osgi.service.upnp.UPnPEventListener;
 import org.osgi.service.upnp.UPnPService;
 
-/**
- * UPnPSubscriber.java 8-feb-2005
- * @author Francesco Furfari
- */
+/* 
+* @author <a href="mailto:felix-dev@incubator.apache.org">Felix Project Team</a>
+*/
 public class UPnPSubscriber {
 	private BundleContext context;
 	private UPnPEventListener listener;