[python-arrayfire] 44/250: Adding licensing for examples
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Mon Mar 28 22:59:29 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 13aebff4089276d21c1d88aaaf784acefbe32ae0
Author: Pavan Yalamanchili <pavan at arrayfire.com>
Date: Fri Jul 17 12:42:15 2015 -0400
Adding licensing for examples
---
examples/helloworld.py | 10 ++++++++++
examples/monte_carlo_pi.py | 10 ++++++++++
examples/plot2d.py | 9 +++++++++
3 files changed, 29 insertions(+)
diff --git a/examples/helloworld.py b/examples/helloworld.py
index 8e1bd42..6b3adef 100755
--- a/examples/helloworld.py
+++ b/examples/helloworld.py
@@ -1,4 +1,14 @@
#!/usr/bin/python
+
+#######################################################
+# Copyright (c) 2015, ArrayFire
+# All rights reserved.
+#
+# This file is distributed under 3-clause BSD license.
+# The complete license agreement can be obtained at:
+# http://arrayfire.com/licenses/BSD-3-Clause
+########################################################
+
import arrayfire as af
# Display backend information
diff --git a/examples/monte_carlo_pi.py b/examples/monte_carlo_pi.py
index 80471c9..ee25099 100755
--- a/examples/monte_carlo_pi.py
+++ b/examples/monte_carlo_pi.py
@@ -1,4 +1,14 @@
#!/usr/bin/python
+
+#######################################################
+# Copyright (c) 2015, ArrayFire
+# All rights reserved.
+#
+# This file is distributed under 3-clause BSD license.
+# The complete license agreement can be obtained at:
+# http://arrayfire.com/licenses/BSD-3-Clause
+########################################################
+
from random import random
from time import time
from arrayfire import (array, randu)
diff --git a/examples/plot2d.py b/examples/plot2d.py
index 08b3777..ddf91aa 100755
--- a/examples/plot2d.py
+++ b/examples/plot2d.py
@@ -1,5 +1,14 @@
#!/usr/bin/python
+#######################################################
+# Copyright (c) 2015, ArrayFire
+# All rights reserved.
+#
+# This file is distributed under 3-clause BSD license.
+# The complete license agreement can be obtained at:
+# http://arrayfire.com/licenses/BSD-3-Clause
+########################################################
+
import arrayfire as af
import math
--
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