On Thu, 22 Apr 2004, Shachar Shemesh wrote: > Tom Lane wrote: > > >You can take some Postgres pieces and use them in a project with a > >different overall license, but those pieces are still under BSD license. > > > > > But that's not the BSD license. [...] > The BSD license, in contrast to PostgreSQL's, does NOT require me to > copy license related texts around, only the copyrights themselves. It
>From the BSD license template on the OSI site: # Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. # Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. So, afaics, it *does* require you to copy the list of conditions along with the files. ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend