Author: smcclees
Date: Thu Apr 15 23:00:14 2010
New Revision: 934635
URL: http://svn.apache.org/viewvc?rev=934635&view=rev
Log:
OODT-3 progress
Modified:
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/controller/TableListener.java
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/controller/WindowListener.java
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/model/CasDB.java
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/model/QueryBuilder.java
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/model/Results.java
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/system/XmlRpcFilemgrBrowser.java
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/GuiParams.java
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/MainWindow.java
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/menus/MenuBar.java
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/menus/RightClickMenu.java
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/BottomPane.java
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/Cell.java
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/HeaderCell.java
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/HeaderRow.java
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/HeaderSpacer.java
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/MiddlePane.java
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/QueryField.java
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/QueryPane.java
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/Row.java
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/TablePane.java
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/prompts/ConnectPrompt.java
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/prompts/QueryBuilderPrompt.java
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/prompts/SortPrompt.java
Modified:
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/controller/TableListener.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/controller/TableListener.java?rev=934635&r1=934634&r2=934635&view=diff
==============================================================================
---
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/controller/TableListener.java
(original)
+++
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/controller/TableListener.java
Thu Apr 15 23:00:14 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2007, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$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 gov.nasa.jpl.oodt.cas.filemgr.browser.controller;
Modified:
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/controller/WindowListener.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/controller/WindowListener.java?rev=934635&r1=934634&r2=934635&view=diff
==============================================================================
---
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/controller/WindowListener.java
(original)
+++
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/controller/WindowListener.java
Thu Apr 15 23:00:14 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2007, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$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 gov.nasa.jpl.oodt.cas.filemgr.browser.controller;
Modified:
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/model/CasDB.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/model/CasDB.java?rev=934635&r1=934634&r2=934635&view=diff
==============================================================================
---
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/model/CasDB.java
(original)
+++
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/model/CasDB.java
Thu Apr 15 23:00:14 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2007, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$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 gov.nasa.jpl.oodt.cas.filemgr.browser.model;
Modified:
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/model/QueryBuilder.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/model/QueryBuilder.java?rev=934635&r1=934634&r2=934635&view=diff
==============================================================================
---
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/model/QueryBuilder.java
(original)
+++
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/model/QueryBuilder.java
Thu Apr 15 23:00:14 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2007, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$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 gov.nasa.jpl.oodt.cas.filemgr.browser.model;
Modified:
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/model/Results.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/model/Results.java?rev=934635&r1=934634&r2=934635&view=diff
==============================================================================
---
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/model/Results.java
(original)
+++
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/model/Results.java
Thu Apr 15 23:00:14 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2007, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$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 gov.nasa.jpl.oodt.cas.filemgr.browser.model;
Modified:
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/system/XmlRpcFilemgrBrowser.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/system/XmlRpcFilemgrBrowser.java?rev=934635&r1=934634&r2=934635&view=diff
==============================================================================
---
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/system/XmlRpcFilemgrBrowser.java
(original)
+++
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/system/XmlRpcFilemgrBrowser.java
Thu Apr 15 23:00:14 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2007, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$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 gov.nasa.jpl.oodt.cas.filemgr.browser.system;
Modified:
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/GuiParams.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/GuiParams.java?rev=934635&r1=934634&r2=934635&view=diff
==============================================================================
---
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/GuiParams.java
(original)
+++
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/GuiParams.java
Thu Apr 15 23:00:14 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2007, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$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 gov.nasa.jpl.oodt.cas.filemgr.browser.view;
Modified:
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/MainWindow.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/MainWindow.java?rev=934635&r1=934634&r2=934635&view=diff
==============================================================================
---
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/MainWindow.java
(original)
+++
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/MainWindow.java
Thu Apr 15 23:00:14 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2007, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$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 gov.nasa.jpl.oodt.cas.filemgr.browser.view;
Modified:
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/menus/MenuBar.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/menus/MenuBar.java?rev=934635&r1=934634&r2=934635&view=diff
==============================================================================
---
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/menus/MenuBar.java
(original)
+++
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/menus/MenuBar.java
Thu Apr 15 23:00:14 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2007, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$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 gov.nasa.jpl.oodt.cas.filemgr.browser.view.menus;
Modified:
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/menus/RightClickMenu.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/menus/RightClickMenu.java?rev=934635&r1=934634&r2=934635&view=diff
==============================================================================
---
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/menus/RightClickMenu.java
(original)
+++
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/menus/RightClickMenu.java
Thu Apr 15 23:00:14 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2007, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$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 gov.nasa.jpl.oodt.cas.filemgr.browser.view.menus;
Modified:
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/BottomPane.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/BottomPane.java?rev=934635&r1=934634&r2=934635&view=diff
==============================================================================
---
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/BottomPane.java
(original)
+++
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/BottomPane.java
Thu Apr 15 23:00:14 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2007, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$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 gov.nasa.jpl.oodt.cas.filemgr.browser.view.panels;
Modified:
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/Cell.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/Cell.java?rev=934635&r1=934634&r2=934635&view=diff
==============================================================================
---
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/Cell.java
(original)
+++
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/Cell.java
Thu Apr 15 23:00:14 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2007, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$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 gov.nasa.jpl.oodt.cas.filemgr.browser.view.panels;
Modified:
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/HeaderCell.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/HeaderCell.java?rev=934635&r1=934634&r2=934635&view=diff
==============================================================================
---
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/HeaderCell.java
(original)
+++
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/HeaderCell.java
Thu Apr 15 23:00:14 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2007, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$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 gov.nasa.jpl.oodt.cas.filemgr.browser.view.panels;
Modified:
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/HeaderRow.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/HeaderRow.java?rev=934635&r1=934634&r2=934635&view=diff
==============================================================================
---
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/HeaderRow.java
(original)
+++
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/HeaderRow.java
Thu Apr 15 23:00:14 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2007, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$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 gov.nasa.jpl.oodt.cas.filemgr.browser.view.panels;
Modified:
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/HeaderSpacer.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/HeaderSpacer.java?rev=934635&r1=934634&r2=934635&view=diff
==============================================================================
---
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/HeaderSpacer.java
(original)
+++
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/HeaderSpacer.java
Thu Apr 15 23:00:14 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2007, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$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 gov.nasa.jpl.oodt.cas.filemgr.browser.view.panels;
Modified:
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/MiddlePane.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/MiddlePane.java?rev=934635&r1=934634&r2=934635&view=diff
==============================================================================
---
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/MiddlePane.java
(original)
+++
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/MiddlePane.java
Thu Apr 15 23:00:14 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2007, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$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 gov.nasa.jpl.oodt.cas.filemgr.browser.view.panels;
Modified:
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/QueryField.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/QueryField.java?rev=934635&r1=934634&r2=934635&view=diff
==============================================================================
---
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/QueryField.java
(original)
+++
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/QueryField.java
Thu Apr 15 23:00:14 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2007, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$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 gov.nasa.jpl.oodt.cas.filemgr.browser.view.panels;
Modified:
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/QueryPane.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/QueryPane.java?rev=934635&r1=934634&r2=934635&view=diff
==============================================================================
---
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/QueryPane.java
(original)
+++
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/QueryPane.java
Thu Apr 15 23:00:14 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2007, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$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 gov.nasa.jpl.oodt.cas.filemgr.browser.view.panels;
Modified:
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/Row.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/Row.java?rev=934635&r1=934634&r2=934635&view=diff
==============================================================================
---
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/Row.java
(original)
+++
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/Row.java
Thu Apr 15 23:00:14 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2007, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$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 gov.nasa.jpl.oodt.cas.filemgr.browser.view.panels;
Modified:
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/TablePane.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/TablePane.java?rev=934635&r1=934634&r2=934635&view=diff
==============================================================================
---
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/TablePane.java
(original)
+++
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/panels/TablePane.java
Thu Apr 15 23:00:14 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2007, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$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 gov.nasa.jpl.oodt.cas.filemgr.browser.view.panels;
Modified:
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/prompts/ConnectPrompt.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/prompts/ConnectPrompt.java?rev=934635&r1=934634&r2=934635&view=diff
==============================================================================
---
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/prompts/ConnectPrompt.java
(original)
+++
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/prompts/ConnectPrompt.java
Thu Apr 15 23:00:14 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2007, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$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 gov.nasa.jpl.oodt.cas.filemgr.browser.view.prompts;
Modified:
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/prompts/QueryBuilderPrompt.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/prompts/QueryBuilderPrompt.java?rev=934635&r1=934634&r2=934635&view=diff
==============================================================================
---
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/prompts/QueryBuilderPrompt.java
(original)
+++
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/prompts/QueryBuilderPrompt.java
Thu Apr 15 23:00:14 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2007, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$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 gov.nasa.jpl.oodt.cas.filemgr.browser.view.prompts;
Modified:
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/prompts/SortPrompt.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/prompts/SortPrompt.java?rev=934635&r1=934634&r2=934635&view=diff
==============================================================================
---
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/prompts/SortPrompt.java
(original)
+++
incubator/oodt/cas-fm-browser/trunk/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/browser/view/prompts/SortPrompt.java
Thu Apr 15 23:00:14 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2007, California Institute of Technology.
-//ALL RIGHTS RESERVED. U.S. Government sponsorship acknowledged.
-//
-//$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 gov.nasa.jpl.oodt.cas.filemgr.browser.view.prompts;