jeremias    2004/09/06 12:07:12

  Modified:    src/java/org/apache/fop/layoutmgr KnuthPenalty.java
                        KnuthElement.java KnuthBox.java KnuthGlue.java
                        KnuthPossPosIter.java
  Log:
  Added missing license headers.
  
  Revision  Changes    Path
  1.2       +18 -0     xml-fop/src/java/org/apache/fop/layoutmgr/KnuthPenalty.java
  
  Index: KnuthPenalty.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/layoutmgr/KnuthPenalty.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- KnuthPenalty.java 5 Sep 2004 19:16:39 -0000       1.1
  +++ KnuthPenalty.java 6 Sep 2004 19:07:12 -0000       1.2
  @@ -1,3 +1,21 @@
  +/*
  + * Copyright 2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      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$ */
  +
   package org.apache.fop.layoutmgr;
   
   public class KnuthPenalty extends KnuthElement {
  
  
  
  1.2       +18 -0     xml-fop/src/java/org/apache/fop/layoutmgr/KnuthElement.java
  
  Index: KnuthElement.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/layoutmgr/KnuthElement.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- KnuthElement.java 5 Sep 2004 19:16:39 -0000       1.1
  +++ KnuthElement.java 6 Sep 2004 19:07:12 -0000       1.2
  @@ -1,3 +1,21 @@
  +/*
  + * Copyright 2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      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$ */
  +
   package org.apache.fop.layoutmgr;
   
   public abstract class KnuthElement {
  
  
  
  1.2       +18 -0     xml-fop/src/java/org/apache/fop/layoutmgr/KnuthBox.java
  
  Index: KnuthBox.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/layoutmgr/KnuthBox.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- KnuthBox.java     5 Sep 2004 19:16:39 -0000       1.1
  +++ KnuthBox.java     6 Sep 2004 19:07:12 -0000       1.2
  @@ -1,3 +1,21 @@
  +/*
  + * Copyright 2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      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$ */
  +
   package org.apache.fop.layoutmgr;
   
   public class KnuthBox extends KnuthElement {
  
  
  
  1.2       +18 -0     xml-fop/src/java/org/apache/fop/layoutmgr/KnuthGlue.java
  
  Index: KnuthGlue.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/layoutmgr/KnuthGlue.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- KnuthGlue.java    5 Sep 2004 19:16:39 -0000       1.1
  +++ KnuthGlue.java    6 Sep 2004 19:07:12 -0000       1.2
  @@ -1,3 +1,21 @@
  +/*
  + * Copyright 2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      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$ */
  +
   package org.apache.fop.layoutmgr;
   
   public class KnuthGlue extends KnuthElement {
  
  
  
  1.2       +18 -0     xml-fop/src/java/org/apache/fop/layoutmgr/KnuthPossPosIter.java
  
  Index: KnuthPossPosIter.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/layoutmgr/KnuthPossPosIter.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- KnuthPossPosIter.java     5 Sep 2004 19:16:39 -0000       1.1
  +++ KnuthPossPosIter.java     6 Sep 2004 19:07:12 -0000       1.2
  @@ -1,3 +1,21 @@
  +/*
  + * Copyright 2004 The Apache Software Foundation.
  + * 
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + * 
  + *      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$ */
  +
   package org.apache.fop.layoutmgr;
   
   import java.util.List;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to