Author: indika Date: Mon Jan 7 03:53:46 2008 New Revision: 11959 Log:
add missing licence headers Modified: trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/ESBJMXAuthenticator.java trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/AbstractStatisticsView.java trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/EndpointStatisticsView.java trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/EndpointStatisticsViewMBean.java trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/ProxyServiceStatisticsView.java trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/ProxyServiceStatisticsViewMBean.java trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/SequenceStatisticsView.java trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/SequenceStatisticsViewMBean.java trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/ServerStatisticsView.java trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/ServerStatisticsViewMBean.java trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/ServerView.java trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/ServerViewMBean.java trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/SynapseServiceStatisticsView.java trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/SynapseServiceStatisticsViewMBean.java Modified: trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/ESBJMXAuthenticator.java ============================================================================== --- trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/ESBJMXAuthenticator.java (original) +++ trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/ESBJMXAuthenticator.java Mon Jan 7 03:53:46 2008 @@ -1,21 +1,18 @@ /* -* 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. -*/ + * Copyright (c) 2006, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. + * + * 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. + */ package org.wso2.esb.jmx; import org.wso2.esb.ServiceBusManager; Modified: trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/AbstractStatisticsView.java ============================================================================== --- trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/AbstractStatisticsView.java (original) +++ trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/AbstractStatisticsView.java Mon Jan 7 03:53:46 2008 @@ -1,21 +1,18 @@ /* -* 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. -*/ + * Copyright (c) 2006, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. + * + * 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. + */ package org.wso2.esb.jmx.mbean; import org.wso2.esb.persistence.dataobject.StatisticsDO; Modified: trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/EndpointStatisticsView.java ============================================================================== --- trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/EndpointStatisticsView.java (original) +++ trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/EndpointStatisticsView.java Mon Jan 7 03:53:46 2008 @@ -1,21 +1,18 @@ /* -* 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. -*/ + * Copyright (c) 2006, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. + * + * 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. + */ package org.wso2.esb.jmx.mbean; import org.wso2.esb.persistence.dataobject.StatisticsDO; Modified: trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/EndpointStatisticsViewMBean.java ============================================================================== --- trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/EndpointStatisticsViewMBean.java (original) +++ trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/EndpointStatisticsViewMBean.java Mon Jan 7 03:53:46 2008 @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2006, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. + * + * 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. + */ package org.wso2.esb.jmx.mbean; /** Modified: trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/ProxyServiceStatisticsView.java ============================================================================== --- trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/ProxyServiceStatisticsView.java (original) +++ trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/ProxyServiceStatisticsView.java Mon Jan 7 03:53:46 2008 @@ -1,21 +1,18 @@ /* -* 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. -*/ + * Copyright (c) 2006, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. + * + * 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. + */ package org.wso2.esb.jmx.mbean; import org.wso2.esb.persistence.dataobject.StatisticsDO; Modified: trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/ProxyServiceStatisticsViewMBean.java ============================================================================== --- trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/ProxyServiceStatisticsViewMBean.java (original) +++ trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/ProxyServiceStatisticsViewMBean.java Mon Jan 7 03:53:46 2008 @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2006, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. + * + * 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. + */ package org.wso2.esb.jmx.mbean; /** Modified: trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/SequenceStatisticsView.java ============================================================================== --- trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/SequenceStatisticsView.java (original) +++ trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/SequenceStatisticsView.java Mon Jan 7 03:53:46 2008 @@ -1,21 +1,18 @@ /* -* 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. -*/ + * Copyright (c) 2006, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. + * + * 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. + */ package org.wso2.esb.jmx.mbean; import org.wso2.esb.persistence.dataobject.StatisticsDO; Modified: trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/SequenceStatisticsViewMBean.java ============================================================================== --- trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/SequenceStatisticsViewMBean.java (original) +++ trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/SequenceStatisticsViewMBean.java Mon Jan 7 03:53:46 2008 @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2006, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. + * + * 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. + */ package org.wso2.esb.jmx.mbean; /** Modified: trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/ServerStatisticsView.java ============================================================================== --- trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/ServerStatisticsView.java (original) +++ trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/ServerStatisticsView.java Mon Jan 7 03:53:46 2008 @@ -1,21 +1,18 @@ /* -* 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. -*/ + * Copyright (c) 2006, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. + * + * 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. + */ package org.wso2.esb.jmx.mbean; import org.wso2.esb.persistence.dataobject.StatisticsDO; Modified: trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/ServerStatisticsViewMBean.java ============================================================================== --- trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/ServerStatisticsViewMBean.java (original) +++ trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/ServerStatisticsViewMBean.java Mon Jan 7 03:53:46 2008 @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2006, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. + * + * 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. + */ package org.wso2.esb.jmx.mbean; /** Modified: trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/ServerView.java ============================================================================== --- trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/ServerView.java (original) +++ trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/ServerView.java Mon Jan 7 03:53:46 2008 @@ -1,21 +1,18 @@ /* -* 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. -*/ + * Copyright (c) 2006, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. + * + * 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. + */ package org.wso2.esb.jmx.mbean; import org.wso2.esb.ServiceBus; Modified: trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/ServerViewMBean.java ============================================================================== --- trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/ServerViewMBean.java (original) +++ trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/ServerViewMBean.java Mon Jan 7 03:53:46 2008 @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2006, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. + * + * 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. + */ package org.wso2.esb.jmx.mbean; /** Modified: trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/SynapseServiceStatisticsView.java ============================================================================== --- trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/SynapseServiceStatisticsView.java (original) +++ trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/SynapseServiceStatisticsView.java Mon Jan 7 03:53:46 2008 @@ -1,21 +1,18 @@ /* -* 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. -*/ + * Copyright (c) 2006, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. + * + * 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. + */ package org.wso2.esb.jmx.mbean; import org.apache.synapse.SynapseConstants; Modified: trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/SynapseServiceStatisticsViewMBean.java ============================================================================== --- trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/SynapseServiceStatisticsViewMBean.java (original) +++ trunk/esb/java/modules/core/src/main/java/org/wso2/esb/jmx/mbean/SynapseServiceStatisticsViewMBean.java Mon Jan 7 03:53:46 2008 @@ -1,3 +1,18 @@ +/* + * Copyright (c) 2006, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. + * + * 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. + */ package org.wso2.esb.jmx.mbean; /** _______________________________________________ Esb-java-dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
