From 0284961d6139752237f22382222fc5084357aec8 Mon Sep 17 00:00:00 2001 From: Joel Cunningham Date: Tue, 7 Feb 2017 10:29:57 -0600 Subject: [PATCH] if APIs: update copyright claim Update copyright claim on new if API files --- src/api/if_api.c | 2 +- src/include/lwip/if_api.h | 2 +- src/include/posix/net/if.h | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/api/if_api.c b/src/api/if_api.c index 167e19c9..02ee21d1 100644 --- a/src/api/if_api.c +++ b/src/api/if_api.c @@ -6,7 +6,7 @@ */ /* - * Copyright (c) 2017 Joel Cunningham + * Copyright (c) 2017 Joel Cunningham, Garmin International, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/include/lwip/if_api.h b/src/include/lwip/if_api.h index 7532b32f..007cf4d6 100644 --- a/src/include/lwip/if_api.h +++ b/src/include/lwip/if_api.h @@ -6,7 +6,7 @@ */ /* - * Copyright (c) 2017 Joel Cunningham + * Copyright (c) 2017 Joel Cunningham, Garmin International, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, diff --git a/src/include/posix/net/if.h b/src/include/posix/net/if.h index 20666477..6b8e63a5 100644 --- a/src/include/posix/net/if.h +++ b/src/include/posix/net/if.h @@ -4,6 +4,9 @@ */ /* + * Copyright (c) 2017 Joel Cunningham, Garmin International, Inc. + * All rights reserved. + * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: *