Fix license
This commit is contained in:
4
filter.c
4
filter.c
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2015 Leon Baker
|
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"
|
#include "libmilter/mfapi.h"
|
||||||
@@ -217,4 +217,4 @@ int wrap_setmlreply(SMFICTX *ctx, char *rcode, char *xcode, int msgc, char **msg
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
4
filter.h
4
filter.h
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
Copyright (c) 2015 Leon Baker
|
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
|
// 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
|
// Return the size of a null terminated pointer array
|
||||||
extern int argv_len(char **argv);
|
extern int argv_len(char **argv);
|
||||||
|
|
||||||
extern int wrap_setmlreply(SMFICTX *ctx, char *rcode, char *xcode, int msgc, char **msgv);
|
extern int wrap_setmlreply(SMFICTX *ctx, char *rcode, char *xcode, int msgc, char **msgv);
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
|
|
||||||
Copyright (c) 2015 Leon Baker
|
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
|
gomilter
|
||||||
Go Bindings for libmilter
|
Go Bindings for libmilter
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
Copyright (c) 2015 Leon Baker
|
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
|
// Start Milter
|
||||||
gomilter.Run(mymilter)
|
gomilter.Run(mymilter)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user