Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/hostif/profiles/STBService/Capabilities_Thunder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
* limitations under the License.
*/

/**
* @file Capabilities_Thunder.cpp
* @brief Thunder-backed implementation of TR069 STBService Capabilities.
*/

#include <string>
#include <vector>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* If not stated otherwise in this file or this component's LICENSE file the
* following copyright and licenses apply:
*
* Copyright 2016 RDK Management
* Copyright 2026 RDK Management
Comment thread
santoshcomcast marked this conversation as resolved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* If not stated otherwise in this file or this component's LICENSE file the
* following copyright and licenses apply:
*
* Copyright 2016 RDK Management
* Copyright 2026 RDK Management
Comment thread
santoshcomcast marked this conversation as resolved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -16,6 +16,12 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

/**
* @file Components_DisplayDevice_Thunder.cpp
* @brief Thunder-backed implementation of TR069 Components DisplayDevice.
*/

#include <sstream>
#include "Components_DisplayDevice.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* If not stated otherwise in this file or this component's LICENSE file the
* following copyright and licenses apply:
*
* Copyright 2016 RDK Management
* Copyright 2026 RDK Management
Comment thread
santoshcomcast marked this conversation as resolved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -16,6 +16,12 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

/**
* @file Components_HDMI_Thunder.cpp
* @brief Thunder-backed implementation of TR069 Components HDMI.
*/

#include <sstream>
#include "Components_HDMI.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* If not stated otherwise in this file or this component's LICENSE file the
* following copyright and licenses apply:
*
* Copyright 2016 RDK Management
* Copyright 2026 RDK Management
Comment thread
santoshcomcast marked this conversation as resolved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* If not stated otherwise in this file or this component's LICENSE file the
* following copyright and licenses apply:
*
* Copyright 2016 RDK Management
* Copyright 2026 RDK Management
Comment thread
santoshcomcast marked this conversation as resolved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -16,6 +16,12 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

/**
* @file Components_VideoDecoder_Thunder.cpp
* @brief Thunder-backed implementation of TR069 Components VideoDecoder.
*/

#include <sstream>
#include "Components_VideoDecoder.h"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* If not stated otherwise in this file or this component's LICENSE file the
* following copyright and licenses apply:
*
* Copyright 2016 RDK Management
* Copyright 2026 RDK Management
Comment thread
santoshcomcast marked this conversation as resolved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand All @@ -16,6 +16,12 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

/**
* @file Components_VideoOutput_Thunder.cpp
* @brief Thunder-backed implementation of TR069 Components VideoOutput.
*/

#include <sstream>
#include "Components_VideoOutput.h"

Expand Down
Loading