Author: smcclees
Date: Thu Apr 15 23:00:29 2010
New Revision: 934636
URL: http://svn.apache.org/viewvc?rev=934636&view=rev
Log:
OODT-3 progress
Modified:
incubator/oodt/cas-fm-webapp/tags/1_0_0_release/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/webapp/rss/RSSProductServlet.java
incubator/oodt/cas-fm-webapp/tags/1_0_0_release/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/webapp/test/TestPagination.java
incubator/oodt/cas-fm-webapp/tags/1_0_0_release/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/webapp/util/PaginationUtils.java
Modified:
incubator/oodt/cas-fm-webapp/tags/1_0_0_release/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/webapp/rss/RSSProductServlet.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-fm-webapp/tags/1_0_0_release/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/webapp/rss/RSSProductServlet.java?rev=934636&r1=934635&r2=934636&view=diff
==============================================================================
---
incubator/oodt/cas-fm-webapp/tags/1_0_0_release/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/webapp/rss/RSSProductServlet.java
(original)
+++
incubator/oodt/cas-fm-webapp/tags/1_0_0_release/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/webapp/rss/RSSProductServlet.java
Thu Apr 15 23:00:29 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2005, 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.webapp.rss;
Modified:
incubator/oodt/cas-fm-webapp/tags/1_0_0_release/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/webapp/test/TestPagination.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-fm-webapp/tags/1_0_0_release/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/webapp/test/TestPagination.java?rev=934636&r1=934635&r2=934636&view=diff
==============================================================================
---
incubator/oodt/cas-fm-webapp/tags/1_0_0_release/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/webapp/test/TestPagination.java
(original)
+++
incubator/oodt/cas-fm-webapp/tags/1_0_0_release/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/webapp/test/TestPagination.java
Thu Apr 15 23:00:29 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2006, 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.webapp.test;
Modified:
incubator/oodt/cas-fm-webapp/tags/1_0_0_release/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/webapp/util/PaginationUtils.java
URL:
http://svn.apache.org/viewvc/incubator/oodt/cas-fm-webapp/tags/1_0_0_release/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/webapp/util/PaginationUtils.java?rev=934636&r1=934635&r2=934636&view=diff
==============================================================================
---
incubator/oodt/cas-fm-webapp/tags/1_0_0_release/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/webapp/util/PaginationUtils.java
(original)
+++
incubator/oodt/cas-fm-webapp/tags/1_0_0_release/src/main/java/gov/nasa/jpl/oodt/cas/filemgr/webapp/util/PaginationUtils.java
Thu Apr 15 23:00:29 2010
@@ -1,7 +1,20 @@
-//Copyright (c) 2006, 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.webapp.util;