From eb09fc1d3d6720bd41a34f034bdd48eba4bbecdf Mon Sep 17 00:00:00 2001 From: Sukru Senli <sukru.senli@iopsys.eu> Date: Mon, 27 May 2019 18:12:02 +0200 Subject: [PATCH] Adapt Copyright to company change --- bcm.c | 4 ++-- ethernet.c | 4 ++-- ethernet.h | 4 ++-- ethsw.c | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bcm.c b/bcm.c index 520267c..4812a92 100644 --- a/bcm.c +++ b/bcm.c @@ -1,9 +1,9 @@ /* * bcm.c - implements for Broadcom eth switch * - * Copyright (C) 2018 Inteno Broadband Technology AB. All rights reserved. + * Copyright (C) 2018 iopsys Software Solutions AB. All rights reserved. * - * Author: anjan.chanda@inteno.se + * Author: anjan.chanda@iopsys.eu * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/ethernet.c b/ethernet.c index 55fa914..9cbc623 100644 --- a/ethernet.c +++ b/ethernet.c @@ -1,9 +1,9 @@ /* * ethernet.c - file implements library APIs * - * Copyright (C) 2018 Inteno Broadband Technology AB. All rights reserved. + * Copyright (C) 2018 iopsys Software Solutions AB. All rights reserved. * - * Author: anjan.chanda@inteno.se + * Author: anjan.chanda@iopsys.eu * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/ethernet.h b/ethernet.h index 3d016bb..d51d364 100644 --- a/ethernet.h +++ b/ethernet.h @@ -1,9 +1,9 @@ /* * ethernet.h - library header file * - * Copyright (C) 2018 Inteno Broadband Technology AB. All rights reserved. + * Copyright (C) 2018 iopsys Software Solutions AB. All rights reserved. * - * Author: anjan.chanda@inteno.se + * Author: anjan.chanda@iopsys.eu * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/ethsw.c b/ethsw.c index 2387f7d..ef0f9c4 100644 --- a/ethsw.c +++ b/ethsw.c @@ -1,9 +1,9 @@ /* * ethsw.c - implements APIs through swlib * - * Copyright (C) 2018 Inteno Broadband Technology AB. All rights reserved. + * Copyright (C) 2018 iopsys Software Solutions AB. All rights reserved. * - * Author: anjan.chanda@inteno.se + * Author: anjan.chanda@iopsys.eu * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License -- GitLab