Hi Sergey,
I misunderstood what you said above. I thought you said that we cannot
use your patch without modifying our copyright. Thanks for clarifying
that. Thanks for allowing us to use this specific patch.
The question on stackoverflow stays though --- the question is, if you
fork SymPy (there is over 1300 forks just on GitHub alone), and
whether or not you rename the repository from sympy to something else,
and you keep the license, how do we integrate it back, according to
the license terms. The specific question is about the copyright
notice, whether you can incorporate it as two different files (LICENSE
and AUTHORS) or whether the text must be intact. It is actually not
clear, because you keep the copyright to all patches, whether or not
you acknowledge it, so the copyright notice is actually redundant.
Specifically, your fork is not public domain. Your fork is (currently)
released under the BSD licensed (so you already gave us permission to
use your code by using this license), and git commits with your name
are copyrighted to you, just like other git commits that you also
include are copyrighted to their authors.
Ondrej