diff --git a/LICENSE b/LICENSE index 38492d4..244f8fd 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2021, lakinduaksh +Copyright (c) 2023, lakinduaksh All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.md b/README.md index 5b16412..23173ae 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ #### Thank you for all the contributions made while I'm not active on this repository. ### Features - + * Share your wifi like in Windows - Use wifi and enable hotspot at the same time. * Share a wifi access point from any network interface * [Create a hotspot with VPN](#vpn-hotspot) - The hotspot has the traffic tunnelled through VPN. Useful for devices with no VPN app support like TV or gaming consoles. @@ -62,8 +62,8 @@ sudo apt install linux-wifi-hotspot #### Arch based distributions -Linux Wifi Hotspot is available as an [AUR package](https://aur.archlinux.org/packages/linux-wifi-hotspot/). You can install it manually or with your favourite AUR helper. -For example, if you use `yay` you can do: +Linux Wifi Hotspot is available as an [AUR package](https://aur.archlinux.org/packages/linux-wifi-hotspot/). You can install it manually or with your favourite AUR helper. +For example, if you use `yay` you can do: `yay -S linux-wifi-hotspot` ## Dependencies @@ -117,16 +117,16 @@ sudo dnf install -y gtk3-devel gcc gcc-c++ kernel-devel pkg-config make hostapd #install sudo make install - + ## Uninstallation sudo make uninstall - + ## Running You can launch the GUI by searching for "Wifi Hotspot" in the Application Menu or using the terminal with: wihotspot - +

Create VPN Hotspot

After connecting to VPN, Open `wihotspot` GUI. Select the virtual interface created by the VPN. In this case it is `tun0` @@ -144,7 +144,7 @@ repository. Start the hotspot service on startup (using your saved configuration) with: systemctl enable create_ap - + @@ -168,7 +168,7 @@ FreeBSD Copyright (c) 2013, oblique -Copyright (c) 2021, lakinduakash +Copyright (c) 2023, lakinduakash [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Flakinduakash%2Flinux-wifi-hotspot.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Flakinduakash%2Flinux-wifi-hotspot?ref=badge_large) diff --git a/src/scripts/LICENSE b/src/scripts/LICENSE index 06bb45c..bd375e1 100644 --- a/src/scripts/LICENSE +++ b/src/scripts/LICENSE @@ -24,7 +24,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *All modification to this software is under following licence -Copyright (c) 2021, lakinduaksh +Copyright (c) 2023, lakinduaksh All rights reserved. Redistribution and use in source and binary forms, with or without @@ -46,4 +46,4 @@ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/src/ui/glade/about.glade b/src/ui/glade/about.glade index 07cb234..6d5f9d8 100644 --- a/src/ui/glade/about.glade +++ b/src/ui/glade/about.glade @@ -9,13 +9,13 @@ dialog center Linux Wifi Hotspot - 4.4.0 - (c) lakinduakash 2021 + 4.5.0 + (c) lakinduakash 2023 For more info visit https://github.com/lakinduakash/linux-wifi-hotspot https://github.com/lakinduakash/linux-wifi-hotspot Star on Github - Copyright (c) 2021, lakinduaksh + Copyright (c) 2023, lakinduaksh All rights reserved. Redistribution and use in source and binary forms, with or without