From caadaa669ae07556f1c0bef65b9886e7e7bdd779 Mon Sep 17 00:00:00 2001 From: Brendan Zabarauskas Date: Mon, 26 Aug 2013 15:51:19 +1000 Subject: [PATCH] Fix copyright notices --- src/traits/alg/affine_space.rs | 2 +- src/traits/alg/coordinate.rs | 2 +- src/traits/alg/division_ring.rs | 2 +- src/traits/alg/euclidean_space.rs | 2 +- src/traits/alg/inner_product_space.rs | 2 +- src/traits/alg/mod.rs | 2 +- src/traits/alg/module.rs | 2 +- src/traits/alg/ordered_ring.rs | 2 +- src/traits/alg/ring.rs | 2 +- src/traits/alg/scalar_mul.rs | 2 +- src/traits/alg/vector_space.rs | 2 +- src/traits/ext/mod.rs | 2 +- src/traits/ext/vector_ext.rs | 2 +- src/traits/mod.rs | 2 +- src/types/matrix.rs | 2 +- src/types/mod.rs | 2 +- src/types/point.rs | 2 +- src/types/quaternion.rs | 2 +- src/types/vector.rs | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/src/traits/alg/affine_space.rs b/src/traits/alg/affine_space.rs index 0e75751..d79fc31 100644 --- a/src/traits/alg/affine_space.rs +++ b/src/traits/alg/affine_space.rs @@ -1,4 +1,4 @@ -// Copyright 2013 The OMath Developers. For a full listing of the authors, +// Copyright 2013 The CGMath Developers. For a full listing of the authors, // refer to the AUTHORS file at the top-level directory of this distribution. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/traits/alg/coordinate.rs b/src/traits/alg/coordinate.rs index 3f134de..f783555 100644 --- a/src/traits/alg/coordinate.rs +++ b/src/traits/alg/coordinate.rs @@ -1,4 +1,4 @@ -// Copyright 2013 The OMath Developers. For a full listing of the authors, +// Copyright 2013 The CGMath Developers. For a full listing of the authors, // refer to the AUTHORS file at the top-level directory of this distribution. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/traits/alg/division_ring.rs b/src/traits/alg/division_ring.rs index 5799d32..94396ce 100644 --- a/src/traits/alg/division_ring.rs +++ b/src/traits/alg/division_ring.rs @@ -1,4 +1,4 @@ -// Copyright 2013 The Lmath Developers. For a full listing of the authors, +// Copyright 2013 The CGMath Developers. For a full listing of the authors, // refer to the AUTHORS file at the top-level directory of this distribution. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/traits/alg/euclidean_space.rs b/src/traits/alg/euclidean_space.rs index a66e7be..e24d69b 100644 --- a/src/traits/alg/euclidean_space.rs +++ b/src/traits/alg/euclidean_space.rs @@ -1,4 +1,4 @@ -// Copyright 2013 The OMath Developers. For a full listing of the authors, +// Copyright 2013 The CGMath Developers. For a full listing of the authors, // refer to the AUTHORS file at the top-level directory of this distribution. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/traits/alg/inner_product_space.rs b/src/traits/alg/inner_product_space.rs index 0996590..c20b835 100644 --- a/src/traits/alg/inner_product_space.rs +++ b/src/traits/alg/inner_product_space.rs @@ -1,4 +1,4 @@ -// Copyright 2013 The OMath Developers. For a full listing of the authors, +// Copyright 2013 The CGMath Developers. For a full listing of the authors, // refer to the AUTHORS file at the top-level directory of this distribution. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/traits/alg/mod.rs b/src/traits/alg/mod.rs index 6fd8f25..33444be 100644 --- a/src/traits/alg/mod.rs +++ b/src/traits/alg/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2013 The OMath Developers. For a full listing of the authors, +// Copyright 2013 The CGMath Developers. For a full listing of the authors, // refer to the AUTHORS file at the top-level directory of this distribution. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/traits/alg/module.rs b/src/traits/alg/module.rs index 6810020..c0df90a 100644 --- a/src/traits/alg/module.rs +++ b/src/traits/alg/module.rs @@ -1,4 +1,4 @@ -// Copyright 2013 The Lmath Developers. For a full listing of the authors, +// Copyright 2013 The CGMath Developers. For a full listing of the authors, // refer to the AUTHORS file at the top-level directory of this distribution. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/traits/alg/ordered_ring.rs b/src/traits/alg/ordered_ring.rs index 96c3d9c..ddee8e3 100644 --- a/src/traits/alg/ordered_ring.rs +++ b/src/traits/alg/ordered_ring.rs @@ -1,4 +1,4 @@ -// Copyright 2013 The Lmath Developers. For a full listing of the authors, +// Copyright 2013 The CGMath Developers. For a full listing of the authors, // refer to the AUTHORS file at the top-level directory of this distribution. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/traits/alg/ring.rs b/src/traits/alg/ring.rs index c9d0b50..f1cedda 100644 --- a/src/traits/alg/ring.rs +++ b/src/traits/alg/ring.rs @@ -1,4 +1,4 @@ -// Copyright 2013 The Lmath Developers. For a full listing of the authors, +// Copyright 2013 The CGMath Developers. For a full listing of the authors, // refer to the AUTHORS file at the top-level directory of this distribution. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/traits/alg/scalar_mul.rs b/src/traits/alg/scalar_mul.rs index 32f8114..55178f0 100644 --- a/src/traits/alg/scalar_mul.rs +++ b/src/traits/alg/scalar_mul.rs @@ -1,4 +1,4 @@ -// Copyright 2013 The Lmath Developers. For a full listing of the authors, +// Copyright 2013 The CGMath Developers. For a full listing of the authors, // refer to the AUTHORS file at the top-level directory of this distribution. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/traits/alg/vector_space.rs b/src/traits/alg/vector_space.rs index 92a379f..20a8044 100644 --- a/src/traits/alg/vector_space.rs +++ b/src/traits/alg/vector_space.rs @@ -1,4 +1,4 @@ -// Copyright 2013 The OMath Developers. For a full listing of the authors, +// Copyright 2013 The CGMath Developers. For a full listing of the authors, // refer to the AUTHORS file at the top-level directory of this distribution. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/traits/ext/mod.rs b/src/traits/ext/mod.rs index d7f2e4a..f2f18b4 100644 --- a/src/traits/ext/mod.rs +++ b/src/traits/ext/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2013 The OMath Developers. For a full listing of the authors, +// Copyright 2013 The CGMath Developers. For a full listing of the authors, // refer to the AUTHORS file at the top-level directory of this distribution. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/traits/ext/vector_ext.rs b/src/traits/ext/vector_ext.rs index 36cc2f3..9da2bc0 100644 --- a/src/traits/ext/vector_ext.rs +++ b/src/traits/ext/vector_ext.rs @@ -1,4 +1,4 @@ -// Copyright 2013 The OMath Developers. For a full listing of the authors, +// Copyright 2013 The CGMath Developers. For a full listing of the authors, // refer to the AUTHORS file at the top-level directory of this distribution. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/traits/mod.rs b/src/traits/mod.rs index f9d5b00..67675ce 100644 --- a/src/traits/mod.rs +++ b/src/traits/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2013 The OMath Developers. For a full listing of the authors, +// Copyright 2013 The CGMath Developers. For a full listing of the authors, // refer to the AUTHORS file at the top-level directory of this distribution. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/types/matrix.rs b/src/types/matrix.rs index 123161d..0a0d38c 100644 --- a/src/types/matrix.rs +++ b/src/types/matrix.rs @@ -1,4 +1,4 @@ -// Copyright 2013 The OMath Developers. For a full listing of the authors, +// Copyright 2013 The CGMath Developers. For a full listing of the authors, // refer to the AUTHORS file at the top-level directory of this distribution. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/types/mod.rs b/src/types/mod.rs index db4e659..23e28e7 100644 --- a/src/types/mod.rs +++ b/src/types/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2013 The OMath Developers. For a full listing of the authors, +// Copyright 2013 The CGMath Developers. For a full listing of the authors, // refer to the AUTHORS file at the top-level directory of this distribution. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/types/point.rs b/src/types/point.rs index 1bfc527..f4fb37e 100644 --- a/src/types/point.rs +++ b/src/types/point.rs @@ -1,4 +1,4 @@ -// Copyright 2013 The OMath Developers. For a full listing of the authors, +// Copyright 2013 The CGMath Developers. For a full listing of the authors, // refer to the AUTHORS file at the top-level directory of this distribution. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/types/quaternion.rs b/src/types/quaternion.rs index 51ec002..c52e98e 100644 --- a/src/types/quaternion.rs +++ b/src/types/quaternion.rs @@ -1,4 +1,4 @@ -// Copyright 2013 The OMath Developers. For a full listing of the authors, +// Copyright 2013 The CGMath Developers. For a full listing of the authors, // refer to the AUTHORS file at the top-level directory of this distribution. // // Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/src/types/vector.rs b/src/types/vector.rs index 67fc34c..070d4db 100644 --- a/src/types/vector.rs +++ b/src/types/vector.rs @@ -1,4 +1,4 @@ -// Copyright 2013 The OMath Developers. For a full listing of the authors, +// Copyright 2013 The CGMath Developers. For a full listing of the authors, // refer to the AUTHORS file at the top-level directory of this distribution. // // Licensed under the Apache License, Version 2.0 (the "License");