Fix licenses
authorNicholas Ormrod <njormrod@fb.com>
Tue, 4 Nov 2014 00:18:41 +0000 (16:18 -0800)
committerPavlo Kushnir <pavlo@fb.com>
Sat, 8 Nov 2014 02:35:01 +0000 (18:35 -0800)
commit1bd2c00562e1193c91bff08852cfab7e3aaa2732
tree70711463e9123529802711a6c875990e8d0a3e7e
parent8cbc14de44a626f616d9000b359c800213f0ae85
Fix licenses

Summary:
There are two types of licenses used in folly, only one of
which is accepted by the linter.

This diff changes the license notices in pre-existing folly files!
Many folly/io/async/* files have the second type of license, but
without a Copyright notice. I have added copyright notices to these
files.

I have also added a compliant notice to
folly/test/function_benchmark/benchmark_impl.h, which was the sole file
in folly/test/function_benchmark/ that didn't have a standard license.

Test Plan:
The changes to folly are comment only.

Run all of folly against the linter, see no more license errors.

Reviewed By: davejwatson@fb.com

Subscribers: trunkagent, sdwilsh, njormrod, folly-diffs@, sjenkins

FB internal diff: D1648489

Tasks: 5486739

Signature: t1:1648489:1415035522:3d8bd9611eb7c7117b70d5e7f68de5768639a727
folly/io/async/AsyncTimeout.cpp
folly/io/async/AsyncTimeout.h
folly/io/async/EventHandler.cpp
folly/io/async/EventHandler.h
folly/io/async/EventUtil.h
folly/io/async/HHWheelTimer.cpp
folly/io/async/Request.cpp
folly/io/async/Request.h
folly/io/async/TimeoutManager.h
folly/test/function_benchmark/benchmark_impl.h