X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2Fio%2Fasync%2FEventUtil.h;h=2a1e6135e112dd9a35cfd4bc5dac942174d5a398;hb=d4aacd244f21e76dce685365acc281a9015897c1;hp=2ba9af4ffaad45e5b617325d6181f0aabe6593bd;hpb=887367cae9e579cd1b715265a4f1b089beda71da;p=folly.git diff --git a/folly/io/async/EventUtil.h b/folly/io/async/EventUtil.h index 2ba9af4f..2a1e6135 100644 --- a/folly/io/async/EventUtil.h +++ b/folly/io/async/EventUtil.h @@ -1,23 +1,19 @@ /* - * Copyright 2017 Facebook, Inc. + * Copyright 2004-present Facebook, Inc. * - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. */ + #pragma once #include @@ -60,4 +56,4 @@ class EventUtil { } }; -} // folly +} // namespace folly