Skip to content

Commit

Permalink
Remove Silicon Labs licenses from connectedhomeip files (#23038)
Browse files Browse the repository at this point in the history
  • Loading branch information
mykrupp authored and pull[bot] committed Jan 31, 2023
1 parent 9af3135 commit 47c4292
Show file tree
Hide file tree
Showing 44 changed files with 0 additions and 1,083 deletions.
23 changes: 0 additions & 23 deletions src/app/clusters/barrier-control-server/barrier-control-server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,29 +15,6 @@
* limitations under the License.
*/

/**
*
* Copyright (c) 2020 Silicon Labs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/****************************************************************************
* @file
* @brief Implementation for the Barrier Control
*Server plugin.
*******************************************************************************
******************************************************************************/

#include "barrier-control-server.h"
#include <app-common/zap-generated/af-structs.h>
#include <app-common/zap-generated/attributes/Accessors.h>
Expand Down
22 changes: 0 additions & 22 deletions src/app/clusters/barrier-control-server/barrier-control-server.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,6 @@
* limitations under the License.
*/

/**
*
* Copyright (c) 2020 Silicon Labs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/****************************************************************************
* @file
* @brief APIs for the Barrier Control Server plugin.
*******************************************************************************
******************************************************************************/

#pragma once

#include <stdbool.h>
Expand Down
23 changes: 0 additions & 23 deletions src/app/clusters/channel-server/channel-server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,29 +15,6 @@
* limitations under the License.
*/

/**
*
* Copyright (c) 2021 Silicon Labs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/****************************************************************************
* @file
* @brief Routines for the Channel plugin, the
*server implementation of the Channel cluster.
*******************************************************************************
******************************************************************************/

#include <app-common/zap-generated/attributes/Accessors.h>
#include <app/AttributeAccessInterface.h>
#include <app/CommandHandler.h>
Expand Down
17 changes: 0 additions & 17 deletions src/app/clusters/color-control-server/color-control-server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,6 @@
* limitations under the License.
*/

/**
*
* Copyright (c) 2020-21 Silicon Labs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

#include "color-control-server.h"
#include <app-common/zap-generated/af-structs.h>
#include <app-common/zap-generated/attributes/Accessors.h>
Expand Down
17 changes: 0 additions & 17 deletions src/app/clusters/color-control-server/color-control-server.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,6 @@
* limitations under the License.
*/

/**
*
* Copyright (c) 2020 Silicon Labs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

#pragma once

#include <app-common/zap-generated/cluster-objects.h>
Expand Down
23 changes: 0 additions & 23 deletions src/app/clusters/content-launch-server/content-launch-server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,29 +15,6 @@
* limitations under the License.
*/

/**
*
* Copyright (c) 2021 Silicon Labs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/****************************************************************************
* @file
* @brief Routines for the Content Launch plugin, the
*server implementation of the Content Launch cluster.
*******************************************************************************
******************************************************************************/

#include <app/clusters/content-launch-server/content-launch-delegate.h>
#include <app/clusters/content-launch-server/content-launch-server.h>

Expand Down
30 changes: 0 additions & 30 deletions src/app/clusters/groups-client/groups-client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,36 +15,6 @@
* limitations under the License.
*/

/**
*
* Copyright (c) 2020 Silicon Labs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/****************************************************************************
* @file
* @brief Routines for the Groups Client plugin, the
*client implementation of the Groups cluster.
*******************************************************************************
******************************************************************************/

// *******************************************************************
// * groups-client.c
// *
// *
// * Copyright 2010 by Ember Corporation. All rights reserved. *80*
// *******************************************************************

#include <app/CommandHandler.h>
#include <app/util/af.h>

Expand Down
29 changes: 0 additions & 29 deletions src/app/clusters/groups-server/groups-server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,35 +15,6 @@
* limitations under the License.
*/

/**
*
* Copyright (c) 2020 Silicon Labs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/****************************************************************************
* @file
* @brief Routines for the Groups Server plugin, the
*server implementation of the Groups cluster.
*******************************************************************************
******************************************************************************/

// *******************************************************************
// * groups-server.c
// *
// *
// * Copyright 2010 by Ember Corporation. All rights reserved. *80*
// *******************************************************************
#include "groups-server.h"

#include <app-common/zap-generated/att-storage.h>
Expand Down
63 changes: 0 additions & 63 deletions src/app/clusters/ias-zone-client/ias-zone-client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,69 +15,6 @@
* limitations under the License.
*/

/**
*
* Copyright (c) 2020 Silicon Labs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/****************************************************************************
* @file
* @brief *
* Client Operation:
* 1. Look for ZDO device announce notification.
* 2. Perform ZDO match descriptor on device.
* 3. If supports IAS Zone Server, Add that server
*to our known list. Write CIE Address.
* 4. Read CIE address, verify it is ours. This is
*done mostly because the test case requires it.
* 5. Read the IAS Zone Server attributes.
* Record in table.
* 6. When we get an enroll request, give them our
*(only) zone ID.
* 7. When we get a notification, read their
*attributes.
*
* Improvements that could be made:
* Add support for multiple endpoints on server.
*Most often this is a legacy security system
*retrofitted with a single ZigBee radio. Therefore
* each sensor is on a different endpoint. Right
*now our client only handles a single endpoint per
*node.
*
* Integration with Poll Control. When the device
*boots we should configure its polling to make it
*possible to read/write its attributes.
*
* Update the emberAfIasZoneClientKnownServers list
*when we know a server un-enrolls. Right now, we
*don't have any way to tell when we don't need to
*keep track of a server anymore, i.e., when it
*un-enrolls. Therefore, we could potentially keep
*adding servers to our known list, and run out of
*room to add more. Fortunately, we have two things
*working for us:
* 1. Servers will most likely stay around in a
*network. It is unlikely that an IAS Zone Client in
*production will have to handle 254 different
*servers.
* 2. If a server un-enrolls and then enrolls
*again, it will get the same Zone ID and have a spot
*in the list, since we store servers by long address.
*******************************************************************************
******************************************************************************/

#include "ias-zone-client.h"
#include <app/CommandHandler.h>
#include <app/util/af.h>
Expand Down
23 changes: 0 additions & 23 deletions src/app/clusters/ias-zone-client/ias-zone-client.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,29 +15,6 @@
* limitations under the License.
*/

/**
*
* Copyright (c) 2020 Silicon Labs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/****************************************************************************
* @file
* @brief APIs and defines for the IAS Zone Client
*plugin, which keeps track of IAS Zone servers.
*******************************************************************************
******************************************************************************/

#pragma once

#include <app/util/af-types.h>
Expand Down
22 changes: 0 additions & 22 deletions src/app/clusters/ias-zone-server/ias-zone-server-tokens.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,6 @@
* limitations under the License.
*/

/**
*
* Copyright (c) 2020 Silicon Labs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/****************************************************************************
* @file
* @brief Tokens for the IAS Zone Server plugin.
*******************************************************************************
******************************************************************************/

#pragma once

/**
Expand Down
Loading

0 comments on commit 47c4292

Please sign in to comment.