summaryrefslogtreecommitdiff
path: root/samples/jaxp/ParserAPIUsage.java
diff options
Diffstat (limited to 'samples/jaxp/ParserAPIUsage.java')
-rw-r--r--samples/jaxp/ParserAPIUsage.java13
1 files changed, 7 insertions, 6 deletions
diff --git a/samples/jaxp/ParserAPIUsage.java b/samples/jaxp/ParserAPIUsage.java
index 35745dc..496db79 100644
--- a/samples/jaxp/ParserAPIUsage.java
+++ b/samples/jaxp/ParserAPIUsage.java
@@ -1,9 +1,10 @@
/*
- * Copyright 2005 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
*
@@ -37,7 +38,7 @@ import org.xml.sax.helpers.DefaultHandler;
* @author Michael Glavassevich, IBM
* @author Ankit Pasricha, IBM
*
- * @version $Id: ParserAPIUsage.java 320439 2005-06-10 03:43:46Z mrglavas $
+ * @version $Id: ParserAPIUsage.java 447685 2006-09-19 02:37:49Z mrglavas $
*/
public class ParserAPIUsage extends DefaultHandler {