浏览代码

doc: update copyright following #4260 and #4261

Nathalie Furmento 13 年之前
父节点
当前提交
9ddde842b7
共有 5 个文件被更改,包括 20 次插入50 次删除
  1. 4 10
      doc/vector_scal_c.texi
  2. 4 10
      doc/vector_scal_cpu.texi
  3. 4 10
      doc/vector_scal_cuda.texi
  4. 4 10
      doc/vector_scal_opencl.texi
  5. 4 10
      doc/vector_scal_opencl_codelet.texi

+ 4 - 10
doc/vector_scal_c.texi

@@ -1,13 +1,7 @@
-@copying
-    Copyright (C) 2009-2011  Université de Bordeaux 1
-    Copyright (C) 2010, 2011  Centre National de la Recherche Scientifique
-
-    Permission is granted to copy, distribute and/or modify this document
-    under the terms of the GNU Free Documentation License, Version 1.3
-    or any later version published by the Free Software Foundation;
-    with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
-    See the GNU Free Documentation License in COPYING.GFDL for more details.
-@end copying
+@c This file is part of the StarPU Handbook.
+@c Copyright (C) 2009-2011  Université de Bordeaux 1
+@c Copyright (C) 2010, 2011  Centre National de la Recherche Scientifique
+@c See the file starpu.texi for copying conditions.
 
 @smallexample
 /*

+ 4 - 10
doc/vector_scal_cpu.texi

@@ -1,13 +1,7 @@
-@copying
-    Copyright (C) 2009-2011  Université de Bordeaux 1
-    Copyright (C) 2010, 2011  Centre National de la Recherche Scientifique
-
-    Permission is granted to copy, distribute and/or modify this document
-    under the terms of the GNU Free Documentation License, Version 1.3
-    or any later version published by the Free Software Foundation;
-    with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
-    See the GNU Free Documentation License in COPYING.GFDL for more details.
-@end copying
+@c This file is part of the StarPU Handbook.
+@c Copyright (C) 2009-2011  Université de Bordeaux 1
+@c Copyright (C) 2010, 2011  Centre National de la Recherche Scientifique
+@c See the file starpu.texi for copying conditions.
 
 @smallexample
 #include <starpu.h>

+ 4 - 10
doc/vector_scal_cuda.texi

@@ -1,13 +1,7 @@
-@copying
-    Copyright (C) 2009-2011  Université de Bordeaux 1
-    Copyright (C) 2010, 2011  Centre National de la Recherche Scientifique
-
-    Permission is granted to copy, distribute and/or modify this document
-    under the terms of the GNU Free Documentation License, Version 1.3
-    or any later version published by the Free Software Foundation;
-    with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
-    See the GNU Free Documentation License in COPYING.GFDL for more details.
-@end copying
+@c This file is part of the StarPU Handbook.
+@c Copyright (C) 2009-2011  Université de Bordeaux 1
+@c Copyright (C) 2010, 2011  Centre National de la Recherche Scientifique
+@c See the file starpu.texi for copying conditions.
 
 @smallexample
 #include <starpu.h>

+ 4 - 10
doc/vector_scal_opencl.texi

@@ -1,13 +1,7 @@
-@copying
-    Copyright (C) 2009-2011  Université de Bordeaux 1
-    Copyright (C) 2010, 2011  Centre National de la Recherche Scientifique
-
-    Permission is granted to copy, distribute and/or modify this document
-    under the terms of the GNU Free Documentation License, Version 1.3
-    or any later version published by the Free Software Foundation;
-    with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
-    See the GNU Free Documentation License in COPYING.GFDL for more details.
-@end copying
+@c This file is part of the StarPU Handbook.
+@c Copyright (C) 2009-2011  Université de Bordeaux 1
+@c Copyright (C) 2010, 2011  Centre National de la Recherche Scientifique
+@c See the file starpu.texi for copying conditions.
 
 @smallexample
 #include <starpu.h>

+ 4 - 10
doc/vector_scal_opencl_codelet.texi

@@ -1,13 +1,7 @@
-@copying
-    Copyright (C) 2009-2011  Université de Bordeaux 1
-    Copyright (C) 2010, 2011  Centre National de la Recherche Scientifique
-
-    Permission is granted to copy, distribute and/or modify this document
-    under the terms of the GNU Free Documentation License, Version 1.3
-    or any later version published by the Free Software Foundation;
-    with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
-    See the GNU Free Documentation License in COPYING.GFDL for more details.
-@end copying
+@c This file is part of the StarPU Handbook.
+@c Copyright (C) 2009-2011  Université de Bordeaux 1
+@c Copyright (C) 2010, 2011  Centre National de la Recherche Scientifique
+@c See the file starpu.texi for copying conditions.
 
 @smallexample
 __kernel void vector_mult_opencl(__global float* val, int nx, float factor)