From d8b6d260c965c154d3a1997e613597a50c140656 Mon Sep 17 00:00:00 2001 From: CommitSyncScript Date: Mon, 17 Jun 2013 12:47:43 -0700 Subject: [PATCH] Add missing license header --- src/utils/__tests__/onlyChild-test.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/utils/__tests__/onlyChild-test.js b/src/utils/__tests__/onlyChild-test.js index 9c0c51febc..840a014386 100644 --- a/src/utils/__tests__/onlyChild-test.js +++ b/src/utils/__tests__/onlyChild-test.js @@ -1,4 +1,18 @@ /** + * Copyright 2013 Facebook, Inc. + * + * 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. + * * @emails react-core * @jsx React.DOM */