Author: psteitz Date: Sun May 27 11:35:14 2007 New Revision: 542017 URL: http://svn.apache.org/viewvc?view=rev&rev=542017 Log: Made license headers conistent, removed author tags (with permission)
Modified: jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/geometry/CardanEulerSingularityException.java jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/geometry/NotARotationMatrixException.java jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/geometry/Rotation.java jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/geometry/RotationOrder.java jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/geometry/Vector3D.java Modified: jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/geometry/CardanEulerSingularityException.java URL: http://svn.apache.org/viewvc/jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/geometry/CardanEulerSingularityException.java?view=diff&rev=542017&r1=542016&r2=542017 ============================================================================== --- jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/geometry/CardanEulerSingularityException.java (original) +++ jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/geometry/CardanEulerSingularityException.java Sun May 27 11:35:14 2007 @@ -1,19 +1,19 @@ -// 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.commons.math.geometry; @@ -23,7 +23,6 @@ * or Euler angles from a rotation. * @version $Id: CardanEulerSingularityException.java 1705 2006-09-17 19:57:39Z luc $ - * @author L. Maisonobe */ Modified: jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/geometry/NotARotationMatrixException.java URL: http://svn.apache.org/viewvc/jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/geometry/NotARotationMatrixException.java?view=diff&rev=542017&r1=542016&r2=542017 ============================================================================== --- jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/geometry/NotARotationMatrixException.java (original) +++ jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/geometry/NotARotationMatrixException.java Sun May 27 11:35:14 2007 @@ -1,19 +1,19 @@ -// 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.commons.math.geometry; @@ -23,7 +23,6 @@ * from matrices. * @version $Id: NotARotationMatrixException.java 1705 2006-09-17 19:57:39Z luc $ - * @author L. Maisonobe */ Modified: jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/geometry/Rotation.java URL: http://svn.apache.org/viewvc/jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/geometry/Rotation.java?view=diff&rev=542017&r1=542016&r2=542017 ============================================================================== --- jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/geometry/Rotation.java (original) +++ jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/geometry/Rotation.java Sun May 27 11:35:14 2007 @@ -1,19 +1,19 @@ -// 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.commons.math.geometry; @@ -81,7 +81,6 @@ * <p>Rotations are guaranteed to be immutable objects.</p> * @version $Id: Rotation.java 1705 2006-09-17 19:57:39Z luc $ - * @author L. Maisonobe * @see Vector3D * @see RotationOrder Modified: jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/geometry/RotationOrder.java URL: http://svn.apache.org/viewvc/jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/geometry/RotationOrder.java?view=diff&rev=542017&r1=542016&r2=542017 ============================================================================== --- jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/geometry/RotationOrder.java (original) +++ jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/geometry/RotationOrder.java Sun May 27 11:35:14 2007 @@ -1,19 +1,19 @@ -// 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.commons.math.geometry; @@ -27,7 +27,6 @@ * constructor or the [EMAIL PROTECTED] Rotation#getAngles} method. * @version $Id: RotationOrder.java 1705 2006-09-17 19:57:39Z luc $ - * @author L. Maisonobe */ public final class RotationOrder { Modified: jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/geometry/Vector3D.java URL: http://svn.apache.org/viewvc/jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/geometry/Vector3D.java?view=diff&rev=542017&r1=542016&r2=542017 ============================================================================== --- jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/geometry/Vector3D.java (original) +++ jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/geometry/Vector3D.java Sun May 27 11:35:14 2007 @@ -1,19 +1,19 @@ -// 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.commons.math.geometry; @@ -22,7 +22,6 @@ /** This class implements vectors in a three-dimensional space. * <p>Instance of this class are guaranteed to be immutable.</p> * @version $Id: Vector3D.java 1716 2006-12-13 22:56:35Z luc $ - * @author L. Maisonobe */ public class Vector3D --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]