From 5b93332453581001a33ff31959ece1201735db91 Mon Sep 17 00:00:00 2001 From: Jamil Bou Kheir Date: Wed, 22 Sep 2021 16:44:38 +0000 Subject: [PATCH] Remove unneeded trademark symbol from WireGuard mark --- CONTRIBUTING.md | 2 +- README.md | 8 ++++---- .../lib/fz_http_web/live/device_live/show.html.heex | 2 +- docs/index.html | 2 +- omnibus/config/projects/firezone.rb | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eba795c6a..d1c98eabf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,7 @@ Read this guide before opening a pull request. 1. [Prerequisites](#prerequisites) 2. [Project Setup](#project-setup) 1. [Provision the test VMs](#provision-the-test-vms) - 2. [Start the WireGuard™ interface on the + 2. [Start the WireGuard interface on the server](#start-the-wireguard-interface-on-the-server) 3. [Start the WireGuard interface on the client](#start-the-wireguard-interface-on-the-client) diff --git a/README.md b/README.md index d1d7cfa10..b18880428 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,13 @@ ## Intro -FireZone is an open-source WireGuard™-based VPN server and firewall for Linux +FireZone is an open-source WireGuard-based VPN server and firewall for Linux designed to be secure, easy to manage, and quick to set up. Use FireZone to: - Connect remote teams to a shared private cloud network -- Set up your own WireGuard™ VPN +- Set up your own WireGuard VPN - Block egress traffic from your devices to specific IPs and CIDR ranges - Connect remote teams to a secure virtual LAN @@ -111,7 +111,7 @@ consisting of three independent applications: - [apps/fz_http](apps/fz_http): The Web Application - [apps/fz_wall](apps/fz_wall): Firewall Management Process -- [apps/fz_vpn](apps/fz_vpn): WireGuard™ Management Process +- [apps/fz_vpn](apps/fz_vpn): WireGuard Management Process For now, FireZone assumes these apps are all running on the same host. @@ -121,4 +121,4 @@ For now, FireZone assumes these apps are all running on the same host. See [CONTRIBUTING.md](CONTRIBUTING.md). -WireGuard™ is a registered trademark of Jason A. Donenfeld. +WireGuard is a registered trademark of Jason A. Donenfeld. diff --git a/apps/fz_http/lib/fz_http_web/live/device_live/show.html.heex b/apps/fz_http/lib/fz_http_web/live/device_live/show.html.heex index a9a10c3df..560ac26fd 100644 --- a/apps/fz_http/lib/fz_http_web/live/device_live/show.html.heex +++ b/apps/fz_http/lib/fz_http_web/live/device_live/show.html.heex @@ -67,7 +67,7 @@
- Add the following to your WireGuard™ configuration file: + Add the following to your WireGuard configuration file:

 [Interface]
diff --git a/docs/index.html b/docs/index.html
index 4e32f8756..76db6c500 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -2,7 +2,7 @@
 
   
     
-    FireZone: Firewall + Web Gui for WireGuard™
+    FireZone: Firewall + Web Gui for WireGuard
     
   
   
diff --git a/omnibus/config/projects/firezone.rb b/omnibus/config/projects/firezone.rb
index f660a2bad..f4bb04f06 100644
--- a/omnibus/config/projects/firezone.rb
+++ b/omnibus/config/projects/firezone.rb
@@ -22,7 +22,7 @@ license "Apache-2.0"
 license_file "../LICENSE"
 
 description <<~DESC
-  Web UI + Firewall manager for WireGuard™
+  Web UI + Firewall manager for WireGuard
 DESC
 
 # Defaults to C:/firezone on Windows