diff --git a/filter.c b/filter.c index 2022cd6..717dc15 100644 --- a/filter.c +++ b/filter.c @@ -1,6 +1,6 @@ /* Copyright (c) 2015 Leon Baker -This projected is licensed under the terms of the LGPL-3.0 license. +This projected is licensed under the terms of the MIT License. */ #include "libmilter/mfapi.h" @@ -217,4 +217,4 @@ int wrap_setmlreply(SMFICTX *ctx, char *rcode, char *xcode, int msgc, char **msg - \ No newline at end of file + diff --git a/filter.h b/filter.h index 7ce6656..4be37f2 100644 --- a/filter.h +++ b/filter.h @@ -1,6 +1,6 @@ /* Copyright (c) 2015 Leon Baker -This projected is licensed under the terms of the LGPL-3.0 license. +This projected is licensed under the terms of the MIT License. */ // Set Callback functions in smfiDesc struct @@ -21,4 +21,4 @@ extern void setClose(struct smfiDesc *smfilter); // Return the size of a null terminated pointer array extern int argv_len(char **argv); -extern int wrap_setmlreply(SMFICTX *ctx, char *rcode, char *xcode, int msgc, char **msgv); \ No newline at end of file +extern int wrap_setmlreply(SMFICTX *ctx, char *rcode, char *xcode, int msgc, char **msgv); diff --git a/gomilter.go b/gomilter.go index ea17ca3..ba91417 100644 --- a/gomilter.go +++ b/gomilter.go @@ -1,7 +1,7 @@ /* Copyright (c) 2015 Leon Baker -This projected is licensed under the terms of the LGPL-3.0 license. +This projected is licensed under the terms of the MIT License. gomilter Go Bindings for libmilter diff --git a/samplefilter.go b/samplefilter.go index 4d727c7..1fba6c1 100644 --- a/samplefilter.go +++ b/samplefilter.go @@ -2,7 +2,7 @@ /* Copyright (c) 2015 Leon Baker -This projected is licensed under the terms of the LGPL-3.0 license. +This projected is licensed under the terms of the MIT License. @@ -47,4 +47,4 @@ func main() { // Start Milter gomilter.Run(mymilter) -} \ No newline at end of file +}