| Submitter | Jan Engelhardt |
|---|---|
| Date | Feb. 29, 2012, 7:15 a.m. |
| Message ID | <1330499742-28091-1-git-send-email-jengelh@medozas.de> |
| Download | mbox |
| Permalink | /patch/143675/ |
| State | Accepted |
| Headers | show |
Pull-request
git://dev.medozas.de/libnetfilter_cttimeout masterComments
On Wed, Feb 29, 2012 at 08:15:36AM +0100, Jan Engelhardt wrote: > > > Note that src/*.c reads "GPL-2.0+" while the COPYING file shows > an LGPL-2.1 text. Clarification would be welcome. This is GPLv2+ stuff. I just pushed a patch to fix this, thanks for spotting this. > === > The following changes since commit eb9385b594bbd463fdc0704c33ca88e4d2e4cbb1: > > add README file (2012-02-29 03:33:44 +0100) > > are available in the git repository at: > git://dev.medozas.de/libnetfilter_cttimeout master > > Jan Engelhardt (6): > Add .gitignore > const-ify static data objects > Add stdint header and type corrections > Properly NUL-terminate name in nfct_timeout_attr_set > const-ify arguments of functions > Add extern "C" guard for C++ compilation mode And this bunch applied, thanks Jan! -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Note that src/*.c reads "GPL-2.0+" while the COPYING file shows an LGPL-2.1 text. Clarification would be welcome. === The following changes since commit eb9385b594bbd463fdc0704c33ca88e4d2e4cbb1: add README file (2012-02-29 03:33:44 +0100) are available in the git repository at: git://dev.medozas.de/libnetfilter_cttimeout master Jan Engelhardt (6): Add .gitignore const-ify static data objects Add stdint header and type corrections Properly NUL-terminate name in nfct_timeout_attr_set const-ify arguments of functions Add extern "C" guard for C++ compilation mode .gitignore | 18 +++++++++++ .../libnetfilter_cttimeout.h | 13 ++++++- src/libnetfilter_cttimeout.c | 33 +++++++++++--------- 3 files changed, 47 insertions(+), 17 deletions(-) create mode 100644 .gitignore -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html