diff --git a/smmapdfw/cyrus_worker/cyrus_worker.c b/smmapdfw/cyrus_worker/cyrus_worker.c index 416c706..27e34ed 100644 --- a/smmapdfw/cyrus_worker/cyrus_worker.c +++ b/smmapdfw/cyrus_worker/cyrus_worker.c @@ -1,3 +1,23 @@ +/* + Copyright (C) 2004, Wolfgang Hottgenroth + + This file is part of smmapdfw. + + smmapdfw 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 + (at your option) any later version. + + smmapdfw is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + License for more details. + + You should have received a copy of the GNU General Public License + along with smmapdfw. If not, write to the Free Software Foundation, 59 + Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + #include #include #include diff --git a/smmapdfw/libsmmapdfw/cfg.c b/smmapdfw/libsmmapdfw/cfg.c index 15c4e42..d0b4f51 100644 --- a/smmapdfw/libsmmapdfw/cfg.c +++ b/smmapdfw/libsmmapdfw/cfg.c @@ -1,3 +1,25 @@ +/* + Copyright (C) 2004, Wolfgang Hottgenroth + + This file is part of smmapdfw. + + smmapdfw 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 + (at your option) any later version. + + smmapdfw is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + License for more details. + + You should have received a copy of the GNU General Public License + along with smmapdfw. If not, write to the Free Software Foundation, 59 + Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + + + #if HAVE_CONFIG_H # include "config.h" #endif diff --git a/smmapdfw/libsmmapdfw/cfg.h b/smmapdfw/libsmmapdfw/cfg.h index e4ec251..953a836 100644 --- a/smmapdfw/libsmmapdfw/cfg.h +++ b/smmapdfw/libsmmapdfw/cfg.h @@ -1,3 +1,24 @@ +/* + Copyright (C) 2004, Wolfgang Hottgenroth + + This file is part of smmapdfw. + + smmapdfw 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 + (at your option) any later version. + + smmapdfw is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + License for more details. + + You should have received a copy of the GNU General Public License + along with smmapdfw. If not, write to the Free Software Foundation, 59 + Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + + #ifndef _CONFIG_H_ #define _CONFIG_H_ diff --git a/smmapdfw/libsmmapdfw/config_public.c b/smmapdfw/libsmmapdfw/config_public.c index 72d430a..87c8375 100644 --- a/smmapdfw/libsmmapdfw/config_public.c +++ b/smmapdfw/libsmmapdfw/config_public.c @@ -1,3 +1,24 @@ +/* + Copyright (C) 2004, Wolfgang Hottgenroth + + This file is part of smmapdfw. + + smmapdfw 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 + (at your option) any later version. + + smmapdfw is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + License for more details. + + You should have received a copy of the GNU General Public License + along with smmapdfw. If not, write to the Free Software Foundation, 59 + Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + + #if HAVE_CONFIG_H # include "config.h" #endif diff --git a/smmapdfw/libsmmapdfw/containers_public.h b/smmapdfw/libsmmapdfw/containers_public.h index 9635bac..10df8b2 100644 --- a/smmapdfw/libsmmapdfw/containers_public.h +++ b/smmapdfw/libsmmapdfw/containers_public.h @@ -1,3 +1,24 @@ +/* + Copyright (C) 2004, Wolfgang Hottgenroth + + This file is part of smmapdfw. + + smmapdfw 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 + (at your option) any later version. + + smmapdfw is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + License for more details. + + You should have received a copy of the GNU General Public License + along with smmapdfw. If not, write to the Free Software Foundation, 59 + Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + + #ifndef _CONTAINERS_PUBLIC_H_ #define _CONTAINERS_PUBLIC_H_ diff --git a/smmapdfw/libsmmapdfw/count.c b/smmapdfw/libsmmapdfw/count.c index da87ff4..a3fccad 100644 --- a/smmapdfw/libsmmapdfw/count.c +++ b/smmapdfw/libsmmapdfw/count.c @@ -1,3 +1,25 @@ +/* + Copyright (C) 2004, Wolfgang Hottgenroth + + This file is part of smmapdfw. + + smmapdfw 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 + (at your option) any later version. + + smmapdfw is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + License for more details. + + You should have received a copy of the GNU General Public License + along with smmapdfw. If not, write to the Free Software Foundation, 59 + Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + + + #include "count.h" void count_init(count_t *c) { diff --git a/smmapdfw/libsmmapdfw/count.h b/smmapdfw/libsmmapdfw/count.h index 65ef71b..8eb1233 100644 --- a/smmapdfw/libsmmapdfw/count.h +++ b/smmapdfw/libsmmapdfw/count.h @@ -1,3 +1,25 @@ +/* + Copyright (C) 2004, Wolfgang Hottgenroth + + This file is part of smmapdfw. + + smmapdfw 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 + (at your option) any later version. + + smmapdfw is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + License for more details. + + You should have received a copy of the GNU General Public License + along with smmapdfw. If not, write to the Free Software Foundation, 59 + Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + + + #ifndef _COUNT_H_ #define _COUNT_H_ diff --git a/smmapdfw/libsmmapdfw/dns.c b/smmapdfw/libsmmapdfw/dns.c index e065ff5..44ab2ae 100644 --- a/smmapdfw/libsmmapdfw/dns.c +++ b/smmapdfw/libsmmapdfw/dns.c @@ -1,3 +1,25 @@ +/* + Copyright (C) 2004, Wolfgang Hottgenroth + + This file is part of smmapdfw. + + smmapdfw 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 + (at your option) any later version. + + smmapdfw is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + License for more details. + + You should have received a copy of the GNU General Public License + along with smmapdfw. If not, write to the Free Software Foundation, 59 + Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + + + #include #include #include diff --git a/smmapdfw/libsmmapdfw/dns.h b/smmapdfw/libsmmapdfw/dns.h index 7ff4287..e5d63cf 100644 --- a/smmapdfw/libsmmapdfw/dns.h +++ b/smmapdfw/libsmmapdfw/dns.h @@ -1,3 +1,25 @@ +/* + Copyright (C) 2004, Wolfgang Hottgenroth + + This file is part of smmapdfw. + + smmapdfw 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 + (at your option) any later version. + + smmapdfw is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + License for more details. + + You should have received a copy of the GNU General Public License + along with smmapdfw. If not, write to the Free Software Foundation, 59 + Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + + + #ifndef _DNS_H_ #define _DNS_H_ diff --git a/smmapdfw/libsmmapdfw/queue.c b/smmapdfw/libsmmapdfw/queue.c index 3ff1687..6439c96 100644 --- a/smmapdfw/libsmmapdfw/queue.c +++ b/smmapdfw/libsmmapdfw/queue.c @@ -1,3 +1,25 @@ +/* + Copyright (C) 2004, Wolfgang Hottgenroth + + This file is part of smmapdfw. + + smmapdfw 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 + (at your option) any later version. + + smmapdfw is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + License for more details. + + You should have received a copy of the GNU General Public License + along with smmapdfw. If not, write to the Free Software Foundation, 59 + Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + + + #include "queue.h" #ifdef _TEST_MODE_ diff --git a/smmapdfw/libsmmapdfw/queue.h b/smmapdfw/libsmmapdfw/queue.h index 90d1459..b784c50 100644 --- a/smmapdfw/libsmmapdfw/queue.h +++ b/smmapdfw/libsmmapdfw/queue.h @@ -1,3 +1,23 @@ +/* + Copyright (C) 2004, Wolfgang Hottgenroth + + This file is part of smmapdfw. + + smmapdfw 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 + (at your option) any later version. + + smmapdfw is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + License for more details. + + You should have received a copy of the GNU General Public License + along with smmapdfw. If not, write to the Free Software Foundation, 59 + Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + #ifndef _QUEUE_H_ #define _QUEUE_H_ diff --git a/smmapdfw/libsmmapdfw/safe_write.c b/smmapdfw/libsmmapdfw/safe_write.c index ee49712..8c2fc73 100644 --- a/smmapdfw/libsmmapdfw/safe_write.c +++ b/smmapdfw/libsmmapdfw/safe_write.c @@ -1,3 +1,23 @@ +/* + Copyright (C) 2004, Wolfgang Hottgenroth + + This file is part of smmapdfw. + + smmapdfw 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 + (at your option) any later version. + + smmapdfw is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + License for more details. + + You should have received a copy of the GNU General Public License + along with smmapdfw. If not, write to the Free Software Foundation, 59 + Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + #include #include #include diff --git a/smmapdfw/libsmmapdfw/safe_write.h b/smmapdfw/libsmmapdfw/safe_write.h index 6bdded2..0d7ea9a 100644 --- a/smmapdfw/libsmmapdfw/safe_write.h +++ b/smmapdfw/libsmmapdfw/safe_write.h @@ -1,3 +1,23 @@ +/* + Copyright (C) 2004, Wolfgang Hottgenroth + + This file is part of smmapdfw. + + smmapdfw 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 + (at your option) any later version. + + smmapdfw is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + License for more details. + + You should have received a copy of the GNU General Public License + along with smmapdfw. If not, write to the Free Software Foundation, 59 + Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + #ifndef _SAFE_WRITE_H_ #define _SAFE_WRITE_H_ diff --git a/smmapdfw/libsmmapdfw/smtp.c b/smmapdfw/libsmmapdfw/smtp.c index b21bff9..80fdfd7 100644 --- a/smmapdfw/libsmmapdfw/smtp.c +++ b/smmapdfw/libsmmapdfw/smtp.c @@ -1,3 +1,25 @@ +/* + Copyright (C) 2004, Wolfgang Hottgenroth + + This file is part of smmapdfw. + + smmapdfw 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 + (at your option) any later version. + + smmapdfw is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + License for more details. + + You should have received a copy of the GNU General Public License + along with smmapdfw. If not, write to the Free Software Foundation, 59 + Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + + + #include #include #include diff --git a/smmapdfw/libsmmapdfw/smtp.h b/smmapdfw/libsmmapdfw/smtp.h index e92aa27..0abc0a1 100644 --- a/smmapdfw/libsmmapdfw/smtp.h +++ b/smmapdfw/libsmmapdfw/smtp.h @@ -1,3 +1,23 @@ +/* + Copyright (C) 2004, Wolfgang Hottgenroth + + This file is part of smmapdfw. + + smmapdfw 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 + (at your option) any later version. + + smmapdfw is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + License for more details. + + You should have received a copy of the GNU General Public License + along with smmapdfw. If not, write to the Free Software Foundation, 59 + Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + #ifndef _SMTP_H_ #define _SMTP_H_ diff --git a/smmapdfw/libsmmapdfw/sunos_comp.h b/smmapdfw/libsmmapdfw/sunos_comp.h index 4b1183c..11ea7cb 100644 --- a/smmapdfw/libsmmapdfw/sunos_comp.h +++ b/smmapdfw/libsmmapdfw/sunos_comp.h @@ -1,3 +1,25 @@ +/* + Copyright (C) 2004, Wolfgang Hottgenroth + + This file is part of smmapdfw. + + smmapdfw 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 + (at your option) any later version. + + smmapdfw is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + License for more details. + + You should have received a copy of the GNU General Public License + along with smmapdfw. If not, write to the Free Software Foundation, 59 + Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + + + #ifndef _SUNOS_COMP_H_ #define _SUNOS_COMP_H_ diff --git a/smmapdfw/lua_worker/lua_worker.c b/smmapdfw/lua_worker/lua_worker.c index 8d80b23..4b8d5fc 100644 --- a/smmapdfw/lua_worker/lua_worker.c +++ b/smmapdfw/lua_worker/lua_worker.c @@ -1,3 +1,23 @@ +/* + Copyright (C) 2004, Wolfgang Hottgenroth + + This file is part of smmapdfw. + + smmapdfw 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 + (at your option) any later version. + + smmapdfw is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + License for more details. + + You should have received a copy of the GNU General Public License + along with smmapdfw. If not, write to the Free Software Foundation, 59 + Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + #include #include #include diff --git a/smmapdfw/m4/cyruscheck.m4 b/smmapdfw/m4/cyruscheck.m4 index b561676..35b644c 100644 --- a/smmapdfw/m4/cyruscheck.m4 +++ b/smmapdfw/m4/cyruscheck.m4 @@ -1,3 +1,21 @@ +dnl Copyright (C) 2004, Wolfgang Hottgenroth +dnl +dnl This file is part of smmapdfw. +dnl +dnl smmapdfw is free software; you can redistribute it and/or modify it +dnl under the terms of the GNU General Public License as published by +dnl the Free Software Foundation; either version 2 of the License, or +dnl (at your option) any later version. +dnl +dnl smmapdfw is distributed in the hope that it will be useful, but WITHOUT +dnl ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public +dnl License for more details. +dnl +dnl You should have received a copy of the GNU General Public License +dnl along with smmapdfw. If not, write to the Free Software Foundation, 59 +dnl Temple Place - Suite 330, Boston, MA 02111-1307, USA. + VERSIONID(`$Id$') diff --git a/smmapdfw/m4/verifysender.m4 b/smmapdfw/m4/verifysender.m4 index 48f708c..e415d9c 100644 --- a/smmapdfw/m4/verifysender.m4 +++ b/smmapdfw/m4/verifysender.m4 @@ -1,3 +1,21 @@ +dnl Copyright (C) 2004, Wolfgang Hottgenroth +dnl +dnl This file is part of smmapdfw. +dnl +dnl smmapdfw is free software; you can redistribute it and/or modify it +dnl under the terms of the GNU General Public License as published by +dnl the Free Software Foundation; either version 2 of the License, or +dnl (at your option) any later version. +dnl +dnl smmapdfw is distributed in the hope that it will be useful, but WITHOUT +dnl ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public +dnl License for more details. +dnl +dnl You should have received a copy of the GNU General Public License +dnl along with smmapdfw. If not, write to the Free Software Foundation, 59 +dnl Temple Place - Suite 330, Boston, MA 02111-1307, USA. + VERSIONID(`$Id$') diff --git a/smmapdfw/smmapd/containers.c b/smmapdfw/smmapd/containers.c index ed4757d..820e1f3 100644 --- a/smmapdfw/smmapd/containers.c +++ b/smmapdfw/smmapd/containers.c @@ -1,3 +1,25 @@ +/* + Copyright (C) 2004, Wolfgang Hottgenroth + + This file is part of smmapdfw. + + smmapdfw 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 + (at your option) any later version. + + smmapdfw is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + License for more details. + + You should have received a copy of the GNU General Public License + along with smmapdfw. If not, write to the Free Software Foundation, 59 + Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + + + #if HAVE_CONFIG_H # include "config.h" #endif diff --git a/smmapdfw/smmapd/containers.h b/smmapdfw/smmapd/containers.h index a8611ec..d8d8ed5 100644 --- a/smmapdfw/smmapd/containers.h +++ b/smmapdfw/smmapd/containers.h @@ -1,3 +1,25 @@ +/* + Copyright (C) 2004, Wolfgang Hottgenroth + + This file is part of smmapdfw. + + smmapdfw 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 + (at your option) any later version. + + smmapdfw is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + License for more details. + + You should have received a copy of the GNU General Public License + along with smmapdfw. If not, write to the Free Software Foundation, 59 + Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + + + #ifndef _CONTAINERS_H_ #define _CONTAINERS_H_ diff --git a/smmapdfw/smmapd/smmapd.c b/smmapdfw/smmapd/smmapd.c index 167f72f..8946dfa 100644 --- a/smmapdfw/smmapd/smmapd.c +++ b/smmapdfw/smmapd/smmapd.c @@ -1,3 +1,25 @@ +/* + Copyright (C) 2004, Wolfgang Hottgenroth + + This file is part of smmapdfw. + + smmapdfw 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 + (at your option) any later version. + + smmapdfw is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + License for more details. + + You should have received a copy of the GNU General Public License + along with smmapdfw. If not, write to the Free Software Foundation, 59 + Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + + + #if HAVE_CONFIG_H # include "config.h" #endif diff --git a/smmapdfw/test_worker/test_workers.c b/smmapdfw/test_worker/test_workers.c index af16d9e..6356a8d 100644 --- a/smmapdfw/test_worker/test_workers.c +++ b/smmapdfw/test_worker/test_workers.c @@ -1,3 +1,23 @@ +/* + Copyright (C) 2004, Wolfgang Hottgenroth + + This file is part of smmapdfw. + + smmapdfw 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 + (at your option) any later version. + + smmapdfw is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + License for more details. + + You should have received a copy of the GNU General Public License + along with smmapdfw. If not, write to the Free Software Foundation, 59 + Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + #include #include #include "containers_public.h" diff --git a/smmapdfw/verify_worker/verify_worker.c b/smmapdfw/verify_worker/verify_worker.c index c3ab2e5..58ae07c 100644 --- a/smmapdfw/verify_worker/verify_worker.c +++ b/smmapdfw/verify_worker/verify_worker.c @@ -1,3 +1,23 @@ +/* + Copyright (C) 2004, Wolfgang Hottgenroth + + This file is part of smmapdfw. + + smmapdfw 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 + (at your option) any later version. + + smmapdfw is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + License for more details. + + You should have received a copy of the GNU General Public License + along with smmapdfw. If not, write to the Free Software Foundation, 59 + Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + #if HAVE_CONFIG_H # include "config.h" #endif