From e751d18bebb113bbd8a3b20ccb004477fb1ac4ba Mon Sep 17 00:00:00 2001 From: Yichao Yu <yyc1992@gmail.com> Date: Mon, 16 Jun 2014 05:40:30 -0400 Subject: [PATCH] add myself to __copyright__ of cffi_cl.py --- pyopencl/cffi_cl.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyopencl/cffi_cl.py b/pyopencl/cffi_cl.py index a4cdbf20..1afaa50e 100644 --- a/pyopencl/cffi_cl.py +++ b/pyopencl/cffi_cl.py @@ -3,6 +3,7 @@ from __future__ import division __copyright__ = """ Copyright (C) 2013 Marko Bencun Copyright (C) 2014 Andreas Kloeckner +Copyright (C) 2014 Yichao Yu """ __license__ = """ -- GitLab