mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
Change referenced directory of 3b1b content in LICENSE and README
This commit is contained in:
parent
16f8c025cd
commit
24d077fbce
3 changed files with 3 additions and 3 deletions
2
LICENSE
2
LICENSE
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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},
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue