http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/1f98c736/taverna-ui/src/main/java/org/apache/taverna/lang/ui/tabselector/TabSelectorComponent.java ---------------------------------------------------------------------- diff --git a/taverna-ui/src/main/java/org/apache/taverna/lang/ui/tabselector/TabSelectorComponent.java b/taverna-ui/src/main/java/org/apache/taverna/lang/ui/tabselector/TabSelectorComponent.java index 1a9e708..333ab59 100644 --- a/taverna-ui/src/main/java/org/apache/taverna/lang/ui/tabselector/TabSelectorComponent.java +++ b/taverna-ui/src/main/java/org/apache/taverna/lang/ui/tabselector/TabSelectorComponent.java @@ -1,21 +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. -*/ + * 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.taverna.lang.ui.tabselector;
http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/1f98c736/taverna-ui/src/main/java/org/apache/taverna/lang/ui/treetable/AbstractCellEditor.java ---------------------------------------------------------------------- diff --git a/taverna-ui/src/main/java/org/apache/taverna/lang/ui/treetable/AbstractCellEditor.java b/taverna-ui/src/main/java/org/apache/taverna/lang/ui/treetable/AbstractCellEditor.java index 1c3da68..76cb1ec 100644 --- a/taverna-ui/src/main/java/org/apache/taverna/lang/ui/treetable/AbstractCellEditor.java +++ b/taverna-ui/src/main/java/org/apache/taverna/lang/ui/treetable/AbstractCellEditor.java @@ -1,21 +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. -*/ + * 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.taverna.lang.ui.treetable; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/1f98c736/taverna-ui/src/main/java/org/apache/taverna/lang/ui/treetable/AbstractTreeTableModel.java ---------------------------------------------------------------------- diff --git a/taverna-ui/src/main/java/org/apache/taverna/lang/ui/treetable/AbstractTreeTableModel.java b/taverna-ui/src/main/java/org/apache/taverna/lang/ui/treetable/AbstractTreeTableModel.java index 79835bf..a196c51 100644 --- a/taverna-ui/src/main/java/org/apache/taverna/lang/ui/treetable/AbstractTreeTableModel.java +++ b/taverna-ui/src/main/java/org/apache/taverna/lang/ui/treetable/AbstractTreeTableModel.java @@ -1,16 +1,21 @@ /* - * @(#)AbstractTreeTableModel.java 1.2 98/10/27 + * 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 * - * Copyright 1997, 1998 by Sun Microsystems, Inc., - * 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. - * All rights reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * This software is the confidential and proprietary information - * of Sun Microsystems, Inc. ("Confidential Information"). You - * shall not disclose such Confidential Information and shall use - * it only in accordance with the terms of the license agreement - * you entered into with Sun. + * 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.taverna.lang.ui.treetable; import javax.swing.event.EventListenerList; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/1f98c736/taverna-ui/src/main/java/org/apache/taverna/lang/ui/treetable/JTreeTable.java ---------------------------------------------------------------------- diff --git a/taverna-ui/src/main/java/org/apache/taverna/lang/ui/treetable/JTreeTable.java b/taverna-ui/src/main/java/org/apache/taverna/lang/ui/treetable/JTreeTable.java index 6cd8045..0cc9ae2 100644 --- a/taverna-ui/src/main/java/org/apache/taverna/lang/ui/treetable/JTreeTable.java +++ b/taverna-ui/src/main/java/org/apache/taverna/lang/ui/treetable/JTreeTable.java @@ -1,16 +1,21 @@ /* - * @(#)JTreeTable.java 1.2 98/10/27 + * 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 * - * Copyright 1997, 1998 by Sun Microsystems, Inc., - * 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. - * All rights reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * This software is the confidential and proprietary information - * of Sun Microsystems, Inc. ("Confidential Information"). You - * shall not disclose such Confidential Information and shall use - * it only in accordance with the terms of the license agreement - * you entered into with Sun. + * 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.taverna.lang.ui.treetable; import java.awt.Color; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/1f98c736/taverna-ui/src/main/java/org/apache/taverna/lang/ui/treetable/LinesBorder.java ---------------------------------------------------------------------- diff --git a/taverna-ui/src/main/java/org/apache/taverna/lang/ui/treetable/LinesBorder.java b/taverna-ui/src/main/java/org/apache/taverna/lang/ui/treetable/LinesBorder.java index a2fbd0a..0639f8e 100644 --- a/taverna-ui/src/main/java/org/apache/taverna/lang/ui/treetable/LinesBorder.java +++ b/taverna-ui/src/main/java/org/apache/taverna/lang/ui/treetable/LinesBorder.java @@ -1,6 +1,21 @@ -/** - * Example from http://www.java2s.com/Code/Java/Swing-Components/CellBorderTableExample.htm +/* + * 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.taverna.lang.ui.treetable; import java.awt.Color; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/1f98c736/taverna-ui/src/main/java/org/apache/taverna/lang/ui/treetable/TreeTableModel.java ---------------------------------------------------------------------- diff --git a/taverna-ui/src/main/java/org/apache/taverna/lang/ui/treetable/TreeTableModel.java b/taverna-ui/src/main/java/org/apache/taverna/lang/ui/treetable/TreeTableModel.java index a66751b..a86481b 100644 --- a/taverna-ui/src/main/java/org/apache/taverna/lang/ui/treetable/TreeTableModel.java +++ b/taverna-ui/src/main/java/org/apache/taverna/lang/ui/treetable/TreeTableModel.java @@ -1,22 +1,21 @@ /* - * TreeTableModel.java + * 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 * - * Copyright (c) 1998 Sun Microsystems, Inc. All Rights Reserved. - * - * This software is the confidential and proprietary information of Sun - * Microsystems, Inc. ("Confidential Information"). You shall not - * disclose such Confidential Information and shall use it only in - * accordance with the terms of the license agreement you entered into - * with Sun. - * - * SUN MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF THE - * SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE - * IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR - * PURPOSE, OR NON-INFRINGEMENT. SUN SHALL NOT BE LIABLE FOR ANY DAMAGES - * SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR DISTRIBUTING - * THIS SOFTWARE OR ITS DERIVATIVES. + * 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.taverna.lang.ui.treetable; import javax.swing.tree.TreeModel; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/1f98c736/taverna-ui/src/main/java/org/apache/taverna/lang/ui/treetable/TreeTableModelAdapter.java ---------------------------------------------------------------------- diff --git a/taverna-ui/src/main/java/org/apache/taverna/lang/ui/treetable/TreeTableModelAdapter.java b/taverna-ui/src/main/java/org/apache/taverna/lang/ui/treetable/TreeTableModelAdapter.java index 48b35bc..804e726 100644 --- a/taverna-ui/src/main/java/org/apache/taverna/lang/ui/treetable/TreeTableModelAdapter.java +++ b/taverna-ui/src/main/java/org/apache/taverna/lang/ui/treetable/TreeTableModelAdapter.java @@ -1,16 +1,21 @@ /* - * @(#)TreeTableModelAdapter.java 1.2 98/10/27 + * 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 * - * Copyright 1997, 1998 by Sun Microsystems, Inc., - * 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. - * All rights reserved. + * http://www.apache.org/licenses/LICENSE-2.0 * - * This software is the confidential and proprietary information - * of Sun Microsystems, Inc. ("Confidential Information"). You - * shall not disclose such Confidential Information and shall use - * it only in accordance with the terms of the license agreement - * you entered into with Sun. + * 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.taverna.lang.ui.treetable; import javax.swing.JTree; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/1f98c736/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/AbstractListComponent.java ---------------------------------------------------------------------- diff --git a/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/AbstractListComponent.java b/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/AbstractListComponent.java index de07628..e7e3fe0 100644 --- a/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/AbstractListComponent.java +++ b/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/AbstractListComponent.java @@ -1,21 +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. -*/ + * 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.taverna.lang.uibuilder; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/1f98c736/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/AlignableComponent.java ---------------------------------------------------------------------- diff --git a/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/AlignableComponent.java b/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/AlignableComponent.java index 2c2eb75..c7d9d61 100644 --- a/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/AlignableComponent.java +++ b/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/AlignableComponent.java @@ -1,21 +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. -*/ + * 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.taverna.lang.uibuilder; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/1f98c736/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/Alignment.java ---------------------------------------------------------------------- diff --git a/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/Alignment.java b/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/Alignment.java index 8acf829..cbc5883 100644 --- a/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/Alignment.java +++ b/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/Alignment.java @@ -1,21 +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. -*/ + * 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.taverna.lang.uibuilder; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/1f98c736/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/BeanCheckBox.java ---------------------------------------------------------------------- diff --git a/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/BeanCheckBox.java b/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/BeanCheckBox.java index f5dbfdc..1660f2f 100644 --- a/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/BeanCheckBox.java +++ b/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/BeanCheckBox.java @@ -1,21 +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. -*/ + * 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.taverna.lang.uibuilder; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/1f98c736/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/BeanComponent.java ---------------------------------------------------------------------- diff --git a/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/BeanComponent.java b/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/BeanComponent.java index 65e1f5c..d9ce893 100644 --- a/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/BeanComponent.java +++ b/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/BeanComponent.java @@ -1,21 +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. -*/ + * 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.taverna.lang.uibuilder; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/1f98c736/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/BeanEnumComboBox.java ---------------------------------------------------------------------- diff --git a/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/BeanEnumComboBox.java b/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/BeanEnumComboBox.java index e4d6104..88eccee 100644 --- a/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/BeanEnumComboBox.java +++ b/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/BeanEnumComboBox.java @@ -1,21 +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. -*/ + * 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.taverna.lang.uibuilder; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/1f98c736/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/BeanTextArea.java ---------------------------------------------------------------------- diff --git a/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/BeanTextArea.java b/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/BeanTextArea.java index ffa6e0a..97019fa 100644 --- a/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/BeanTextArea.java +++ b/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/BeanTextArea.java @@ -1,21 +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. -*/ + * 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.taverna.lang.uibuilder; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/1f98c736/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/BeanTextComponent.java ---------------------------------------------------------------------- diff --git a/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/BeanTextComponent.java b/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/BeanTextComponent.java index d78f00b..0493c51 100644 --- a/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/BeanTextComponent.java +++ b/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/BeanTextComponent.java @@ -1,21 +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. -*/ + * 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.taverna.lang.uibuilder; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/1f98c736/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/BeanTextField.java ---------------------------------------------------------------------- diff --git a/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/BeanTextField.java b/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/BeanTextField.java index 50f9016..db3029c 100644 --- a/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/BeanTextField.java +++ b/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/BeanTextField.java @@ -1,21 +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. -*/ + * 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.taverna.lang.uibuilder; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/1f98c736/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/Icons.java ---------------------------------------------------------------------- diff --git a/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/Icons.java b/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/Icons.java index c4e2e32..4937811 100644 --- a/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/Icons.java +++ b/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/Icons.java @@ -1,21 +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. -*/ + * 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.taverna.lang.uibuilder; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/1f98c736/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/ListHandler.java ---------------------------------------------------------------------- diff --git a/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/ListHandler.java b/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/ListHandler.java index d3f6133..a190656 100644 --- a/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/ListHandler.java +++ b/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/ListHandler.java @@ -1,21 +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. -*/ + * 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.taverna.lang.uibuilder; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/1f98c736/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/RecursiveListComponent.java ---------------------------------------------------------------------- diff --git a/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/RecursiveListComponent.java b/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/RecursiveListComponent.java index ee2040e..9dd2624 100644 --- a/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/RecursiveListComponent.java +++ b/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/RecursiveListComponent.java @@ -1,21 +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. -*/ + * 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.taverna.lang.uibuilder; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/1f98c736/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/UIBuilder.java ---------------------------------------------------------------------- diff --git a/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/UIBuilder.java b/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/UIBuilder.java index 7ec3f00..8c462e9 100644 --- a/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/UIBuilder.java +++ b/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/UIBuilder.java @@ -1,21 +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. -*/ + * 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.taverna.lang.uibuilder; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/1f98c736/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/UIConstructionException.java ---------------------------------------------------------------------- diff --git a/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/UIConstructionException.java b/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/UIConstructionException.java index db483dc..05169c6 100644 --- a/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/UIConstructionException.java +++ b/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/UIConstructionException.java @@ -1,21 +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. -*/ + * 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.taverna.lang.uibuilder; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/1f98c736/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/WrappedListComponent.java ---------------------------------------------------------------------- diff --git a/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/WrappedListComponent.java b/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/WrappedListComponent.java index 688e05b..3d3a491 100644 --- a/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/WrappedListComponent.java +++ b/taverna-uibuilder/src/main/java/org/apache/taverna/lang/uibuilder/WrappedListComponent.java @@ -1,21 +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. -*/ + * 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.taverna.lang.uibuilder; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/1f98c736/taverna-uibuilder/src/test/java/org/apache/taverna/lang/uibuilder/Application.java ---------------------------------------------------------------------- diff --git a/taverna-uibuilder/src/test/java/org/apache/taverna/lang/uibuilder/Application.java b/taverna-uibuilder/src/test/java/org/apache/taverna/lang/uibuilder/Application.java index bc630ec..9ab09f8 100644 --- a/taverna-uibuilder/src/test/java/org/apache/taverna/lang/uibuilder/Application.java +++ b/taverna-uibuilder/src/test/java/org/apache/taverna/lang/uibuilder/Application.java @@ -1,21 +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. -*/ + * 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.taverna.lang.uibuilder; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/1f98c736/taverna-uibuilder/src/test/java/org/apache/taverna/lang/uibuilder/Application2.java ---------------------------------------------------------------------- diff --git a/taverna-uibuilder/src/test/java/org/apache/taverna/lang/uibuilder/Application2.java b/taverna-uibuilder/src/test/java/org/apache/taverna/lang/uibuilder/Application2.java index 814c703..7c68919 100644 --- a/taverna-uibuilder/src/test/java/org/apache/taverna/lang/uibuilder/Application2.java +++ b/taverna-uibuilder/src/test/java/org/apache/taverna/lang/uibuilder/Application2.java @@ -1,21 +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. -*/ + * 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.taverna.lang.uibuilder; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/1f98c736/taverna-uibuilder/src/test/java/org/apache/taverna/lang/uibuilder/BeanWithBoundProps.java ---------------------------------------------------------------------- diff --git a/taverna-uibuilder/src/test/java/org/apache/taverna/lang/uibuilder/BeanWithBoundProps.java b/taverna-uibuilder/src/test/java/org/apache/taverna/lang/uibuilder/BeanWithBoundProps.java index 2c6616b..4f23950 100644 --- a/taverna-uibuilder/src/test/java/org/apache/taverna/lang/uibuilder/BeanWithBoundProps.java +++ b/taverna-uibuilder/src/test/java/org/apache/taverna/lang/uibuilder/BeanWithBoundProps.java @@ -1,21 +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. -*/ + * 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.taverna.lang.uibuilder; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/1f98c736/taverna-uibuilder/src/test/java/org/apache/taverna/lang/uibuilder/BeanWithListProperties.java ---------------------------------------------------------------------- diff --git a/taverna-uibuilder/src/test/java/org/apache/taverna/lang/uibuilder/BeanWithListProperties.java b/taverna-uibuilder/src/test/java/org/apache/taverna/lang/uibuilder/BeanWithListProperties.java index 544b72c..4baf086 100644 --- a/taverna-uibuilder/src/test/java/org/apache/taverna/lang/uibuilder/BeanWithListProperties.java +++ b/taverna-uibuilder/src/test/java/org/apache/taverna/lang/uibuilder/BeanWithListProperties.java @@ -1,21 +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. -*/ + * 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.taverna.lang.uibuilder; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/1f98c736/taverna-uibuilder/src/test/java/org/apache/taverna/lang/uibuilder/BeanWithNestedList.java ---------------------------------------------------------------------- diff --git a/taverna-uibuilder/src/test/java/org/apache/taverna/lang/uibuilder/BeanWithNestedList.java b/taverna-uibuilder/src/test/java/org/apache/taverna/lang/uibuilder/BeanWithNestedList.java index baec28a..f6d5d6c 100644 --- a/taverna-uibuilder/src/test/java/org/apache/taverna/lang/uibuilder/BeanWithNestedList.java +++ b/taverna-uibuilder/src/test/java/org/apache/taverna/lang/uibuilder/BeanWithNestedList.java @@ -1,21 +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. -*/ + * 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.taverna.lang.uibuilder; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/1f98c736/taverna-uibuilder/src/test/java/org/apache/taverna/lang/uibuilder/PrimitiveTypeBean.java ---------------------------------------------------------------------- diff --git a/taverna-uibuilder/src/test/java/org/apache/taverna/lang/uibuilder/PrimitiveTypeBean.java b/taverna-uibuilder/src/test/java/org/apache/taverna/lang/uibuilder/PrimitiveTypeBean.java index 3e71e0a..1714cb3 100644 --- a/taverna-uibuilder/src/test/java/org/apache/taverna/lang/uibuilder/PrimitiveTypeBean.java +++ b/taverna-uibuilder/src/test/java/org/apache/taverna/lang/uibuilder/PrimitiveTypeBean.java @@ -1,21 +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. -*/ + * 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.taverna.lang.uibuilder; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/1f98c736/taverna-uibuilder/src/test/java/org/apache/taverna/lang/uibuilder/SampleEnum.java ---------------------------------------------------------------------- diff --git a/taverna-uibuilder/src/test/java/org/apache/taverna/lang/uibuilder/SampleEnum.java b/taverna-uibuilder/src/test/java/org/apache/taverna/lang/uibuilder/SampleEnum.java index 4696e85..a143143 100644 --- a/taverna-uibuilder/src/test/java/org/apache/taverna/lang/uibuilder/SampleEnum.java +++ b/taverna-uibuilder/src/test/java/org/apache/taverna/lang/uibuilder/SampleEnum.java @@ -1,21 +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. -*/ + * 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.taverna.lang.uibuilder; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/1f98c736/taverna-uibuilder/src/test/java/org/apache/taverna/lang/uibuilder/TopLevelBean.java ---------------------------------------------------------------------- diff --git a/taverna-uibuilder/src/test/java/org/apache/taverna/lang/uibuilder/TopLevelBean.java b/taverna-uibuilder/src/test/java/org/apache/taverna/lang/uibuilder/TopLevelBean.java index 83f1a70..07170ff 100644 --- a/taverna-uibuilder/src/test/java/org/apache/taverna/lang/uibuilder/TopLevelBean.java +++ b/taverna-uibuilder/src/test/java/org/apache/taverna/lang/uibuilder/TopLevelBean.java @@ -1,21 +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. -*/ + * 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.taverna.lang.uibuilder; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/1f98c736/taverna-unrecognized-activity-ui/src/main/java/org/apache/taverna/activities/unrecognized/views/UnrecognizedActivityViewFactory.java ---------------------------------------------------------------------- diff --git a/taverna-unrecognized-activity-ui/src/main/java/org/apache/taverna/activities/unrecognized/views/UnrecognizedActivityViewFactory.java b/taverna-unrecognized-activity-ui/src/main/java/org/apache/taverna/activities/unrecognized/views/UnrecognizedActivityViewFactory.java index c4e4fde..ba3d6a5 100644 --- a/taverna-unrecognized-activity-ui/src/main/java/org/apache/taverna/activities/unrecognized/views/UnrecognizedActivityViewFactory.java +++ b/taverna-unrecognized-activity-ui/src/main/java/org/apache/taverna/activities/unrecognized/views/UnrecognizedActivityViewFactory.java @@ -1,21 +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. -*/ + * 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.taverna.activities.unrecognized.views; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/1f98c736/taverna-unrecognized-activity-ui/src/main/java/org/apache/taverna/activities/unrecognized/views/UnrecognizedContextualView.java ---------------------------------------------------------------------- diff --git a/taverna-unrecognized-activity-ui/src/main/java/org/apache/taverna/activities/unrecognized/views/UnrecognizedContextualView.java b/taverna-unrecognized-activity-ui/src/main/java/org/apache/taverna/activities/unrecognized/views/UnrecognizedContextualView.java index e0ee510..d297820 100644 --- a/taverna-unrecognized-activity-ui/src/main/java/org/apache/taverna/activities/unrecognized/views/UnrecognizedContextualView.java +++ b/taverna-unrecognized-activity-ui/src/main/java/org/apache/taverna/activities/unrecognized/views/UnrecognizedContextualView.java @@ -1,21 +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. -*/ + * 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.taverna.activities.unrecognized.views; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/1f98c736/taverna-update-manager/src/main/java/org/apache/taverna/workbench/update/impl/UpdateManagerView.java ---------------------------------------------------------------------- diff --git a/taverna-update-manager/src/main/java/org/apache/taverna/workbench/update/impl/UpdateManagerView.java b/taverna-update-manager/src/main/java/org/apache/taverna/workbench/update/impl/UpdateManagerView.java index a1e3fe0..c4cea15 100644 --- a/taverna-update-manager/src/main/java/org/apache/taverna/workbench/update/impl/UpdateManagerView.java +++ b/taverna-update-manager/src/main/java/org/apache/taverna/workbench/update/impl/UpdateManagerView.java @@ -1,21 +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. -*/ + * 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.taverna.workbench.update.impl; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/1f98c736/taverna-update-manager/src/main/java/org/apache/taverna/workbench/update/impl/menu/UpdateMenuAction.java ---------------------------------------------------------------------- diff --git a/taverna-update-manager/src/main/java/org/apache/taverna/workbench/update/impl/menu/UpdateMenuAction.java b/taverna-update-manager/src/main/java/org/apache/taverna/workbench/update/impl/menu/UpdateMenuAction.java index 6c6dd4e..f6978ee 100644 --- a/taverna-update-manager/src/main/java/org/apache/taverna/workbench/update/impl/menu/UpdateMenuAction.java +++ b/taverna-update-manager/src/main/java/org/apache/taverna/workbench/update/impl/menu/UpdateMenuAction.java @@ -1,21 +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. -*/ + * 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.taverna.workbench.update.impl.menu; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/1f98c736/taverna-update-manager/src/main/java/org/apache/taverna/workbench/updatemanager/PluginMenuAction.java ---------------------------------------------------------------------- diff --git a/taverna-update-manager/src/main/java/org/apache/taverna/workbench/updatemanager/PluginMenuAction.java b/taverna-update-manager/src/main/java/org/apache/taverna/workbench/updatemanager/PluginMenuAction.java index cb921be..a85c6ac 100644 --- a/taverna-update-manager/src/main/java/org/apache/taverna/workbench/updatemanager/PluginMenuAction.java +++ b/taverna-update-manager/src/main/java/org/apache/taverna/workbench/updatemanager/PluginMenuAction.java @@ -1,21 +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. -*/ + * 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.taverna.workbench.updatemanager; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/1f98c736/taverna-update-manager/src/main/java/org/apache/taverna/workbench/updatemanager/UpdatesAvailableMenuAction.java ---------------------------------------------------------------------- diff --git a/taverna-update-manager/src/main/java/org/apache/taverna/workbench/updatemanager/UpdatesAvailableMenuAction.java b/taverna-update-manager/src/main/java/org/apache/taverna/workbench/updatemanager/UpdatesAvailableMenuAction.java index 8f76358..ea190c1 100644 --- a/taverna-update-manager/src/main/java/org/apache/taverna/workbench/updatemanager/UpdatesAvailableMenuAction.java +++ b/taverna-update-manager/src/main/java/org/apache/taverna/workbench/updatemanager/UpdatesAvailableMenuAction.java @@ -1,21 +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. -*/ + * 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.taverna.workbench.updatemanager; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/1f98c736/taverna-update-manager/src/main/java/org/apache/taverna/workbench/updatemanager/UpdatesToolbarSection.java ---------------------------------------------------------------------- diff --git a/taverna-update-manager/src/main/java/org/apache/taverna/workbench/updatemanager/UpdatesToolbarSection.java b/taverna-update-manager/src/main/java/org/apache/taverna/workbench/updatemanager/UpdatesToolbarSection.java index 4709d26..020bfc2 100644 --- a/taverna-update-manager/src/main/java/org/apache/taverna/workbench/updatemanager/UpdatesToolbarSection.java +++ b/taverna-update-manager/src/main/java/org/apache/taverna/workbench/updatemanager/UpdatesToolbarSection.java @@ -1,21 +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. -*/ + * 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.taverna.workbench.updatemanager; http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench/blob/1f98c736/taverna-workbench-api/src/main/java/org/apache/taverna/workbench/MainWindow.java ---------------------------------------------------------------------- diff --git a/taverna-workbench-api/src/main/java/org/apache/taverna/workbench/MainWindow.java b/taverna-workbench-api/src/main/java/org/apache/taverna/workbench/MainWindow.java index ff83803..3a576a0 100644 --- a/taverna-workbench-api/src/main/java/org/apache/taverna/workbench/MainWindow.java +++ b/taverna-workbench-api/src/main/java/org/apache/taverna/workbench/MainWindow.java @@ -1,21 +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. -*/ + * 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.taverna.workbench;
