Skip to content

Commit 0f1fc6c

Browse files
Updated copyright
1 parent f1e01c3 commit 0f1fc6c

27 files changed

Lines changed: 27 additions & 27 deletions

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2016-2025, L-Acoustics
1+
Copyright (C) 2016-2026, L-Acoustics
22

33
Redistribution and use in source and binary forms, with or without
44
modification, are permitted provided that the following conditions are met:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Windows](https://github.com/L-Acoustics/networkInterfaceHelper/actions/workflows/windows.yml/badge.svg)](https://github.com/L-Acoustics/networkInterfaceHelper/actions/workflows/windows.yml)
33
[![Macos](https://github.com/L-Acoustics/networkInterfaceHelper/actions/workflows/macos.yml/badge.svg)](https://github.com/L-Acoustics/networkInterfaceHelper/actions/workflows/macos.yml)
44
# LA Network Interface Helper Library
5-
Copyright (C) 2016-2025, L-Acoustics
5+
Copyright (C) 2016-2026, L-Acoustics
66

77
## What is LA_networkInterfaceHelper
88
LA_networkInterfaceHelper is a lightweight open source library for enumerating Network Interfaces and monitoring any state change.

cmake/cmakeUtils

examples/src/macOS_networkEventMonitor.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2016-2025, L-Acoustics
2+
* Copyright (C) 2016-2026, L-Acoustics
33

44
* This file is part of LA_networkInterfaceHelper.
55

examples/src/networkInterfacesEnumerator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2016-2025, L-Acoustics
2+
* Copyright (C) 2016-2026, L-Acoustics
33
44
* This file is part of LA_networkInterfaceHelper.
55

examples/src/networkInterfacesEnumerator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2016-2025, L-Acoustics
2+
* Copyright (C) 2016-2026, L-Acoustics
33
44
* This file is part of LA_networkInterfaceHelper.
55

examples/src/networkInterfacesMonitor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2016-2025, L-Acoustics
2+
* Copyright (C) 2016-2026, L-Acoustics
33
44
* This file is part of LA_networkInterfaceHelper.
55

include/la/networkInterfaceHelper/internals/exports.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2016-2025, L-Acoustics
2+
* Copyright (C) 2016-2026, L-Acoustics
33
44
* This file is part of LA_networkInterfaceHelper.
55

include/la/networkInterfaceHelper/networkInterfaceHelper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2016-2025, L-Acoustics
2+
* Copyright (C) 2016-2026, L-Acoustics
33
44
* This file is part of LA_networkInterfaceHelper.
55

include/la/networkInterfaceHelper/networkInterfaceHelper.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2016-2025, L-Acoustics
2+
* Copyright (C) 2016-2026, L-Acoustics
33
44
* This file is part of LA_networkInterfaceHelper.
55

0 commit comments

Comments
 (0)