Skip to content

Commit 90799bf

Browse files
committed
changed license comment block.
1 parent 6c430ff commit 90799bf

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

WebView2/HostObjectRmAPI.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// Copyright (C) 2025 nstechbytes. All rights reserved.
1+
/**
2+
* Copyright (C) 2025 nstechbytes. All rights reserved.
3+
*/
24

35
#include "HostObjectRmAPI.h"
46
#include "Plugin.h"

WebView2/HostObjectRmAPI.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// Copyright (C) 2025 nstechbytes. All rights reserved.
1+
/**
2+
* Copyright (C) 2025 nstechbytes. All rights reserved.
3+
*/
24

35
#pragma once
46
#include "HostObject_h.h"

WebView2/Plugin.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
// Copyright (C) 2025 nstechbytes. All rights reserved.
1+
/**
2+
* Copyright (C) 2025 nstechbytes. All rights reserved.
3+
*/
4+
25
#pragma once
36

47
#include <Windows.h>

WebView2/WebView2.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
// Copyright (C) 2025 nstechbytes. All rights reserved.
1+
/**
2+
* Copyright (C) 2025 nstechbytes. All rights reserved.
3+
*/
4+
25
#include "Plugin.h"
36
#include "HostObjectRmAPI.h"
47
#include "../API/RainmeterAPI.h"

0 commit comments

Comments
 (0)