Author: vgritsenko
Date: Sat Feb 24 19:31:43 2007
New Revision: 511429
URL: http://svn.apache.org/viewvc?view=rev&rev=511429
Log:
update license headers
Modified:
xml/xindice/trunk/java/scratchpad/admin/build.xml
xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/XindiceAdmin.java
xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/BaseCommand.java
xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/BasePrompt.java
xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/Command.java
xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/CommandException.java
xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/CommandRegister.java
xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/Prompt.java
xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/ShellPrompt.java
xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/XindiceToolAssembly.java
xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/XindiceTools.java
xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/AddCommand.java
xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/CreateCommand.java
xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/DirCommand.java
xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/DropCommand.java
xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/ExitCommand.java
xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/ExportCommand.java
xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/GetCommand.java
xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/HelpCommand.java
xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/ImportCommand.java
xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/IndexCommand.java
xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/InfoCommand.java
xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/ListCommand.java
xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/QueryCommand.java
xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/RunScriptCommand.java
xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/ShutdownCommand.java
xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/TimeCommand.java
xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/URLCommand.java
xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/UseCommand.java
xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/utility/StopWatch.java
xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/utility/URLUtils.java
xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/xmlrpc/XindiceX509TrustManager.java
xml/xindice/trunk/java/scratchpad/solemnis/build.xml
xml/xindice/trunk/java/scratchpad/solemnis/src/org/apache/xindice/core/file/Page.java
xml/xindice/trunk/java/scratchpad/solemnis/src/org/apache/xindice/core/file/PageFile.java
xml/xindice/trunk/java/scratchpad/solemnis/src/org/apache/xindice/core/file/PageFileTest.java
xml/xindice/trunk/java/scratchpad/solemnis/src/org/apache/xindice/core/file/PageKey.java
xml/xindice/trunk/java/scratchpad/solemnis/src/org/apache/xindice/core/file/PageManager.java
xml/xindice/trunk/java/scratchpad/solemnis/src/org/apache/xindice/core/file/PageTestSuite.java
xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/client/xmldb/DatabaseImpl.java
xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/client/xmldb/xmlrpcssl/CollectionImpl.java
xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/client/xmldb/xmlrpcssl/DatabaseImpl.java
xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/client/xmldb/xmlrpcssl/HostnameVerifierImpl.java
xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/client/xmldb/xmlrpcssl/X509TrustManagerImpl.java
xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/filer/BerkeleyBTreeFiler.java
xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/fulltext/FullTextIndexer.java
xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/fulltext/PorterStemmer.java
xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/fulltext/WordStemmer.java
xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/security/PassiveCallbackHandler.java
xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/security/UserManager.java
xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/security/UserManagerException.java
xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/security/XindiceLoginModule.java
xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/security/XindiceUserManager.java
xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/tools/XMLTools.java
xml/xindice/trunk/java/scratchpad/tests/src/org/apache/xindice/core/security/PassiveCallbackHandlerTest.java
xml/xindice/trunk/java/scratchpad/tests/src/org/apache/xindice/core/security/XindiceLoginModuleTest.java
xml/xindice/trunk/java/scratchpad/tests/src/org/apache/xindice/core/security/XindiceUserManagerTest.java
xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/WebAdminContainer.java
xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/WebAdminServlet.java
xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/util/CollectionConfigurationHelper.java
xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/util/CollectionConfigurationHelperImpl.java
xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/util/DAVOperations.java
xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/util/DAVOperationsImpl.java
xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/util/MimeTable.java
xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/util/MimeTableImpl.java
xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/viewer/HtmlCollectionViewer.java
xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/viewer/HtmlResourceViewer.java
xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/viewer/HtmlViewerComponent.java
xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/viewer/components/CollectionConfigurationViewer.java
xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/viewer/components/CollectionIndexesViewer.java
xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/viewer/components/ContentsResourceViewer.java
xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/viewer/components/CreateCollectionViewer.java
xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/viewer/components/DeleteCollectionViewer.java
xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/viewer/components/DeleteResourceViewer.java
xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/viewer/components/ListCollectionViewer.java
xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/viewer/components/MetadataCollectionViewer.java
xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/viewer/components/UploadCollectionViewer.java
xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/viewer/components/XPathSearchCollectionViewer.java
xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/viewer/components/XUpdateCollectionViewer.java
xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/webdav/DAVComponent.java
xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/webdav/WebdavStatus.java
xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/webdav/components/Copy.java
xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/webdav/components/Delete.java
xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/webdav/components/Get.java
xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/webdav/components/Head.java
xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/webdav/components/Mkcol.java
xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/webdav/components/Move.java
xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/webdav/components/Options.java
xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/webdav/components/Post.java
xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/webdav/components/Propfind.java
xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/webdav/components/Proppatch.java
xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/webdav/components/Put.java
xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/webdav/components/Search.java
xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/webadmin/webdav/components/Trace.java
xml/xindice/trunk/java/scratchpad/webadmin/src/org/apache/xindice/xml/Xml2HtmlWriter.java
xml/xindice/trunk/java/scratchpad/webdav/build.xml
xml/xindice/trunk/java/scratchpad/webdav/src/org/apache/xindice/webdav/WebDav.java
xml/xindice/trunk/java/scratchpad/webdav/src/org/apache/xindice/webdav/datasource/AbstractDAVDataSource.java
xml/xindice/trunk/java/scratchpad/webdav/src/org/apache/xindice/webdav/datasource/DAVCollection.java
xml/xindice/trunk/java/scratchpad/webdav/src/org/apache/xindice/webdav/datasource/DAVDataSource.java
xml/xindice/trunk/java/scratchpad/webdav/src/org/apache/xindice/webdav/datasource/DAVObject.java
xml/xindice/trunk/java/scratchpad/webdav/src/org/apache/xindice/webdav/datasource/DAVObjectException.java
xml/xindice/trunk/java/scratchpad/webdav/src/org/apache/xindice/webdav/datasource/DAVObjectNotFoundException.java
xml/xindice/trunk/java/scratchpad/webdav/src/org/apache/xindice/webdav/datasource/DAVObjectOperationNotAllowedException.java
xml/xindice/trunk/java/scratchpad/webdav/src/org/apache/xindice/webdav/datasource/DAVResource.java
xml/xindice/trunk/java/scratchpad/webdav/src/org/apache/xindice/webdav/datasource/DefaultDAVObject.java
xml/xindice/trunk/java/scratchpad/webdav/src/org/apache/xindice/webdav/datasource/xmldb/XMLDBCollection.java
xml/xindice/trunk/java/scratchpad/webdav/src/org/apache/xindice/webdav/datasource/xmldb/XMLDBDataSource.java
xml/xindice/trunk/java/scratchpad/webdav/src/org/apache/xindice/webdav/datasource/xmldb/XMLDBResource.java
xml/xindice/trunk/java/scratchpad/webdav/src/org/apache/xindice/webdav/methods/Copy.java
xml/xindice/trunk/java/scratchpad/webdav/src/org/apache/xindice/webdav/methods/DAVMethod.java
xml/xindice/trunk/java/scratchpad/webdav/src/org/apache/xindice/webdav/methods/Delete.java
xml/xindice/trunk/java/scratchpad/webdav/src/org/apache/xindice/webdav/methods/Get.java
xml/xindice/trunk/java/scratchpad/webdav/src/org/apache/xindice/webdav/methods/Head.java
xml/xindice/trunk/java/scratchpad/webdav/src/org/apache/xindice/webdav/methods/Mkcol.java
xml/xindice/trunk/java/scratchpad/webdav/src/org/apache/xindice/webdav/methods/Move.java
xml/xindice/trunk/java/scratchpad/webdav/src/org/apache/xindice/webdav/methods/Options.java
xml/xindice/trunk/java/scratchpad/webdav/src/org/apache/xindice/webdav/methods/Post.java
xml/xindice/trunk/java/scratchpad/webdav/src/org/apache/xindice/webdav/methods/Propfind.java
xml/xindice/trunk/java/scratchpad/webdav/src/org/apache/xindice/webdav/methods/Proppatch.java
xml/xindice/trunk/java/scratchpad/webdav/src/org/apache/xindice/webdav/methods/Put.java
xml/xindice/trunk/java/scratchpad/webdav/src/org/apache/xindice/webdav/methods/Trace.java
xml/xindice/trunk/java/scratchpad/webdav/webapp/WEB-INF/web.xml
xml/xindice/trunk/java/scratchpad/webdav/webapp/WEB-INF/webdav.xconf
Modified: xml/xindice/trunk/java/scratchpad/admin/build.xml
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/admin/build.xml?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/admin/build.xml (original)
+++ xml/xindice/trunk/java/scratchpad/admin/build.xml Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- - Copyright 1999-2004 The Apache Software Foundation.
- -
- - Licensed under the Apache License, Version 2.0 (the "License");
- - you may not use this file except in compliance with the License.
- - You may obtain a copy of the License at
+ - 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
-
@@ -15,7 +16,7 @@
- See the License for the specific language governing permissions and
- limitations under the License.
-
- - CVS $Id$
+ - $Id$
-->
<!--
Modified: xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/XindiceAdmin.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/XindiceAdmin.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/XindiceAdmin.java (original)
+++ xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/XindiceAdmin.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.admin;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
Modified: xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/BaseCommand.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/BaseCommand.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/BaseCommand.java (original)
+++ xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/BaseCommand.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.admin.commandline;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
Modified: xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/BasePrompt.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/BasePrompt.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/BasePrompt.java (original)
+++ xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/BasePrompt.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.admin.commandline;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
Modified: xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/Command.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/Command.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/Command.java (original)
+++ xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/Command.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.admin.commandline;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
Modified: xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/CommandException.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/CommandException.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/CommandException.java (original)
+++ xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/CommandException.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.admin.commandline;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
Modified: xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/CommandRegister.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/CommandRegister.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/CommandRegister.java (original)
+++ xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/CommandRegister.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.admin.commandline;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
Modified: xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/Prompt.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/Prompt.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/Prompt.java (original)
+++ xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/Prompt.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.admin.commandline;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
Modified: xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/ShellPrompt.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/ShellPrompt.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/ShellPrompt.java (original)
+++ xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/ShellPrompt.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.admin.commandline;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
Modified: xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/XindiceToolAssembly.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/XindiceToolAssembly.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/XindiceToolAssembly.java (original)
+++ xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/XindiceToolAssembly.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.admin.commandline;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
Modified: xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/XindiceTools.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/XindiceTools.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/XindiceTools.java (original)
+++ xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commandline/XindiceTools.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.admin.commandline;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
Modified: xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/AddCommand.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/AddCommand.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/AddCommand.java (original)
+++ xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/AddCommand.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.admin.commands;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
Modified: xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/CreateCommand.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/CreateCommand.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/CreateCommand.java (original)
+++ xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/CreateCommand.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.admin.commands;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
Modified: xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/DirCommand.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/DirCommand.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/DirCommand.java (original)
+++ xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/DirCommand.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.admin.commands;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
Modified: xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/DropCommand.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/DropCommand.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/DropCommand.java (original)
+++ xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/DropCommand.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.admin.commands;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
Modified: xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/ExitCommand.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/ExitCommand.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/ExitCommand.java (original)
+++ xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/ExitCommand.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.admin.commands;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
Modified: xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/ExportCommand.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/ExportCommand.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/ExportCommand.java (original)
+++ xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/ExportCommand.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.admin.commands;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
Modified: xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/GetCommand.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/GetCommand.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/GetCommand.java (original)
+++ xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/GetCommand.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.admin.commands;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
Modified: xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/HelpCommand.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/HelpCommand.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/HelpCommand.java (original)
+++ xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/HelpCommand.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.admin.commands;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
Modified: xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/ImportCommand.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/ImportCommand.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/ImportCommand.java (original)
+++ xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/ImportCommand.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.admin.commands;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
Modified: xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/IndexCommand.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/IndexCommand.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/IndexCommand.java (original)
+++ xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/IndexCommand.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.admin.commands;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
Modified: xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/InfoCommand.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/InfoCommand.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/InfoCommand.java (original)
+++ xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/InfoCommand.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.admin.commands;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
Modified: xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/ListCommand.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/ListCommand.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/ListCommand.java (original)
+++ xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/ListCommand.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.admin.commands;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
Modified: xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/QueryCommand.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/QueryCommand.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/QueryCommand.java (original)
+++ xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/QueryCommand.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.admin.commands;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
Modified: xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/RunScriptCommand.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/RunScriptCommand.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/RunScriptCommand.java (original)
+++ xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/RunScriptCommand.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.admin.commands;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
Modified: xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/ShutdownCommand.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/ShutdownCommand.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/ShutdownCommand.java (original)
+++ xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/ShutdownCommand.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.admin.commands;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
Modified: xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/TimeCommand.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/TimeCommand.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/TimeCommand.java (original)
+++ xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/TimeCommand.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.admin.commands;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
Modified: xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/URLCommand.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/URLCommand.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/URLCommand.java (original)
+++ xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/URLCommand.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.admin.commands;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
Modified: xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/UseCommand.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/UseCommand.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/UseCommand.java (original)
+++ xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/commands/UseCommand.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.admin.commands;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
Modified: xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/utility/StopWatch.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/utility/StopWatch.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/utility/StopWatch.java (original)
+++ xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/utility/StopWatch.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.admin.utility;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
Modified: xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/utility/URLUtils.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/utility/URLUtils.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/utility/URLUtils.java (original)
+++ xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/utility/URLUtils.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.admin.utility;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
Modified: xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/xmlrpc/XindiceX509TrustManager.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/xmlrpc/XindiceX509TrustManager.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/xmlrpc/XindiceX509TrustManager.java (original)
+++ xml/xindice/trunk/java/scratchpad/admin/src/org/apache/xindice/admin/xmlrpc/XindiceX509TrustManager.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.admin.xmlrpc;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
Modified: xml/xindice/trunk/java/scratchpad/solemnis/build.xml
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/solemnis/build.xml?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/solemnis/build.xml (original)
+++ xml/xindice/trunk/java/scratchpad/solemnis/build.xml Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
<?xml version="1.0"?>
<!--
- - Copyright 1999-2004 The Apache Software Foundation.
- -
- - Licensed under the Apache License, Version 2.0 (the "License");
- - you may not use this file except in compliance with the License.
- - You may obtain a copy of the License at
+ - 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
-
@@ -15,7 +16,7 @@
- See the License for the specific language governing permissions and
- limitations under the License.
-
- - CVS $Id$
+ - $Id$
-->
<!--
Modified: xml/xindice/trunk/java/scratchpad/solemnis/src/org/apache/xindice/core/file/Page.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/solemnis/src/org/apache/xindice/core/file/Page.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/solemnis/src/org/apache/xindice/core/file/Page.java (original)
+++ xml/xindice/trunk/java/scratchpad/solemnis/src/org/apache/xindice/core/file/Page.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.core.file;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
@@ -15,7 +16,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
public class Page {
Modified: xml/xindice/trunk/java/scratchpad/solemnis/src/org/apache/xindice/core/file/PageFile.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/solemnis/src/org/apache/xindice/core/file/PageFile.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/solemnis/src/org/apache/xindice/core/file/PageFile.java (original)
+++ xml/xindice/trunk/java/scratchpad/solemnis/src/org/apache/xindice/core/file/PageFile.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.core.file;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
@@ -15,7 +16,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
import java.io.*;
Modified: xml/xindice/trunk/java/scratchpad/solemnis/src/org/apache/xindice/core/file/PageFileTest.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/solemnis/src/org/apache/xindice/core/file/PageFileTest.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/solemnis/src/org/apache/xindice/core/file/PageFileTest.java (original)
+++ xml/xindice/trunk/java/scratchpad/solemnis/src/org/apache/xindice/core/file/PageFileTest.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.core.file;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
@@ -15,7 +16,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
import junit.framework.*;
Modified: xml/xindice/trunk/java/scratchpad/solemnis/src/org/apache/xindice/core/file/PageKey.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/solemnis/src/org/apache/xindice/core/file/PageKey.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/solemnis/src/org/apache/xindice/core/file/PageKey.java (original)
+++ xml/xindice/trunk/java/scratchpad/solemnis/src/org/apache/xindice/core/file/PageKey.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.core.file;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
@@ -15,7 +16,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
/**
Modified: xml/xindice/trunk/java/scratchpad/solemnis/src/org/apache/xindice/core/file/PageManager.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/solemnis/src/org/apache/xindice/core/file/PageManager.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/solemnis/src/org/apache/xindice/core/file/PageManager.java (original)
+++ xml/xindice/trunk/java/scratchpad/solemnis/src/org/apache/xindice/core/file/PageManager.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.core.file;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
@@ -15,7 +16,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
import java.util.*;
Modified: xml/xindice/trunk/java/scratchpad/solemnis/src/org/apache/xindice/core/file/PageTestSuite.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/solemnis/src/org/apache/xindice/core/file/PageTestSuite.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/solemnis/src/org/apache/xindice/core/file/PageTestSuite.java (original)
+++ xml/xindice/trunk/java/scratchpad/solemnis/src/org/apache/xindice/core/file/PageTestSuite.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.core.file;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
@@ -15,7 +16,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
import junit.framework.*;
Modified: xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/client/xmldb/DatabaseImpl.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/client/xmldb/DatabaseImpl.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/client/xmldb/DatabaseImpl.java (original)
+++ xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/client/xmldb/DatabaseImpl.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.client.xmldb;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
@@ -15,7 +16,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
import org.xmldb.api.base.Database;
Modified: xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/client/xmldb/xmlrpcssl/CollectionImpl.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/client/xmldb/xmlrpcssl/CollectionImpl.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/client/xmldb/xmlrpcssl/CollectionImpl.java (original)
+++ xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/client/xmldb/xmlrpcssl/CollectionImpl.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.client.xmldb.xmlrpcssl;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
@@ -15,7 +16,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
import org.apache.xindice.client.xmldb.ResourceSetImpl;
Modified: xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/client/xmldb/xmlrpcssl/DatabaseImpl.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/client/xmldb/xmlrpcssl/DatabaseImpl.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/client/xmldb/xmlrpcssl/DatabaseImpl.java (original)
+++ xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/client/xmldb/xmlrpcssl/DatabaseImpl.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.client.xmldb.xmlrpcssl;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
@@ -15,7 +16,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
import org.apache.xindice.client.xmldb.CommonConfigurable;
Modified: xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/client/xmldb/xmlrpcssl/HostnameVerifierImpl.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/client/xmldb/xmlrpcssl/HostnameVerifierImpl.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/client/xmldb/xmlrpcssl/HostnameVerifierImpl.java (original)
+++ xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/client/xmldb/xmlrpcssl/HostnameVerifierImpl.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.client.xmldb.xmlrpcssl;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
@@ -15,7 +16,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
import com.sun.net.ssl.HostnameVerifier;
Modified: xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/client/xmldb/xmlrpcssl/X509TrustManagerImpl.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/client/xmldb/xmlrpcssl/X509TrustManagerImpl.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/client/xmldb/xmlrpcssl/X509TrustManagerImpl.java (original)
+++ xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/client/xmldb/xmlrpcssl/X509TrustManagerImpl.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.client.xmldb.xmlrpcssl;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
@@ -15,7 +16,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
import com.sun.net.ssl.X509TrustManager;
Modified: xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/filer/BerkeleyBTreeFiler.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/filer/BerkeleyBTreeFiler.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/filer/BerkeleyBTreeFiler.java (original)
+++ xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/filer/BerkeleyBTreeFiler.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.core.filer;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
@@ -15,7 +16,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
import org.apache.xindice.core.DBException;
Modified: xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/fulltext/FullTextIndexer.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/fulltext/FullTextIndexer.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/fulltext/FullTextIndexer.java (original)
+++ xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/fulltext/FullTextIndexer.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.core.fulltext;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
@@ -15,7 +16,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
import org.apache.xindice.core.*;
Modified: xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/fulltext/PorterStemmer.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/fulltext/PorterStemmer.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/fulltext/PorterStemmer.java (original)
+++ xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/fulltext/PorterStemmer.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.core.fulltext;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
@@ -15,7 +16,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
import java.io.*;
Modified: xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/fulltext/WordStemmer.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/fulltext/WordStemmer.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/fulltext/WordStemmer.java (original)
+++ xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/fulltext/WordStemmer.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.core.fulltext;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
@@ -15,7 +16,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
/**
Modified: xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/security/PassiveCallbackHandler.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/security/PassiveCallbackHandler.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/security/PassiveCallbackHandler.java (original)
+++ xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/security/PassiveCallbackHandler.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.core.security;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
@@ -15,7 +16,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
import java.io.IOException;
Modified: xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/security/UserManager.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/security/UserManager.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/security/UserManager.java (original)
+++ xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/security/UserManager.java Sat Feb 24 19:31:43 2007
@@ -3,11 +3,12 @@
import java.util.Collection;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
@@ -17,7 +18,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
/**
Modified: xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/security/UserManagerException.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/security/UserManagerException.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/security/UserManagerException.java (original)
+++ xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/security/UserManagerException.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.core.security;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
@@ -15,7 +16,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
/**
Modified: xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/security/XindiceLoginModule.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/security/XindiceLoginModule.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/security/XindiceLoginModule.java (original)
+++ xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/security/XindiceLoginModule.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.core.security;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
@@ -15,7 +16,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
import java.io.IOException;
Modified: xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/security/XindiceUserManager.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/security/XindiceUserManager.java?view=diff&rev=511429&r1=511428&r2=511429
==============================================================================
--- xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/security/XindiceUserManager.java (original)
+++ xml/xindice/trunk/java/scratchpad/src/org/apache/xindice/core/security/XindiceUserManager.java Sat Feb 24 19:31:43 2007
@@ -1,11 +1,12 @@
package org.apache.xindice.core.security;
/*
- * Copyright 1999-2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * 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
*
@@ -15,7 +16,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- * CVS $Id$
+ * $Id$
*/
import java.util.ArrayList;
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.