
Hartmut Kaiser wrote:
boost/wave/util/flex_string.hpp
I'm not sure, what to do with this file. It was put by
Andrei into the
public domain. That's the reason why I didn't have inserted
any Boost
License into it.
Hmm, I guess as long as they're both clearly labelled as public domain then that's OK, one file has "The code is considered to be in the public domain", if you can add that to other file as well, then I'll update the licence scanner to recognise that. Actually "This code is considered to be in the public domain" would be somewhat better English, but that's being pedantic ;-)
Since I'm not a native English speaker I'd like to ask you for assistance here ;-) Please feel free to change the wording directly in the flex_string.hpp file.
Thanks very much for emailing me about flex_string. If you could also insert the following copyright notice, I'd be most grateful (beware of wrapped lines): //////////////////////////////////////////////////////////////////////////////// // flex_string // Copyright (c) 2001 by Andrei Alexandrescu // Permission to use, copy, modify, distribute and sell this software for any // purpose is hereby granted without fee, provided that the above copyright // notice appear in all copies and that both that copyright notice and this // permission notice appear in supporting documentation. // The author makes no representations about the // suitability of this software for any purpose. It is provided "as is" // without express or implied warranty. //////////////////////////////////////////////////////////////////////////////// By the way, if anyone is interested in adding flex_string to boost :o), I have recently updated the code and reached a design and implementation I'm very happy with. Andrei