Skip to content

Commit

Permalink
Merge pull request #298 from ivpn/task/s137_update_company_name
Browse files Browse the repository at this point in the history
docs: Update company name
  • Loading branch information
stenya authored Aug 15, 2023
2 parents 26525a3 + 7a92d10 commit c377de3
Show file tree
Hide file tree
Showing 202 changed files with 286 additions and 250 deletions.
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Alexandr Stelnykovych <[email protected]>

# Organizations

Privatus Limited
IVPN Limited
2 changes: 1 addition & 1 deletion cli/References/Linux/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ CreatePackage()
--rpm-rpmbuild-define "_build_id_links none" \
--deb-no-default-config-files -s dir -t $PKG_TYPE -n ivpn -v $VERSION --url https://www.ivpn.net --license "GNU GPL3" \
--template-scripts --template-value pkg=$PKG_TYPE \
--vendor "Privatus Limited" --maintainer "Privatus Limited" \
--vendor "IVPN Limited" --maintainer "IVPN Limited" \
--description "$(printf "Client for IVPN service (https://www.ivpn.net)\nCommand line interface v$VERSION. Try 'ivpn' from command line.")" \
--before-install "$SCRIPT_DIR/package_scripts/before-install.sh" \
--after-install "$SCRIPT_DIR/package_scripts/after-install.sh" \
Expand Down
2 changes: 1 addition & 1 deletion cli/cliplatform/cliplatform.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// https://github.com/ivpn/desktop-app
//
// Created by Stelnykovych Alexandr.
// Copyright (c) 2021 Privatus Limited.
// Copyright (c) 2023 IVPN Limited.
//
// This file is part of the IVPN command line interface.
//
Expand Down
4 changes: 2 additions & 2 deletions cli/commands/account.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// https://github.com/ivpn/desktop-app
//
// Created by Stelnykovych Alexandr.
// Copyright (c) 2020 Privatus Limited.
// Copyright (c) 2023 IVPN Limited.
//
// This file is part of the IVPN command line interface.
//
Expand Down Expand Up @@ -54,7 +54,7 @@ func (c *CmdLogout) Run() error {
return doLogout(c.disableFirewall, c.resetAppSettingsToDefaults)
}

//----------------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------------
type CmdLogin struct {
flags.CmdInfo
accountID string
Expand Down
2 changes: 1 addition & 1 deletion cli/commands/autoconnect.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// https://github.com/ivpn/desktop-app
//
// Created by Stelnykovych Alexandr.
// Copyright (c) 2020 Privatus Limited.
// Copyright (c) 2023 IVPN Limited.
//
// This file is part of the IVPN command line interface.
//
Expand Down
2 changes: 1 addition & 1 deletion cli/commands/base.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// https://github.com/ivpn/desktop-app
//
// Created by Stelnykovych Alexandr.
// Copyright (c) 2020 Privatus Limited.
// Copyright (c) 2023 IVPN Limited.
//
// This file is part of the IVPN command line interface.
//
Expand Down
2 changes: 1 addition & 1 deletion cli/commands/connection-ctrl.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// https://github.com/ivpn/desktop-app
//
// Created by Stelnykovych Alexandr.
// Copyright (c) 2022 Privatus Limited.
// Copyright (c) 2023 IVPN Limited.
//
// This file is part of the IVPN command line interface.
//
Expand Down
2 changes: 1 addition & 1 deletion cli/commands/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// https://github.com/ivpn/desktop-app
//
// Created by Stelnykovych Alexandr.
// Copyright (c) 2020 Privatus Limited.
// Copyright (c) 2023 IVPN Limited.
//
// This file is part of the IVPN command line interface.
//
Expand Down
2 changes: 1 addition & 1 deletion cli/commands/dns.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// https://github.com/ivpn/desktop-app
//
// Created by Stelnykovych Alexandr.
// Copyright (c) 2020 Privatus Limited.
// Copyright (c) 2023 IVPN Limited.
//
// This file is part of the IVPN command line interface.
//
Expand Down
2 changes: 1 addition & 1 deletion cli/commands/eaa.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// https://github.com/ivpn/desktop-app
//
// Created by Stelnykovych Alexandr.
// Copyright (c) 2022 Privatus Limited.
// Copyright (c) 2023 IVPN Limited.
//
// This file is part of the IVPN command line interface.
//
Expand Down
2 changes: 1 addition & 1 deletion cli/commands/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// https://github.com/ivpn/desktop-app
//
// Created by Stelnykovych Alexandr.
// Copyright (c) 2020 Privatus Limited.
// Copyright (c) 2023 IVPN Limited.
//
// This file is part of the IVPN command line interface.
//
Expand Down
2 changes: 1 addition & 1 deletion cli/commands/firewall.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// https://github.com/ivpn/desktop-app
//
// Created by Stelnykovych Alexandr.
// Copyright (c) 2020 Privatus Limited.
// Copyright (c) 2023 IVPN Limited.
//
// This file is part of the IVPN command line interface.
//
Expand Down
2 changes: 1 addition & 1 deletion cli/commands/logs.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// https://github.com/ivpn/desktop-app
//
// Created by Stelnykovych Alexandr.
// Copyright (c) 2020 Privatus Limited.
// Copyright (c) 2023 IVPN Limited.
//
// This file is part of the IVPN command line interface.
//
Expand Down
2 changes: 1 addition & 1 deletion cli/commands/servers.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// https://github.com/ivpn/desktop-app
//
// Created by Stelnykovych Alexandr.
// Copyright (c) 2020 Privatus Limited.
// Copyright (c) 2023 IVPN Limited.
//
// This file is part of the IVPN command line interface.
//
Expand Down
2 changes: 1 addition & 1 deletion cli/commands/splittun.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// https://github.com/ivpn/desktop-app
//
// Created by Stelnykovych Alexandr.
// Copyright (c) 2021 Privatus Limited.
// Copyright (c) 2023 IVPN Limited.
//
// This file is part of the IVPN command line interface.
//
Expand Down
2 changes: 1 addition & 1 deletion cli/commands/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// https://github.com/ivpn/desktop-app
//
// Created by Stelnykovych Alexandr.
// Copyright (c) 2020 Privatus Limited.
// Copyright (c) 2023 IVPN Limited.
//
// This file is part of the IVPN command line interface.
//
Expand Down
2 changes: 1 addition & 1 deletion cli/commands/tips.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// https://github.com/ivpn/desktop-app
//
// Created by Stelnykovych Alexandr.
// Copyright (c) 2020 Privatus Limited.
// Copyright (c) 2023 IVPN Limited.
//
// This file is part of the IVPN command line interface.
//
Expand Down
2 changes: 1 addition & 1 deletion cli/commands/wifi.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// https://github.com/ivpn/desktop-app
//
// Created by Stelnykovych Alexandr.
// Copyright (c) 2020 Privatus Limited.
// Copyright (c) 2023 IVPN Limited.
//
// This file is part of the IVPN command line interface.
//
Expand Down
2 changes: 1 addition & 1 deletion cli/commands/wireguard.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// https://github.com/ivpn/desktop-app
//
// Created by Stelnykovych Alexandr.
// Copyright (c) 2020 Privatus Limited.
// Copyright (c) 2023 IVPN Limited.
//
// This file is part of the IVPN command line interface.
//
Expand Down
2 changes: 1 addition & 1 deletion cli/flags/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// https://github.com/ivpn/desktop-app
//
// Created by Stelnykovych Alexandr.
// Copyright (c) 2020 Privatus Limited.
// Copyright (c) 2023 IVPN Limited.
//
// This file is part of the IVPN command line interface.
//
Expand Down
2 changes: 1 addition & 1 deletion cli/flags/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// https://github.com/ivpn/desktop-app
//
// Created by Stelnykovych Alexandr.
// Copyright (c) 2020 Privatus Limited.
// Copyright (c) 2023 IVPN Limited.
//
// This file is part of the IVPN command line interface.
//
Expand Down
2 changes: 1 addition & 1 deletion cli/flags/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// https://github.com/ivpn/desktop-app
//
// Created by Stelnykovych Alexandr.
// Copyright (c) 2023 Privatus Limited.
// Copyright (c) 2023 IVPN Limited.
//
// This file is part of the IVPN command line interface.
//
Expand Down
2 changes: 1 addition & 1 deletion cli/helpers/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// https://github.com/ivpn/desktop-app
//
// Created by Stelnykovych Alexandr.
// Copyright (c) 2020 Privatus Limited.
// Copyright (c) 2023 IVPN Limited.
//
// This file is part of the Daemon for IVPN Client Desktop.
//
Expand Down
2 changes: 1 addition & 1 deletion cli/helpers/helpers_darwin.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// https://github.com/ivpn/desktop-app
//
// Created by Stelnykovych Alexandr.
// Copyright (c) 2020 Privatus Limited.
// Copyright (c) 2023 IVPN Limited.
//
// This file is part of the Daemon for IVPN Client Desktop.
//
Expand Down
2 changes: 1 addition & 1 deletion cli/helpers/helpers_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// https://github.com/ivpn/desktop-app
//
// Created by Stelnykovych Alexandr.
// Copyright (c) 2020 Privatus Limited.
// Copyright (c) 2023 IVPN Limited.
//
// This file is part of the Daemon for IVPN Client Desktop.
//
Expand Down
2 changes: 1 addition & 1 deletion cli/helpers/helpers_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// https://github.com/ivpn/desktop-app
//
// Created by Stelnykovych Alexandr.
// Copyright (c) 2020 Privatus Limited.
// Copyright (c) 2023 IVPN Limited.
//
// This file is part of the Daemon for IVPN Client Desktop.
//
Expand Down
2 changes: 1 addition & 1 deletion cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// https://github.com/ivpn/desktop-app
//
// Created by Stelnykovych Alexandr.
// Copyright (c) 2020 Privatus Limited.
// Copyright (c) 2023 IVPN Limited.
//
// This file is part of the IVPN command line interface.
//
Expand Down
2 changes: 1 addition & 1 deletion cli/main_darwin.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// https://github.com/ivpn/desktop-app
//
// Created by Stelnykovych Alexandr.
// Copyright (c) 2020 Privatus Limited.
// Copyright (c) 2023 IVPN Limited.
//
// This file is part of the IVPN command line interface.
//
Expand Down
2 changes: 1 addition & 1 deletion cli/main_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// https://github.com/ivpn/desktop-app
//
// Created by Stelnykovych Alexandr.
// Copyright (c) 2020 Privatus Limited.
// Copyright (c) 2023 IVPN Limited.
//
// This file is part of the IVPN command line interface.
//
Expand Down
2 changes: 1 addition & 1 deletion cli/main_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// https://github.com/ivpn/desktop-app
//
// Created by Stelnykovych Alexandr.
// Copyright (c) 2020 Privatus Limited.
// Copyright (c) 2023 IVPN Limited.
//
// This file is part of the IVPN command line interface.
//
Expand Down
2 changes: 1 addition & 1 deletion cli/protocol/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// https://github.com/ivpn/desktop-app
//
// Created by Stelnykovych Alexandr.
// Copyright (c) 2020 Privatus Limited.
// Copyright (c) 2023 IVPN Limited.
//
// This file is part of the IVPN command line interface.
//
Expand Down
2 changes: 1 addition & 1 deletion cli/protocol/client_private.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// https://github.com/ivpn/desktop-app
//
// Created by Stelnykovych Alexandr.
// Copyright (c) 2020 Privatus Limited.
// Copyright (c) 2023 IVPN Limited.
//
// This file is part of the IVPN command line interface.
//
Expand Down
2 changes: 1 addition & 1 deletion cli/protocol/receiver_channel.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// https://github.com/ivpn/desktop-app
//
// Created by Stelnykovych Alexandr.
// Copyright (c) 2020 Privatus Limited.
// Copyright (c) 2023 IVPN Limited.
//
// This file is part of the IVPN command line interface.
//
Expand Down
2 changes: 1 addition & 1 deletion daemon/References/Linux/etc/firewall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# https://github.com/ivpn/desktop-app/daemon
#
# Created by Stelnykovych Alexandr.
# Copyright (c) 2020 Privatus Limited.
# Copyright (c) 2023 IVPN Limited.
#
# This file is part of the Daemon for IVPN Client Desktop.
#
Expand Down
4 changes: 2 additions & 2 deletions daemon/References/Linux/etc/splittun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://github.com/ivpn/desktop-app/daemon
#
# Created by Stelnykovych Alexandr.
# Copyright (c) 2021 Privatus Limited.
# Copyright (c) 2023 IVPN Limited.
#
# This file is part of the Daemon for IVPN Client Desktop.
#
Expand Down Expand Up @@ -630,7 +630,7 @@ else
echo "It is a part of Daemon for IVPN Client Desktop."
echo "https://github.com/ivpn/desktop-app/daemon"
echo "Created by Stelnykovych Alexandr."
echo "Copyright (c) 2021 Privatus Limited."
echo "Copyright (c) 2023 IVPN Limited."
echo ""
echo "Usage:"
echo "Note! The script have to be started under privilaged user (sudo $0 ...)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// https://github.com/ivpn/desktop-app/daemon/References/Windows/Native%20Projects/IVPN%20Split%20Tunnel%20Driver
//
// Created by Stelnykovych Alexandr.
// Copyright (c) 2021 Privatus Limited.
// Copyright (c) 2023 IVPN Limited.
//
// This file is part of the IVPN Client for Desktop project.
// https://github.com/ivpn/desktop-app
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// https://github.com/ivpn/desktop-app/daemon/References/Windows/Native%20Projects/IVPN%20Split%20Tunnel%20Driver
//
// Created by Stelnykovych Alexandr.
// Copyright (c) 2021 Privatus Limited.
// Copyright (c) 2023 IVPN Limited.
//
// This file is part of the IVPN Client for Desktop project.
// https://github.com/ivpn/desktop-app
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// https://github.com/ivpn/desktop-app/daemon/References/Windows/Native%20Projects/IVPN%20Split%20Tunnel%20Driver
//
// Created by Stelnykovych Alexandr.
// Copyright (c) 2021 Privatus Limited.
// Copyright (c) 2023 IVPN Limited.
//
// This file is part of the IVPN Client Desktop project.
// https://github.com/ivpn/desktop-app
Expand Down
2 changes: 1 addition & 1 deletion daemon/api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// https://github.com/ivpn/desktop-app-daemon
//
// Created by Stelnykovych Alexandr.
// Copyright (c) 2020 Privatus Limited.
// Copyright (c) 2023 IVPN Limited.
//
// This file is part of the Daemon for IVPN Client Desktop.
//
Expand Down
2 changes: 1 addition & 1 deletion daemon/api/api_internal.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// https://github.com/ivpn/desktop-app
//
// Created by Stelnykovych Alexandr.
// Copyright (c) 2020 Privatus Limited.
// Copyright (c) 2023 IVPN Limited.
//
// This file is part of the Daemon for IVPN Client Desktop.
//
Expand Down
2 changes: 1 addition & 1 deletion daemon/api/types/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// https://github.com/ivpn/desktop-app
//
// Created by Stelnykovych Alexandr.
// Copyright (c) 2020 Privatus Limited.
// Copyright (c) 2023 IVPN Limited.
//
// This file is part of the Daemon for IVPN Client Desktop.
//
Expand Down
2 changes: 1 addition & 1 deletion daemon/api/types/requests.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// https://github.com/ivpn/desktop-app
//
// Created by Stelnykovych Alexandr.
// Copyright (c) 2020 Privatus Limited.
// Copyright (c) 2023 IVPN Limited.
//
// This file is part of the Daemon for IVPN Client Desktop.
//
Expand Down
Loading

0 comments on commit c377de3

Please sign in to comment.