[python-arrayfire] 31/250: Updating the year to 2015
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Mon Mar 28 22:59:27 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/master
in repository python-arrayfire.
commit 25e0ec11309693dff6070ee90d193cfd4905ecba
Author: Pavan Yalamanchili <pavan at arrayfire.com>
Date: Wed Jul 15 17:25:49 2015 -0400
Updating the year to 2015
---
arrayfire/__init__.py | 2 +-
arrayfire/algorithm.py | 2 +-
arrayfire/arith.py | 2 +-
arrayfire/array.py | 2 +-
arrayfire/blas.py | 2 +-
arrayfire/data.py | 2 +-
arrayfire/device.py | 2 +-
arrayfire/image.py | 2 +-
arrayfire/lapack.py | 2 +-
arrayfire/library.py | 2 +-
arrayfire/signal.py | 2 +-
arrayfire/statistics.py | 2 +-
arrayfire/util.py | 2 +-
tests/simple_algorithm.py | 2 +-
tests/simple_arith.py | 2 +-
tests/simple_array.py | 2 +-
tests/simple_blas.py | 2 +-
tests/simple_data.py | 2 +-
tests/simple_device.py | 2 +-
tests/simple_image.py | 2 +-
tests/simple_lapack.py | 2 +-
tests/simple_signal.py | 2 +-
tests/simple_statistics.py | 2 +-
23 files changed, 23 insertions(+), 23 deletions(-)
diff --git a/arrayfire/__init__.py b/arrayfire/__init__.py
index 2051544..7bd60f3 100644
--- a/arrayfire/__init__.py
+++ b/arrayfire/__init__.py
@@ -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/arrayfire/algorithm.py b/arrayfire/algorithm.py
index 4926169..d9d538d 100644
--- a/arrayfire/algorithm.py
+++ b/arrayfire/algorithm.py
@@ -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/arrayfire/arith.py b/arrayfire/arith.py
index 9575ebe..1688bcd 100644
--- a/arrayfire/arith.py
+++ b/arrayfire/arith.py
@@ -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/arrayfire/array.py b/arrayfire/array.py
index 75bb6d7..e4fa163 100644
--- a/arrayfire/array.py
+++ b/arrayfire/array.py
@@ -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/arrayfire/blas.py b/arrayfire/blas.py
index 84ac631..a548978 100644
--- a/arrayfire/blas.py
+++ b/arrayfire/blas.py
@@ -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/arrayfire/data.py b/arrayfire/data.py
index 2ada061..0e89a9a 100644
--- a/arrayfire/data.py
+++ b/arrayfire/data.py
@@ -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/arrayfire/device.py b/arrayfire/device.py
index 82132b7..b661e3e 100644
--- a/arrayfire/device.py
+++ b/arrayfire/device.py
@@ -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/arrayfire/image.py b/arrayfire/image.py
index 934d3df..42fa80f 100644
--- a/arrayfire/image.py
+++ b/arrayfire/image.py
@@ -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/arrayfire/lapack.py b/arrayfire/lapack.py
index ea6ab02..febc6d1 100644
--- a/arrayfire/lapack.py
+++ b/arrayfire/lapack.py
@@ -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/arrayfire/library.py b/arrayfire/library.py
index 96c7e85..ca40bf6 100644
--- a/arrayfire/library.py
+++ b/arrayfire/library.py
@@ -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/arrayfire/signal.py b/arrayfire/signal.py
index b037b6d..983a732 100644
--- a/arrayfire/signal.py
+++ b/arrayfire/signal.py
@@ -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/arrayfire/statistics.py b/arrayfire/statistics.py
index 5d7bcb3..337df56 100644
--- a/arrayfire/statistics.py
+++ b/arrayfire/statistics.py
@@ -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/arrayfire/util.py b/arrayfire/util.py
index 30095cd..bd4879c 100644
--- a/arrayfire/util.py
+++ b/arrayfire/util.py
@@ -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/tests/simple_algorithm.py b/tests/simple_algorithm.py
index 98b3510..1b70928 100755
--- a/tests/simple_algorithm.py
+++ b/tests/simple_algorithm.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
#######################################################
-# Copyright (c) 2014, ArrayFire
+# Copyright (c) 2015, ArrayFire
# All rights reserved.
#
# This file is distributed under 3-clause BSD license.
diff --git a/tests/simple_arith.py b/tests/simple_arith.py
index dfbd2aa..466c63e 100755
--- a/tests/simple_arith.py
+++ b/tests/simple_arith.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
#######################################################
-# Copyright (c) 2014, ArrayFire
+# Copyright (c) 2015, ArrayFire
# All rights reserved.
#
# This file is distributed under 3-clause BSD license.
diff --git a/tests/simple_array.py b/tests/simple_array.py
index 96e774d..f0a2b52 100755
--- a/tests/simple_array.py
+++ b/tests/simple_array.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
#######################################################
-# Copyright (c) 2014, ArrayFire
+# Copyright (c) 2015, ArrayFire
# All rights reserved.
#
# This file is distributed under 3-clause BSD license.
diff --git a/tests/simple_blas.py b/tests/simple_blas.py
index 1cedca3..daaf71e 100755
--- a/tests/simple_blas.py
+++ b/tests/simple_blas.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
#######################################################
-# Copyright (c) 2014, ArrayFire
+# Copyright (c) 2015, ArrayFire
# All rights reserved.
#
# This file is distributed under 3-clause BSD license.
diff --git a/tests/simple_data.py b/tests/simple_data.py
index 56bfcd4..8f8a1ae 100755
--- a/tests/simple_data.py
+++ b/tests/simple_data.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
#######################################################
-# Copyright (c) 2014, ArrayFire
+# Copyright (c) 2015, ArrayFire
# All rights reserved.
#
# This file is distributed under 3-clause BSD license.
diff --git a/tests/simple_device.py b/tests/simple_device.py
index db259b7..69acdba 100755
--- a/tests/simple_device.py
+++ b/tests/simple_device.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
#######################################################
-# Copyright (c) 2014, ArrayFire
+# Copyright (c) 2015, ArrayFire
# All rights reserved.
#
# This file is distributed under 3-clause BSD license.
diff --git a/tests/simple_image.py b/tests/simple_image.py
index 3b436d4..6c3181c 100755
--- a/tests/simple_image.py
+++ b/tests/simple_image.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
#######################################################
-# Copyright (c) 2014, ArrayFire
+# Copyright (c) 2015, ArrayFire
# All rights reserved.
#
# This file is distributed under 3-clause BSD license.
diff --git a/tests/simple_lapack.py b/tests/simple_lapack.py
index f059e62..e2055ad 100755
--- a/tests/simple_lapack.py
+++ b/tests/simple_lapack.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
#######################################################
-# Copyright (c) 2014, ArrayFire
+# Copyright (c) 2015, ArrayFire
# All rights reserved.
#
# This file is distributed under 3-clause BSD license.
diff --git a/tests/simple_signal.py b/tests/simple_signal.py
index d1adb68..55e9389 100755
--- a/tests/simple_signal.py
+++ b/tests/simple_signal.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
#######################################################
-# Copyright (c) 2014, ArrayFire
+# Copyright (c) 2015, ArrayFire
# All rights reserved.
#
# This file is distributed under 3-clause BSD license.
diff --git a/tests/simple_statistics.py b/tests/simple_statistics.py
index 3c7d033..2098bc7 100755
--- a/tests/simple_statistics.py
+++ b/tests/simple_statistics.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
#######################################################
-# Copyright (c) 2014, ArrayFire
+# Copyright (c) 2015, ArrayFire
# All rights reserved.
#
# This file is distributed under 3-clause BSD license.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-arrayfire.git
More information about the debian-science-commits
mailing list