This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [v3 patch] Add std::tr1::shared_ptr


On Mon, Feb 21, 2005 at 01:16:05PM +0000, Jonathan Wakely wrote:
> 
> This adds <tr1/memory> which covers section 2.2 of TR1 - smart pointers.
> 
> The code was taken from Boost with permission of the authors. The
> <tr1/memory> header contains code from several Boost headers in one
> file, which currently has the copyright statements from all those files.
> Someone should check I've done everything I need to in order to add this
> code to GCC and that the copyrights are OK.

You've added code with an FSF copyright notice that is "also" copyright
other individuals.  Does "permission of the authors" include FSF
copyright assignments?  If not, I'm not sure this should be added to
libstdc++.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]