Add license information for VPN WireGuard Service (fixes brave/brave-browser#30902)
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
Name: Brave VPN WireGuard Service
|
||||
URL: https://github.com/brave/brave-core/tree/master/components/brave_vpn/browser/connection/wireguard/win/brave_vpn_wireguard_service
|
||||
License: GPL-2.0-or-later
|
||||
License File: /brave/common/licenses/GPL-2.0
|
||||
+26
@@ -0,0 +1,26 @@
|
||||
# Brave VPN WireGuard Service
|
||||
|
||||
Windows service which exposes COM and CLI interfaces that can be used to
|
||||
start/stop a WireGuard VPN connection given a configuration file.
|
||||
|
||||
## License
|
||||
|
||||
The following license statement applies to all files contained within this
|
||||
directory and any sub-directories:
|
||||
|
||||
Brave VPN WireGuard Service
|
||||
Copyright (C) 2023 The Brave Authors
|
||||
|
||||
This program is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU General Public License
|
||||
as published by the Free Software Foundation; either version 2
|
||||
of the License, or (at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
@@ -149,6 +149,9 @@ def AddBraveCredits(root, prune_paths, special_cases, prune_dirs,
|
||||
additional_list = list(additional_paths)
|
||||
additional_list += [
|
||||
os.path.join('brave', 'components', 'brave_new_tab_ui', 'data'),
|
||||
os.path.join('brave', 'components', 'brave_vpn', 'browser',
|
||||
'connection', 'wireguard', 'win',
|
||||
'brave_vpn_wireguard_service'),
|
||||
os.path.join('brave', 'components', 'filecoin'),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user