Skip to content

Commit 6397b09

Browse files
Make headers the same
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/batik/trunk@1808001 13f79535-47bb-0310-9956-ffa450edef68
1 parent a4b08a7 commit 6397b09

File tree

124 files changed

+556
-406
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+556
-406
lines changed

batik-anim/src/main/java/org/apache/batik/anim/dom/SVGAnimationTargetContext.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
18-
*/
18+
*/
1919
package org.apache.batik.anim.dom;
2020

2121
import org.apache.batik.dom.svg.SVGContext;

batik-anim/src/main/java/org/apache/batik/anim/dom/SVGPathSupport.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
18-
*/
18+
*/
1919

2020
package org.apache.batik.anim.dom;
2121

batik-awt-util/src/main/java/org/apache/batik/ext/awt/TranscodingHintKey.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
18-
*/
18+
*/
1919

2020
package org.apache.batik.ext.awt;
2121

batik-awt-util/src/main/java/org/apache/batik/ext/awt/color/NamedProfileCache.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
18-
*/
18+
*/
1919

2020
package org.apache.batik.ext.awt.color;
2121

batik-awt-util/src/main/java/org/apache/batik/ext/awt/font/TextPathLayout.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
18-
*/
18+
*/
1919

2020
package org.apache.batik.ext.awt.font;
2121

batik-awt-util/src/main/java/org/apache/batik/ext/awt/g2d/TransformType.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
18-
*/
18+
*/
1919

2020
package org.apache.batik.ext.awt.g2d;
2121

batik-awt-util/src/main/java/org/apache/batik/ext/awt/geom/Polygon2D.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
18-
*/
18+
*/
1919

2020
package org.apache.batik.ext.awt.geom;
2121

batik-awt-util/src/main/java/org/apache/batik/ext/awt/geom/Polyline2D.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
18-
*/
18+
*/
1919

2020
package org.apache.batik.ext.awt.geom;
2121

batik-awt-util/src/main/java/org/apache/batik/ext/awt/geom/ShapeExtender.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
18-
*/
18+
*/
1919

2020
package org.apache.batik.ext.awt.geom;
2121

batik-awt-util/src/main/java/org/apache/batik/ext/awt/image/URLImageCache.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
18-
*/
18+
*/
1919

2020
package org.apache.batik.ext.awt.image;
2121

batik-awt-util/src/main/java/org/apache/batik/ext/awt/image/renderable/TurbulenceRable8Bit.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
18-
*/
18+
*/
1919

2020
package org.apache.batik.ext.awt.image.renderable;
2121

batik-awt-util/src/main/java/org/apache/batik/ext/awt/image/rendered/TurbulencePatternRed.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
18-
*/
18+
*/
1919

2020
package org.apache.batik.ext.awt.image.rendered;
2121

batik-awt-util/src/main/java/org/apache/batik/ext/awt/image/spi/URLRegistryEntry.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
18-
*/
18+
*/
1919

2020
package org.apache.batik.ext.awt.image.spi;
2121

batik-awt-util/src/main/java/org/apache/batik/ext/swing/Resources.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
18-
*/
18+
*/
1919

2020
package org.apache.batik.ext.swing;
2121

batik-bridge/src/main/java/org/apache/batik/bridge/FlowGlyphLayout.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
18-
*/
18+
*/
1919

2020
package org.apache.batik.bridge;
2121

batik-bridge/src/main/java/org/apache/batik/bridge/FlowTextNode.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
18-
*/
18+
*/
1919

2020
package org.apache.batik.bridge;
2121

batik-bridge/src/main/java/org/apache/batik/bridge/FlowTextPainter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
18-
*/
18+
*/
1919

2020
package org.apache.batik.bridge;
2121

batik-bridge/src/main/java/org/apache/batik/bridge/FontFamilyResolver.java

+16-14
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
/*
2-
* Licensed to the Apache Software Foundation (ASF) under one or more
3-
* contributor license agreements. See the NOTICE file distributed with
4-
* this work for additional information regarding copyright ownership.
5-
* The ASF licenses this file to You under the Apache License, Version 2.0
6-
* (the "License"); you may not use this file except in compliance with
7-
* the License. You may obtain a copy of the License at
8-
*
9-
* http://www.apache.org/licenses/LICENSE-2.0
10-
*
11-
* Unless required by applicable law or agreed to in writing, software
12-
* distributed under the License is distributed on an "AS IS" BASIS,
13-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
* See the License for the specific language governing permissions and
15-
* limitations under the License.
2+
3+
Licensed to the Apache Software Foundation (ASF) under one or more
4+
contributor license agreements. See the NOTICE file distributed with
5+
this work for additional information regarding copyright ownership.
6+
The ASF licenses this file to You under the Apache License, Version 2.0
7+
(the "License"); you may not use this file except in compliance with
8+
the License. You may obtain a copy of the License at
9+
10+
http://www.apache.org/licenses/LICENSE-2.0
11+
12+
Unless required by applicable law or agreed to in writing, software
13+
distributed under the License is distributed on an "AS IS" BASIS,
14+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
See the License for the specific language governing permissions and
16+
limitations under the License.
17+
1618
*/
1719

1820
/* $Id$ */

batik-bridge/src/main/java/org/apache/batik/bridge/GlobalWrapper.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
18-
*/
18+
*/
1919
package org.apache.batik.bridge;
2020

2121
import org.apache.batik.dom.svg12.SVGGlobal;

batik-bridge/src/main/java/org/apache/batik/bridge/SVGDescriptiveElementBridge.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
18-
*/
18+
*/
1919

2020
package org.apache.batik.bridge;
2121

batik-bridge/src/main/java/org/apache/batik/bridge/StrokingTextPainter.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
18-
*/
18+
*/
1919

2020
package org.apache.batik.bridge;
2121

batik-bridge/src/main/java/org/apache/batik/bridge/TextSpanLayout.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
18-
*/
18+
*/
1919

2020
package org.apache.batik.bridge;
2121

batik-bridge/src/main/java/org/apache/batik/bridge/Viewport.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
18-
*/
18+
*/
1919

2020
package org.apache.batik.bridge;
2121

batik-bridge/src/main/java/org/apache/batik/bridge/Window.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
18-
*/
18+
*/
1919

2020
package org.apache.batik.bridge;
2121

batik-bridge/src/main/java/org/apache/batik/bridge/WindowWrapper.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
18-
*/
18+
*/
1919

2020
package org.apache.batik.bridge;
2121

batik-bridge/src/main/java/org/apache/batik/bridge/svg12/SVGFlowRootElementBridge.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
18-
*/
18+
*/
1919

2020
package org.apache.batik.bridge.svg12;
2121

batik-codec/src/main/java/org/apache/batik/ext/awt/image/codec/util/SingleTileRenderedImage.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
18-
*/
18+
*/
1919

2020
package org.apache.batik.ext.awt.image.codec.util;
2121

batik-css/src/main/java/org/apache/batik/css/dom/CSSOMViewCSS.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
18-
*/
18+
*/
1919

2020
package org.apache.batik.css.dom;
2121

batik-css/src/main/java/org/apache/batik/css/engine/SystemColorSupport.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
18-
*/
18+
*/
1919

2020
package org.apache.batik.css.engine;
2121

batik-css/src/main/java/org/apache/batik/css/engine/sac/ExtendedSelector.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
18-
*/
18+
*/
1919

2020
package org.apache.batik.css.engine.sac;
2121

batik-css/src/main/java/org/apache/batik/css/engine/value/ValueManager.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
18-
*/
18+
*/
1919

2020
package org.apache.batik.css.engine.value;
2121

batik-css/src/main/java/org/apache/batik/css/engine/value/css2/FontShorthandManager.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
18-
*/
18+
*/
1919

2020
package org.apache.batik.css.engine.value.css2;
2121

batik-css/src/main/java/org/apache/batik/css/engine/value/css2/VisibilityManager.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
18-
*/
18+
*/
1919

2020
package org.apache.batik.css.engine.value.css2;
2121

batik-css/src/main/java/org/apache/batik/css/engine/value/svg/WritingModeManager.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
18-
*/
18+
*/
1919

2020
package org.apache.batik.css.engine.value.svg;
2121

batik-css/src/main/java/org/apache/batik/css/engine/value/svg12/LineHeightManager.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
18-
*/
18+
*/
1919

2020
package org.apache.batik.css.engine.value.svg12;
2121

batik-css/src/main/java/org/apache/batik/css/engine/value/svg12/MarginLengthManager.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
18-
*/
18+
*/
1919

2020
package org.apache.batik.css.engine.value.svg12;
2121

batik-css/src/main/java/org/apache/batik/css/engine/value/svg12/SVG12ValueConstants.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
18-
*/
18+
*/
1919

2020
package org.apache.batik.css.engine.value.svg12;
2121

batik-css/src/main/java/org/apache/batik/css/engine/value/svg12/TextAlignManager.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
18-
*/
18+
*/
1919

2020
package org.apache.batik.css.engine.value.svg12;
2121

batik-css/src/main/java/org/apache/batik/css/parser/ScannerUtilities.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
18-
*/
18+
*/
1919

2020
package org.apache.batik.css.parser;
2121

batik-dom/src/main/java/org/apache/batik/dom/AbstractStylableDocument.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
18-
*/
18+
*/
1919

2020
package org.apache.batik.dom;
2121

batik-dom/src/main/java/org/apache/batik/dom/GenericDocumentType.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
18-
*/
18+
*/
1919

2020
package org.apache.batik.dom;
2121

0 commit comments

Comments
 (0)