[arrayfire] 17/248: Updated copyright year in hapi source files

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Nov 17 15:53:50 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch dfsg-clean
in repository arrayfire.

commit 79c90ac86c77421a7f5604df041dc9b6ca99a63b
Author: pradeep <pradeep at arrayfire.com>
Date:   Fri Aug 28 14:47:01 2015 -0400

    Updated copyright year in hapi source files
---
 src/api/hapi/algorithm.cpp      | 2 +-
 src/api/hapi/arith.cpp          | 2 +-
 src/api/hapi/data.cpp           | 4 ++--
 src/api/hapi/print.cpp          | 2 +-
 src/api/hapi/symbol_manager.cpp | 2 +-
 src/api/hapi/symbol_manager.hpp | 4 ++--
 6 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/api/hapi/algorithm.cpp b/src/api/hapi/algorithm.cpp
index ee96b31..97f3b5e 100644
--- a/src/api/hapi/algorithm.cpp
+++ b/src/api/hapi/algorithm.cpp
@@ -1,5 +1,5 @@
 /*******************************************************
- * Copyright (c) 2014, ArrayFire
+ * Copyright (c) 2015, ArrayFire
  * All rights reserved.
  *
  * This file is distributed under 3-clause BSD license.
diff --git a/src/api/hapi/arith.cpp b/src/api/hapi/arith.cpp
index 27c6bfc..a15f830 100644
--- a/src/api/hapi/arith.cpp
+++ b/src/api/hapi/arith.cpp
@@ -1,5 +1,5 @@
 /*******************************************************
- * Copyright (c) 2014, ArrayFire
+ * Copyright (c) 2015, ArrayFire
  * All rights reserved.
  *
  * This file is distributed under 3-clause BSD license.
diff --git a/src/api/hapi/data.cpp b/src/api/hapi/data.cpp
index c65f273..0a53c94 100644
--- a/src/api/hapi/data.cpp
+++ b/src/api/hapi/data.cpp
@@ -1,5 +1,5 @@
 /*******************************************************
- * Copyright (c) 2014, ArrayFire
+ * Copyright (c) 2015, ArrayFire
  * All rights reserved.
  *
  * This file is distributed under 3-clause BSD license.
@@ -28,4 +28,4 @@ af_err af_constant(af_array *result, const double value,
 af_err af_release_array(af_array arr)
 {
     return CALL(arr);
-}
\ No newline at end of file
+}
diff --git a/src/api/hapi/print.cpp b/src/api/hapi/print.cpp
index f769dbb..7371910 100644
--- a/src/api/hapi/print.cpp
+++ b/src/api/hapi/print.cpp
@@ -1,5 +1,5 @@
 /*******************************************************
- * Copyright (c) 2014, ArrayFire
+ * Copyright (c) 2015, ArrayFire
  * All rights reserved.
  *
  * This file is distributed under 3-clause BSD license.
diff --git a/src/api/hapi/symbol_manager.cpp b/src/api/hapi/symbol_manager.cpp
index 8f10206..ded6ef7 100644
--- a/src/api/hapi/symbol_manager.cpp
+++ b/src/api/hapi/symbol_manager.cpp
@@ -1,5 +1,5 @@
 /*******************************************************
- * Copyright (c) 2014, ArrayFire
+ * Copyright (c) 2015, ArrayFire
  * All rights reserved.
  *
  * This file is distributed under 3-clause BSD license.
diff --git a/src/api/hapi/symbol_manager.hpp b/src/api/hapi/symbol_manager.hpp
index 85ed720..afed6b8 100644
--- a/src/api/hapi/symbol_manager.hpp
+++ b/src/api/hapi/symbol_manager.hpp
@@ -1,5 +1,5 @@
 /*******************************************************
- * Copyright (c) 2014, ArrayFire
+ * Copyright (c) 2015, ArrayFire
  * All rights reserved.
  *
  * This file is distributed under 3-clause BSD license.
@@ -75,4 +75,4 @@ class AFSymbolManager {
 #define CALL(...) AFSymbolManager::getInstance().call(__FUNCTION__, __VA_ARGS__)
 #else
 #define CALL(...) AFSymbolManager::getInstance().call(__func__, __VA_ARGS__)
-#endif
\ No newline at end of file
+#endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arrayfire.git



More information about the debian-science-commits mailing list