You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by sf...@apache.org on 2006/09/19 14:12:51 UTC

svn commit: r447826 - in /incubator/felix/trunk/mosgi.jmx.agent/src/main/java/org/apache/felix/mosgi/jmx/agent: AgentActivator.java Constants.java

Author: sfrenot
Date: Tue Sep 19 05:12:50 2006
New Revision: 447826

URL: http://svn.apache.org/viewvc?view=rev&rev=447826
Log:
FELIX-144
--------
Removing notices for jmx agent


Modified:
    incubator/felix/trunk/mosgi.jmx.agent/src/main/java/org/apache/felix/mosgi/jmx/agent/AgentActivator.java
    incubator/felix/trunk/mosgi.jmx.agent/src/main/java/org/apache/felix/mosgi/jmx/agent/Constants.java

Modified: incubator/felix/trunk/mosgi.jmx.agent/src/main/java/org/apache/felix/mosgi/jmx/agent/AgentActivator.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/mosgi.jmx.agent/src/main/java/org/apache/felix/mosgi/jmx/agent/AgentActivator.java?view=diff&rev=447826&r1=447825&r2=447826
==============================================================================
--- incubator/felix/trunk/mosgi.jmx.agent/src/main/java/org/apache/felix/mosgi/jmx/agent/AgentActivator.java (original)
+++ incubator/felix/trunk/mosgi.jmx.agent/src/main/java/org/apache/felix/mosgi/jmx/agent/AgentActivator.java Tue Sep 19 05:12:50 2006
@@ -1,39 +1,21 @@
 /*
- * Copyright (C) 2003 Stéphane Frénot
- * Copyright (C) 2003 INSA Lyon Laboratoire CITI, France
- * Copyright (C) 2003 INRIA projet ARES, France
- *
- * This program is licensed under the Apache Software License
- * version 1.1; refer to the ASL-LICENSE.txt file included with
- * this program for details.
- *
- * This program 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.
- *
- * Contact: Stéphane Frénot stephane.frenot@insa-lyon.fr
- * Contributor(s): Didier Donsez, didier.donsez@imag.fr
- * 
- * $Id: AgentActivator.java,v 1.6 2005/09/12 09:52:13 sfrenot Exp $
- *
- * TODO : profile should only call bc.getProperty
-**/
-/*
- *   Copyright 2005 The Apache Software Foundation
- *
- *   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.
- *
- */
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements.  See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership.  The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License.  You may obtain a copy of the License at
+* 
+*  http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing,
+* software distributed under the License is distributed on an
+* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+* KIND, either express or implied.  See the License for the
+* specific language governing permissions and limitations
+* under the License.    
+*/
 package org.apache.felix.mosgi.jmx.agent;
 
 import java.util.StringTokenizer;

Modified: incubator/felix/trunk/mosgi.jmx.agent/src/main/java/org/apache/felix/mosgi/jmx/agent/Constants.java
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/mosgi.jmx.agent/src/main/java/org/apache/felix/mosgi/jmx/agent/Constants.java?view=diff&rev=447826&r1=447825&r2=447826
==============================================================================
--- incubator/felix/trunk/mosgi.jmx.agent/src/main/java/org/apache/felix/mosgi/jmx/agent/Constants.java (original)
+++ incubator/felix/trunk/mosgi.jmx.agent/src/main/java/org/apache/felix/mosgi/jmx/agent/Constants.java Tue Sep 19 05:12:50 2006
@@ -1,3 +1,21 @@
+/*
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements.  See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership.  The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License.  You may obtain a copy of the License at
+* 
+*  http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing,
+* software distributed under the License is distributed on an
+* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+* KIND, either express or implied.  See the License for the
+* specific language governing permissions and limitations
+* under the License.    
+*/
 package org.apache.felix.mosgi.jmx.agent;
 public interface Constants {
    public final static String OBJECTNAME="jmxagent.objectname";