2010/12/15 Aurélien Gâteau <aurelie...@free.fr>:
> On 13/12/2010 18:02, Rudi Cilibrasi wrote:
>> 2010/12/13 malex <male...@googlemail.com>:
>>> nice! what about switching to some GPL? or is there something to consider first?
>> Hmm, I am no lawyer so cannot say for certain. But as for my personal
>> opinion I do not mind at all and
>> I will consider old versions already released under BSD to still be
>> usable under those terms whereas your new versions can be under GPL or
>> however you see fit and it is no problem for me either way.
>
> That could work. I would like to keep it BSD though, unless you object,
> Malex for no particular reason other than the fact I am interested in
> maintaining a BSD-licensed project, to see if there is any difference
> with the way people interact around it.
ok. how about "Simplified BSD License":
http://en.wikipedia.org/wiki/BSD_licenses#2-clause_license_.28.22Simplified_BSD_License.22_or_.22FreeBSD_License.22.29
?
Aurélien, i guess we should do this change after rebasing master, right?
do you think it will be enough to change the "COPYING" file or which
of the following should we adjust as well: AUTHORS, NEWS, README,
doc/*, src/cliargs.cc:printHelp?
--
Sincerely Yours,
Oleksandr Motsak
Fine with me.
> Aurélien, i guess we should do this change after rebasing master, right?
I agree.
> do you think it will be enough to change the "COPYING" file or which
> of the following should we adjust as well: AUTHORS, NEWS, README,
> doc/*, src/cliargs.cc:printHelp?
I think AUTHORS should contain something like this:
"""
Created and maintained by Rudi Cilibrasi <email> until 2010.
Currently maintained by Oleksandr Motsak <email> and Aurélien Gâteau
<email>.
"""
NEWS doesn't need to be changed
We should also replace Rudi email address in README and src/cliargs.cc
to point to http://msrp.github.com instead.
Aurélien
Aurélien
Yes, it is something completely unintuitive :)
git push origin :name-of-branch-to-delete
> btw, could you please try rebasing cmake onto it?
It didn't properly rebase, probably because the branches have no common
history. I cherry-picked the commits into a new branch:
msrp-from-ruby-cmake
Aur�lien