You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-commits@xmlgraphics.apache.org by ss...@apache.org on 2017/09/11 09:51:31 UTC

svn commit: r1808001 [1/2] - in /xmlgraphics/batik/trunk: batik-anim/src/main/java/org/apache/batik/anim/dom/ batik-awt-util/src/main/java/org/apache/batik/ext/awt/ batik-awt-util/src/main/java/org/apache/batik/ext/awt/color/ batik-awt-util/src/main/ja...

Author: ssteiner
Date: Mon Sep 11 09:51:29 2017
New Revision: 1808001

URL: http://svn.apache.org/viewvc?rev=1808001&view=rev
Log:
Make headers the same

Modified:
    xmlgraphics/batik/trunk/batik-anim/src/main/java/org/apache/batik/anim/dom/SVGAnimationTargetContext.java
    xmlgraphics/batik/trunk/batik-anim/src/main/java/org/apache/batik/anim/dom/SVGPathSupport.java
    xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/TranscodingHintKey.java
    xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/color/NamedProfileCache.java
    xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/font/TextPathLayout.java
    xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/g2d/TransformType.java
    xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/geom/Polygon2D.java
    xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/geom/Polyline2D.java
    xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/geom/ShapeExtender.java
    xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/image/URLImageCache.java
    xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/image/renderable/TurbulenceRable8Bit.java
    xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/image/rendered/TurbulencePatternRed.java
    xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/image/spi/URLRegistryEntry.java
    xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/swing/Resources.java
    xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/FlowGlyphLayout.java
    xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/FlowTextNode.java
    xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/FlowTextPainter.java
    xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/FontFamilyResolver.java
    xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/GlobalWrapper.java
    xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/SVGDescriptiveElementBridge.java
    xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/StrokingTextPainter.java
    xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/TextSpanLayout.java
    xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/Viewport.java
    xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/Window.java
    xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/WindowWrapper.java
    xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/svg12/SVGFlowRootElementBridge.java
    xmlgraphics/batik/trunk/batik-codec/src/main/java/org/apache/batik/ext/awt/image/codec/util/SingleTileRenderedImage.java
    xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/dom/CSSOMViewCSS.java
    xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/SystemColorSupport.java
    xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/sac/ExtendedSelector.java
    xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/value/ValueManager.java
    xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/value/css2/FontShorthandManager.java
    xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/value/css2/VisibilityManager.java
    xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/value/svg/WritingModeManager.java
    xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/value/svg12/LineHeightManager.java
    xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/value/svg12/MarginLengthManager.java
    xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/value/svg12/SVG12ValueConstants.java
    xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/value/svg12/TextAlignManager.java
    xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/parser/ScannerUtilities.java
    xmlgraphics/batik/trunk/batik-dom/src/main/java/org/apache/batik/dom/AbstractStylableDocument.java
    xmlgraphics/batik/trunk/batik-dom/src/main/java/org/apache/batik/dom/GenericDocumentType.java
    xmlgraphics/batik/trunk/batik-dom/src/main/java/org/apache/batik/dom/StyleSheetProcessingInstruction.java
    xmlgraphics/batik/trunk/batik-dom/src/main/java/org/apache/batik/dom/traversal/TraversalSupport.java
    xmlgraphics/batik/trunk/batik-dom/src/main/java/org/apache/batik/dom/util/ListNodeList.java
    xmlgraphics/batik/trunk/batik-dom/src/main/java/org/apache/batik/dom/util/SAXIOException.java
    xmlgraphics/batik/trunk/batik-dom/src/main/java/org/apache/batik/dom/util/XMLSupport.java
    xmlgraphics/batik/trunk/batik-extension/src/main/java/org/apache/batik/extension/GraphicsExtensionElement.java
    xmlgraphics/batik/trunk/batik-extension/src/main/java/org/apache/batik/extension/StylableExtensionElement.java
    xmlgraphics/batik/trunk/batik-extension/src/main/java/org/apache/batik/extension/svg/BatikFlowTextElementBridge.java
    xmlgraphics/batik/trunk/batik-extension/src/main/java/org/apache/batik/extension/svg/FlowExtGlyphLayout.java
    xmlgraphics/batik/trunk/batik-extension/src/main/java/org/apache/batik/extension/svg/FlowExtTextNode.java
    xmlgraphics/batik/trunk/batik-extension/src/main/java/org/apache/batik/extension/svg/FlowExtTextPainter.java
    xmlgraphics/batik/trunk/batik-gui-util/src/main/java/org/apache/batik/util/gui/UserStyleDialog.java
    xmlgraphics/batik/trunk/batik-gui-util/src/main/java/org/apache/batik/util/gui/resource/ToolBarFactory.java
    xmlgraphics/batik/trunk/batik-gvt/src/main/java/org/apache/batik/gvt/UpdateTracker.java
    xmlgraphics/batik/trunk/batik-gvt/src/main/java/org/apache/batik/gvt/event/SelectionAdapter.java
    xmlgraphics/batik/trunk/batik-gvt/src/main/java/org/apache/batik/gvt/event/SelectionListener.java
    xmlgraphics/batik/trunk/batik-gvt/src/main/java/org/apache/batik/gvt/flow/GlyphGroupInfo.java
    xmlgraphics/batik/trunk/batik-gvt/src/main/java/org/apache/batik/gvt/flow/LineInfo.java
    xmlgraphics/batik/trunk/batik-gvt/src/main/java/org/apache/batik/gvt/flow/WordInfo.java
    xmlgraphics/batik/trunk/batik-gvt/src/main/java/org/apache/batik/gvt/font/UnresolvedFontFamily.java
    xmlgraphics/batik/trunk/batik-parser/src/main/java/org/apache/batik/parser/UnitProcessor.java
    xmlgraphics/batik/trunk/batik-script/src/main/java/org/apache/batik/script/ImportInfo.java
    xmlgraphics/batik/trunk/batik-svg-dom/src/main/java/org/apache/batik/dom/svg/ListBuilder.java
    xmlgraphics/batik/trunk/batik-svg-dom/src/main/java/org/apache/batik/dom/svg/SVGAnimationContext.java
    xmlgraphics/batik/trunk/batik-svg-dom/src/main/java/org/apache/batik/dom/svg/SVGNumberItem.java
    xmlgraphics/batik/trunk/batik-svg-dom/src/main/java/org/apache/batik/dom/svg/SVGPathContext.java
    xmlgraphics/batik/trunk/batik-svg-dom/src/main/java/org/apache/batik/dom/svg/SVGPathSegItem.java
    xmlgraphics/batik/trunk/batik-svg-dom/src/main/java/org/apache/batik/dom/svg/SVGPointItem.java
    xmlgraphics/batik/trunk/batik-svg-dom/src/main/java/org/apache/batik/dom/svg/SVGSVGContext.java
    xmlgraphics/batik/trunk/batik-svgbrowser/src/main/java/org/apache/batik/apps/svgbrowser/XMLPreferenceManager.java
    xmlgraphics/batik/trunk/batik-svggen/src/main/java/org/apache/batik/svggen/XmlWriter.java
    xmlgraphics/batik/trunk/batik-svggen/src/main/java/org/apache/batik/svggen/font/SVGFont.java
    xmlgraphics/batik/trunk/batik-svggen/src/main/java/org/apache/batik/svggen/font/table/TableFactory.java
    xmlgraphics/batik/trunk/batik-svgpp/src/main/java/org/apache/batik/apps/svgpp/Main.java
    xmlgraphics/batik/trunk/batik-svgrasterizer/src/main/java/org/apache/batik/apps/rasterizer/SVGConverterURLSource.java
    xmlgraphics/batik/trunk/batik-swing/src/main/java/org/apache/batik/swing/Messages.java
    xmlgraphics/batik/trunk/batik-swing/src/main/java/org/apache/batik/swing/gvt/TextSelectionManager.java
    xmlgraphics/batik/trunk/batik-swing/src/main/java/org/apache/batik/swing/svg/SVGUserAgentGUIAdapter.java
    xmlgraphics/batik/trunk/batik-test-old/src/test/java/org/apache/batik/anim/dom/SystemIdTest.java
    xmlgraphics/batik/trunk/batik-test-old/src/test/java/org/apache/batik/apps/rasterizer/SVGConverterTest.java
    xmlgraphics/batik/trunk/batik-test-old/src/test/java/org/apache/batik/bridge/ScriptSelfTest.java
    xmlgraphics/batik/trunk/batik-test-old/src/test/java/org/apache/batik/css/dom/EcmaScriptCSSDOMTest.java
    xmlgraphics/batik/trunk/batik-test-old/src/test/java/org/apache/batik/css/engine/value/PropertyManagerTest.java
    xmlgraphics/batik/trunk/batik-test-old/src/test/java/org/apache/batik/dom/SetAttributeTest.java
    xmlgraphics/batik/trunk/batik-test-old/src/test/java/org/apache/batik/ext/awt/geom/RectListManagerTest.java
    xmlgraphics/batik/trunk/batik-test-old/src/test/java/org/apache/batik/ext/awt/image/codec/png/PNGEncoderTest.java
    xmlgraphics/batik/trunk/batik-test-old/src/test/java/org/apache/batik/gvt/TextSelectionTest.java
    xmlgraphics/batik/trunk/batik-test-old/src/test/java/org/apache/batik/parser/TransformListParserTest.java
    xmlgraphics/batik/trunk/batik-test-old/src/test/java/org/apache/batik/script/rhino/ScriptSelfTest.java
    xmlgraphics/batik/trunk/batik-test-old/src/test/java/org/apache/batik/svggen/TransformCollapse.java
    xmlgraphics/batik/trunk/batik-test-old/src/test/java/org/apache/batik/transcoder/TranscoderInputTest.java
    xmlgraphics/batik/trunk/batik-test-old/src/test/java/org/apache/batik/transcoder/image/URITest.java
    xmlgraphics/batik/trunk/batik-test-svg/src/main/java/org/apache/batik/test/svg/ImageCompareTest.java
    xmlgraphics/batik/trunk/batik-test-swing/src/main/java/org/apache/batik/swing/TestMessages.java
    xmlgraphics/batik/trunk/batik-test/src/main/java/org/apache/batik/test/TestSuiteReport.java
    xmlgraphics/batik/trunk/batik-test/src/main/java/org/apache/batik/test/xml/XTSConstants.java
    xmlgraphics/batik/trunk/batik-transcoder/src/main/java/org/apache/batik/transcoder/XMLAbstractTranscoder.java
    xmlgraphics/batik/trunk/batik-transcoder/src/main/java/org/apache/batik/transcoder/image/TIFFTranscoder.java
    xmlgraphics/batik/trunk/batik-transcoder/src/main/java/org/apache/batik/transcoder/image/resources/Messages.java
    xmlgraphics/batik/trunk/batik-transcoder/src/main/java/org/apache/batik/transcoder/keys/StringKey.java
    xmlgraphics/batik/trunk/batik-transcoder/src/main/java/org/apache/batik/transcoder/print/PrintTranscoder.java
    xmlgraphics/batik/trunk/batik-transcoder/src/main/java/org/apache/batik/transcoder/svg2svg/SVGTranscoder.java
    xmlgraphics/batik/trunk/batik-transcoder/src/main/java/org/apache/batik/transcoder/wmf/WMFConstants.java
    xmlgraphics/batik/trunk/batik-transcoder/src/main/java/org/apache/batik/transcoder/wmf/tosvg/AbstractWMFPainter.java
    xmlgraphics/batik/trunk/batik-transcoder/src/main/java/org/apache/batik/transcoder/wmf/tosvg/AbstractWMFReader.java
    xmlgraphics/batik/trunk/batik-transcoder/src/main/java/org/apache/batik/transcoder/wmf/tosvg/GdiObject.java
    xmlgraphics/batik/trunk/batik-transcoder/src/main/java/org/apache/batik/transcoder/wmf/tosvg/MetaRecord.java
    xmlgraphics/batik/trunk/batik-transcoder/src/main/java/org/apache/batik/transcoder/wmf/tosvg/RecordStore.java
    xmlgraphics/batik/trunk/batik-transcoder/src/main/java/org/apache/batik/transcoder/wmf/tosvg/TextureFactory.java
    xmlgraphics/batik/trunk/batik-transcoder/src/main/java/org/apache/batik/transcoder/wmf/tosvg/WMFFont.java
    xmlgraphics/batik/trunk/batik-transcoder/src/main/java/org/apache/batik/transcoder/wmf/tosvg/WMFHeaderProperties.java
    xmlgraphics/batik/trunk/batik-transcoder/src/main/java/org/apache/batik/transcoder/wmf/tosvg/WMFTranscoder.java
    xmlgraphics/batik/trunk/batik-ttf2svg/src/main/java/org/apache/batik/apps/ttf2svg/Main.java
    xmlgraphics/batik/trunk/batik-util/src/main/java/org/apache/batik/util/HaltingThread.java
    xmlgraphics/batik/trunk/batik-util/src/main/java/org/apache/batik/util/SVG12CSSConstants.java
    xmlgraphics/batik/trunk/batik-util/src/main/java/org/apache/batik/util/XMLResourceDescriptor.java
    xmlgraphics/batik/trunk/batik-util/src/main/java/org/apache/batik/util/io/UTF8Decoder.java
    xmlgraphics/batik/trunk/batik-util/src/main/java/org/apache/batik/util/resources/Messages.java
    xmlgraphics/batik/trunk/batik-util/src/test/java/org/apache/batik/util/Base64TestCases.java
    xmlgraphics/batik/trunk/batik-util/src/test/java/org/apache/batik/util/ThreadPounder.java
    xmlgraphics/batik/trunk/batik-util/src/test/java/org/apache/batik/util/UtilitiesTestSuite.java
    xmlgraphics/batik/trunk/batik-xml/src/main/java/org/apache/batik/xml/XMLUtilities.java
    xmlgraphics/batik/trunk/samples/tests/resources/java/sources/com/test/script/EventListenerInitializerImpl.java

Modified: xmlgraphics/batik/trunk/batik-anim/src/main/java/org/apache/batik/anim/dom/SVGAnimationTargetContext.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-anim/src/main/java/org/apache/batik/anim/dom/SVGAnimationTargetContext.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-anim/src/main/java/org/apache/batik/anim/dom/SVGAnimationTargetContext.java (original)
+++ xmlgraphics/batik/trunk/batik-anim/src/main/java/org/apache/batik/anim/dom/SVGAnimationTargetContext.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 package org.apache.batik.anim.dom;
 
 import org.apache.batik.dom.svg.SVGContext;

Modified: xmlgraphics/batik/trunk/batik-anim/src/main/java/org/apache/batik/anim/dom/SVGPathSupport.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-anim/src/main/java/org/apache/batik/anim/dom/SVGPathSupport.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-anim/src/main/java/org/apache/batik/anim/dom/SVGPathSupport.java (original)
+++ xmlgraphics/batik/trunk/batik-anim/src/main/java/org/apache/batik/anim/dom/SVGPathSupport.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.anim.dom;
 

Modified: xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/TranscodingHintKey.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/TranscodingHintKey.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/TranscodingHintKey.java (original)
+++ xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/TranscodingHintKey.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.ext.awt;
 

Modified: xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/color/NamedProfileCache.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/color/NamedProfileCache.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/color/NamedProfileCache.java (original)
+++ xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/color/NamedProfileCache.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.ext.awt.color;
 

Modified: xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/font/TextPathLayout.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/font/TextPathLayout.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/font/TextPathLayout.java (original)
+++ xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/font/TextPathLayout.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.ext.awt.font;
 

Modified: xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/g2d/TransformType.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/g2d/TransformType.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/g2d/TransformType.java (original)
+++ xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/g2d/TransformType.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.ext.awt.g2d;
 

Modified: xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/geom/Polygon2D.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/geom/Polygon2D.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/geom/Polygon2D.java (original)
+++ xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/geom/Polygon2D.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.ext.awt.geom;
 

Modified: xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/geom/Polyline2D.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/geom/Polyline2D.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/geom/Polyline2D.java (original)
+++ xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/geom/Polyline2D.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.ext.awt.geom;
 

Modified: xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/geom/ShapeExtender.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/geom/ShapeExtender.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/geom/ShapeExtender.java (original)
+++ xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/geom/ShapeExtender.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.ext.awt.geom;
 

Modified: xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/image/URLImageCache.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/image/URLImageCache.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/image/URLImageCache.java (original)
+++ xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/image/URLImageCache.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.ext.awt.image;
 

Modified: xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/image/renderable/TurbulenceRable8Bit.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/image/renderable/TurbulenceRable8Bit.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/image/renderable/TurbulenceRable8Bit.java (original)
+++ xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/image/renderable/TurbulenceRable8Bit.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.ext.awt.image.renderable;
 

Modified: xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/image/rendered/TurbulencePatternRed.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/image/rendered/TurbulencePatternRed.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/image/rendered/TurbulencePatternRed.java (original)
+++ xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/image/rendered/TurbulencePatternRed.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.ext.awt.image.rendered;
 

Modified: xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/image/spi/URLRegistryEntry.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/image/spi/URLRegistryEntry.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/image/spi/URLRegistryEntry.java (original)
+++ xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/awt/image/spi/URLRegistryEntry.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.ext.awt.image.spi;
 

Modified: xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/swing/Resources.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/swing/Resources.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/swing/Resources.java (original)
+++ xmlgraphics/batik/trunk/batik-awt-util/src/main/java/org/apache/batik/ext/swing/Resources.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.ext.swing;
 

Modified: xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/FlowGlyphLayout.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/FlowGlyphLayout.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/FlowGlyphLayout.java (original)
+++ xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/FlowGlyphLayout.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.bridge;
 

Modified: xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/FlowTextNode.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/FlowTextNode.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/FlowTextNode.java (original)
+++ xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/FlowTextNode.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.bridge;
 

Modified: xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/FlowTextPainter.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/FlowTextPainter.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/FlowTextPainter.java (original)
+++ xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/FlowTextPainter.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.bridge;
 

Modified: xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/FontFamilyResolver.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/FontFamilyResolver.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/FontFamilyResolver.java (original)
+++ xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/FontFamilyResolver.java Mon Sep 11 09:51:29 2017
@@ -1,18 +1,20 @@
 /*
- * 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.
+
+   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.
+
  */
 
 /* $Id$ */

Modified: xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/GlobalWrapper.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/GlobalWrapper.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/GlobalWrapper.java (original)
+++ xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/GlobalWrapper.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 package org.apache.batik.bridge;
 
 import org.apache.batik.dom.svg12.SVGGlobal;

Modified: xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/SVGDescriptiveElementBridge.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/SVGDescriptiveElementBridge.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/SVGDescriptiveElementBridge.java (original)
+++ xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/SVGDescriptiveElementBridge.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.bridge;
 

Modified: xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/StrokingTextPainter.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/StrokingTextPainter.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/StrokingTextPainter.java (original)
+++ xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/StrokingTextPainter.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.bridge;
 

Modified: xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/TextSpanLayout.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/TextSpanLayout.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/TextSpanLayout.java (original)
+++ xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/TextSpanLayout.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.bridge;
 

Modified: xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/Viewport.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/Viewport.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/Viewport.java (original)
+++ xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/Viewport.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.bridge;
 

Modified: xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/Window.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/Window.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/Window.java (original)
+++ xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/Window.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.bridge;
 

Modified: xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/WindowWrapper.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/WindowWrapper.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/WindowWrapper.java (original)
+++ xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/WindowWrapper.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.bridge;
 

Modified: xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/svg12/SVGFlowRootElementBridge.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/svg12/SVGFlowRootElementBridge.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/svg12/SVGFlowRootElementBridge.java (original)
+++ xmlgraphics/batik/trunk/batik-bridge/src/main/java/org/apache/batik/bridge/svg12/SVGFlowRootElementBridge.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.bridge.svg12;
 

Modified: xmlgraphics/batik/trunk/batik-codec/src/main/java/org/apache/batik/ext/awt/image/codec/util/SingleTileRenderedImage.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-codec/src/main/java/org/apache/batik/ext/awt/image/codec/util/SingleTileRenderedImage.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-codec/src/main/java/org/apache/batik/ext/awt/image/codec/util/SingleTileRenderedImage.java (original)
+++ xmlgraphics/batik/trunk/batik-codec/src/main/java/org/apache/batik/ext/awt/image/codec/util/SingleTileRenderedImage.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.ext.awt.image.codec.util;
 

Modified: xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/dom/CSSOMViewCSS.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/dom/CSSOMViewCSS.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/dom/CSSOMViewCSS.java (original)
+++ xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/dom/CSSOMViewCSS.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.css.dom;
 

Modified: xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/SystemColorSupport.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/SystemColorSupport.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/SystemColorSupport.java (original)
+++ xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/SystemColorSupport.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.css.engine;
 

Modified: xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/sac/ExtendedSelector.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/sac/ExtendedSelector.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/sac/ExtendedSelector.java (original)
+++ xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/sac/ExtendedSelector.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.css.engine.sac;
 

Modified: xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/value/ValueManager.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/value/ValueManager.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/value/ValueManager.java (original)
+++ xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/value/ValueManager.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.css.engine.value;
 

Modified: xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/value/css2/FontShorthandManager.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/value/css2/FontShorthandManager.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/value/css2/FontShorthandManager.java (original)
+++ xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/value/css2/FontShorthandManager.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.css.engine.value.css2;
 

Modified: xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/value/css2/VisibilityManager.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/value/css2/VisibilityManager.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/value/css2/VisibilityManager.java (original)
+++ xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/value/css2/VisibilityManager.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.css.engine.value.css2;
 

Modified: xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/value/svg/WritingModeManager.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/value/svg/WritingModeManager.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/value/svg/WritingModeManager.java (original)
+++ xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/value/svg/WritingModeManager.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.css.engine.value.svg;
 

Modified: xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/value/svg12/LineHeightManager.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/value/svg12/LineHeightManager.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/value/svg12/LineHeightManager.java (original)
+++ xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/value/svg12/LineHeightManager.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.css.engine.value.svg12;
 

Modified: xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/value/svg12/MarginLengthManager.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/value/svg12/MarginLengthManager.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/value/svg12/MarginLengthManager.java (original)
+++ xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/value/svg12/MarginLengthManager.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.css.engine.value.svg12;
 

Modified: xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/value/svg12/SVG12ValueConstants.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/value/svg12/SVG12ValueConstants.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/value/svg12/SVG12ValueConstants.java (original)
+++ xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/value/svg12/SVG12ValueConstants.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.css.engine.value.svg12;
 

Modified: xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/value/svg12/TextAlignManager.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/value/svg12/TextAlignManager.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/value/svg12/TextAlignManager.java (original)
+++ xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/engine/value/svg12/TextAlignManager.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.css.engine.value.svg12;
 

Modified: xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/parser/ScannerUtilities.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/parser/ScannerUtilities.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/parser/ScannerUtilities.java (original)
+++ xmlgraphics/batik/trunk/batik-css/src/main/java/org/apache/batik/css/parser/ScannerUtilities.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.css.parser;
 

Modified: xmlgraphics/batik/trunk/batik-dom/src/main/java/org/apache/batik/dom/AbstractStylableDocument.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-dom/src/main/java/org/apache/batik/dom/AbstractStylableDocument.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-dom/src/main/java/org/apache/batik/dom/AbstractStylableDocument.java (original)
+++ xmlgraphics/batik/trunk/batik-dom/src/main/java/org/apache/batik/dom/AbstractStylableDocument.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.dom;
 

Modified: xmlgraphics/batik/trunk/batik-dom/src/main/java/org/apache/batik/dom/GenericDocumentType.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-dom/src/main/java/org/apache/batik/dom/GenericDocumentType.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-dom/src/main/java/org/apache/batik/dom/GenericDocumentType.java (original)
+++ xmlgraphics/batik/trunk/batik-dom/src/main/java/org/apache/batik/dom/GenericDocumentType.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.dom;
 

Modified: xmlgraphics/batik/trunk/batik-dom/src/main/java/org/apache/batik/dom/StyleSheetProcessingInstruction.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-dom/src/main/java/org/apache/batik/dom/StyleSheetProcessingInstruction.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-dom/src/main/java/org/apache/batik/dom/StyleSheetProcessingInstruction.java (original)
+++ xmlgraphics/batik/trunk/batik-dom/src/main/java/org/apache/batik/dom/StyleSheetProcessingInstruction.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.dom;
 

Modified: xmlgraphics/batik/trunk/batik-dom/src/main/java/org/apache/batik/dom/traversal/TraversalSupport.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-dom/src/main/java/org/apache/batik/dom/traversal/TraversalSupport.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-dom/src/main/java/org/apache/batik/dom/traversal/TraversalSupport.java (original)
+++ xmlgraphics/batik/trunk/batik-dom/src/main/java/org/apache/batik/dom/traversal/TraversalSupport.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.dom.traversal;
 

Modified: xmlgraphics/batik/trunk/batik-dom/src/main/java/org/apache/batik/dom/util/ListNodeList.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-dom/src/main/java/org/apache/batik/dom/util/ListNodeList.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-dom/src/main/java/org/apache/batik/dom/util/ListNodeList.java (original)
+++ xmlgraphics/batik/trunk/batik-dom/src/main/java/org/apache/batik/dom/util/ListNodeList.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.dom.util;
 

Modified: xmlgraphics/batik/trunk/batik-dom/src/main/java/org/apache/batik/dom/util/SAXIOException.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-dom/src/main/java/org/apache/batik/dom/util/SAXIOException.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-dom/src/main/java/org/apache/batik/dom/util/SAXIOException.java (original)
+++ xmlgraphics/batik/trunk/batik-dom/src/main/java/org/apache/batik/dom/util/SAXIOException.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.dom.util;
 

Modified: xmlgraphics/batik/trunk/batik-dom/src/main/java/org/apache/batik/dom/util/XMLSupport.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-dom/src/main/java/org/apache/batik/dom/util/XMLSupport.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-dom/src/main/java/org/apache/batik/dom/util/XMLSupport.java (original)
+++ xmlgraphics/batik/trunk/batik-dom/src/main/java/org/apache/batik/dom/util/XMLSupport.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.dom.util;
 

Modified: xmlgraphics/batik/trunk/batik-extension/src/main/java/org/apache/batik/extension/GraphicsExtensionElement.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-extension/src/main/java/org/apache/batik/extension/GraphicsExtensionElement.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-extension/src/main/java/org/apache/batik/extension/GraphicsExtensionElement.java (original)
+++ xmlgraphics/batik/trunk/batik-extension/src/main/java/org/apache/batik/extension/GraphicsExtensionElement.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 package org.apache.batik.extension;
 
 import org.apache.batik.anim.dom.SVGLocatableSupport;

Modified: xmlgraphics/batik/trunk/batik-extension/src/main/java/org/apache/batik/extension/StylableExtensionElement.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-extension/src/main/java/org/apache/batik/extension/StylableExtensionElement.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-extension/src/main/java/org/apache/batik/extension/StylableExtensionElement.java (original)
+++ xmlgraphics/batik/trunk/batik-extension/src/main/java/org/apache/batik/extension/StylableExtensionElement.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 package org.apache.batik.extension;
 
 import org.apache.batik.css.engine.CSSStylableElement;

Modified: xmlgraphics/batik/trunk/batik-extension/src/main/java/org/apache/batik/extension/svg/BatikFlowTextElementBridge.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-extension/src/main/java/org/apache/batik/extension/svg/BatikFlowTextElementBridge.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-extension/src/main/java/org/apache/batik/extension/svg/BatikFlowTextElementBridge.java (original)
+++ xmlgraphics/batik/trunk/batik-extension/src/main/java/org/apache/batik/extension/svg/BatikFlowTextElementBridge.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.extension.svg;
 

Modified: xmlgraphics/batik/trunk/batik-extension/src/main/java/org/apache/batik/extension/svg/FlowExtGlyphLayout.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-extension/src/main/java/org/apache/batik/extension/svg/FlowExtGlyphLayout.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-extension/src/main/java/org/apache/batik/extension/svg/FlowExtGlyphLayout.java (original)
+++ xmlgraphics/batik/trunk/batik-extension/src/main/java/org/apache/batik/extension/svg/FlowExtGlyphLayout.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.extension.svg;
 

Modified: xmlgraphics/batik/trunk/batik-extension/src/main/java/org/apache/batik/extension/svg/FlowExtTextNode.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-extension/src/main/java/org/apache/batik/extension/svg/FlowExtTextNode.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-extension/src/main/java/org/apache/batik/extension/svg/FlowExtTextNode.java (original)
+++ xmlgraphics/batik/trunk/batik-extension/src/main/java/org/apache/batik/extension/svg/FlowExtTextNode.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.extension.svg;
 

Modified: xmlgraphics/batik/trunk/batik-extension/src/main/java/org/apache/batik/extension/svg/FlowExtTextPainter.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-extension/src/main/java/org/apache/batik/extension/svg/FlowExtTextPainter.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-extension/src/main/java/org/apache/batik/extension/svg/FlowExtTextPainter.java (original)
+++ xmlgraphics/batik/trunk/batik-extension/src/main/java/org/apache/batik/extension/svg/FlowExtTextPainter.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.extension.svg;
 

Modified: xmlgraphics/batik/trunk/batik-gui-util/src/main/java/org/apache/batik/util/gui/UserStyleDialog.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-gui-util/src/main/java/org/apache/batik/util/gui/UserStyleDialog.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-gui-util/src/main/java/org/apache/batik/util/gui/UserStyleDialog.java (original)
+++ xmlgraphics/batik/trunk/batik-gui-util/src/main/java/org/apache/batik/util/gui/UserStyleDialog.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.util.gui;
 

Modified: xmlgraphics/batik/trunk/batik-gui-util/src/main/java/org/apache/batik/util/gui/resource/ToolBarFactory.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-gui-util/src/main/java/org/apache/batik/util/gui/resource/ToolBarFactory.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-gui-util/src/main/java/org/apache/batik/util/gui/resource/ToolBarFactory.java (original)
+++ xmlgraphics/batik/trunk/batik-gui-util/src/main/java/org/apache/batik/util/gui/resource/ToolBarFactory.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.util.gui.resource;
 

Modified: xmlgraphics/batik/trunk/batik-gvt/src/main/java/org/apache/batik/gvt/UpdateTracker.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-gvt/src/main/java/org/apache/batik/gvt/UpdateTracker.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-gvt/src/main/java/org/apache/batik/gvt/UpdateTracker.java (original)
+++ xmlgraphics/batik/trunk/batik-gvt/src/main/java/org/apache/batik/gvt/UpdateTracker.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.gvt;
 

Modified: xmlgraphics/batik/trunk/batik-gvt/src/main/java/org/apache/batik/gvt/event/SelectionAdapter.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-gvt/src/main/java/org/apache/batik/gvt/event/SelectionAdapter.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-gvt/src/main/java/org/apache/batik/gvt/event/SelectionAdapter.java (original)
+++ xmlgraphics/batik/trunk/batik-gvt/src/main/java/org/apache/batik/gvt/event/SelectionAdapter.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.gvt.event;
 

Modified: xmlgraphics/batik/trunk/batik-gvt/src/main/java/org/apache/batik/gvt/event/SelectionListener.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-gvt/src/main/java/org/apache/batik/gvt/event/SelectionListener.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-gvt/src/main/java/org/apache/batik/gvt/event/SelectionListener.java (original)
+++ xmlgraphics/batik/trunk/batik-gvt/src/main/java/org/apache/batik/gvt/event/SelectionListener.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.gvt.event;
 

Modified: xmlgraphics/batik/trunk/batik-gvt/src/main/java/org/apache/batik/gvt/flow/GlyphGroupInfo.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-gvt/src/main/java/org/apache/batik/gvt/flow/GlyphGroupInfo.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-gvt/src/main/java/org/apache/batik/gvt/flow/GlyphGroupInfo.java (original)
+++ xmlgraphics/batik/trunk/batik-gvt/src/main/java/org/apache/batik/gvt/flow/GlyphGroupInfo.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.gvt.flow;
 

Modified: xmlgraphics/batik/trunk/batik-gvt/src/main/java/org/apache/batik/gvt/flow/LineInfo.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-gvt/src/main/java/org/apache/batik/gvt/flow/LineInfo.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-gvt/src/main/java/org/apache/batik/gvt/flow/LineInfo.java (original)
+++ xmlgraphics/batik/trunk/batik-gvt/src/main/java/org/apache/batik/gvt/flow/LineInfo.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.gvt.flow;
 

Modified: xmlgraphics/batik/trunk/batik-gvt/src/main/java/org/apache/batik/gvt/flow/WordInfo.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-gvt/src/main/java/org/apache/batik/gvt/flow/WordInfo.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-gvt/src/main/java/org/apache/batik/gvt/flow/WordInfo.java (original)
+++ xmlgraphics/batik/trunk/batik-gvt/src/main/java/org/apache/batik/gvt/flow/WordInfo.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.gvt.flow;
 

Modified: xmlgraphics/batik/trunk/batik-gvt/src/main/java/org/apache/batik/gvt/font/UnresolvedFontFamily.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-gvt/src/main/java/org/apache/batik/gvt/font/UnresolvedFontFamily.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-gvt/src/main/java/org/apache/batik/gvt/font/UnresolvedFontFamily.java (original)
+++ xmlgraphics/batik/trunk/batik-gvt/src/main/java/org/apache/batik/gvt/font/UnresolvedFontFamily.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.gvt.font;
 

Modified: xmlgraphics/batik/trunk/batik-parser/src/main/java/org/apache/batik/parser/UnitProcessor.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-parser/src/main/java/org/apache/batik/parser/UnitProcessor.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-parser/src/main/java/org/apache/batik/parser/UnitProcessor.java (original)
+++ xmlgraphics/batik/trunk/batik-parser/src/main/java/org/apache/batik/parser/UnitProcessor.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 package org.apache.batik.parser;
 
 import org.w3c.dom.Element;

Modified: xmlgraphics/batik/trunk/batik-script/src/main/java/org/apache/batik/script/ImportInfo.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-script/src/main/java/org/apache/batik/script/ImportInfo.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-script/src/main/java/org/apache/batik/script/ImportInfo.java (original)
+++ xmlgraphics/batik/trunk/batik-script/src/main/java/org/apache/batik/script/ImportInfo.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.script;
 

Modified: xmlgraphics/batik/trunk/batik-svg-dom/src/main/java/org/apache/batik/dom/svg/ListBuilder.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-svg-dom/src/main/java/org/apache/batik/dom/svg/ListBuilder.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-svg-dom/src/main/java/org/apache/batik/dom/svg/ListBuilder.java (original)
+++ xmlgraphics/batik/trunk/batik-svg-dom/src/main/java/org/apache/batik/dom/svg/ListBuilder.java Mon Sep 11 09:51:29 2017
@@ -1,3 +1,21 @@
+/*
+
+   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 org.apache.batik.dom.svg;
 
 import java.util.ArrayList;

Modified: xmlgraphics/batik/trunk/batik-svg-dom/src/main/java/org/apache/batik/dom/svg/SVGAnimationContext.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-svg-dom/src/main/java/org/apache/batik/dom/svg/SVGAnimationContext.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-svg-dom/src/main/java/org/apache/batik/dom/svg/SVGAnimationContext.java (original)
+++ xmlgraphics/batik/trunk/batik-svg-dom/src/main/java/org/apache/batik/dom/svg/SVGAnimationContext.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 package org.apache.batik.dom.svg;
 
 import org.w3c.dom.smil.ElementTimeControl;

Modified: xmlgraphics/batik/trunk/batik-svg-dom/src/main/java/org/apache/batik/dom/svg/SVGNumberItem.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-svg-dom/src/main/java/org/apache/batik/dom/svg/SVGNumberItem.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-svg-dom/src/main/java/org/apache/batik/dom/svg/SVGNumberItem.java (original)
+++ xmlgraphics/batik/trunk/batik-svg-dom/src/main/java/org/apache/batik/dom/svg/SVGNumberItem.java Mon Sep 11 09:51:29 2017
@@ -1,3 +1,21 @@
+/*
+
+   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 org.apache.batik.dom.svg;
 
 import org.w3c.dom.svg.SVGNumberList;

Modified: xmlgraphics/batik/trunk/batik-svg-dom/src/main/java/org/apache/batik/dom/svg/SVGPathContext.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-svg-dom/src/main/java/org/apache/batik/dom/svg/SVGPathContext.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-svg-dom/src/main/java/org/apache/batik/dom/svg/SVGPathContext.java (original)
+++ xmlgraphics/batik/trunk/batik-svg-dom/src/main/java/org/apache/batik/dom/svg/SVGPathContext.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 package org.apache.batik.dom.svg;
 
 import java.awt.geom.Point2D;

Modified: xmlgraphics/batik/trunk/batik-svg-dom/src/main/java/org/apache/batik/dom/svg/SVGPathSegItem.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-svg-dom/src/main/java/org/apache/batik/dom/svg/SVGPathSegItem.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-svg-dom/src/main/java/org/apache/batik/dom/svg/SVGPathSegItem.java (original)
+++ xmlgraphics/batik/trunk/batik-svg-dom/src/main/java/org/apache/batik/dom/svg/SVGPathSegItem.java Mon Sep 11 09:51:29 2017
@@ -1,3 +1,21 @@
+/*
+
+   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 org.apache.batik.dom.svg;
 
 import org.w3c.dom.svg.SVGPathSeg;

Modified: xmlgraphics/batik/trunk/batik-svg-dom/src/main/java/org/apache/batik/dom/svg/SVGPointItem.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-svg-dom/src/main/java/org/apache/batik/dom/svg/SVGPointItem.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-svg-dom/src/main/java/org/apache/batik/dom/svg/SVGPointItem.java (original)
+++ xmlgraphics/batik/trunk/batik-svg-dom/src/main/java/org/apache/batik/dom/svg/SVGPointItem.java Mon Sep 11 09:51:29 2017
@@ -1,3 +1,21 @@
+/*
+
+   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 org.apache.batik.dom.svg;
 
 import org.w3c.dom.svg.SVGMatrix;

Modified: xmlgraphics/batik/trunk/batik-svg-dom/src/main/java/org/apache/batik/dom/svg/SVGSVGContext.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-svg-dom/src/main/java/org/apache/batik/dom/svg/SVGSVGContext.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-svg-dom/src/main/java/org/apache/batik/dom/svg/SVGSVGContext.java (original)
+++ xmlgraphics/batik/trunk/batik-svg-dom/src/main/java/org/apache/batik/dom/svg/SVGSVGContext.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 package org.apache.batik.dom.svg;
 
 import java.util.List;

Modified: xmlgraphics/batik/trunk/batik-svgbrowser/src/main/java/org/apache/batik/apps/svgbrowser/XMLPreferenceManager.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-svgbrowser/src/main/java/org/apache/batik/apps/svgbrowser/XMLPreferenceManager.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-svgbrowser/src/main/java/org/apache/batik/apps/svgbrowser/XMLPreferenceManager.java (original)
+++ xmlgraphics/batik/trunk/batik-svgbrowser/src/main/java/org/apache/batik/apps/svgbrowser/XMLPreferenceManager.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.apps.svgbrowser;
 

Modified: xmlgraphics/batik/trunk/batik-svggen/src/main/java/org/apache/batik/svggen/XmlWriter.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-svggen/src/main/java/org/apache/batik/svggen/XmlWriter.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-svggen/src/main/java/org/apache/batik/svggen/XmlWriter.java (original)
+++ xmlgraphics/batik/trunk/batik-svggen/src/main/java/org/apache/batik/svggen/XmlWriter.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.svggen;
 

Modified: xmlgraphics/batik/trunk/batik-svggen/src/main/java/org/apache/batik/svggen/font/SVGFont.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-svggen/src/main/java/org/apache/batik/svggen/font/SVGFont.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-svggen/src/main/java/org/apache/batik/svggen/font/SVGFont.java (original)
+++ xmlgraphics/batik/trunk/batik-svggen/src/main/java/org/apache/batik/svggen/font/SVGFont.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.svggen.font;
 

Modified: xmlgraphics/batik/trunk/batik-svggen/src/main/java/org/apache/batik/svggen/font/table/TableFactory.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-svggen/src/main/java/org/apache/batik/svggen/font/table/TableFactory.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-svggen/src/main/java/org/apache/batik/svggen/font/table/TableFactory.java (original)
+++ xmlgraphics/batik/trunk/batik-svggen/src/main/java/org/apache/batik/svggen/font/table/TableFactory.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
  
 package org.apache.batik.svggen.font.table;
 

Modified: xmlgraphics/batik/trunk/batik-svgpp/src/main/java/org/apache/batik/apps/svgpp/Main.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-svgpp/src/main/java/org/apache/batik/apps/svgpp/Main.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-svgpp/src/main/java/org/apache/batik/apps/svgpp/Main.java (original)
+++ xmlgraphics/batik/trunk/batik-svgpp/src/main/java/org/apache/batik/apps/svgpp/Main.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.apps.svgpp;
 

Modified: xmlgraphics/batik/trunk/batik-svgrasterizer/src/main/java/org/apache/batik/apps/rasterizer/SVGConverterURLSource.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-svgrasterizer/src/main/java/org/apache/batik/apps/rasterizer/SVGConverterURLSource.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-svgrasterizer/src/main/java/org/apache/batik/apps/rasterizer/SVGConverterURLSource.java (original)
+++ xmlgraphics/batik/trunk/batik-svgrasterizer/src/main/java/org/apache/batik/apps/rasterizer/SVGConverterURLSource.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.apps.rasterizer;
 

Modified: xmlgraphics/batik/trunk/batik-swing/src/main/java/org/apache/batik/swing/Messages.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-swing/src/main/java/org/apache/batik/swing/Messages.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-swing/src/main/java/org/apache/batik/swing/Messages.java (original)
+++ xmlgraphics/batik/trunk/batik-swing/src/main/java/org/apache/batik/swing/Messages.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.swing;
 

Modified: xmlgraphics/batik/trunk/batik-swing/src/main/java/org/apache/batik/swing/gvt/TextSelectionManager.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-swing/src/main/java/org/apache/batik/swing/gvt/TextSelectionManager.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-swing/src/main/java/org/apache/batik/swing/gvt/TextSelectionManager.java (original)
+++ xmlgraphics/batik/trunk/batik-swing/src/main/java/org/apache/batik/swing/gvt/TextSelectionManager.java Mon Sep 11 09:51:29 2017
@@ -1,21 +1,21 @@
 /*
 
-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.
+   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 org.apache.batik.swing.gvt;
 

Modified: xmlgraphics/batik/trunk/batik-swing/src/main/java/org/apache/batik/swing/svg/SVGUserAgentGUIAdapter.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-swing/src/main/java/org/apache/batik/swing/svg/SVGUserAgentGUIAdapter.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-swing/src/main/java/org/apache/batik/swing/svg/SVGUserAgentGUIAdapter.java (original)
+++ xmlgraphics/batik/trunk/batik-swing/src/main/java/org/apache/batik/swing/svg/SVGUserAgentGUIAdapter.java Mon Sep 11 09:51:29 2017
@@ -15,7 +15,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
 
-*/
+ */
 
 package org.apache.batik.swing.svg;
 

Modified: xmlgraphics/batik/trunk/batik-test-old/src/test/java/org/apache/batik/anim/dom/SystemIdTest.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-test-old/src/test/java/org/apache/batik/anim/dom/SystemIdTest.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-test-old/src/test/java/org/apache/batik/anim/dom/SystemIdTest.java (original)
+++ xmlgraphics/batik/trunk/batik-test-old/src/test/java/org/apache/batik/anim/dom/SystemIdTest.java Mon Sep 11 09:51:29 2017
@@ -1,18 +1,20 @@
 /*
- * 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.
+
+   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 org.apache.batik.anim.dom;

Modified: xmlgraphics/batik/trunk/batik-test-old/src/test/java/org/apache/batik/apps/rasterizer/SVGConverterTest.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-test-old/src/test/java/org/apache/batik/apps/rasterizer/SVGConverterTest.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-test-old/src/test/java/org/apache/batik/apps/rasterizer/SVGConverterTest.java (original)
+++ xmlgraphics/batik/trunk/batik-test-old/src/test/java/org/apache/batik/apps/rasterizer/SVGConverterTest.java Mon Sep 11 09:51:29 2017
@@ -1,18 +1,20 @@
 /*
- * 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.
+
+   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 org.apache.batik.apps.rasterizer;

Modified: xmlgraphics/batik/trunk/batik-test-old/src/test/java/org/apache/batik/bridge/ScriptSelfTest.java
URL: http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/batik-test-old/src/test/java/org/apache/batik/bridge/ScriptSelfTest.java?rev=1808001&r1=1808000&r2=1808001&view=diff
==============================================================================
--- xmlgraphics/batik/trunk/batik-test-old/src/test/java/org/apache/batik/bridge/ScriptSelfTest.java (original)
+++ xmlgraphics/batik/trunk/batik-test-old/src/test/java/org/apache/batik/bridge/ScriptSelfTest.java Mon Sep 11 09:51:29 2017
@@ -1,18 +1,20 @@
 /*
- * 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.
+
+   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 org.apache.batik.bridge;