Browse Source

Filter example: fix copyright

Nathalie Furmento 15 years ago
parent
commit
41cbb6182c
1 changed files with 1 additions and 5 deletions
  1. 1 5
      examples/filters/fblock_cuda.cu

+ 1 - 5
examples/filters/fblock_cuda.cu

@@ -1,6 +1,6 @@
 /*
  * StarPU
- * Copyright (C) INRIA 2008-2009 (see AUTHORS file)
+ * Copyright (C) INRIA 2008-2010 (see AUTHORS file)
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by
@@ -14,10 +14,6 @@
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
-/*
- * This example complements vector_scale.c: here we implement a CUDA version.
- */
-
 #include <starpu.h>
 
 static __global__ void fblock_cuda(int *block, int nx, int ny, int nz, unsigned ldy, unsigned ldz, float factor)