Mercurial > masqmail
changeset 224:996b53a50f55
added my copyright to files I worked on
author | meillo@marmaro.de |
---|---|
date | Fri, 23 Jul 2010 11:27:17 +0200 (2010-07-23) |
parents | 9814e75de61c |
children | 589c365d90b1 |
files | src/accept.c src/conf.c src/deliver.c src/local.c src/lookup.c src/masqmail.h src/message.c src/permissions.c src/queue.c src/smtp_out.c |
diffstat | 10 files changed, 15 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/accept.c Fri Jul 23 11:18:20 2010 +0200 +++ b/src/accept.c Fri Jul 23 11:27:17 2010 +0200 @@ -1,5 +1,6 @@ /* MasqMail Copyright (C) 1999-2001 Oliver Kurth + Copyright (C) 2010 markus schnalke <meillo@marmaro.de> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by
--- a/src/conf.c Fri Jul 23 11:18:20 2010 +0200 +++ b/src/conf.c Fri Jul 23 11:27:17 2010 +0200 @@ -1,5 +1,6 @@ /* MasqMail Copyright (C) 1999-2001 Oliver Kurth + Copyright (C) 2010 markus schnalke <meillo@marmaro.de> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by
--- a/src/deliver.c Fri Jul 23 11:18:20 2010 +0200 +++ b/src/deliver.c Fri Jul 23 11:27:17 2010 +0200 @@ -1,6 +1,6 @@ /* MasqMail Copyright (C) 1999-2002 Oliver Kurth - Copyright (C) 2008 markus schnalke <meillo@marmaro.de> + Copyright (C) 2008, 2010 markus schnalke <meillo@marmaro.de> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by
--- a/src/local.c Fri Jul 23 11:18:20 2010 +0200 +++ b/src/local.c Fri Jul 23 11:27:17 2010 +0200 @@ -1,5 +1,6 @@ /* MasqMail Copyright (C) 1999-2001 Oliver Kurth + Copyright (C) 2010 markus schnalke <meillo@marmaro.de> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by
--- a/src/lookup.c Fri Jul 23 11:18:20 2010 +0200 +++ b/src/lookup.c Fri Jul 23 11:27:17 2010 +0200 @@ -1,4 +1,6 @@ -/* MasqMail Copyright (C) Oliver Kurth, +/* MasqMail + * Copyright (C) Oliver Kurth + * Copyright (C) markus schnalke <meillo@marmaro.de> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by
--- a/src/masqmail.h Fri Jul 23 11:18:20 2010 +0200 +++ b/src/masqmail.h Fri Jul 23 11:27:17 2010 +0200 @@ -1,5 +1,6 @@ /* MasqMail Copyright (C) 1999-2001 Oliver Kurth + Copyright (C) 2010 markus schnalke <meillo@marmaro.de> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by
--- a/src/message.c Fri Jul 23 11:18:20 2010 +0200 +++ b/src/message.c Fri Jul 23 11:27:17 2010 +0200 @@ -1,5 +1,6 @@ /* MasqMail Copyright (C) 1999-2001 Oliver Kurth + Copyright (C) 2010 markus schnalke <meillo@marmaro.de> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by
--- a/src/permissions.c Fri Jul 23 11:18:20 2010 +0200 +++ b/src/permissions.c Fri Jul 23 11:27:17 2010 +0200 @@ -1,5 +1,6 @@ /* MasqMail Copyright (C) 2000 Oliver Kurth + Copyright (C) 2010 markus schnalke <meillo@marmaro.de> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by
--- a/src/queue.c Fri Jul 23 11:18:20 2010 +0200 +++ b/src/queue.c Fri Jul 23 11:27:17 2010 +0200 @@ -1,5 +1,6 @@ /* MasqMail Copyright (C) 1999-2001 Oliver Kurth + Copyright (C) 2010 markus schnalke <meillo@marmaro.de> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by
--- a/src/smtp_out.c Fri Jul 23 11:18:20 2010 +0200 +++ b/src/smtp_out.c Fri Jul 23 11:27:17 2010 +0200 @@ -1,5 +1,7 @@ -/* smtp_out.c, Copyright (C) 1999-2001 Oliver Kurth, - * +/* smtp_out.c + Copyright (C) 1999-2001 Oliver Kurth + Copyright (C) 2010 markus schnalke <meillo@marmaro.de> + * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or