From 3ef2a2c432a79f6bc7e93c5b6fcdb525bbc4c6fa Mon Sep 17 00:00:00 2001 From: Stan Seibert Date: Mon, 28 Aug 2017 09:16:52 -0500 Subject: [PATCH] Fix copyrights --- buildscripts/condarecipe.buildbot/license.txt | 2 +- buildscripts/condarecipe.hsa/license.txt | 2 +- buildscripts/condarecipe.jenkins/license.txt | 2 +- buildscripts/condarecipe.local/license.txt | 2 +- numba/npyufunc/_internal.c | 5 ----- setup.py | 2 +- 6 files changed, 5 insertions(+), 10 deletions(-) diff --git a/buildscripts/condarecipe.buildbot/license.txt b/buildscripts/condarecipe.buildbot/license.txt index f42ddb1aa52..ead66cf6df9 100644 --- a/buildscripts/condarecipe.buildbot/license.txt +++ b/buildscripts/condarecipe.buildbot/license.txt @@ -1,4 +1,4 @@ -Copyright (c) 2012, Continuum Analytics, Inc. +Copyright (c) 2017, Anaconda, Inc. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/buildscripts/condarecipe.hsa/license.txt b/buildscripts/condarecipe.hsa/license.txt index f42ddb1aa52..ead66cf6df9 100644 --- a/buildscripts/condarecipe.hsa/license.txt +++ b/buildscripts/condarecipe.hsa/license.txt @@ -1,4 +1,4 @@ -Copyright (c) 2012, Continuum Analytics, Inc. +Copyright (c) 2017, Anaconda, Inc. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/buildscripts/condarecipe.jenkins/license.txt b/buildscripts/condarecipe.jenkins/license.txt index f42ddb1aa52..ead66cf6df9 100644 --- a/buildscripts/condarecipe.jenkins/license.txt +++ b/buildscripts/condarecipe.jenkins/license.txt @@ -1,4 +1,4 @@ -Copyright (c) 2012, Continuum Analytics, Inc. +Copyright (c) 2017, Anaconda, Inc. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/buildscripts/condarecipe.local/license.txt b/buildscripts/condarecipe.local/license.txt index f42ddb1aa52..ead66cf6df9 100644 --- a/buildscripts/condarecipe.local/license.txt +++ b/buildscripts/condarecipe.local/license.txt @@ -1,4 +1,4 @@ -Copyright (c) 2012, Continuum Analytics, Inc. +Copyright (c) 2017, Anaconda, Inc. All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/numba/npyufunc/_internal.c b/numba/npyufunc/_internal.c index 6ae402e735f..b8bd55316cf 100644 --- a/numba/npyufunc/_internal.c +++ b/numba/npyufunc/_internal.c @@ -1,8 +1,3 @@ -/* - * Copyright (c) 2012-2015 Continuum Analytics, Inc. - * All Rights reserved. - */ - #include "_internal.h" #include "Python.h" diff --git a/setup.py b/setup.py index 7952fcc63a4..5baca3be7cd 100644 --- a/setup.py +++ b/setup.py @@ -238,7 +238,7 @@ def rec(path, pkg_name): "numba.runtime": ["*.c", "*.h"], }, scripts=["numba/pycc/pycc", "bin/numba"], - author="Continuum Analytics, Inc.", + author="Anaconda, Inc.", author_email="numba-users@continuum.io", url="http://numba.github.com", packages=packages,