From 8a7c5eab2108df6b4f476d97b09554c8ee241054 2014-04-02 04:26:27 From: MinRK Date: 2014-04-02 04:26:27 Subject: [PATCH] remove weird unicode space in the new copyright header The bytes were actually: #\xe2\x80\x82Copyright... --- diff --git a/COPYING.rst b/COPYING.rst index dea9b87..59674ac 100644 --- a/COPYING.rst +++ b/COPYING.rst @@ -70,5 +70,5 @@ to indicate the copyright and license terms: :: - # Copyright (c) IPython Development Team. - # Distributed under the terms of the Modified BSD License. + # Copyright (c) IPython Development Team. + # Distributed under the terms of the Modified BSD License. diff --git a/IPython/html/static/notebook/js/quickhelp.js b/IPython/html/static/notebook/js/quickhelp.js index ce6eea7..61aa553 100644 --- a/IPython/html/static/notebook/js/quickhelp.js +++ b/IPython/html/static/notebook/js/quickhelp.js @@ -1,5 +1,5 @@ -// Copyright (c) IPython Development Team. -// Distributed under the terms of the Modified BSD License. +// Copyright (c) IPython Development Team. +// Distributed under the terms of the Modified BSD License. //============================================================================ // QuickHelp button