Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add Third Party Notice and copyright notices
Add project web site to PQAP readme
  • Loading branch information
kevinmkane committed Jul 24, 2018
1 parent 8c161bc commit 54413e2
Show file tree
Hide file tree
Showing 7 changed files with 1,350 additions and 0 deletions.
1,338 changes: 1,338 additions & 0 deletions ThirdPartyNotice.txt

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions openvpn/build/build.py
Expand Up @@ -14,6 +14,7 @@
# recent Perl is installed and in the system PATH
# - http://strawberryperl.com/releases.html (MSI and standalone ZIP versions available)

# Copyright (C) 2018 Microsoft Corporation

import os
import shutil
Expand Down Expand Up @@ -200,6 +201,8 @@ def build_openvpn_linux():
shutil.copy('../../initialsetup.sh', '.' + OPENVPN_LINUX_PREFIX + '/sbin')
# Copy pointer to privacy statement into doc directory
shutil.copy('../../PRIVACY.txt', '.' + OPENVPN_LINUX_PREFIX + '/share/doc/openvpn')
# Copy Third Party notice into doc directory
shutil.copy('../../../../ThirdPartyNotice.txt', '.' + OPENVPN_LINUX_PREFIX + '/share/doc/openvpn')
# Copy service file for systemd into the appropriate place
os.makedirs('etc/systemd/system')
shutil.copy('../../pq-openvpn.service', 'etc/systemd/system')
Expand Down
1 change: 1 addition & 0 deletions openvpn/build/devbuild.py
Expand Up @@ -25,6 +25,7 @@
# recent Perl is installed and in the system PATH
# - http://strawberryperl.com/releases.html (MSI and standalone ZIP versions available)

# Copyright (C) 2018 Microsoft Corporation

import os
import shutil
Expand Down
2 changes: 2 additions & 0 deletions openvpn/build/initialsetup.sh
@@ -1,5 +1,7 @@
#!/bin/bash

# Copyright (C) 2018 Microsoft Corporation

# After unpacking staged tarball, do a couple of setup steps to start
# and stop OpenVPN automatically. This script must be run as root, so
# run it with sudo.
Expand Down
2 changes: 2 additions & 0 deletions pqap/README-raspberry-pi-PQ-VPN.md
@@ -1,6 +1,8 @@
A VPN Device with Post-Quantum Security
---------------------------------------

Please visit our project page at: https://www.microsoft.com/en-us/research/project/post-quantum-crypto-vpn/

Device Hardware
----------------
We tested with a Raspberry Pi 3 Model B (purchased in summer 2017). When the
Expand Down
2 changes: 2 additions & 0 deletions pqap/create_image.pl
@@ -1,5 +1,7 @@
#!/usr/bin/perl

# Copyright (C) 2018 Microsoft Corporation

use strict;
use warnings;
use File::Copy;
Expand Down
2 changes: 2 additions & 0 deletions pqap/resizeimage.pl
Expand Up @@ -3,6 +3,8 @@
# Script taken from https://www.raspberrypi.org/forums/viewtopic.php?f=91&t=58069
# with minor modifications

# Portions Copyright (C) 2018 Microsoft Corporation

use utf8;
use 5.010;
use strict;
Expand Down

0 comments on commit 54413e2

Please sign in to comment.