Skip to content

Commit

Permalink
Fix comment formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
selissia authored and kpschoedel committed Jan 8, 2021
1 parent 84d2519 commit 7ab493b
Show file tree
Hide file tree
Showing 8 changed files with 153 additions and 158 deletions.
41 changes: 20 additions & 21 deletions src/app/clusters/zll-identify-server/zll-identify-server.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,27 +32,26 @@
* limitations under the License.
*/

/***************************************************************************/ /**
* @file
* @brief Routines for the ZLL Identify Server plugin,
*which contains additions to the Identify server
*cluster.
*******************************************************************************
* # License
* <b>Copyright 2018 Silicon Laboratories Inc.
*www.silabs.com</b>
*******************************************************************************
*
* The licensor of this software is Silicon
*Laboratories Inc. Your use of this software is
*governed by the terms of Silicon Labs Master
*Software License Agreement (MSLA) available at
* www.silabs.com/about-us/legal/master-software-license-agreement.
*This software is distributed to you in Source Code
*format and is governed by the sections of the MSLA
*applicable to Source Code.
*
******************************************************************************/
/**
* @file
* @brief Routines for the ZLL Identify Server plugin,
* which contains additions to the Identify server
* cluster.
*******************************************************************************
* # License
* <b>Copyright 2018 Silicon Laboratories Inc. www.silabs.com</b>
*******************************************************************************
*
* The licensor of this software is Silicon
* Laboratories Inc. Your use of this software is
* governed by the terms of Silicon Labs Master
* Software License Agreement (MSLA) available at
* www.silabs.com/about-us/legal/master-software-license-agreement.
* This software is distributed to you in Source Code
* format and is governed by the sections of the MSLA
* applicable to Source Code.
*
******************************************************************************/

// this file contains all the common includes for clusters in the util
#include "app/framework/include/af.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,26 +32,25 @@
* limitations under the License.
*/

/***************************************************************************/ /**
* @file
* @brief Routines for the ZLL Level Control Server
*plugin.
*******************************************************************************
* # License
* <b>Copyright 2018 Silicon Laboratories Inc.
*www.silabs.com</b>
*******************************************************************************
*
* The licensor of this software is Silicon
*Laboratories Inc. Your use of this software is
*governed by the terms of Silicon Labs Master
*Software License Agreement (MSLA) available at
* www.silabs.com/about-us/legal/master-software-license-agreement.
*This software is distributed to you in Source Code
*format and is governed by the sections of the MSLA
*applicable to Source Code.
*
******************************************************************************/
/**
* @file
* @brief Routines for the ZLL Level Control Server plugin.
*******************************************************************************
* # License
* <b>Copyright 2018 Silicon Laboratories Inc.
* www.silabs.com</b>
*******************************************************************************
*
* The licensor of this software is Silicon
* Laboratories Inc. Your use of this software is
* governed by the terms of Silicon Labs Master
* Software License Agreement (MSLA) available at
* www.silabs.com/about-us/legal/master-software-license-agreement.
* This software is distributed to you in Source Code
* format and is governed by the sections of the MSLA
* applicable to Source Code.
*
******************************************************************************/

#include "zll-level-control-server.h"
#include "../../include/af.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,26 +32,25 @@
* limitations under the License.
*/

/***************************************************************************/ /**
* @file
* @brief Definitions for the ZLL Level Control Server
*plugin.
*******************************************************************************
* # License
* <b>Copyright 2018 Silicon Laboratories Inc.
*www.silabs.com</b>
*******************************************************************************
*
* The licensor of this software is Silicon
*Laboratories Inc. Your use of this software is
*governed by the terms of Silicon Labs Master
*Software License Agreement (MSLA) available at
* www.silabs.com/about-us/legal/master-software-license-agreement.
*This software is distributed to you in Source Code
*format and is governed by the sections of the MSLA
*applicable to Source Code.
*
******************************************************************************/
/**
* @file
* @brief Definitions for the ZLL Level Control Server plugin.
*******************************************************************************
* # License
* <b>Copyright 2018 Silicon Laboratories Inc.
* www.silabs.com</b>
*******************************************************************************
*
* The licensor of this software is Silicon
* Laboratories Inc. Your use of this software is
* governed by the terms of Silicon Labs Master
* Software License Agreement (MSLA) available at
* www.silabs.com/about-us/legal/master-software-license-agreement.
* This software is distributed to you in Source Code
* format and is governed by the sections of the MSLA
* applicable to Source Code.
*
******************************************************************************/

#define EMBER_AF_PLUGIN_ZLL_LEVEL_CONTROL_SERVER_MINIMUM_LEVEL 0x01
#define EMBER_AF_PLUGIN_ZLL_LEVEL_CONTROL_SERVER_MAXIMUM_LEVEL 0xFE
Expand Down
38 changes: 19 additions & 19 deletions src/app/clusters/zll-on-off-server/zll-on-off-server.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,25 @@
* limitations under the License.
*/

/***************************************************************************/ /**
* @file
* @brief Routines for the ZLL On Off Server plugin.
*******************************************************************************
* # License
* <b>Copyright 2018 Silicon Laboratories Inc.
*www.silabs.com</b>
*******************************************************************************
*
* The licensor of this software is Silicon
*Laboratories Inc. Your use of this software is
*governed by the terms of Silicon Labs Master
*Software License Agreement (MSLA) available at
* www.silabs.com/about-us/legal/master-software-license-agreement.
*This software is distributed to you in Source Code
*format and is governed by the sections of the MSLA
*applicable to Source Code.
*
******************************************************************************/
/**
* @file
* @brief Routines for the ZLL On Off Server plugin.
*******************************************************************************
* # License
* <b>Copyright 2018 Silicon Laboratories Inc.
* www.silabs.com</b>
*******************************************************************************
*
* The licensor of this software is Silicon
* Laboratories Inc. Your use of this software is
* governed by the terms of Silicon Labs Master
* Software License Agreement (MSLA) available at
* www.silabs.com/about-us/legal/master-software-license-agreement.
* This software is distributed to you in Source Code
* format and is governed by the sections of the MSLA
* applicable to Source Code.
*
******************************************************************************/

#include "zll-on-off-server.h"
#include "../../include/af.h"
Expand Down
39 changes: 19 additions & 20 deletions src/app/clusters/zll-on-off-server/zll-on-off-server.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,26 +32,25 @@
* limitations under the License.
*/

/***************************************************************************/ /**
* @file
* @brief Definitions for the ZLL On Off Server
*plugin.
*******************************************************************************
* # License
* <b>Copyright 2018 Silicon Laboratories Inc.
*www.silabs.com</b>
*******************************************************************************
*
* The licensor of this software is Silicon
*Laboratories Inc. Your use of this software is
*governed by the terms of Silicon Labs Master
*Software License Agreement (MSLA) available at
* www.silabs.com/about-us/legal/master-software-license-agreement.
*This software is distributed to you in Source Code
*format and is governed by the sections of the MSLA
*applicable to Source Code.
*
******************************************************************************/
/**
* @file
* @brief Definitions for the ZLL On Off Server plugin.
*******************************************************************************
* # License
* <b>Copyright 2018 Silicon Laboratories Inc.
* www.silabs.com</b>
*******************************************************************************
*
* The licensor of this software is Silicon
* Laboratories Inc. Your use of this software is
* governed by the terms of Silicon Labs Master
* Software License Agreement (MSLA) available at
* www.silabs.com/about-us/legal/master-software-license-agreement.
* This software is distributed to you in Source Code
* format and is governed by the sections of the MSLA
* applicable to Source Code.
*
******************************************************************************/

EmberAfStatus emberAfPluginZllOnOffServerOffZllExtensions(const EmberAfClusterCommand * cmd);
EmberAfStatus emberAfPluginZllOnOffServerOnZllExtensions(const EmberAfClusterCommand * cmd);
Expand Down
38 changes: 19 additions & 19 deletions src/app/clusters/zll-scenes-client/zll-scenes-client.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,25 @@
* limitations under the License.
*/

/***************************************************************************/ /**
* @file
* @brief Routines for the ZLL Scenes Client plugin.
*******************************************************************************
* # License
* <b>Copyright 2018 Silicon Laboratories Inc.
*www.silabs.com</b>
*******************************************************************************
*
* The licensor of this software is Silicon
*Laboratories Inc. Your use of this software is
*governed by the terms of Silicon Labs Master
*Software License Agreement (MSLA) available at
* www.silabs.com/about-us/legal/master-software-license-agreement.
*This software is distributed to you in Source Code
*format and is governed by the sections of the MSLA
*applicable to Source Code.
*
******************************************************************************/
/**
* @file
* @brief Routines for the ZLL Scenes Client plugin.
*******************************************************************************
* # License
* <b>Copyright 2018 Silicon Laboratories Inc.
* www.silabs.com</b>
*******************************************************************************
*
* The licensor of this software is Silicon
* Laboratories Inc. Your use of this software is
* governed by the terms of Silicon Labs Master
* Software License Agreement (MSLA) available at
* www.silabs.com/about-us/legal/master-software-license-agreement.
* This software is distributed to you in Source Code
* format and is governed by the sections of the MSLA
* applicable to Source Code.
*
******************************************************************************/

#include "../../include/af.h"
#include "../scenes-client/scenes-client.h"
Expand Down
Loading

0 comments on commit 7ab493b

Please sign in to comment.