Author: guixl Date: Thu Aug 12 06:35:41 2010 New Revision: 984654 URL: http://svn.apache.org/viewvc?rev=984654&view=rev Log: add Apache Licence 2.0 Text for source code of project org.apache.commons.scxml.modeling.editor
Modified: commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.editor/src/org/apache/commons/scxml/modeling/presentation/ModelingActionBarContributor.java commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.editor/src/org/apache/commons/scxml/modeling/presentation/ModelingEditor.java commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.editor/src/org/apache/commons/scxml/modeling/presentation/ModelingEditorPlugin.java commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.editor/src/org/apache/commons/scxml/modeling/presentation/ModelingModelWizard.java Modified: commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.editor/src/org/apache/commons/scxml/modeling/presentation/ModelingActionBarContributor.java URL: http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.editor/src/org/apache/commons/scxml/modeling/presentation/ModelingActionBarContributor.java?rev=984654&r1=984653&r2=984654&view=diff ============================================================================== --- commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.editor/src/org/apache/commons/scxml/modeling/presentation/ModelingActionBarContributor.java (original) +++ commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.editor/src/org/apache/commons/scxml/modeling/presentation/ModelingActionBarContributor.java Thu Aug 12 06:35:41 2010 @@ -1,8 +1,18 @@ -/** - * <copyright> - * </copyright> - * - * $Id$ +/* + * 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.commons.scxml.modeling.presentation; Modified: commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.editor/src/org/apache/commons/scxml/modeling/presentation/ModelingEditor.java URL: http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.editor/src/org/apache/commons/scxml/modeling/presentation/ModelingEditor.java?rev=984654&r1=984653&r2=984654&view=diff ============================================================================== --- commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.editor/src/org/apache/commons/scxml/modeling/presentation/ModelingEditor.java (original) +++ commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.editor/src/org/apache/commons/scxml/modeling/presentation/ModelingEditor.java Thu Aug 12 06:35:41 2010 @@ -1,8 +1,18 @@ -/** - * <copyright> - * </copyright> - * - * $Id$ +/* + * 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.commons.scxml.modeling.presentation; Modified: commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.editor/src/org/apache/commons/scxml/modeling/presentation/ModelingEditorPlugin.java URL: http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.editor/src/org/apache/commons/scxml/modeling/presentation/ModelingEditorPlugin.java?rev=984654&r1=984653&r2=984654&view=diff ============================================================================== --- commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.editor/src/org/apache/commons/scxml/modeling/presentation/ModelingEditorPlugin.java (original) +++ commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.editor/src/org/apache/commons/scxml/modeling/presentation/ModelingEditorPlugin.java Thu Aug 12 06:35:41 2010 @@ -1,8 +1,18 @@ -/** - * <copyright> - * </copyright> - * - * $Id$ +/* + * 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.commons.scxml.modeling.presentation; Modified: commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.editor/src/org/apache/commons/scxml/modeling/presentation/ModelingModelWizard.java URL: http://svn.apache.org/viewvc/commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.editor/src/org/apache/commons/scxml/modeling/presentation/ModelingModelWizard.java?rev=984654&r1=984653&r2=984654&view=diff ============================================================================== --- commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.editor/src/org/apache/commons/scxml/modeling/presentation/ModelingModelWizard.java (original) +++ commons/sandbox/gsoc/2010/scxml-eclipse/trunk/src/main/java/org.apache.commons.scxml.modeling.editor/src/org/apache/commons/scxml/modeling/presentation/ModelingModelWizard.java Thu Aug 12 06:35:41 2010 @@ -1,8 +1,18 @@ -/** - * <copyright> - * </copyright> - * - * $Id$ +/* + * 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.commons.scxml.modeling.presentation;