From df6143a08eec3960db4fac660e61b9523a405b9b Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 15 Jun 2010 18:46:56 +0800 Subject: [PATCH] Correct the company name. It should be On-Waves (ehf) --- openbsc/include/openbsc/bsc_msc.h | 2 +- openbsc/include/openbsc/bsc_nat.h | 2 +- openbsc/src/bsc_msc.c | 2 +- openbsc/src/nat/bsc_filter.c | 2 +- openbsc/src/nat/bsc_nat.c | 2 +- openbsc/tests/bsc-nat/bsc_nat_test.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/openbsc/include/openbsc/bsc_msc.h b/openbsc/include/openbsc/bsc_msc.h index 9454e07ce..49fe68cdc 100644 --- a/openbsc/include/openbsc/bsc_msc.h +++ b/openbsc/include/openbsc/bsc_msc.h @@ -1,7 +1,7 @@ /* Routines to talk to the MSC using the IPA Protocol */ /* * (C) 2010 by Holger Hans Peter Freyther - * (C) 2010 by on-waves.com + * (C) 2010 by On-Waves * All Rights Reserved * * This program is free software; you can redistribute it and/or modify diff --git a/openbsc/include/openbsc/bsc_nat.h b/openbsc/include/openbsc/bsc_nat.h index 9dd5b8f3d..d42e489e7 100644 --- a/openbsc/include/openbsc/bsc_nat.h +++ b/openbsc/include/openbsc/bsc_nat.h @@ -1,6 +1,6 @@ /* * (C) 2010 by Holger Hans Peter Freyther - * (C) 2010 by on-waves.com + * (C) 2010 by On-Waves * All Rights Reserved * * This program is free software; you can redistribute it and/or modify diff --git a/openbsc/src/bsc_msc.c b/openbsc/src/bsc_msc.c index 160d31dd3..67ad4db90 100644 --- a/openbsc/src/bsc_msc.c +++ b/openbsc/src/bsc_msc.c @@ -1,7 +1,7 @@ /* Routines to talk to the MSC using the IPA Protocol */ /* * (C) 2010 by Holger Hans Peter Freyther - * (C) 2010 by on-waves.com + * (C) 2010 by On-Waves * All Rights Reserved * * This program is free software; you can redistribute it and/or modify diff --git a/openbsc/src/nat/bsc_filter.c b/openbsc/src/nat/bsc_filter.c index 051e53087..d3de5f70b 100644 --- a/openbsc/src/nat/bsc_filter.c +++ b/openbsc/src/nat/bsc_filter.c @@ -2,7 +2,7 @@ /* * (C) 2010 by Holger Hans Peter Freyther - * (C) 2010 by on-waves.com + * (C) 2010 by On-Waves * All Rights Reserved * * This program is free software; you can redistribute it and/or modify diff --git a/openbsc/src/nat/bsc_nat.c b/openbsc/src/nat/bsc_nat.c index 09df4dcb6..791b28210 100644 --- a/openbsc/src/nat/bsc_nat.c +++ b/openbsc/src/nat/bsc_nat.c @@ -2,7 +2,7 @@ /* * (C) 2010 by Holger Hans Peter Freyther - * (C) 2010 by on-waves.com + * (C) 2010 by On-Waves * (C) 2009 by Harald Welte * All Rights Reserved * diff --git a/openbsc/tests/bsc-nat/bsc_nat_test.c b/openbsc/tests/bsc-nat/bsc_nat_test.c index 8d1bd9b88..df9c5b9cb 100644 --- a/openbsc/tests/bsc-nat/bsc_nat_test.c +++ b/openbsc/tests/bsc-nat/bsc_nat_test.c @@ -2,7 +2,7 @@ * BSC NAT Message filtering * * (C) 2010 by Holger Hans Peter Freyther - * (C) 2010 by on-waves.com + * (C) 2010 by On-Waves * * All Rights Reserved *