Skip to content

Commit 42e523e

Browse files
committed
Update license to match React repo license
1 parent cfbf115 commit 42e523e

File tree

5 files changed

+41
-75
lines changed

5 files changed

+41
-75
lines changed

scripts/perf-counters/src/hardware-counter.cpp

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
1-
/*
2-
+----------------------------------------------------------------------+
3-
| HipHop for PHP |
4-
+----------------------------------------------------------------------+
5-
| Copyright (c) 2010-2015 Facebook, Inc. (http://www.facebook.com) |
6-
+----------------------------------------------------------------------+
7-
| This source file is subject to version 3.01 of the PHP license, |
8-
| that is bundled with this package in the file LICENSE, and is |
9-
| available through the world-wide-web at the following url: |
10-
| http://www.php.net/license/3_01.txt |
11-
| If you did not receive a copy of the PHP license and are unable to |
12-
| obtain it through the world-wide-web, please send a note to |
13-
| license@php.net so we can mail you a copy immediately. |
14-
+----------------------------------------------------------------------+
15-
*/
1+
/**
2+
* Copyright 2010-2015, Facebook, Inc.
3+
* All rights reserved.
4+
*
5+
* This source code is licensed under the BSD-style license found in the
6+
* LICENSE file in the root directory of this source tree. An additional grant
7+
* of patent rights can be found in the PATENTS file in the same directory.
8+
*/
169

1710
#include "hphp/util/hardware-counter.h"
1811

scripts/perf-counters/src/hardware-counter.h

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
1-
/*
2-
+----------------------------------------------------------------------+
3-
| HipHop for PHP |
4-
+----------------------------------------------------------------------+
5-
| Copyright (c) 2010-2015 Facebook, Inc. (http://www.facebook.com) |
6-
+----------------------------------------------------------------------+
7-
| This source file is subject to version 3.01 of the PHP license, |
8-
| that is bundled with this package in the file LICENSE, and is |
9-
| available through the world-wide-web at the following url: |
10-
| http://www.php.net/license/3_01.txt |
11-
| If you did not receive a copy of the PHP license and are unable to |
12-
| obtain it through the world-wide-web, please send a note to |
13-
| license@php.net so we can mail you a copy immediately. |
14-
+----------------------------------------------------------------------+
15-
*/
1+
/**
2+
* Copyright 2010-2015, Facebook, Inc.
3+
* All rights reserved.
4+
*
5+
* This source code is licensed under the BSD-style license found in the
6+
* LICENSE file in the root directory of this source tree. An additional grant
7+
* of patent rights can be found in the PATENTS file in the same directory.
8+
*/
169

1710
#ifndef incl_HPHP_UTIL_HARDWARE_COUNTER_H_
1811
#define incl_HPHP_UTIL_HARDWARE_COUNTER_H_

scripts/perf-counters/src/portability.h

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
1-
/*
2-
+----------------------------------------------------------------------+
3-
| HipHop for PHP |
4-
+----------------------------------------------------------------------+
5-
| Copyright (c) 2010-2015 Facebook, Inc. (http://www.facebook.com) |
6-
+----------------------------------------------------------------------+
7-
| This source file is subject to version 3.01 of the PHP license, |
8-
| that is bundled with this package in the file LICENSE, and is |
9-
| available through the world-wide-web at the following url: |
10-
| http://www.php.net/license/3_01.txt |
11-
| If you did not receive a copy of the PHP license and are unable to |
12-
| obtain it through the world-wide-web, please send a note to |
13-
| license@php.net so we can mail you a copy immediately. |
14-
+----------------------------------------------------------------------+
15-
*/
1+
/**
2+
* Copyright 2010-2015, Facebook, Inc.
3+
* All rights reserved.
4+
*
5+
* This source code is licensed under the BSD-style license found in the
6+
* LICENSE file in the root directory of this source tree. An additional grant
7+
* of patent rights can be found in the PATENTS file in the same directory.
8+
*/
9+
1610
#ifndef incl_HPHP_PORTABILITY_H_
1711
#define incl_HPHP_PORTABILITY_H_
1812

scripts/perf-counters/src/thread-local.cpp

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
1-
/*
2-
+----------------------------------------------------------------------+
3-
| HipHop for PHP |
4-
+----------------------------------------------------------------------+
5-
| Copyright (c) 2010-2015 Facebook, Inc. (http://www.facebook.com) |
6-
+----------------------------------------------------------------------+
7-
| This source file is subject to version 3.01 of the PHP license, |
8-
| that is bundled with this package in the file LICENSE, and is |
9-
| available through the world-wide-web at the following url: |
10-
| http://www.php.net/license/3_01.txt |
11-
| If you did not receive a copy of the PHP license and are unable to |
12-
| obtain it through the world-wide-web, please send a note to |
13-
| license@php.net so we can mail you a copy immediately. |
14-
+----------------------------------------------------------------------+
15-
*/
1+
/**
2+
* Copyright 2010-2015, Facebook, Inc.
3+
* All rights reserved.
4+
*
5+
* This source code is licensed under the BSD-style license found in the
6+
* LICENSE file in the root directory of this source tree. An additional grant
7+
* of patent rights can be found in the PATENTS file in the same directory.
8+
*/
169

1710
#include "hphp/util/thread-local.h"
1811

scripts/perf-counters/src/thread-local.h

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
1-
/*
2-
+----------------------------------------------------------------------+
3-
| HipHop for PHP |
4-
+----------------------------------------------------------------------+
5-
| Copyright (c) 2010-2015 Facebook, Inc. (http://www.facebook.com) |
6-
+----------------------------------------------------------------------+
7-
| This source file is subject to version 3.01 of the PHP license, |
8-
| that is bundled with this package in the file LICENSE, and is |
9-
| available through the world-wide-web at the following url: |
10-
| http://www.php.net/license/3_01.txt |
11-
| If you did not receive a copy of the PHP license and are unable to |
12-
| obtain it through the world-wide-web, please send a note to |
13-
| license@php.net so we can mail you a copy immediately. |
14-
+----------------------------------------------------------------------+
15-
*/
1+
/**
2+
* Copyright 2010-2015, Facebook, Inc.
3+
* All rights reserved.
4+
*
5+
* This source code is licensed under the BSD-style license found in the
6+
* LICENSE file in the root directory of this source tree. An additional grant
7+
* of patent rights can be found in the PATENTS file in the same directory.
8+
*/
169

1710
#ifndef incl_HPHP_THREAD_LOCAL_H_
1811
#define incl_HPHP_THREAD_LOCAL_H_

0 commit comments

Comments
 (0)