File tree Expand file tree Collapse file tree 5 files changed +41
-75
lines changed
scripts/perf-counters/src Expand file tree Collapse file tree 5 files changed +41
-75
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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_
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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_
You can’t perform that action at this time.
0 commit comments