Skip to content

Commit 08f1334

Browse files
committed
Rename licenses/APL.txt to APL2.txt
That's the filename used in the BSL license Change-Id: I0d09f85a60ed2b53cbd17a14595ddb1100579dc9 Reviewed-on: http://review.couchbase.org/c/kv_engine/+/151042 Tested-by: Build Bot <[email protected]> Reviewed-by: Daniel Owen <[email protected]>
1 parent b7e6143 commit 08f1334

File tree

17 files changed

+16
-16
lines changed

17 files changed

+16
-16
lines changed

daemon/mcbp_executors.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Portions Copyright (c) 2008 Danga Interactive
44
*
55
* Use of this software is governed by the Apache License, Version 2.0 and
6-
* BSD 3 Clause included in the files licenses/APL.txt and
6+
* BSD 3 Clause included in the files licenses/APL2.txt and
77
* licenses/BSD-3-Clause-Danga-Interactive.txt
88
*/
99
#include "mcbp_executors.h"

daemon/memcached.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Portions Copyright (c) 2003 Danga Interactive
55
*
66
* Use of this software is governed by the Apache License, Version 2.0 and
7-
* BSD 3 Clause included in the files licenses/APL.txt,
7+
* BSD 3 Clause included in the files licenses/APL2.txt,
88
* licenses/BSD-3-Clause-Sun-Microsystems.txt and
99
* licenses/BSD-3-Clause-Danga-Interactive.txt
1010
*/

daemon/network_interface_manager.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Portions Copyright (c) 2008 Danga Interactive
44
*
55
* Use of this software is governed by the Apache License, Version 2.0 and
6-
* BSD 3 Clause included in the files licenses/APL.txt and
6+
* BSD 3 Clause included in the files licenses/APL2.txt and
77
* licenses/BSD-3-Clause-Danga-Interactive.txt
88
*/
99
#include "network_interface_manager.h"

daemon/thread.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Portions Copyright (c) 2008 Danga Interactive
44
*
55
* Use of this software is governed by the Apache License, Version 2.0 and
6-
* BSD 3 Clause included in the files licenses/APL.txt and
6+
* BSD 3 Clause included in the files licenses/APL2.txt and
77
* licenses/BSD-3-Clause-Danga-Interactive.txt
88
*/
99
/*

engines/ep/management/mc_bin_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Portions Copyright (c) 2007 Dustin Sallings <[email protected]>
77
88
Use of this software is governed by the Apache License, Version 2.0, included
9-
in the file licenses/APL.txt.
9+
in the file licenses/APL2.txt.
1010
1111
"""
1212

engines/ep/management/mc_bin_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Portions Copyright (c) 2007 Dustin Sallings <[email protected]>
77
88
Use of this software is governed by the Apache License, Version 2.0, included
9-
in the file licenses/APL.txt.
9+
in the file licenses/APL2.txt.
1010
1111
"""
1212

engines/ep/management/memcacheConstants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Portions Copyright (c) 2007 Dustin Sallings <[email protected]>
66
77
Use of this software is governed by the Apache License, Version 2.0, included
8-
in the file licenses/APL.txt.
8+
in the file licenses/APL2.txt.
99
1010
"""
1111

include/mcbp/protocol/request.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Portions Copyright (c) 2009 Sun Microsystems
44
*
55
* Use of this software is governed by the Apache License, Version 2.0 and
6-
* BSD 3 Clause included in the files licenses/APL.txt and
6+
* BSD 3 Clause included in the files licenses/APL2.txt and
77
* licenses/BSD-3-Clause-Sun-Microsystems.txt
88
*/
99
#pragma once

include/mcbp/protocol/response.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Portions Copyright (c) 2009 Sun Microsystems
44
*
55
* Use of this software is governed by the Apache License, Version 2.0 and
6-
* BSD 3 Clause included in the files licenses/APL.txt and
6+
* BSD 3 Clause included in the files licenses/APL2.txt and
77
* licenses/BSD-3-Clause-Sun-Microsystems.txt
88
*/
99
#pragma once

include/memcached/config_parser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Portions Copyright (c) 2009 Sun Microsystems
44
*
55
* Use of this software is governed by the Apache License, Version 2.0 and
6-
* BSD 3 Clause included in the files licenses/APL.txt and
6+
* BSD 3 Clause included in the files licenses/APL2.txt and
77
* licenses/BSD-3-Clause-Sun-Microsystems.txt
88
*/
99
#pragma once

0 commit comments

Comments
 (0)