Module: kamailio Branch: master Commit: addc23622a4125293c25805cc8f1207af94a942a URL: https://github.com/kamailio/kamailio/commit/addc23622a4125293c25805cc8f1207af94a942a
Author: Dragos Vingarzan <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2024-06-21T12:58:01+02:00 ims_ipsec_pcscf: fixed Fraunhofer FOKUS Institute name - #3889 --- Modified: src/modules/ims_ipsec_pcscf/cmd.c Modified: src/modules/ims_ipsec_pcscf/cmd.h --- Diff: https://github.com/kamailio/kamailio/commit/addc23622a4125293c25805cc8f1207af94a942a.diff Patch: https://github.com/kamailio/kamailio/commit/addc23622a4125293c25805cc8f1207af94a942a.patch --- diff --git a/src/modules/ims_ipsec_pcscf/cmd.c b/src/modules/ims_ipsec_pcscf/cmd.c index 3ce36d27952..1f85cffc694 100644 --- a/src/modules/ims_ipsec_pcscf/cmd.c +++ b/src/modules/ims_ipsec_pcscf/cmd.c @@ -5,7 +5,7 @@ * * The initial version of this code was written by Dragos Vingarzan * (dragos(dot)vingarzan(at)fokus(dot)fraunhofer(dot)de and the - * Fruanhofer Institute. It was and still is maintained in a separate + * Fraunhofer FOKUS Institute. It was and still is maintained in a separate * branch of the original SER. We are therefore migrating it to * Kamailio/SR and look forward to maintaining it from here on out. * 2011/2012 Smile Communications, Pty. Ltd. @@ -15,7 +15,7 @@ * effort to add full IMS support to Kamailio/SR using a new and * improved architecture * - * NB: Alot of this code was originally part of OpenIMSCore, + * NB: A lot of this code was originally part of OpenIMSCore, * FhG Fokus. * Copyright (C) 2004-2006 FhG Fokus * Thanks for great work! This is an effort to diff --git a/src/modules/ims_ipsec_pcscf/cmd.h b/src/modules/ims_ipsec_pcscf/cmd.h index e22000028f1..bf0884b9623 100644 --- a/src/modules/ims_ipsec_pcscf/cmd.h +++ b/src/modules/ims_ipsec_pcscf/cmd.h @@ -7,7 +7,7 @@ * * The initial version of this code was written by Dragos Vingarzan * (dragos(dot)vingarzan(at)fokus(dot)fraunhofer(dot)de and the - * Fruanhofer Institute. It was and still is maintained in a separate + * Fraunhofer FOKUS Institute. It was and still is maintained in a separate * branch of the original SER. We are therefore migrating it to * Kamailio/SR and look forward to maintaining it from here on out. * 2011/2012 Smile Communications, Pty. Ltd. @@ -17,7 +17,7 @@ * effort to add full IMS support to Kamailio/SR using a new and * improved architecture * - * NB: Alot of this code was originally part of OpenIMSCore, + * NB: A lot of this code was originally part of OpenIMSCore, * FhG Fokus. * Copyright (C) 2004-2006 FhG Fokus * Thanks for great work! This is an effort to _______________________________________________ Kamailio (SER) - Development Mailing List To unsubscribe send an email to [email protected]
