Skip to content

Commit ae9512c

Browse files
committed
Bump copyright year to 2025
1 parent 48af458 commit ae9512c

34 files changed

+34
-34
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ======================
22
# ARA Library CMake Integration
33
#
4-
# Copyright (c) 2020-2024, Celemony Software GmbH, All Rights Reserved.
4+
# Copyright (c) 2020-2025, Celemony Software GmbH, All Rights Reserved.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

Debug/ARAContentLogger.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//! \file ARAContentLogger.h
33
//! class to conveniently log (and validate) ARA content
44
//! \project ARA SDK Library
5-
//! \copyright Copyright (c) 2018-2024, Celemony Software GmbH, All Rights Reserved.
5+
//! \copyright Copyright (c) 2018-2025, Celemony Software GmbH, All Rights Reserved.
66
//! \license Licensed under the Apache License, Version 2.0 (the "License");
77
//! you may not use this file except in compliance with the License.
88
//! You may obtain a copy of the License at

Debug/ARAContentValidator.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//! \file ARAContentValidator.h
33
//! utility classes vor validating content readers
44
//! \project ARA SDK Library
5-
//! \copyright Copyright (c) 2018-2024, Celemony Software GmbH, All Rights Reserved.
5+
//! \copyright Copyright (c) 2018-2025, Celemony Software GmbH, All Rights Reserved.
66
//! \license Licensed under the Apache License, Version 2.0 (the "License");
77
//! you may not use this file except in compliance with the License.
88
//! You may obtain a copy of the License at

Debug/ARADebug.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//! \file ARADebug.c
33
//! debug helpers for the ARA SDK Library
44
//! \project ARA SDK Library
5-
//! \copyright Copyright (c) 2012-2024, Celemony Software GmbH, All Rights Reserved.
5+
//! \copyright Copyright (c) 2012-2025, Celemony Software GmbH, All Rights Reserved.
66
//! \license Licensed under the Apache License, Version 2.0 (the "License");
77
//! you may not use this file except in compliance with the License.
88
//! You may obtain a copy of the License at

Debug/ARADebug.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//! \file ARADebug.h
33
//! debug helpers for the ARA SDK Library
44
//! \project ARA SDK Library
5-
//! \copyright Copyright (c) 2012-2024, Celemony Software GmbH, All Rights Reserved.
5+
//! \copyright Copyright (c) 2012-2025, Celemony Software GmbH, All Rights Reserved.
66
//! \license Licensed under the Apache License, Version 2.0 (the "License");
77
//! you may not use this file except in compliance with the License.
88
//! You may obtain a copy of the License at

Dispatch/ARAContentReader.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//! \file ARAContentReader.h
33
//! content reading utility classes
44
//! \project ARA SDK Library
5-
//! \copyright Copyright (c) 2018-2024, Celemony Software GmbH, All Rights Reserved.
5+
//! \copyright Copyright (c) 2018-2025, Celemony Software GmbH, All Rights Reserved.
66
//! \license Licensed under the Apache License, Version 2.0 (the "License");
77
//! you may not use this file except in compliance with the License.
88
//! You may obtain a copy of the License at

Dispatch/ARADispatchBase.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//! Typically, this file is not included directly - either ARAHostDispatch.h or
66
//! ARAPlugInDispatch.h will be used instead.
77
//! \project ARA SDK Library
8-
//! \copyright Copyright (c) 2012-2024, Celemony Software GmbH, All Rights Reserved.
8+
//! \copyright Copyright (c) 2012-2025, Celemony Software GmbH, All Rights Reserved.
99
//! Developed in cooperation with PreSonus Software Ltd.
1010
//! \license Licensed under the Apache License, Version 2.0 (the "License");
1111
//! you may not use this file except in compliance with the License.

Dispatch/ARAHostDispatch.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//! C-to-C++ adapter for implementing ARA hosts
44
//! Originally written and contributed to the ARA SDK by PreSonus Software Ltd.
55
//! \project ARA SDK Library
6-
//! \copyright Copyright (c) 2012-2024, Celemony Software GmbH, All Rights Reserved.
6+
//! \copyright Copyright (c) 2012-2025, Celemony Software GmbH, All Rights Reserved.
77
//! Developed in cooperation with PreSonus Software Ltd.
88
//! \license Licensed under the Apache License, Version 2.0 (the "License");
99
//! you may not use this file except in compliance with the License.

Dispatch/ARAHostDispatch.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//! C-to-C++ adapter for implementing ARA hosts
44
//! Originally written and contributed to the ARA SDK by PreSonus Software Ltd.
55
//! \project ARA SDK Library
6-
//! \copyright Copyright (c) 2012-2024, Celemony Software GmbH, All Rights Reserved.
6+
//! \copyright Copyright (c) 2012-2025, Celemony Software GmbH, All Rights Reserved.
77
//! Developed in cooperation with PreSonus Software Ltd.
88
//! \license Licensed under the Apache License, Version 2.0 (the "License");
99
//! you may not use this file except in compliance with the License.

Dispatch/ARAPlugInDispatch.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//! \file ARAPlugInDispatch.cpp
33
//! C-to-C++ adapter for implementing ARA plug-ins
44
//! \project ARA SDK Library
5-
//! \copyright Copyright (c) 2012-2024, Celemony Software GmbH, All Rights Reserved.
5+
//! \copyright Copyright (c) 2012-2025, Celemony Software GmbH, All Rights Reserved.
66
//! \license Licensed under the Apache License, Version 2.0 (the "License");
77
//! you may not use this file except in compliance with the License.
88
//! You may obtain a copy of the License at

Dispatch/ARAPlugInDispatch.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//! \file ARAPlugInDispatch.h
33
//! C-to-C++ adapter for implementing ARA plug-ins
44
//! \project ARA SDK Library
5-
//! \copyright Copyright (c) 2012-2024, Celemony Software GmbH, All Rights Reserved.
5+
//! \copyright Copyright (c) 2012-2025, Celemony Software GmbH, All Rights Reserved.
66
//! \license Licensed under the Apache License, Version 2.0 (the "License");
77
//! you may not use this file except in compliance with the License.
88
//! You may obtain a copy of the License at

IPC/ARAIPC.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//! Typically, this file is not included directly - either ARAIPCProxyHost.h
55
//! ARAIPCProxyPlugIn.h will be used instead.
66
//! \project ARA SDK Library
7-
//! \copyright Copyright (c) 2021-2024, Celemony Software GmbH, All Rights Reserved.
7+
//! \copyright Copyright (c) 2021-2025, Celemony Software GmbH, All Rights Reserved.
88
//! \license Licensed under the Apache License, Version 2.0 (the "License");
99
//! you may not use this file except in compliance with the License.
1010
//! You may obtain a copy of the License at

IPC/ARAIPCAudioUnit_v3.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//! \file ARAIPCAudioUnit_v3.h
33
//! Implementation of ARA IPC message sending through AUMessageChannel
44
//! \project ARA SDK Library
5-
//! \copyright Copyright (c) 2021-2024, Celemony Software GmbH, All Rights Reserved.
5+
//! \copyright Copyright (c) 2021-2025, Celemony Software GmbH, All Rights Reserved.
66
//! \license Licensed under the Apache License, Version 2.0 (the "License");
77
//! you may not use this file except in compliance with the License.
88
//! You may obtain a copy of the License at

IPC/ARAIPCAudioUnit_v3.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//! \file ARAIPCAudioUnit_v3.m
33
//! Implementation of ARA IPC message sending through AUMessageChannel
44
//! \project ARA SDK Library
5-
//! \copyright Copyright (c) 2021-2024, Celemony Software GmbH, All Rights Reserved.
5+
//! \copyright Copyright (c) 2021-2025, Celemony Software GmbH, All Rights Reserved.
66
//! \license Licensed under the Apache License, Version 2.0 (the "License");
77
//! you may not use this file except in compliance with the License.
88
//! You may obtain a copy of the License at

IPC/ARAIPCCFEncoding.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//! \file ARAIPCCFEncoding.cpp
33
//! Implementation of ARAIPCMessageEn-/Decoder backed by CF(Mutable)Dictionary
44
//! \project ARA SDK Library
5-
//! \copyright Copyright (c) 2021-2024, Celemony Software GmbH, All Rights Reserved.
5+
//! \copyright Copyright (c) 2021-2025, Celemony Software GmbH, All Rights Reserved.
66
//! \license Licensed under the Apache License, Version 2.0 (the "License");
77
//! you may not use this file except in compliance with the License.
88
//! You may obtain a copy of the License at

IPC/ARAIPCCFEncoding.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//! \file ARAIPCCFEncoding.h
33
//! Implementation of ARAIPCMessageEn-/Decoder backed by CF(Mutable)Dictionary
44
//! \project ARA SDK Library
5-
//! \copyright Copyright (c) 2021-2024, Celemony Software GmbH, All Rights Reserved.
5+
//! \copyright Copyright (c) 2021-2025, Celemony Software GmbH, All Rights Reserved.
66
//! \license Licensed under the Apache License, Version 2.0 (the "License");
77
//! you may not use this file except in compliance with the License.
88
//! You may obtain a copy of the License at

IPC/ARAIPCEncoding.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//! Typically, this file is not included directly - either ARAIPCProxyHost.h
55
//! ARAIPCProxyPlugIn.h will be used instead.
66
//! \project ARA SDK Library
7-
//! \copyright Copyright (c) 2021-2024, Celemony Software GmbH, All Rights Reserved.
7+
//! \copyright Copyright (c) 2021-2025, Celemony Software GmbH, All Rights Reserved.
88
//! \license Licensed under the Apache License, Version 2.0 (the "License");
99
//! you may not use this file except in compliance with the License.
1010
//! You may obtain a copy of the License at

IPC/ARAIPCMessage.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//! \file ARAIPCMessage.h
33
//! Abstractions shared by both the ARA IPC proxy host and plug-in
44
//! \project ARA SDK Library
5-
//! \copyright Copyright (c) 2021-2024, Celemony Software GmbH, All Rights Reserved.
5+
//! \copyright Copyright (c) 2021-2025, Celemony Software GmbH, All Rights Reserved.
66
//! \license Licensed under the Apache License, Version 2.0 (the "License");
77
//! you may not use this file except in compliance with the License.
88
//! You may obtain a copy of the License at

IPC/ARAIPCMessageChannel.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//! Typically, this file is not included directly - either ARAIPCProxyHost.h
55
//! ARAIPCProxyPlugIn.h will be used instead.
66
//! \project ARA SDK Library
7-
//! \copyright Copyright (c) 2021-2024, Celemony Software GmbH, All Rights Reserved.
7+
//! \copyright Copyright (c) 2021-2025, Celemony Software GmbH, All Rights Reserved.
88
//! \license Licensed under the Apache License, Version 2.0 (the "License");
99
//! you may not use this file except in compliance with the License.
1010
//! You may obtain a copy of the License at

IPC/ARAIPCMessageChannel.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//! Typically, this file is not included directly - either ARAIPCProxyHost.h
55
//! ARAIPCProxyPlugIn.h will be used instead.
66
//! \project ARA SDK Library
7-
//! \copyright Copyright (c) 2021-2024, Celemony Software GmbH, All Rights Reserved.
7+
//! \copyright Copyright (c) 2021-2025, Celemony Software GmbH, All Rights Reserved.
88
//! \license Licensed under the Apache License, Version 2.0 (the "License");
99
//! you may not use this file except in compliance with the License.
1010
//! You may obtain a copy of the License at

IPC/ARAIPCProxyHost.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//! \file ARAIPCProxyHost.cpp
33
//! implementation of host-side ARA IPC proxy host
44
//! \project ARA SDK Library
5-
//! \copyright Copyright (c) 2021-2024, Celemony Software GmbH, All Rights Reserved.
5+
//! \copyright Copyright (c) 2021-2025, Celemony Software GmbH, All Rights Reserved.
66
//! \license Licensed under the Apache License, Version 2.0 (the "License");
77
//! you may not use this file except in compliance with the License.
88
//! You may obtain a copy of the License at

IPC/ARAIPCProxyHost.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//! \file ARAIPCProxyHost.h
33
//! implementation of host-side ARA IPC proxy host
44
//! \project ARA SDK Library
5-
//! \copyright Copyright (c) 2021-2024, Celemony Software GmbH, All Rights Reserved.
5+
//! \copyright Copyright (c) 2021-2025, Celemony Software GmbH, All Rights Reserved.
66
//! \license Licensed under the Apache License, Version 2.0 (the "License");
77
//! you may not use this file except in compliance with the License.
88
//! You may obtain a copy of the License at

IPC/ARAIPCProxyPlugIn.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//! \file ARAIPCProxyPlugIn.cpp
33
//! implementation of host-side ARA IPC proxy plug-in
44
//! \project ARA SDK Library
5-
//! \copyright Copyright (c) 2021-2024, Celemony Software GmbH, All Rights Reserved.
5+
//! \copyright Copyright (c) 2021-2025, Celemony Software GmbH, All Rights Reserved.
66
//! \license Licensed under the Apache License, Version 2.0 (the "License");
77
//! you may not use this file except in compliance with the License.
88
//! You may obtain a copy of the License at

IPC/ARAIPCProxyPlugIn.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//! \file ARAIPCProxyPlugIn.h
33
//! implementation of host-side ARA IPC proxy plug-in
44
//! \project ARA SDK Library
5-
//! \copyright Copyright (c) 2021-2024, Celemony Software GmbH, All Rights Reserved.
5+
//! \copyright Copyright (c) 2021-2025, Celemony Software GmbH, All Rights Reserved.
66
//! \license Licensed under the Apache License, Version 2.0 (the "License");
77
//! you may not use this file except in compliance with the License.
88
//! You may obtain a copy of the License at

PlugIn/ARAPlug.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//! \file ARAPlug.cpp
33
//! implementation of base classes for ARA plug-ins
44
//! \project ARA SDK Library
5-
//! \copyright Copyright (c) 2012-2024, Celemony Software GmbH, All Rights Reserved.
5+
//! \copyright Copyright (c) 2012-2025, Celemony Software GmbH, All Rights Reserved.
66
//! \license Licensed under the Apache License, Version 2.0 (the "License");
77
//! you may not use this file except in compliance with the License.
88
//! You may obtain a copy of the License at

PlugIn/ARAPlug.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//! \file ARAPlug.h
33
//! implementation of base classes for ARA plug-ins
44
//! \project ARA SDK Library
5-
//! \copyright Copyright (c) 2012-2024, Celemony Software GmbH, All Rights Reserved.
5+
//! \copyright Copyright (c) 2012-2025, Celemony Software GmbH, All Rights Reserved.
66
//! \license Licensed under the Apache License, Version 2.0 (the "License");
77
//! you may not use this file except in compliance with the License.
88
//! You may obtain a copy of the License at

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ARA Audio Random Access: Implementation Library
22

3-
Copyright (c) 2012-2024, [Celemony Software GmbH](https://www.celemony.com), All Rights Reserved.
3+
Copyright (c) 2012-2025, [Celemony Software GmbH](https://www.celemony.com), All Rights Reserved.
44
Published under the Apache 2.0 license.
55

66
The ARA_Library Git repository contains an extensive set of C++ classes and utility functions to ease

Utilities/ARAChannelFormat.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//! \file ARAChannelFormat.cpp
33
//! utility class dealing with the companion-API-dependent surround channel arrangements
44
//! \project ARA SDK Library
5-
//! \copyright Copyright (c) 2021-2024, Celemony Software GmbH, All Rights Reserved.
5+
//! \copyright Copyright (c) 2021-2025, Celemony Software GmbH, All Rights Reserved.
66
//! \license Licensed under the Apache License, Version 2.0 (the "License");
77
//! you may not use this file except in compliance with the License.
88
//! You may obtain a copy of the License at

Utilities/ARAChannelFormat.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//! \file ARAChannelFormat.h
33
//! utility class dealing with the companion-API-dependent surround channel arrangements
44
//! \project ARA SDK Library
5-
//! \copyright Copyright (c) 2021-2024, Celemony Software GmbH, All Rights Reserved.
5+
//! \copyright Copyright (c) 2021-2025, Celemony Software GmbH, All Rights Reserved.
66
//! \license Licensed under the Apache License, Version 2.0 (the "License");
77
//! you may not use this file except in compliance with the License.
88
//! You may obtain a copy of the License at

Utilities/ARAPitchInterpretation.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//! classes to find proper names for pitches, ARAContentChord and ARAContentKeySignature
44
//! if not provided by the API partner
55
//! \project ARA SDK Library
6-
//! \copyright Copyright (c) 2018-2024, Celemony Software GmbH, All Rights Reserved.
6+
//! \copyright Copyright (c) 2018-2025, Celemony Software GmbH, All Rights Reserved.
77
//! \license Licensed under the Apache License, Version 2.0 (the "License");
88
//! you may not use this file except in compliance with the License.
99
//! You may obtain a copy of the License at

Utilities/ARAPitchInterpretation.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//! classes to find proper names for pitches, ARAContentChord and ARAContentKeySignature
44
//! if not provided by the API partner
55
//! \project ARA SDK Library
6-
//! \copyright Copyright (c) 2018-2024, Celemony Software GmbH, All Rights Reserved.
6+
//! \copyright Copyright (c) 2018-2025, Celemony Software GmbH, All Rights Reserved.
77
//! \license Licensed under the Apache License, Version 2.0 (the "License");
88
//! you may not use this file except in compliance with the License.
99
//! You may obtain a copy of the License at

Utilities/ARASamplePositionConversion.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//! convenience functions to ensure consistent conversion from
44
//! continuous time to discrete sample positions and vice versa.
55
//! \project ARA SDK Library
6-
//! \copyright Copyright (c) 2018-2024, Celemony Software GmbH, All Rights Reserved.
6+
//! \copyright Copyright (c) 2018-2025, Celemony Software GmbH, All Rights Reserved.
77
//! \license Licensed under the Apache License, Version 2.0 (the "License");
88
//! you may not use this file except in compliance with the License.
99
//! You may obtain a copy of the License at

Utilities/ARAStdVectorUtilities.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//! STL's std::vector, e.g. when searching derived class pointers
55
//! in base class vectors and vice versa
66
//! \project ARA SDK Library
7-
//! \copyright Copyright (c) 2018-2024, Celemony Software GmbH, All Rights Reserved.
7+
//! \copyright Copyright (c) 2018-2025, Celemony Software GmbH, All Rights Reserved.
88
//! \license Licensed under the Apache License, Version 2.0 (the "License");
99
//! you may not use this file except in compliance with the License.
1010
//! You may obtain a copy of the License at

Utilities/ARATimelineConversion.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//! classes to effectively iterate over tempo and signature content readers
44
//! and convert between in seconds or quarters and between quarters and beats
55
//! \project ARA SDK Library
6-
//! \copyright Copyright (c) 2018-2024, Celemony Software GmbH, All Rights Reserved.
6+
//! \copyright Copyright (c) 2018-2025, Celemony Software GmbH, All Rights Reserved.
77
//! \license Licensed under the Apache License, Version 2.0 (the "License");
88
//! you may not use this file except in compliance with the License.
99
//! You may obtain a copy of the License at

0 commit comments

Comments
 (0)