mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-08-15 00:00:04 +08:00
git-subtree-dir: OpenVPN Adapter/Vendors/openvpn git-subtree-split: da99df69492256d7a18bbea303ae98457782a4bf
11 lines
246 B
C++
11 lines
246 B
C++
#ifndef OPENVPN_LEGAL_COPYRIGHT_H
|
|
#define OPENVPN_LEGAL_COPYRIGHT_H
|
|
|
|
// Define copyright strings
|
|
|
|
namespace {
|
|
const char openvpn_copyright[] = "Copyright (C) 2012-2017 OpenVPN Technologies, Inc. All rights reserved."; // CONST GLOBAL
|
|
}
|
|
|
|
#endif
|