Skip to content

Commit

Permalink
Update copyright notices in libwg
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Jan 17, 2025
1 parent 3d999c6 commit e4ea300
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion wireguard-go-rs/libwg/libwg.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: Apache-2.0
*
* Copyright (C) 2017-2019 Jason A. Donenfeld <[email protected]>. All Rights Reserved.
* Copyright (C) 2021 Mullvad VPN AB. All Rights Reserved.
* Copyright (C) 2025 Mullvad VPN AB. All Rights Reserved.
*/

package main
Expand Down
2 changes: 1 addition & 1 deletion wireguard-go-rs/libwg/libwg_android.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: Apache-2.0
*
* Copyright (C) 2017-2019 Jason A. Donenfeld <[email protected]>. All Rights Reserved.
* Copyright (C) 2021 Mullvad VPN AB. All Rights Reserved.
* Copyright (C) 2025 Mullvad VPN AB. All Rights Reserved.
*/

package main
Expand Down
2 changes: 1 addition & 1 deletion wireguard-go-rs/libwg/libwg_daita.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

/* SPDX-License-Identifier: Apache-2.0
*
* Copyright (C) 2024 Mullvad VPN AB. All Rights Reserved.
* Copyright (C) 2025 Mullvad VPN AB. All Rights Reserved.
*/

package main
Expand Down
2 changes: 1 addition & 1 deletion wireguard-go-rs/libwg/libwg_default.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/* SPDX-License-Identifier: Apache-2.0
*
* Copyright (C) 2017-2019 Jason A. Donenfeld <[email protected]>. All Rights Reserved.
* Copyright (C) 2021 Mullvad VPN AB. All Rights Reserved.
* Copyright (C) 2025 Mullvad VPN AB. All Rights Reserved.
*/

package main
Expand Down
2 changes: 1 addition & 1 deletion wireguard-go-rs/libwg/libwg_windows.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: Apache-2.0
*
* Copyright (C) 2017-2019 Jason A. Donenfeld <[email protected]>. All Rights Reserved.
* Copyright (C) 2024 Mullvad VPN AB. All Rights Reserved.
* Copyright (C) 2025 Mullvad VPN AB. All Rights Reserved.
*/

package main
Expand Down
2 changes: 1 addition & 1 deletion wireguard-go-rs/libwg/logging/logging.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: Apache-2.0
*
* Copyright (C) 2017-2019 Jason A. Donenfeld <[email protected]>. All Rights Reserved.
* Copyright (C) 2021 Mullvad VPN AB. All Rights Reserved.
* Copyright (C) 2025 Mullvad VPN AB. All Rights Reserved.
*/

package logging
Expand Down
2 changes: 1 addition & 1 deletion wireguard-go-rs/libwg/tunnelcontainer/tunnelcontainer.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* SPDX-License-Identifier: Apache-2.0
*
* Copyright (C) 2017-2019 Jason A. Donenfeld <[email protected]>. All Rights Reserved.
* Copyright (C) 2020 Mullvad VPN AB. All Rights Reserved.
* Copyright (C) 2025 Mullvad VPN AB. All Rights Reserved.
*/

package tunnelcontainer
Expand Down

0 comments on commit e4ea300

Please sign in to comment.