Hi,

I release the librouter code under GNU GPL (just like taprouter). I had 
the GNU GPL header added to librouter.c, as it's the entry point for all 
other files I added, but you are right that it should be repeated in 
other files as well for clarity. I will fix that.

BTW, could you please tell me how I can update my git version of DOSemu? 
I have my modification there, and it looks like git won't checkout 
newest dosemu code unless I remove what I did, but I'd really prefer to 
keep my slirp code there (because I am using it), and also benefit from 
newest bugfixes (so I could retest gopherus).

Now I only end up with this:

  mateusz@mateusz:~/git/dosemu-with-slirp> git checkout
  Your branch is ahead of 'origin/master' by 1 commit.

cheers,
Mateusz



On 06/27/2013 05:31 PM, Stas Sergeev wrote:
> 27.06.2013 18:54, Mateusz Viste пишет:
>> Hi Stas!
>>
>> Thanks for your very clear instructions. I managed to create the patch
>> without any problems, and posted it on the dosemy bugtracking platform.
> Thanks, I'll try to take a look and do some basic testing
> when time permits. If someone else in this ML will do - even better. :)
> So far, however, you'll need to add the license to (some of)
> your files.
> This:
> ---
> +/*
> + * This file is part of the taprouter project.
> + * Copyright (C) Mateusz Viste 2013. All rights reserved.
> + */
> ---
> is not enough for the open source projects.
> You need to also either include the entire GPL header, or
> refer to COPYING.DOSEMU as most other dosemu files do,
> or, at least, mention GPL (or any other license you prefer)
> somehow.
> Without any mentioning of a license it can't be applied.
> (but I think we are fine with not mentioning the license in
> some small header files, so you probably don't need to add
> that to every file of yours)
>
> When you do so, you type:
> git commit -a --amend
> and it will amend the previous commit instead of creating a
> new one.
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Windows:
>
> Build for Windows Store.
>
> http://p.sf.net/sfu/windows-dev2dev
> _______________________________________________
> Dosemu-devel mailing list
> Dosemu-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dosemu-devel
>


------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Dosemu-devel mailing list
Dosemu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dosemu-devel

Reply via email to