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,