Revision: 93
http://practicalxml.svn.sourceforge.net/practicalxml/?rev=93&view=rev
Author: kdgregory
Date: 2009-07-23 21:36:40 +0000 (Thu, 23 Jul 2009)
Log Message:
-----------
fix copyright/license comment
Modified Paths:
--------------
branches/dev-1.1/src/main/java/net/sf/practicalxml/converter/Bean2XmlOptions.java
Modified: branches/dev-1.1/src/main/java/net/sf/practicalxml/converter/Bean2XmlOptions.java
===================================================================
--- branches/dev-1.1/src/main/java/net/sf/practicalxml/converter/Bean2XmlOptions.java 2009-07-23 20:17:49 UTC (rev 92)
+++ branches/dev-1.1/src/main/java/net/sf/practicalxml/converter/Bean2XmlOptions.java 2009-07-23 21:36:40 UTC (rev 93)
@@ -1,6 +1,20 @@
-// Copyright (c) 2009 Keith D Gregory
+// Copyright 2008-2009 severally by the contributors
+//
+// 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
+//
+// 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 net.sf.practicalxml.converter;
+
/**
* Options used by {@link Bean2XmlHandler} to control the structure of the
* DOM tree.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|