I would like to ask how to properly include the BSD copyright notice within a derivative work (which will not be licensed under BSD).
The original work has a License.txt file attached, stating:
Copyright (c) 2006, The_Developer_Real_Name All rights reserved.
The name of the original work/code is not found on that file and I can see that the BSD template does not ask to specify it either.
I of course know the software name, but I'm bound to the copyright notice that says:
"Redistributions in binary form must reproduce the above copyright notice"
So basically, if I'll include the license.txt file as-is, it will imply that my derivative work is also BSD.
So my dumb question is this: how to do it exactly?
What is the common practice to let users/developers understand that the license file refers only to the original work not to my own?
How the users may know what part of the code is BSD and what isn't?