From 88695b1a9294604fb3aa7fccf3cc9e6690065ec9 Mon Sep 17 00:00:00 2001
From: arghdos <arghdos@gmail.com>
Date: Wed, 12 Jul 2017 20:38:08 -0400
Subject: [PATCH] update copyright

---
 loopy/target/c/c_execution.py | 2 +-
 loopy/target/execution.py     | 2 +-
 test/test_c_execution.py      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/loopy/target/c/c_execution.py b/loopy/target/c/c_execution.py
index 3e479dc2d..019b2a829 100644
--- a/loopy/target/c/c_execution.py
+++ b/loopy/target/c/c_execution.py
@@ -1,6 +1,6 @@
 from __future__ import division, with_statement, absolute_import
 
-__copyright__ = "Copyright (C) 2012 Andreas Kloeckner"
+__copyright__ = "Copyright (C) 2017 Nick Curtis"
 
 __license__ = """
 Permission is hereby granted, free of charge, to any person obtaining a copy
diff --git a/loopy/target/execution.py b/loopy/target/execution.py
index 382255ace..ffa0aa2ab 100644
--- a/loopy/target/execution.py
+++ b/loopy/target/execution.py
@@ -1,6 +1,6 @@
 from __future__ import division, with_statement, absolute_import
 
-__copyright__ = "Copyright (C) 2012-16 Andreas Kloeckner"
+__copyright__ = "Copyright (C) 2012-17 Andreas Kloeckner, Nick Curtis"
 
 __license__ = """
 Permission is hereby granted, free of charge, to any person obtaining a copy
diff --git a/test/test_c_execution.py b/test/test_c_execution.py
index 5467e992e..6d3c42da7 100644
--- a/test/test_c_execution.py
+++ b/test/test_c_execution.py
@@ -1,6 +1,6 @@
 from __future__ import division, absolute_import, print_function
 
-__copyright__ = "Copyright (C) 2012 Andreas Kloeckner"
+__copyright__ = "Copyright (C) 2017 Nick Curtis"
 
 __license__ = """
 Permission is hereby granted, free of charge, to any person obtaining a copy
-- 
GitLab