diff --git a/examples/refrigerator-app/silabs/include/AppConfig.h b/examples/refrigerator-app/silabs/include/AppConfig.h index 60f3f9b883acb0..3c9472f8d30ebe 100644 --- a/examples/refrigerator-app/silabs/include/AppConfig.h +++ b/examples/refrigerator-app/silabs/include/AppConfig.h @@ -1,7 +1,6 @@ /* * * Copyright (c) 2024 Project CHIP Authors - * Copyright (c) 2019 Google LLC. * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -23,7 +22,7 @@ // ---- Refrigerator Example App Config ---- -#define APP_TASK_NAME "Lit" +#define APP_TASK_NAME "Refr" #define BLE_DEV_NAME "SiLabs-Refrigerator" diff --git a/examples/refrigerator-app/silabs/include/AppEvent.h b/examples/refrigerator-app/silabs/include/AppEvent.h index 515228d047aaa4..4b1e0d397c416e 100644 --- a/examples/refrigerator-app/silabs/include/AppEvent.h +++ b/examples/refrigerator-app/silabs/include/AppEvent.h @@ -1,7 +1,6 @@ /* * * Copyright (c) 2024 Project CHIP Authors - * Copyright (c) 2018 Nest Labs, Inc. * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/examples/refrigerator-app/silabs/include/AppTask.h b/examples/refrigerator-app/silabs/include/AppTask.h index ecdb3cde757a89..29296a41b0eb34 100644 --- a/examples/refrigerator-app/silabs/include/AppTask.h +++ b/examples/refrigerator-app/silabs/include/AppTask.h @@ -1,7 +1,6 @@ /* * * Copyright (c) 2024 Project CHIP Authors - * Copyright (c) 2019 Google LLC. * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/examples/refrigerator-app/silabs/include/CHIPProjectConfig.h b/examples/refrigerator-app/silabs/include/CHIPProjectConfig.h index 9b572c879ddf48..bc747e14c180f2 100644 --- a/examples/refrigerator-app/silabs/include/CHIPProjectConfig.h +++ b/examples/refrigerator-app/silabs/include/CHIPProjectConfig.h @@ -1,7 +1,6 @@ /* * * Copyright (c) 2024 Project CHIP Authors - * Copyright (c) 2019 Google LLC. * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License");