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

Reply via email to