From d15db9ddc60f9909300054f84c9826104a12e95d Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Thu, 16 Jul 2026 21:44:21 +0200 Subject: [PATCH] Standardize headers on new source files --- cmake/EmbedFile.cmake | 21 ++++++++++++++++++ cmake/FindCyrusSASL.cmake | 21 ++++++++++++++++++ cmake/FindGLib2.cmake | 21 ++++++++++++++++++ cmake/FindGMime.cmake | 21 ++++++++++++++++++ cmake/FindLibGcrypt.cmake | 21 ++++++++++++++++++ cmake/FindLibIcal.cmake | 21 ++++++++++++++++++ cmake/FindLibPSL.cmake | 21 ++++++++++++++++++ cmake/FindMailutils.cmake | 21 ++++++++++++++++++ cmake/FindOpenDKIM.cmake | 21 ++++++++++++++++++ cmake/FindOpenDMARC.cmake | 21 ++++++++++++++++++ cmake/FindSPF2.cmake | 21 ++++++++++++++++++ cmake/FindSRS2.cmake | 21 ++++++++++++++++++ include/bongosasl.h | 21 ++++++++++++++++++ include/bongosieve.h | 21 ++++++++++++++++++ init/bongo.service.in | 21 ++++++++++++++++++ init/bongo.sysusers.in | 21 ++++++++++++++++++ init/bongo.tmpfiles.in | 21 ++++++++++++++++++ src/agents/collector/external_accounts.c | 21 ++++++++++++++++++ src/agents/collector/external_accounts.h | 21 ++++++++++++++++++ src/agents/collector/external_store.c | 21 ++++++++++++++++++ src/agents/collector/external_store.h | 21 ++++++++++++++++++ src/agents/collector/external_transport.c | 21 ++++++++++++++++++ src/agents/collector/external_transport.h | 21 ++++++++++++++++++ .../collector/tests/external-transport-test.c | 21 ++++++++++++++++++ src/agents/pop/capabilities.c | 21 ++++++++++++++++++ src/agents/pop/capabilities.h | 21 ++++++++++++++++++ src/agents/pop/tests/capabilities-test.c | 21 ++++++++++++++++++ src/agents/sieve/managesieved.c | 21 ++++++++++++++++++ src/agents/smtp/capabilities.c | 21 ++++++++++++++++++ src/agents/smtp/capabilities.h | 21 ++++++++++++++++++ src/agents/smtp/tests/capabilities-test.c | 21 ++++++++++++++++++ .../tests/external-accounts-test.c | 21 ++++++++++++++++++ src/libs/connio/tests/tls-peer-test.c | 21 ++++++++++++++++++ src/libs/mailauth/dkim.c | 21 ++++++++++++++++++ src/libs/mailauth/dmarc.c | 21 ++++++++++++++++++ src/libs/mailauth/mailauth.c | 21 ++++++++++++++++++ src/libs/mailauth/mailauth.h | 21 ++++++++++++++++++ src/libs/mailauth/spf.c | 21 ++++++++++++++++++ src/libs/mailauth/srs.c | 21 ++++++++++++++++++ src/libs/mailauth/tests/dkim-test.c | 21 ++++++++++++++++++ src/libs/mailauth/tests/spf-test.c | 21 ++++++++++++++++++ src/libs/mailauth/tests/srs-test.c | 21 ++++++++++++++++++ src/libs/python/libbongo/calendar-module.c | 21 ++++++++++++++++++ .../libbongo/external-accounts-module.c | 21 ++++++++++++++++++ src/libs/sasl/sasl.c | 21 ++++++++++++++++++ src/libs/sasl/tests/sasl-test.c | 21 ++++++++++++++++++ src/libs/sieve/managesieve.c | 21 ++++++++++++++++++ src/libs/sieve/sieve.c | 21 ++++++++++++++++++ src/libs/sieve/store.c | 21 ++++++++++++++++++ src/libs/sieve/tests/managesieve-test.c | 21 ++++++++++++++++++ src/libs/sieve/tests/sieve-test.c | 21 ++++++++++++++++++ src/libs/sieve/tests/store-test.c | 21 ++++++++++++++++++ src/www/bongo-web.py.in | 22 +++++++++++++++++++ src/www/bongo_web/__init__.py | 21 ++++++++++++++++++ src/www/bongo_web/auth.py | 21 ++++++++++++++++++ src/www/bongo_web/calendar_store.py | 21 ++++++++++++++++++ src/www/bongo_web/card_store.py | 21 ++++++++++++++++++ src/www/bongo_web/compose.py | 21 ++++++++++++++++++ src/www/bongo_web/dav.py | 21 ++++++++++++++++++ src/www/bongo_web/external_accounts.py | 21 ++++++++++++++++++ src/www/bongo_web/filters.py | 21 ++++++++++++++++++ src/www/bongo_web/html_mail.py | 21 ++++++++++++++++++ src/www/bongo_web/identities.py | 21 ++++++++++++++++++ src/www/bongo_web/mail_store.py | 21 ++++++++++++++++++ src/www/bongo_web/providers.py | 21 ++++++++++++++++++ src/www/bongo_web/session.py | 21 ++++++++++++++++++ src/www/bongo_web/tasks.py | 21 ++++++++++++++++++ src/www/static/app.css | 21 ++++++++++++++++++ src/www/static/app.js | 21 ++++++++++++++++++ src/www/static/css/calendar.css | 21 ++++++++++++++++++ src/www/static/css/composer.css | 21 ++++++++++++++++++ src/www/static/css/contacts.css | 21 ++++++++++++++++++ src/www/static/css/conversation.css | 21 ++++++++++++++++++ src/www/static/css/layout.css | 21 ++++++++++++++++++ src/www/static/css/login.css | 21 ++++++++++++++++++ src/www/static/css/print.css | 21 ++++++++++++++++++ src/www/static/css/summary.css | 21 ++++++++++++++++++ src/www/static/css/widgets.css | 21 ++++++++++++++++++ src/www/static/index.html | 20 +++++++++++++++++ src/www/tests/test_calendar_store.py | 21 ++++++++++++++++++ src/www/tests/test_card_store.py | 21 ++++++++++++++++++ src/www/tests/test_compose.py | 21 ++++++++++++++++++ src/www/tests/test_dav.py | 21 ++++++++++++++++++ src/www/tests/test_external_accounts.py | 21 ++++++++++++++++++ src/www/tests/test_filters.py | 21 ++++++++++++++++++ src/www/tests/test_html_mail.py | 21 ++++++++++++++++++ src/www/tests/test_identities.py | 21 ++++++++++++++++++ src/www/tests/test_mail_store.py | 21 ++++++++++++++++++ src/www/tests/test_providers.py | 21 ++++++++++++++++++ src/www/tests/test_tasks.py | 21 ++++++++++++++++++ 90 files changed, 1890 insertions(+) diff --git a/cmake/EmbedFile.cmake b/cmake/EmbedFile.cmake index c230b9e..d97242a 100644 --- a/cmake/EmbedFile.cmake +++ b/cmake/EmbedFile.cmake @@ -1,3 +1,24 @@ +# /**************************************************************************** +# * +# * Copyright (c) 2001 Novell, Inc. All Rights Reserved. +# * +# * This program is free software; you can redistribute it and/or +# * modify it under the terms of version 2 of the GNU General Public License +# * as published by the Free Software Foundation. +# * +# * This program 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 this program; if not, contact Novell, Inc. +# * +# * To contact Novell about this file by physical or electronic mail, you +# * may find current contact information at www.novell.com. +# * +# ****************************************************************************/ + if(NOT DEFINED INPUT OR NOT DEFINED OUTPUT OR NOT DEFINED SYMBOL) message(FATAL_ERROR "EmbedFile.cmake requires INPUT, OUTPUT and SYMBOL") endif() diff --git a/cmake/FindCyrusSASL.cmake b/cmake/FindCyrusSASL.cmake index 2f74147..0288804 100644 --- a/cmake/FindCyrusSASL.cmake +++ b/cmake/FindCyrusSASL.cmake @@ -1,3 +1,24 @@ +# /**************************************************************************** +# * +# * Copyright (c) 2001 Novell, Inc. All Rights Reserved. +# * +# * This program is free software; you can redistribute it and/or +# * modify it under the terms of version 2 of the GNU General Public License +# * as published by the Free Software Foundation. +# * +# * This program 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 this program; if not, contact Novell, Inc. +# * +# * To contact Novell about this file by physical or electronic mail, you +# * may find current contact information at www.novell.com. +# * +# ****************************************************************************/ + find_path(CyrusSASL_INCLUDE_DIR NAMES sasl/sasl.h) find_library(CyrusSASL_LIBRARY NAMES sasl2) diff --git a/cmake/FindGLib2.cmake b/cmake/FindGLib2.cmake index d680ca2..60040e8 100644 --- a/cmake/FindGLib2.cmake +++ b/cmake/FindGLib2.cmake @@ -1,3 +1,24 @@ +# /**************************************************************************** +# * +# * Copyright (c) 2001 Novell, Inc. All Rights Reserved. +# * +# * This program is free software; you can redistribute it and/or +# * modify it under the terms of version 2 of the GNU General Public License +# * as published by the Free Software Foundation. +# * +# * This program 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 this program; if not, contact Novell, Inc. +# * +# * To contact Novell about this file by physical or electronic mail, you +# * may find current contact information at www.novell.com. +# * +# ****************************************************************************/ + find_path(GLib2_INCLUDE_DIR NAMES glib.h PATH_SUFFIXES glib-2.0) find_library(GLib2_LIBRARY NAMES glib-2.0) find_library(GLib2_GOBJECT_LIBRARY NAMES gobject-2.0) diff --git a/cmake/FindGMime.cmake b/cmake/FindGMime.cmake index ed1e689..d27d40e 100644 --- a/cmake/FindGMime.cmake +++ b/cmake/FindGMime.cmake @@ -1,3 +1,24 @@ +# /**************************************************************************** +# * +# * Copyright (c) 2001 Novell, Inc. All Rights Reserved. +# * +# * This program is free software; you can redistribute it and/or +# * modify it under the terms of version 2 of the GNU General Public License +# * as published by the Free Software Foundation. +# * +# * This program 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 this program; if not, contact Novell, Inc. +# * +# * To contact Novell about this file by physical or electronic mail, you +# * may find current contact information at www.novell.com. +# * +# ****************************************************************************/ + find_path(GMime_INCLUDE_DIR NAMES gmime/gmime.h PATH_SUFFIXES gmime-2.6 gmime-2.4 gmime-2.2 gmime-2.0 gmime) find_library(GMime_LIBRARY NAMES gmime-2.6 gmime-2.4 gmime-2.2 gmime-2.0 gmime) diff --git a/cmake/FindLibGcrypt.cmake b/cmake/FindLibGcrypt.cmake index 2e707c4..23245c9 100644 --- a/cmake/FindLibGcrypt.cmake +++ b/cmake/FindLibGcrypt.cmake @@ -1,3 +1,24 @@ +# /**************************************************************************** +# * +# * Copyright (c) 2001 Novell, Inc. All Rights Reserved. +# * +# * This program is free software; you can redistribute it and/or +# * modify it under the terms of version 2 of the GNU General Public License +# * as published by the Free Software Foundation. +# * +# * This program 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 this program; if not, contact Novell, Inc. +# * +# * To contact Novell about this file by physical or electronic mail, you +# * may find current contact information at www.novell.com. +# * +# ****************************************************************************/ + find_path(LibGcrypt_INCLUDE_DIR NAMES gcrypt.h) find_library(LibGcrypt_LIBRARY NAMES gcrypt) diff --git a/cmake/FindLibIcal.cmake b/cmake/FindLibIcal.cmake index 62ab967..806b371 100644 --- a/cmake/FindLibIcal.cmake +++ b/cmake/FindLibIcal.cmake @@ -1,3 +1,24 @@ +# /**************************************************************************** +# * +# * Copyright (c) 2001 Novell, Inc. All Rights Reserved. +# * +# * This program is free software; you can redistribute it and/or +# * modify it under the terms of version 2 of the GNU General Public License +# * as published by the Free Software Foundation. +# * +# * This program 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 this program; if not, contact Novell, Inc. +# * +# * To contact Novell about this file by physical or electronic mail, you +# * may find current contact information at www.novell.com. +# * +# ****************************************************************************/ + find_package(LibIcal CONFIG QUIET NO_MODULE) if(LibIcal_FOUND AND TARGET ical) diff --git a/cmake/FindLibPSL.cmake b/cmake/FindLibPSL.cmake index 77d087b..dcb9741 100644 --- a/cmake/FindLibPSL.cmake +++ b/cmake/FindLibPSL.cmake @@ -1,3 +1,24 @@ +# /**************************************************************************** +# * +# * Copyright (c) 2001 Novell, Inc. All Rights Reserved. +# * +# * This program is free software; you can redistribute it and/or +# * modify it under the terms of version 2 of the GNU General Public License +# * as published by the Free Software Foundation. +# * +# * This program 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 this program; if not, contact Novell, Inc. +# * +# * To contact Novell about this file by physical or electronic mail, you +# * may find current contact information at www.novell.com. +# * +# ****************************************************************************/ + find_path(LibPSL_INCLUDE_DIR NAMES libpsl.h) find_library(LibPSL_LIBRARY NAMES psl) diff --git a/cmake/FindMailutils.cmake b/cmake/FindMailutils.cmake index a4f1858..e896e4e 100644 --- a/cmake/FindMailutils.cmake +++ b/cmake/FindMailutils.cmake @@ -1,3 +1,24 @@ +# /**************************************************************************** +# * +# * Copyright (c) 2001 Novell, Inc. All Rights Reserved. +# * +# * This program is free software; you can redistribute it and/or +# * modify it under the terms of version 2 of the GNU General Public License +# * as published by the Free Software Foundation. +# * +# * This program 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 this program; if not, contact Novell, Inc. +# * +# * To contact Novell about this file by physical or electronic mail, you +# * may find current contact information at www.novell.com. +# * +# ****************************************************************************/ + find_path(Mailutils_INCLUDE_DIR NAMES mailutils/sieve.h) find_library(Mailutils_LIBRARY NAMES mailutils) find_library(Mailutils_SIEVE_LIBRARY NAMES mu_sieve) diff --git a/cmake/FindOpenDKIM.cmake b/cmake/FindOpenDKIM.cmake index 5187de0..dcd3dc9 100644 --- a/cmake/FindOpenDKIM.cmake +++ b/cmake/FindOpenDKIM.cmake @@ -1,3 +1,24 @@ +# /**************************************************************************** +# * +# * Copyright (c) 2001 Novell, Inc. All Rights Reserved. +# * +# * This program is free software; you can redistribute it and/or +# * modify it under the terms of version 2 of the GNU General Public License +# * as published by the Free Software Foundation. +# * +# * This program 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 this program; if not, contact Novell, Inc. +# * +# * To contact Novell about this file by physical or electronic mail, you +# * may find current contact information at www.novell.com. +# * +# ****************************************************************************/ + find_path(OpenDKIM_INCLUDE_DIR NAMES opendkim/dkim.h) find_library(OpenDKIM_LIBRARY NAMES opendkim) diff --git a/cmake/FindOpenDMARC.cmake b/cmake/FindOpenDMARC.cmake index 8ade864..fd57821 100644 --- a/cmake/FindOpenDMARC.cmake +++ b/cmake/FindOpenDMARC.cmake @@ -1,3 +1,24 @@ +# /**************************************************************************** +# * +# * Copyright (c) 2001 Novell, Inc. All Rights Reserved. +# * +# * This program is free software; you can redistribute it and/or +# * modify it under the terms of version 2 of the GNU General Public License +# * as published by the Free Software Foundation. +# * +# * This program 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 this program; if not, contact Novell, Inc. +# * +# * To contact Novell about this file by physical or electronic mail, you +# * may find current contact information at www.novell.com. +# * +# ****************************************************************************/ + find_path(OpenDMARC_INCLUDE_DIR NAMES opendmarc/dmarc.h) find_library(OpenDMARC_LIBRARY NAMES opendmarc) diff --git a/cmake/FindSPF2.cmake b/cmake/FindSPF2.cmake index b1d685b..2e2eb3e 100644 --- a/cmake/FindSPF2.cmake +++ b/cmake/FindSPF2.cmake @@ -1,3 +1,24 @@ +# /**************************************************************************** +# * +# * Copyright (c) 2001 Novell, Inc. All Rights Reserved. +# * +# * This program is free software; you can redistribute it and/or +# * modify it under the terms of version 2 of the GNU General Public License +# * as published by the Free Software Foundation. +# * +# * This program 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 this program; if not, contact Novell, Inc. +# * +# * To contact Novell about this file by physical or electronic mail, you +# * may find current contact information at www.novell.com. +# * +# ****************************************************************************/ + find_path(SPF2_INCLUDE_DIR NAMES spf2/spf.h) find_library(SPF2_LIBRARY NAMES spf2) diff --git a/cmake/FindSRS2.cmake b/cmake/FindSRS2.cmake index 5504843..30f9ddd 100644 --- a/cmake/FindSRS2.cmake +++ b/cmake/FindSRS2.cmake @@ -1,3 +1,24 @@ +# /**************************************************************************** +# * +# * Copyright (c) 2001 Novell, Inc. All Rights Reserved. +# * +# * This program is free software; you can redistribute it and/or +# * modify it under the terms of version 2 of the GNU General Public License +# * as published by the Free Software Foundation. +# * +# * This program 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 this program; if not, contact Novell, Inc. +# * +# * To contact Novell about this file by physical or electronic mail, you +# * may find current contact information at www.novell.com. +# * +# ****************************************************************************/ + find_path(SRS2_INCLUDE_DIR NAMES srs2.h) find_library(SRS2_LIBRARY NAMES srs2) diff --git a/include/bongosasl.h b/include/bongosasl.h index 4898f2d..bdccfac 100644 --- a/include/bongosasl.h +++ b/include/bongosasl.h @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + #ifndef BONGO_SASL_H #define BONGO_SASL_H diff --git a/include/bongosieve.h b/include/bongosieve.h index ff112ea..41c490f 100644 --- a/include/bongosieve.h +++ b/include/bongosieve.h @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + #ifndef BONGO_SIEVE_H #define BONGO_SIEVE_H diff --git a/init/bongo.service.in b/init/bongo.service.in index e914761..9710e95 100644 --- a/init/bongo.service.in +++ b/init/bongo.service.in @@ -1,3 +1,24 @@ +# /**************************************************************************** +# * +# * Copyright (c) 2001 Novell, Inc. All Rights Reserved. +# * +# * This program is free software; you can redistribute it and/or +# * modify it under the terms of version 2 of the GNU General Public License +# * as published by the Free Software Foundation. +# * +# * This program 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 this program; if not, contact Novell, Inc. +# * +# * To contact Novell about this file by physical or electronic mail, you +# * may find current contact information at www.novell.com. +# * +# ****************************************************************************/ + [Unit] Description=Bongo mail and calendar server Documentation=https://gitea.disconnected-by-peer.at/geos_one/bongo diff --git a/init/bongo.sysusers.in b/init/bongo.sysusers.in index 42d276e..f6007d0 100644 --- a/init/bongo.sysusers.in +++ b/init/bongo.sysusers.in @@ -1 +1,22 @@ +# /**************************************************************************** +# * +# * Copyright (c) 2001 Novell, Inc. All Rights Reserved. +# * +# * This program is free software; you can redistribute it and/or +# * modify it under the terms of version 2 of the GNU General Public License +# * as published by the Free Software Foundation. +# * +# * This program 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 this program; if not, contact Novell, Inc. +# * +# * To contact Novell about this file by physical or electronic mail, you +# * may find current contact information at www.novell.com. +# * +# ****************************************************************************/ + u @BONGO_USER@ - "Bongo mail and calendar server" @XPL_DEFAULT_STATE_DIR@ - diff --git a/init/bongo.tmpfiles.in b/init/bongo.tmpfiles.in index 8ed09db..d7ef7aa 100644 --- a/init/bongo.tmpfiles.in +++ b/init/bongo.tmpfiles.in @@ -1,3 +1,24 @@ +# /**************************************************************************** +# * +# * Copyright (c) 2001 Novell, Inc. All Rights Reserved. +# * +# * This program is free software; you can redistribute it and/or +# * modify it under the terms of version 2 of the GNU General Public License +# * as published by the Free Software Foundation. +# * +# * This program 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 this program; if not, contact Novell, Inc. +# * +# * To contact Novell about this file by physical or electronic mail, you +# * may find current contact information at www.novell.com. +# * +# ****************************************************************************/ + d @XPL_DEFAULT_STATE_DIR@ 0750 @BONGO_USER@ @BONGO_USER@ - d @XPL_DEFAULT_DBF_DIR@ 0750 @BONGO_USER@ @BONGO_USER@ - d @XPL_DEFAULT_WORK_DIR@ 0750 @BONGO_USER@ @BONGO_USER@ - diff --git a/src/agents/collector/external_accounts.c b/src/agents/collector/external_accounts.c index dcefa11..b2f7e04 100644 --- a/src/agents/collector/external_accounts.c +++ b/src/agents/collector/external_accounts.c @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + #include #include diff --git a/src/agents/collector/external_accounts.h b/src/agents/collector/external_accounts.h index 711ecb7..7a1eca1 100644 --- a/src/agents/collector/external_accounts.h +++ b/src/agents/collector/external_accounts.h @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + #ifndef BONGO_EXTERNAL_ACCOUNTS_H #define BONGO_EXTERNAL_ACCOUNTS_H diff --git a/src/agents/collector/external_store.c b/src/agents/collector/external_store.c index c7c9d99..9fce714 100644 --- a/src/agents/collector/external_store.c +++ b/src/agents/collector/external_store.c @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + #include #include diff --git a/src/agents/collector/external_store.h b/src/agents/collector/external_store.h index 5cd9ee6..00f733b 100644 --- a/src/agents/collector/external_store.h +++ b/src/agents/collector/external_store.h @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + #ifndef BONGO_COLLECTOR_EXTERNAL_STORE_H #define BONGO_COLLECTOR_EXTERNAL_STORE_H diff --git a/src/agents/collector/external_transport.c b/src/agents/collector/external_transport.c index e7fcc19..67c80d7 100644 --- a/src/agents/collector/external_transport.c +++ b/src/agents/collector/external_transport.c @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + #include #include diff --git a/src/agents/collector/external_transport.h b/src/agents/collector/external_transport.h index f69e04e..8a2b3e9 100644 --- a/src/agents/collector/external_transport.h +++ b/src/agents/collector/external_transport.h @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + #ifndef BONGO_COLLECTOR_EXTERNAL_TRANSPORT_H #define BONGO_COLLECTOR_EXTERNAL_TRANSPORT_H diff --git a/src/agents/collector/tests/external-transport-test.c b/src/agents/collector/tests/external-transport-test.c index 61995e0..b900729 100644 --- a/src/agents/collector/tests/external-transport-test.c +++ b/src/agents/collector/tests/external-transport-test.c @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + #include #include diff --git a/src/agents/pop/capabilities.c b/src/agents/pop/capabilities.c index d7b4dd8..f6f53c9 100644 --- a/src/agents/pop/capabilities.c +++ b/src/agents/pop/capabilities.c @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + #include "capabilities.h" #include diff --git a/src/agents/pop/capabilities.h b/src/agents/pop/capabilities.h index 0255ad5..2c0cc7a 100644 --- a/src/agents/pop/capabilities.h +++ b/src/agents/pop/capabilities.h @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + #ifndef BONGO_POP3_CAPABILITIES_H #define BONGO_POP3_CAPABILITIES_H diff --git a/src/agents/pop/tests/capabilities-test.c b/src/agents/pop/tests/capabilities-test.c index c7525e8..31b9382 100644 --- a/src/agents/pop/tests/capabilities-test.c +++ b/src/agents/pop/tests/capabilities-test.c @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + #include "capabilities.h" #include diff --git a/src/agents/sieve/managesieved.c b/src/agents/sieve/managesieved.c index 219e207..39adee1 100644 --- a/src/agents/sieve/managesieved.c +++ b/src/agents/sieve/managesieved.c @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + #include #include #include diff --git a/src/agents/smtp/capabilities.c b/src/agents/smtp/capabilities.c index 97f1c34..124acc2 100644 --- a/src/agents/smtp/capabilities.c +++ b/src/agents/smtp/capabilities.c @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + #include "capabilities.h" #include diff --git a/src/agents/smtp/capabilities.h b/src/agents/smtp/capabilities.h index ae874ce..45d2059 100644 --- a/src/agents/smtp/capabilities.h +++ b/src/agents/smtp/capabilities.h @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + #ifndef BONGO_SMTP_CAPABILITIES_H #define BONGO_SMTP_CAPABILITIES_H diff --git a/src/agents/smtp/tests/capabilities-test.c b/src/agents/smtp/tests/capabilities-test.c index b65ea3f..6bf78fa 100644 --- a/src/agents/smtp/tests/capabilities-test.c +++ b/src/agents/smtp/tests/capabilities-test.c @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + #include "capabilities.h" #include diff --git a/src/libs/collectoraccounts/tests/external-accounts-test.c b/src/libs/collectoraccounts/tests/external-accounts-test.c index 00aee1d..884862c 100644 --- a/src/libs/collectoraccounts/tests/external-accounts-test.c +++ b/src/libs/collectoraccounts/tests/external-accounts-test.c @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + #include #include diff --git a/src/libs/connio/tests/tls-peer-test.c b/src/libs/connio/tests/tls-peer-test.c index fbc6851..f41d4a5 100644 --- a/src/libs/connio/tests/tls-peer-test.c +++ b/src/libs/connio/tests/tls-peer-test.c @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + #include #include #include diff --git a/src/libs/mailauth/dkim.c b/src/libs/mailauth/dkim.c index 14cf485..46b0b13 100644 --- a/src/libs/mailauth/dkim.c +++ b/src/libs/mailauth/dkim.c @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + #include #include diff --git a/src/libs/mailauth/dmarc.c b/src/libs/mailauth/dmarc.c index 012f6ad..ddb80e7 100644 --- a/src/libs/mailauth/dmarc.c +++ b/src/libs/mailauth/dmarc.c @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + #include int diff --git a/src/libs/mailauth/mailauth.c b/src/libs/mailauth/mailauth.c index 31d24b2..9936f9c 100644 --- a/src/libs/mailauth/mailauth.c +++ b/src/libs/mailauth/mailauth.c @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + #include "mailauth.h" int BongoMailAuthSPFAvailable(void); diff --git a/src/libs/mailauth/mailauth.h b/src/libs/mailauth/mailauth.h index d79e2d3..a887874 100644 --- a/src/libs/mailauth/mailauth.h +++ b/src/libs/mailauth/mailauth.h @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + #ifndef BONGO_MAILAUTH_H #define BONGO_MAILAUTH_H diff --git a/src/libs/mailauth/spf.c b/src/libs/mailauth/spf.c index a983728..18ecd7d 100644 --- a/src/libs/mailauth/spf.c +++ b/src/libs/mailauth/spf.c @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + #include #include #include diff --git a/src/libs/mailauth/srs.c b/src/libs/mailauth/srs.c index bf86403..761b4b7 100644 --- a/src/libs/mailauth/srs.c +++ b/src/libs/mailauth/srs.c @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + #include #include #include diff --git a/src/libs/mailauth/tests/dkim-test.c b/src/libs/mailauth/tests/dkim-test.c index d3801ea..41de00d 100644 --- a/src/libs/mailauth/tests/dkim-test.c +++ b/src/libs/mailauth/tests/dkim-test.c @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + #include "mailauth.h" #include diff --git a/src/libs/mailauth/tests/spf-test.c b/src/libs/mailauth/tests/spf-test.c index 2395fb0..372d8a2 100644 --- a/src/libs/mailauth/tests/spf-test.c +++ b/src/libs/mailauth/tests/spf-test.c @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + #include "mailauth.h" int diff --git a/src/libs/mailauth/tests/srs-test.c b/src/libs/mailauth/tests/srs-test.c index 9648316..48ad5e8 100644 --- a/src/libs/mailauth/tests/srs-test.c +++ b/src/libs/mailauth/tests/srs-test.c @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + #include "mailauth.h" #include diff --git a/src/libs/python/libbongo/calendar-module.c b/src/libs/python/libbongo/calendar-module.c index af5a447..b8c53b9 100644 --- a/src/libs/python/libbongo/calendar-module.c +++ b/src/libs/python/libbongo/calendar-module.c @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + #include #include #include diff --git a/src/libs/python/libbongo/external-accounts-module.c b/src/libs/python/libbongo/external-accounts-module.c index dcc644c..d30d96c 100644 --- a/src/libs/python/libbongo/external-accounts-module.c +++ b/src/libs/python/libbongo/external-accounts-module.c @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + #include #include diff --git a/src/libs/sasl/sasl.c b/src/libs/sasl/sasl.c index 84639f9..e0e1770 100644 --- a/src/libs/sasl/sasl.c +++ b/src/libs/sasl/sasl.c @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + #include #include #include diff --git a/src/libs/sasl/tests/sasl-test.c b/src/libs/sasl/tests/sasl-test.c index d47305e..1ef8b40 100644 --- a/src/libs/sasl/tests/sasl-test.c +++ b/src/libs/sasl/tests/sasl-test.c @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + #include #include diff --git a/src/libs/sieve/managesieve.c b/src/libs/sieve/managesieve.c index 577e995..ac31cf1 100644 --- a/src/libs/sieve/managesieve.c +++ b/src/libs/sieve/managesieve.c @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + #include #include #include diff --git a/src/libs/sieve/sieve.c b/src/libs/sieve/sieve.c index 168e579..bc6aa4b 100644 --- a/src/libs/sieve/sieve.c +++ b/src/libs/sieve/sieve.c @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + #include #include #include diff --git a/src/libs/sieve/store.c b/src/libs/sieve/store.c index b2ce1c1..b5ce81d 100644 --- a/src/libs/sieve/store.c +++ b/src/libs/sieve/store.c @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + #include #include #include diff --git a/src/libs/sieve/tests/managesieve-test.c b/src/libs/sieve/tests/managesieve-test.c index 02534ee..8af12ae 100644 --- a/src/libs/sieve/tests/managesieve-test.c +++ b/src/libs/sieve/tests/managesieve-test.c @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + #include #include diff --git a/src/libs/sieve/tests/sieve-test.c b/src/libs/sieve/tests/sieve-test.c index f9c3242..0d7d5d1 100644 --- a/src/libs/sieve/tests/sieve-test.c +++ b/src/libs/sieve/tests/sieve-test.c @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + #include #include diff --git a/src/libs/sieve/tests/store-test.c b/src/libs/sieve/tests/store-test.c index 4b2665a..8ca8c98 100644 --- a/src/libs/sieve/tests/store-test.c +++ b/src/libs/sieve/tests/store-test.c @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + #include #include #include diff --git a/src/www/bongo-web.py.in b/src/www/bongo-web.py.in index e28ab4e..ed7f59d 100644 --- a/src/www/bongo-web.py.in +++ b/src/www/bongo-web.py.in @@ -1,4 +1,26 @@ #!/usr/bin/env python3 +# /**************************************************************************** +# * +# * Copyright (c) 2001 Novell, Inc. All Rights Reserved. +# * +# * This program is free software; you can redistribute it and/or +# * modify it under the terms of version 2 of the GNU General Public License +# * as published by the Free Software Foundation. +# * +# * This program 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 this program; if not, contact Novell, Inc. +# * +# * To contact Novell about this file by physical or electronic mail, you +# * may find current contact information at www.novell.com. +# * +# ****************************************************************************/ + + """Bongo's HTTP entry point for webmail, administration and DAV. The service binds to loopback by default and is intended to run behind a diff --git a/src/www/bongo_web/__init__.py b/src/www/bongo_web/__init__.py index 018eef0..83904b2 100644 --- a/src/www/bongo_web/__init__.py +++ b/src/www/bongo_web/__init__.py @@ -1 +1,22 @@ +# /**************************************************************************** +# * +# * Copyright (c) 2001 Novell, Inc. All Rights Reserved. +# * +# * This program is free software; you can redistribute it and/or +# * modify it under the terms of version 2 of the GNU General Public License +# * as published by the Free Software Foundation. +# * +# * This program 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 this program; if not, contact Novell, Inc. +# * +# * To contact Novell about this file by physical or electronic mail, you +# * may find current contact information at www.novell.com. +# * +# ****************************************************************************/ + """Security-sensitive support code for the Bongo web service.""" diff --git a/src/www/bongo_web/auth.py b/src/www/bongo_web/auth.py index d196b12..71b5c9a 100644 --- a/src/www/bongo_web/auth.py +++ b/src/www/bongo_web/auth.py @@ -1,3 +1,24 @@ +# /**************************************************************************** +# * +# * Copyright (c) 2001 Novell, Inc. All Rights Reserved. +# * +# * This program is free software; you can redistribute it and/or +# * modify it under the terms of version 2 of the GNU General Public License +# * as published by the Free Software Foundation. +# * +# * This program 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 this program; if not, contact Novell, Inc. +# * +# * To contact Novell about this file by physical or electronic mail, you +# * may find current contact information at www.novell.com. +# * +# ****************************************************************************/ + """Authentication adapter between HTTP and the Bongo Store.""" import hmac diff --git a/src/www/bongo_web/calendar_store.py b/src/www/bongo_web/calendar_store.py index e0ece14..ad8d7d8 100644 --- a/src/www/bongo_web/calendar_store.py +++ b/src/www/bongo_web/calendar_store.py @@ -1,3 +1,24 @@ +# /**************************************************************************** +# * +# * Copyright (c) 2001 Novell, Inc. All Rights Reserved. +# * +# * This program is free software; you can redistribute it and/or +# * modify it under the terms of version 2 of the GNU General Public License +# * as published by the Free Software Foundation. +# * +# * This program 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 this program; if not, contact Novell, Inc. +# * +# * To contact Novell about this file by physical or electronic mail, you +# * may find current contact information at www.novell.com. +# * +# ****************************************************************************/ + """CalDAV-to-Bongo Store mapping.""" import hashlib diff --git a/src/www/bongo_web/card_store.py b/src/www/bongo_web/card_store.py index 5ea7e6e..8e88973 100644 --- a/src/www/bongo_web/card_store.py +++ b/src/www/bongo_web/card_store.py @@ -1,3 +1,24 @@ +# /**************************************************************************** +# * +# * Copyright (c) 2001 Novell, Inc. All Rights Reserved. +# * +# * This program is free software; you can redistribute it and/or +# * modify it under the terms of version 2 of the GNU General Public License +# * as published by the Free Software Foundation. +# * +# * This program 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 this program; if not, contact Novell, Inc. +# * +# * To contact Novell about this file by physical or electronic mail, you +# * may find current contact information at www.novell.com. +# * +# ****************************************************************************/ + """CardDAV-to-Bongo Store mapping and lossless vCard storage.""" import hashlib diff --git a/src/www/bongo_web/compose.py b/src/www/bongo_web/compose.py index 2128d0f..84cdbcf 100644 --- a/src/www/bongo_web/compose.py +++ b/src/www/bongo_web/compose.py @@ -1,3 +1,24 @@ +# /**************************************************************************** +# * +# * Copyright (c) 2001 Novell, Inc. All Rights Reserved. +# * +# * This program is free software; you can redistribute it and/or +# * modify it under the terms of version 2 of the GNU General Public License +# * as published by the Free Software Foundation. +# * +# * This program 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 this program; if not, contact Novell, Inc. +# * +# * To contact Novell about this file by physical or electronic mail, you +# * may find current contact information at www.novell.com. +# * +# ****************************************************************************/ + """Build and submit messages created by the webmail composer.""" from __future__ import annotations diff --git a/src/www/bongo_web/dav.py b/src/www/bongo_web/dav.py index 9d365ba..d6dacfc 100644 --- a/src/www/bongo_web/dav.py +++ b/src/www/bongo_web/dav.py @@ -1,3 +1,24 @@ +# /**************************************************************************** +# * +# * Copyright (c) 2001 Novell, Inc. All Rights Reserved. +# * +# * This program is free software; you can redistribute it and/or +# * modify it under the terms of version 2 of the GNU General Public License +# * as published by the Free Software Foundation. +# * +# * This program 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 this program; if not, contact Novell, Inc. +# * +# * To contact Novell about this file by physical or electronic mail, you +# * may find current contact information at www.novell.com. +# * +# ****************************************************************************/ + """Small, dependency-free DAV discovery helpers. This module deliberately implements only the discovery surface advertised by diff --git a/src/www/bongo_web/external_accounts.py b/src/www/bongo_web/external_accounts.py index 522bd07..3dcd117 100644 --- a/src/www/bongo_web/external_accounts.py +++ b/src/www/bongo_web/external_accounts.py @@ -1,3 +1,24 @@ +# /**************************************************************************** +# * +# * Copyright (c) 2001 Novell, Inc. All Rights Reserved. +# * +# * This program is free software; you can redistribute it and/or +# * modify it under the terms of version 2 of the GNU General Public License +# * as published by the Free Software Foundation. +# * +# * This program 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 this program; if not, contact Novell, Inc. +# * +# * To contact Novell about this file by physical or electronic mail, you +# * may find current contact information at www.novell.com. +# * +# ****************************************************************************/ + """User-scoped access to native encrypted external-account storage.""" from __future__ import annotations diff --git a/src/www/bongo_web/filters.py b/src/www/bongo_web/filters.py index 8d23f28..476544f 100644 --- a/src/www/bongo_web/filters.py +++ b/src/www/bongo_web/filters.py @@ -1,3 +1,24 @@ +# /**************************************************************************** +# * +# * Copyright (c) 2001 Novell, Inc. All Rights Reserved. +# * +# * This program is free software; you can redistribute it and/or +# * modify it under the terms of version 2 of the GNU General Public License +# * as published by the Free Software Foundation. +# * +# * This program 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 this program; if not, contact Novell, Inc. +# * +# * To contact Novell about this file by physical or electronic mail, you +# * may find current contact information at www.novell.com. +# * +# ****************************************************************************/ + """Validated user filters and compilation to Bongo's legacy rule format.""" import re diff --git a/src/www/bongo_web/html_mail.py b/src/www/bongo_web/html_mail.py index afd4f16..1d267f4 100644 --- a/src/www/bongo_web/html_mail.py +++ b/src/www/bongo_web/html_mail.py @@ -1,3 +1,24 @@ +# /**************************************************************************** +# * +# * Copyright (c) 2001 Novell, Inc. All Rights Reserved. +# * +# * This program is free software; you can redistribute it and/or +# * modify it under the terms of version 2 of the GNU General Public License +# * as published by the Free Software Foundation. +# * +# * This program 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 this program; if not, contact Novell, Inc. +# * +# * To contact Novell about this file by physical or electronic mail, you +# * may find current contact information at www.novell.com. +# * +# ****************************************************************************/ + """Sanitize untrusted HTML mail while preserving safe inline images.""" import re diff --git a/src/www/bongo_web/identities.py b/src/www/bongo_web/identities.py index 27fddd6..431b273 100644 --- a/src/www/bongo_web/identities.py +++ b/src/www/bongo_web/identities.py @@ -1,3 +1,24 @@ +# /**************************************************************************** +# * +# * Copyright (c) 2001 Novell, Inc. All Rights Reserved. +# * +# * This program is free software; you can redistribute it and/or +# * modify it under the terms of version 2 of the GNU General Public License +# * as published by the Free Software Foundation. +# * +# * This program 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 this program; if not, contact Novell, Inc. +# * +# * To contact Novell about this file by physical or electronic mail, you +# * may find current contact information at www.novell.com. +# * +# ****************************************************************************/ + """Persistent personal signatures and sender preferences for webmail.""" from __future__ import annotations diff --git a/src/www/bongo_web/mail_store.py b/src/www/bongo_web/mail_store.py index aa6f5fe..c481c8d 100644 --- a/src/www/bongo_web/mail_store.py +++ b/src/www/bongo_web/mail_store.py @@ -1,3 +1,24 @@ +# /**************************************************************************** +# * +# * Copyright (c) 2001 Novell, Inc. All Rights Reserved. +# * +# * This program is free software; you can redistribute it and/or +# * modify it under the terms of version 2 of the GNU General Public License +# * as published by the Free Software Foundation. +# * +# * This program 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 this program; if not, contact Novell, Inc. +# * +# * To contact Novell about this file by physical or electronic mail, you +# * may find current contact information at www.novell.com. +# * +# ****************************************************************************/ + """Read-only webmail views backed by the Bongo Store.""" import base64 diff --git a/src/www/bongo_web/providers.py b/src/www/bongo_web/providers.py index cad5f18..18f686f 100644 --- a/src/www/bongo_web/providers.py +++ b/src/www/bongo_web/providers.py @@ -1,3 +1,24 @@ +# /**************************************************************************** +# * +# * Copyright (c) 2001 Novell, Inc. All Rights Reserved. +# * +# * This program is free software; you can redistribute it and/or +# * modify it under the terms of version 2 of the GNU General Public License +# * as published by the Free Software Foundation. +# * +# * This program 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 this program; if not, contact Novell, Inc. +# * +# * To contact Novell about this file by physical or electronic mail, you +# * may find current contact information at www.novell.com. +# * +# ****************************************************************************/ + """Validated public metadata for external mail provider setup.""" from __future__ import annotations diff --git a/src/www/bongo_web/session.py b/src/www/bongo_web/session.py index 4b98b5c..41cf31b 100644 --- a/src/www/bongo_web/session.py +++ b/src/www/bongo_web/session.py @@ -1,3 +1,24 @@ +# /**************************************************************************** +# * +# * Copyright (c) 2001 Novell, Inc. All Rights Reserved. +# * +# * This program is free software; you can redistribute it and/or +# * modify it under the terms of version 2 of the GNU General Public License +# * as published by the Free Software Foundation. +# * +# * This program 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 this program; if not, contact Novell, Inc. +# * +# * To contact Novell about this file by physical or electronic mail, you +# * may find current contact information at www.novell.com. +# * +# ****************************************************************************/ + """Opaque, server-side web sessions. Only a hash of the browser token is stored. The Bongo Store cookie remains diff --git a/src/www/bongo_web/tasks.py b/src/www/bongo_web/tasks.py index 1c6b70b..0936ac1 100644 --- a/src/www/bongo_web/tasks.py +++ b/src/www/bongo_web/tasks.py @@ -1,3 +1,24 @@ +# /**************************************************************************** +# * +# * Copyright (c) 2001 Novell, Inc. All Rights Reserved. +# * +# * This program is free software; you can redistribute it and/or +# * modify it under the terms of version 2 of the GNU General Public License +# * as published by the Free Software Foundation. +# * +# * This program 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 this program; if not, contact Novell, Inc. +# * +# * To contact Novell about this file by physical or electronic mail, you +# * may find current contact information at www.novell.com. +# * +# ****************************************************************************/ + """Persistent, per-user decisions surfaced by the web UI.""" import json diff --git a/src/www/static/app.css b/src/www/static/app.css index 6468926..477348a 100644 --- a/src/www/static/app.css +++ b/src/www/static/app.css @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + :root { font: 14px/1.45 "Lucida Grande", Verdana, "Bitstream Vera Sans", sans-serif; color: #111; background: #e4eaf4; } * { box-sizing: border-box; } html, body { margin: 0; min-height: 100%; } diff --git a/src/www/static/app.js b/src/www/static/app.js index 883272b..4bdff5d 100644 --- a/src/www/static/app.js +++ b/src/www/static/app.js @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + "use strict"; const loginView = document.querySelector("#login-pane"); diff --git a/src/www/static/css/calendar.css b/src/www/static/css/calendar.css index fdfd157..a15db5a 100644 --- a/src/www/static/css/calendar.css +++ b/src/www/static/css/calendar.css @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + #calendar h1, #calendar h2 { text-align: center; } #calendar h1 { padding: 0.5em; font-size: 16pt; } #calendar h2 { padding: 7px; } diff --git a/src/www/static/css/composer.css b/src/www/static/css/composer.css index 93d5622..c795858 100644 --- a/src/www/static/css/composer.css +++ b/src/www/static/css/composer.css @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + .msg-compose { width: 100%; font-size: inherit; diff --git a/src/www/static/css/contacts.css b/src/www/static/css/contacts.css index 7d17e6b..0be160a 100644 --- a/src/www/static/css/contacts.css +++ b/src/www/static/css/contacts.css @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + #contact-list { height: 25em; max-height: 25em; diff --git a/src/www/static/css/conversation.css b/src/www/static/css/conversation.css index 9a483ae..7d167d9 100644 --- a/src/www/static/css/conversation.css +++ b/src/www/static/css/conversation.css @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + /* Conversation navigation */ .conv-nav { white-space: nowrap; diff --git a/src/www/static/css/layout.css b/src/www/static/css/layout.css index 92f2e95..a6656ae 100644 --- a/src/www/static/css/layout.css +++ b/src/www/static/css/layout.css @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + /* Reset a few things to start with a pretty clean slate */ html, body, h1, h2, h3, h4, h5, h6, diff --git a/src/www/static/css/login.css b/src/www/static/css/login.css index eb758f6..a4e5059 100644 --- a/src/www/static/css/login.css +++ b/src/www/static/css/login.css @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + body.login { background-color: #1d3980; overflow: hidden; diff --git a/src/www/static/css/print.css b/src/www/static/css/print.css index a74eba3..d2fe49f 100644 --- a/src/www/static/css/print.css +++ b/src/www/static/css/print.css @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + body, #content { background: none; diff --git a/src/www/static/css/summary.css b/src/www/static/css/summary.css index 2b81bba..88f22de 100644 --- a/src/www/static/css/summary.css +++ b/src/www/static/css/summary.css @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + #summary-table { width: 100%; } diff --git a/src/www/static/css/widgets.css b/src/www/static/css/widgets.css index 76026e4..3badd6d 100644 --- a/src/www/static/css/widgets.css +++ b/src/www/static/css/widgets.css @@ -1,3 +1,24 @@ +/**************************************************************************** + * + * Copyright (c) 2001 Novell, Inc. All Rights Reserved. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of version 2 of the GNU General Public License + * as published by the Free Software Foundation. + * + * This program 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 this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you + * may find current contact information at www.novell.com. + * + ****************************************************************************/ + .conversation-list { width: 100%; font-size: inherit; diff --git a/src/www/static/index.html b/src/www/static/index.html index 6c552dd..4dd6cdd 100644 --- a/src/www/static/index.html +++ b/src/www/static/index.html @@ -1,3 +1,23 @@ + diff --git a/src/www/tests/test_calendar_store.py b/src/www/tests/test_calendar_store.py index 36d5706..085824a 100644 --- a/src/www/tests/test_calendar_store.py +++ b/src/www/tests/test_calendar_store.py @@ -1,3 +1,24 @@ +# /**************************************************************************** +# * +# * Copyright (c) 2001 Novell, Inc. All Rights Reserved. +# * +# * This program is free software; you can redistribute it and/or +# * modify it under the terms of version 2 of the GNU General Public License +# * as published by the Free Software Foundation. +# * +# * This program 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 this program; if not, contact Novell, Inc. +# * +# * To contact Novell about this file by physical or electronic mail, you +# * may find current contact information at www.novell.com. +# * +# ****************************************************************************/ + import unittest from bongo_web.calendar_store import (CalendarNotFound, CalendarPathError, diff --git a/src/www/tests/test_card_store.py b/src/www/tests/test_card_store.py index 425001c..0e8e284 100644 --- a/src/www/tests/test_card_store.py +++ b/src/www/tests/test_card_store.py @@ -1,3 +1,24 @@ +# /**************************************************************************** +# * +# * Copyright (c) 2001 Novell, Inc. All Rights Reserved. +# * +# * This program is free software; you can redistribute it and/or +# * modify it under the terms of version 2 of the GNU General Public License +# * as published by the Free Software Foundation. +# * +# * This program 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 this program; if not, contact Novell, Inc. +# * +# * To contact Novell about this file by physical or electronic mail, you +# * may find current contact information at www.novell.com. +# * +# ****************************************************************************/ + import unittest from bongo_web.card_store import (CardNotFound, CardPathError, diff --git a/src/www/tests/test_compose.py b/src/www/tests/test_compose.py index 0ad53f0..71be673 100644 --- a/src/www/tests/test_compose.py +++ b/src/www/tests/test_compose.py @@ -1,3 +1,24 @@ +# /**************************************************************************** +# * +# * Copyright (c) 2001 Novell, Inc. All Rights Reserved. +# * +# * This program is free software; you can redistribute it and/or +# * modify it under the terms of version 2 of the GNU General Public License +# * as published by the Free Software Foundation. +# * +# * This program 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 this program; if not, contact Novell, Inc. +# * +# * To contact Novell about this file by physical or electronic mail, you +# * may find current contact information at www.novell.com. +# * +# ****************************************************************************/ + import unittest from bongo_web.compose import build_message, send_message diff --git a/src/www/tests/test_dav.py b/src/www/tests/test_dav.py index af34e97..e6c5a58 100644 --- a/src/www/tests/test_dav.py +++ b/src/www/tests/test_dav.py @@ -1,3 +1,24 @@ +# /**************************************************************************** +# * +# * Copyright (c) 2001 Novell, Inc. All Rights Reserved. +# * +# * This program is free software; you can redistribute it and/or +# * modify it under the terms of version 2 of the GNU General Public License +# * as published by the Free Software Foundation. +# * +# * This program 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 this program; if not, contact Novell, Inc. +# * +# * To contact Novell about this file by physical or electronic mail, you +# * may find current contact information at www.novell.com. +# * +# ****************************************************************************/ + import unittest from xml.etree import ElementTree as ET diff --git a/src/www/tests/test_external_accounts.py b/src/www/tests/test_external_accounts.py index 37c5d02..d7df0b8 100644 --- a/src/www/tests/test_external_accounts.py +++ b/src/www/tests/test_external_accounts.py @@ -1,3 +1,24 @@ +# /**************************************************************************** +# * +# * Copyright (c) 2001 Novell, Inc. All Rights Reserved. +# * +# * This program is free software; you can redistribute it and/or +# * modify it under the terms of version 2 of the GNU General Public License +# * as published by the Free Software Foundation. +# * +# * This program 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 this program; if not, contact Novell, Inc. +# * +# * To contact Novell about this file by physical or electronic mail, you +# * may find current contact information at www.novell.com. +# * +# ****************************************************************************/ + import importlib import sys import types diff --git a/src/www/tests/test_filters.py b/src/www/tests/test_filters.py index 0eb095c..2ec9488 100644 --- a/src/www/tests/test_filters.py +++ b/src/www/tests/test_filters.py @@ -1,3 +1,24 @@ +# /**************************************************************************** +# * +# * Copyright (c) 2001 Novell, Inc. All Rights Reserved. +# * +# * This program is free software; you can redistribute it and/or +# * modify it under the terms of version 2 of the GNU General Public License +# * as published by the Free Software Foundation. +# * +# * This program 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 this program; if not, contact Novell, Inc. +# * +# * To contact Novell about this file by physical or electronic mail, you +# * may find current contact information at www.novell.com. +# * +# ****************************************************************************/ + import unittest from bongo_web.filters import compile_filter, validate_filter diff --git a/src/www/tests/test_html_mail.py b/src/www/tests/test_html_mail.py index aa499d4..5ee3656 100644 --- a/src/www/tests/test_html_mail.py +++ b/src/www/tests/test_html_mail.py @@ -1,3 +1,24 @@ +# /**************************************************************************** +# * +# * Copyright (c) 2001 Novell, Inc. All Rights Reserved. +# * +# * This program is free software; you can redistribute it and/or +# * modify it under the terms of version 2 of the GNU General Public License +# * as published by the Free Software Foundation. +# * +# * This program 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 this program; if not, contact Novell, Inc. +# * +# * To contact Novell about this file by physical or electronic mail, you +# * may find current contact information at www.novell.com. +# * +# ****************************************************************************/ + import unittest from bongo_web.html_mail import sanitize_html diff --git a/src/www/tests/test_identities.py b/src/www/tests/test_identities.py index ddcdb2a..b5e24e3 100644 --- a/src/www/tests/test_identities.py +++ b/src/www/tests/test_identities.py @@ -1,3 +1,24 @@ +# /**************************************************************************** +# * +# * Copyright (c) 2001 Novell, Inc. All Rights Reserved. +# * +# * This program is free software; you can redistribute it and/or +# * modify it under the terms of version 2 of the GNU General Public License +# * as published by the Free Software Foundation. +# * +# * This program 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 this program; if not, contact Novell, Inc. +# * +# * To contact Novell about this file by physical or electronic mail, you +# * may find current contact information at www.novell.com. +# * +# ****************************************************************************/ + import os import tempfile import unittest diff --git a/src/www/tests/test_mail_store.py b/src/www/tests/test_mail_store.py index 3725f16..992254f 100644 --- a/src/www/tests/test_mail_store.py +++ b/src/www/tests/test_mail_store.py @@ -1,3 +1,24 @@ +# /**************************************************************************** +# * +# * Copyright (c) 2001 Novell, Inc. All Rights Reserved. +# * +# * This program is free software; you can redistribute it and/or +# * modify it under the terms of version 2 of the GNU General Public License +# * as published by the Free Software Foundation. +# * +# * This program 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 this program; if not, contact Novell, Inc. +# * +# * To contact Novell about this file by physical or electronic mail, you +# * may find current contact information at www.novell.com. +# * +# ****************************************************************************/ + import unittest from types import SimpleNamespace diff --git a/src/www/tests/test_providers.py b/src/www/tests/test_providers.py index b79dc6f..3fb9eb2 100644 --- a/src/www/tests/test_providers.py +++ b/src/www/tests/test_providers.py @@ -1,3 +1,24 @@ +# /**************************************************************************** +# * +# * Copyright (c) 2001 Novell, Inc. All Rights Reserved. +# * +# * This program is free software; you can redistribute it and/or +# * modify it under the terms of version 2 of the GNU General Public License +# * as published by the Free Software Foundation. +# * +# * This program 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 this program; if not, contact Novell, Inc. +# * +# * To contact Novell about this file by physical or electronic mail, you +# * may find current contact information at www.novell.com. +# * +# ****************************************************************************/ + import json import os import tempfile diff --git a/src/www/tests/test_tasks.py b/src/www/tests/test_tasks.py index 1b1e571..b31407b 100644 --- a/src/www/tests/test_tasks.py +++ b/src/www/tests/test_tasks.py @@ -1,3 +1,24 @@ +# /**************************************************************************** +# * +# * Copyright (c) 2001 Novell, Inc. All Rights Reserved. +# * +# * This program is free software; you can redistribute it and/or +# * modify it under the terms of version 2 of the GNU General Public License +# * as published by the Free Software Foundation. +# * +# * This program 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 this program; if not, contact Novell, Inc. +# * +# * To contact Novell about this file by physical or electronic mail, you +# * may find current contact information at www.novell.com. +# * +# ****************************************************************************/ + import os import tempfile import unittest