Update version and year

This commit is contained in:
João Batista 2023-05-23 19:45:24 -03:00
parent 4d64e83abe
commit 3f16dfb522
4 changed files with 14 additions and 14 deletions

View File

@ -1,4 +1,4 @@
Copyright (c) 2021, lakinduaksh Copyright (c) 2023, lakinduaksh
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

@ -12,7 +12,7 @@
#### Thank you for all the contributions made while I'm not active on this repository. #### Thank you for all the contributions made while I'm not active on this repository.
### Features ### Features
* Share your wifi like in Windows - Use wifi and enable hotspot at the same time. * Share your wifi like in Windows - Use wifi and enable hotspot at the same time.
* Share a wifi access point from any network interface * 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. * [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 #### 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. 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: For example, if you use `yay` you can do:
`yay -S linux-wifi-hotspot` `yay -S linux-wifi-hotspot`
## Dependencies ## Dependencies
@ -117,16 +117,16 @@ sudo dnf install -y gtk3-devel gcc gcc-c++ kernel-devel pkg-config make hostapd
#install #install
sudo make install sudo make install
## Uninstallation ## Uninstallation
sudo make uninstall sudo make uninstall
## Running ## Running
You can launch the GUI by searching for "Wifi Hotspot" in the Application Menu You can launch the GUI by searching for "Wifi Hotspot" in the Application Menu
or using the terminal with: or using the terminal with:
wihotspot wihotspot
<h2 id="vpn-hotspot">Create VPN Hotspot</h2> <h2 id="vpn-hotspot">Create VPN Hotspot</h2>
After connecting to VPN, Open `wihotspot` GUI. Select the virtual interface created by the VPN. In this case it is `tun0` 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: Start the hotspot service on startup (using your saved configuration) with:
systemctl enable create_ap systemctl enable create_ap
@ -168,7 +168,7 @@ FreeBSD
Copyright (c) 2013, oblique 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) [![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)

View File

@ -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 *All modification to this software is under following licence
Copyright (c) 2021, lakinduaksh Copyright (c) 2023, lakinduaksh
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without 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 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 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 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. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

View File

@ -9,13 +9,13 @@
<property name="type_hint">dialog</property> <property name="type_hint">dialog</property>
<property name="gravity">center</property> <property name="gravity">center</property>
<property name="program_name">Linux Wifi Hotspot</property> <property name="program_name">Linux Wifi Hotspot</property>
<property name="version">4.4.0</property> <property name="version">4.5.0</property>
<property name="copyright" translatable="yes">(c) lakinduakash 2021</property> <property name="copyright" translatable="yes">(c) lakinduakash 2023</property>
<property name="comments" translatable="yes">For more info visit <property name="comments" translatable="yes">For more info visit
https://github.com/lakinduakash/linux-wifi-hotspot</property> https://github.com/lakinduakash/linux-wifi-hotspot</property>
<property name="website">https://github.com/lakinduakash/linux-wifi-hotspot</property> <property name="website">https://github.com/lakinduakash/linux-wifi-hotspot</property>
<property name="website_label" translatable="yes">Star on Github</property> <property name="website_label" translatable="yes">Star on Github</property>
<property name="license" translatable="yes">Copyright (c) 2021, lakinduaksh <property name="license" translatable="yes">Copyright (c) 2023, lakinduaksh
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without