From de4bdf9e308e7eba871e7399a67dcdbf6c5a8bbc Mon Sep 17 00:00:00 2001 From: David Sanders Date: Mon, 25 Mar 2019 15:14:04 -0600 Subject: [PATCH] Remove attribution to specific person --- LICENSE | 2 +- README.md | 4 ++-- docs/conf.py | 8 ++++---- setup.py | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/LICENSE b/LICENSE index 1b7a2b5..d93175a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2018 Jason Carver +Copyright (c) 2019 The Ethereum Foundation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 8843960..ad7eb27 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ pip install ## Developer Setup -If you would like to hack on , please check out the -[Ethereum Development Tactical Manual](https://github.com/pipermerriam/ethereum-dev-tactical-manual) +If you would like to hack on , please check out the [Snake Charmers +Tactical Manual](https://github.com/ethereum/snake-charmers-tactical-manual) for information on how we do: - Testing diff --git a/docs/conf.py b/docs/conf.py index 0c63ed4..aaf6fb6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,7 +54,7 @@ master_doc = 'index' # General information about the project. project = '' -copyright = '2018, Jason Carver, Piper Merriam' +copyright = '2019, The Ethereum Foundation' __version__ = setup_version # The version info for the project you're documenting, acts as replacement for @@ -210,7 +210,7 @@ latex_elements = { # author, documentclass [howto, manual, or own class]). latex_documents = [ ('index', '.tex', ' Documentation', - 'Jason Carver', 'manual'), + 'The Ethereum Foundation', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -240,7 +240,7 @@ latex_documents = [ # (source start file, name, description, authors, manual section). man_pages = [ ('index', '', ' Documentation', - ['Jason Carver'], 1) + ['The Ethereum Foundation'], 1) ] # If true, show URL addresses after external links. @@ -254,7 +254,7 @@ man_pages = [ # dir menu entry, description, category) texinfo_documents = [ ('index', '', ' Documentation', - 'Jason Carver', '', '', + 'The Ethereum Foundation', '', '', 'Miscellaneous'), ] diff --git a/setup.py b/setup.py index 6c02fb2..904429c 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setup( version='0.1.0-alpha.0', description=""": """, long_description_markdown_filename='README.md', - author='Jason Carver', + author='The Ethereum Foundation', author_email='ethcalibur+pip@gmail.com', url='https://github.com/ethereum/', include_package_data=True,