Change referenced directory of 3b1b content in LICENSE and README

This commit is contained in:
Grant Sanderson 2020-01-06 09:39:33 -08:00
commit 24d077fbce
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
All files of this project under the directory "projects" are copyright 3Blue1Brown LLC and used by permission for this project only.
All files of this project under the directory "from_3b1b" are copyright 3Blue1Brown LLC and used by permission for this project only.
Any other file of this project is available under the MIT license as follow:

View file

@ -150,6 +150,6 @@ Is always welcome. In particular, there is a dire need for tests and documentati
## License
All files in the directories `active_projects` and `old_projects`, which by and large generate the visuals for 3b1b videos, are copyright 3Blue1Brown.
All files in the directory `from_3b1b`, which by and large generate the visuals for 3b1b videos, are copyright 3Blue1Brown.
The general purpose animation code found in the remainder of the repository, on the other hand, is under the MIT license.

View file

@ -376,7 +376,7 @@ class Banner(Scene):
def get_probabalistic_message(self):
return TextMobject(
"New video every", "Sunday",
"New video every ", "Sunday ",
"(with probability 0.3)",
tex_to_color_map={"Sunday": YELLOW},
)