Skip to content

Commit be12bcc

Browse files
committed
MPTCP support: fix copyright headers
1 parent 210c88b commit be12bcc

File tree

4 files changed

+40
-28
lines changed

4 files changed

+40
-28
lines changed

Sources/Extensions/NSURLSession/NSURLSession+sharedMPTCPSession.h

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
/*****************************************************************************
2-
* NSURLSession+sharedMPTCPSession.h
3-
* VLC for iOS
4-
*****************************************************************************
5-
*
6-
* Author: Anthony Doeraene <[email protected]>
7-
*
8-
*****************************************************************************/
2+
* NSURLSession+sharedMPTCPSession.h
3+
* VLC for iOS
4+
*****************************************************************************
5+
* Copyright (c) 2024 VideoLAN. All rights reserved.
6+
* $Id$
7+
*
8+
* Authors: Anthony Doeraene <[email protected]>
9+
*
10+
* Refer to the COPYING file of the official project for license.
11+
*****************************************************************************/
912

1013
#ifndef NSURLSession_sharedMPTCPSession_h
1114
#define NSURLSession_sharedMPTCPSession_h

Sources/Extensions/NSURLSession/NSURLSession+sharedMPTCPSession.m

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
/*****************************************************************************
2-
* NSURLSession+sharedMPTCPSession.m
3-
* VLC for iOS
4-
*****************************************************************************
5-
*
6-
* Author: Anthony Doeraene <[email protected]>
7-
*
8-
*****************************************************************************/
2+
* NSURLSession+sharedMPTCPSession.m
3+
* VLC for iOS
4+
*****************************************************************************
5+
* Copyright (c) 2024 VideoLAN. All rights reserved.
6+
* $Id$
7+
*
8+
* Authors: Anthony Doeraene <[email protected]>
9+
*
10+
* Refer to the COPYING file of the official project for license.
11+
*****************************************************************************/
912

1013
#import <Foundation/Foundation.h>
1114
#include "NSURLSession+sharedMPTCPSession.h"

Sources/Extensions/NSURLSessionConfiguration/NSURLSessionConfiguration+default.h

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
/*****************************************************************************
2-
* NSURLSessionConfiguration+default.h
3-
* VLC for iOS
4-
*****************************************************************************
5-
*
6-
* Author: Anthony Doeraene <[email protected]>
7-
*
8-
*****************************************************************************/
2+
* NSURLSessionConfiguration+default.h
3+
* VLC for iOS
4+
*****************************************************************************
5+
* Copyright (c) 2024 VideoLAN. All rights reserved.
6+
* $Id$
7+
*
8+
* Authors: Anthony Doeraene <[email protected]>
9+
*
10+
* Refer to the COPYING file of the official project for license.
11+
*****************************************************************************/
912

1013
#ifndef NSURLSessionConfiguration_default_h
1114
#define NSURLSessionConfiguration_default_h

Sources/Extensions/NSURLSessionConfiguration/NSURLSessionConfiguration+default.m

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
/*****************************************************************************
2-
* NSURLSessionConfiguration+default.m
3-
* VLC for iOS
4-
*****************************************************************************
5-
*
6-
* Author: Anthony Doeraene <[email protected]>
7-
*
8-
*****************************************************************************/
2+
* NSURLSessionConfiguration+default.m
3+
* VLC for iOS
4+
*****************************************************************************
5+
* Copyright (c) 2024 VideoLAN. All rights reserved.
6+
* $Id$
7+
*
8+
* Authors: Anthony Doeraene <[email protected]>
9+
*
10+
* Refer to the COPYING file of the official project for license.
11+
*****************************************************************************/
912

1013
#import <Foundation/Foundation.h>
1114
#include "NSURLSessionConfiguration+default.h"

0 commit comments

Comments
 (0)