aboutsummaryrefslogtreecommitdiffstats
path: root/src/protocol
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocol')
-rw-r--r--src/protocol/README.md19
-rw-r--r--src/protocol/anti_replay.rs2
-rw-r--r--src/protocol/controller.rs2
-rw-r--r--src/protocol/cookie.rs2
-rw-r--r--src/protocol/handshake.rs2
-rw-r--r--src/protocol/ip.rs2
-rw-r--r--src/protocol/mod.rs2
-rw-r--r--src/protocol/re_exports.rs2
-rw-r--r--src/protocol/timer.rs2
-rw-r--r--src/protocol/types.rs2
10 files changed, 28 insertions, 9 deletions
diff --git a/src/protocol/README.md b/src/protocol/README.md
index c6b4512..673f75f 100644
--- a/src/protocol/README.md
+++ b/src/protocol/README.md
@@ -134,3 +134,22 @@ every two minutes, is also handled this way.
### Testing
This module is under tested.
+
+## Copyright and License of this file
+
+Copyright 2017 Guanhao Yin <sopium@mysterious.site>
+
+This file is part of WireGuard.rs
+
+WireGuard.rs 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 3 of the License, or (at
+your option) any later version.
+
+WireGuard.rs 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 WireGuard.rs. If not, see <https://www.gnu.org/licenses/>.
diff --git a/src/protocol/anti_replay.rs b/src/protocol/anti_replay.rs
index 4fb2e11..f377475 100644
--- a/src/protocol/anti_replay.rs
+++ b/src/protocol/anti_replay.rs
@@ -1,4 +1,4 @@
-// Copyright 2017 Sopium
+// Copyright 2017 Guanhao Yin <sopium@mysterious.site>
// This file is part of WireGuard.rs.
diff --git a/src/protocol/controller.rs b/src/protocol/controller.rs
index ed3b4e3..631cad5 100644
--- a/src/protocol/controller.rs
+++ b/src/protocol/controller.rs
@@ -1,4 +1,4 @@
-// Copyright 2017 Sopium
+// Copyright 2017 Guanhao Yin <sopium@mysterious.site>
// This file is part of WireGuard.rs.
diff --git a/src/protocol/cookie.rs b/src/protocol/cookie.rs
index 008d03f..26c031a 100644
--- a/src/protocol/cookie.rs
+++ b/src/protocol/cookie.rs
@@ -1,4 +1,4 @@
-// Copyright 2017 Sopium
+// Copyright 2017 Guanhao Yin <sopium@mysterious.site>
// This file is part of WireGuard.rs.
diff --git a/src/protocol/handshake.rs b/src/protocol/handshake.rs
index f8023ce..f30ece4 100644
--- a/src/protocol/handshake.rs
+++ b/src/protocol/handshake.rs
@@ -1,4 +1,4 @@
-// Copyright 2017 Sopium
+// Copyright 2017 Guanhao Yin <sopium@mysterious.site>
// This file is part of WireGuard.rs.
diff --git a/src/protocol/ip.rs b/src/protocol/ip.rs
index f6b9920..1ff5979 100644
--- a/src/protocol/ip.rs
+++ b/src/protocol/ip.rs
@@ -1,4 +1,4 @@
-// Copyright 2017 Sopium
+// Copyright 2017 Guanhao Yin <sopium@mysterious.site>
// This file is part of WireGuard.rs.
diff --git a/src/protocol/mod.rs b/src/protocol/mod.rs
index c8eff1b..c77f1f9 100644
--- a/src/protocol/mod.rs
+++ b/src/protocol/mod.rs
@@ -1,4 +1,4 @@
-// Copyright 2017 Sopium
+// Copyright 2017 Guanhao Yin <sopium@mysterious.site>
// This file is part of WireGuard.rs.
diff --git a/src/protocol/re_exports.rs b/src/protocol/re_exports.rs
index 08a3b0c..8c11161 100644
--- a/src/protocol/re_exports.rs
+++ b/src/protocol/re_exports.rs
@@ -1,4 +1,4 @@
-// Copyright 2017 Sopium
+// Copyright 2017 Guanhao Yin <sopium@mysterious.site>
// This file is part of WireGuard.rs.
diff --git a/src/protocol/timer.rs b/src/protocol/timer.rs
index d2bcfcb..9ebcdfc 100644
--- a/src/protocol/timer.rs
+++ b/src/protocol/timer.rs
@@ -1,4 +1,4 @@
-// Copyright 2017 Sopium
+// Copyright 2017 Guanhao Yin <sopium@mysterious.site>
// This file is part of WireGuard.rs.
diff --git a/src/protocol/types.rs b/src/protocol/types.rs
index cc8db4d..841eb31 100644
--- a/src/protocol/types.rs
+++ b/src/protocol/types.rs
@@ -1,4 +1,4 @@
-// Copyright 2017 Sopium
+// Copyright 2017 Guanhao Yin <sopium@mysterious.site>
// This file is part of WireGuard.rs.