Add licenses and remove third party libraries

This commit is contained in:
Christopher Chedeau
2014-10-29 08:01:22 -07:00
parent 2f5ad66077
commit c2aa92cd0b
41 changed files with 355 additions and 3171 deletions

View File

@@ -1,3 +1,12 @@
/**
* Copyright (c) 2014, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/
function __transpileToJavaCommon(code) {
return code
.replace(/CSS_UNDEFINED/g, 'CSSConstants.UNDEFINED')