From e224a29d1cbfd4d662392a7c69e0939d9278c3cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Tue, 11 Sep 2018 15:27:47 -0700 Subject: [PATCH] Update copyright headers to yearless format Summary: This change drops the year from the copyright headers and the LICENSE file. Reviewed By: yungsters Differential Revision: D9727774 fbshipit-source-id: df4fc1e4390733fe774b1a160dd41b4a3d83302a --- BUCK | 2 +- CMakeLists.txt | 2 +- LICENSE | 2 +- YogaKit/BUCK | 2 +- YogaKit/Source/UIView+Yoga.h | 2 +- YogaKit/Source/UIView+Yoga.m | 2 +- YogaKit/Source/YGLayout+Private.h | 2 +- YogaKit/Source/YGLayout.h | 2 +- YogaKit/Source/YGLayout.m | 2 +- YogaKit/Source/YGLayoutExtensions.swift | 2 +- YogaKit/Tests/YogaKitTests.m | 2 +- android/BUCK | 2 +- android/sample/java/com/facebook/samples/yoga/BUCK | 2 +- android/src/main/AndroidManifest.xml | 2 +- android/src/main/java/com/facebook/yoga/android/BUCK | 2 +- .../java/com/facebook/yoga/android/VirtualYogaLayout.java | 2 +- .../src/main/java/com/facebook/yoga/android/YogaLayout.java | 2 +- .../java/com/facebook/yoga/android/YogaViewLayoutFactory.java | 2 +- android/src/main/res/values/attrs.xml | 2 +- benchmark/BUCK | 2 +- benchmark/YGBenchmark.c | 2 +- csharp/Android/Facebook.Yoga.Android.Tests/MainActivity.cs | 2 +- csharp/BUCK | 2 +- csharp/Facebook.Yoga/BaselineFunction.cs | 2 +- csharp/Facebook.Yoga/Logger.cs | 2 +- csharp/Facebook.Yoga/MeasureFunction.cs | 2 +- csharp/Facebook.Yoga/MeasureOutput.cs | 2 +- csharp/Facebook.Yoga/Native.cs | 2 +- csharp/Facebook.Yoga/YGConfigHandle.cs | 2 +- csharp/Facebook.Yoga/YGNodeHandle.cs | 2 +- csharp/Facebook.Yoga/YogaAlign.cs | 2 +- csharp/Facebook.Yoga/YogaBaselineFunc.cs | 2 +- csharp/Facebook.Yoga/YogaConfig.cs | 2 +- csharp/Facebook.Yoga/YogaConstants.cs | 2 +- csharp/Facebook.Yoga/YogaDimension.cs | 2 +- csharp/Facebook.Yoga/YogaDirection.cs | 2 +- csharp/Facebook.Yoga/YogaDisplay.cs | 2 +- csharp/Facebook.Yoga/YogaEdge.cs | 2 +- csharp/Facebook.Yoga/YogaExperimentalFeature.cs | 2 +- csharp/Facebook.Yoga/YogaFlexDirection.cs | 2 +- csharp/Facebook.Yoga/YogaJustify.cs | 2 +- csharp/Facebook.Yoga/YogaLogLevel.cs | 2 +- csharp/Facebook.Yoga/YogaLogger.cs | 2 +- csharp/Facebook.Yoga/YogaMeasureFunc.cs | 2 +- csharp/Facebook.Yoga/YogaMeasureMode.cs | 2 +- csharp/Facebook.Yoga/YogaNode.Spacing.cs | 2 +- csharp/Facebook.Yoga/YogaNode.cs | 2 +- csharp/Facebook.Yoga/YogaNodeType.cs | 2 +- csharp/Facebook.Yoga/YogaOverflow.cs | 2 +- csharp/Facebook.Yoga/YogaPositionType.cs | 2 +- csharp/Facebook.Yoga/YogaPrintOptions.cs | 2 +- csharp/Facebook.Yoga/YogaSize.cs | 2 +- csharp/Facebook.Yoga/YogaUnit.cs | 2 +- csharp/Facebook.Yoga/YogaValue.cs | 2 +- csharp/Facebook.Yoga/YogaValueExtensions.cs | 2 +- csharp/Facebook.Yoga/YogaWrap.cs | 2 +- csharp/Mac/ApiDefinition.cs | 2 +- csharp/Mac/Facebook.Yoga.Mac.Tests/Main.cs | 2 +- csharp/Unity/pack.sh | 2 +- .../Facebook.Yoga.Desktop.Tests/Properties/AssemblyInfo.cs | 2 +- csharp/Windows/Facebook.Yoga/Properties/AssemblyInfo.cs | 2 +- csharp/Yoga/YGInterop.cpp | 2 +- csharp/Yoga/YGInterop.h | 2 +- csharp/Yoga/dllmain.cpp | 2 +- csharp/Yoga/stdafx.cpp | 2 +- csharp/Yoga/stdafx.h | 2 +- csharp/Yoga/targetver.h | 2 +- csharp/iOS/Facebook.Yoga.iOS.Tests/Main.cs | 2 +- csharp/iOS/Facebook.Yoga.iOS.Tests/UnitTestAppDelegate.cs | 2 +- csharp/iOS/Facebook.Yoga.iOS/ApiDefinition.cs | 2 +- csharp/tests/Facebook.Yoga/YGAbsolutePositionTest.cs | 2 +- csharp/tests/Facebook.Yoga/YGAlignContentTest.cs | 2 +- csharp/tests/Facebook.Yoga/YGAlignItemsTest.cs | 2 +- csharp/tests/Facebook.Yoga/YGAlignSelfTest.cs | 2 +- csharp/tests/Facebook.Yoga/YGAndroidNewsFeed.cs | 2 +- csharp/tests/Facebook.Yoga/YGBorderTest.cs | 2 +- csharp/tests/Facebook.Yoga/YGDimensionTest.cs | 2 +- csharp/tests/Facebook.Yoga/YGDisplayTest.cs | 2 +- csharp/tests/Facebook.Yoga/YGFlexDirectionTest.cs | 2 +- csharp/tests/Facebook.Yoga/YGFlexTest.cs | 2 +- csharp/tests/Facebook.Yoga/YGFlexWrapTest.cs | 2 +- csharp/tests/Facebook.Yoga/YGJustifyContentTest.cs | 2 +- csharp/tests/Facebook.Yoga/YGMarginTest.cs | 2 +- csharp/tests/Facebook.Yoga/YGMinMaxDimensionTest.cs | 2 +- csharp/tests/Facebook.Yoga/YGPaddingTest.cs | 2 +- csharp/tests/Facebook.Yoga/YGPercentageTest.cs | 2 +- csharp/tests/Facebook.Yoga/YGRoundingTest.cs | 2 +- csharp/tests/Facebook.Yoga/YGSizeOverflowTest.cs | 2 +- csharp/tests/Facebook.Yoga/YogaConfigTest.cs | 2 +- csharp/tests/Facebook.Yoga/YogaNodeSpacingTest.cs | 2 +- csharp/tests/Facebook.Yoga/YogaNodeTest.cs | 2 +- enums.py | 4 ++-- .../components/lib/yoga/src/main/cpp/yoga/Yoga-internal.h | 2 +- gentest/gentest-cpp.js | 2 +- gentest/gentest-cs.js | 2 +- gentest/gentest-java.js | 2 +- gentest/gentest-javascript.js | 2 +- gentest/gentest.js | 2 +- java/BUCK | 2 +- java/CMakeLists.txt | 2 +- java/com/facebook/yoga/YogaAlign.java | 2 +- java/com/facebook/yoga/YogaBaselineFunction.java | 2 +- java/com/facebook/yoga/YogaConfig.java | 2 +- java/com/facebook/yoga/YogaConstants.java | 2 +- java/com/facebook/yoga/YogaDimension.java | 2 +- java/com/facebook/yoga/YogaDirection.java | 2 +- java/com/facebook/yoga/YogaDisplay.java | 2 +- java/com/facebook/yoga/YogaEdge.java | 2 +- java/com/facebook/yoga/YogaExperimentalFeature.java | 2 +- java/com/facebook/yoga/YogaFlexDirection.java | 2 +- java/com/facebook/yoga/YogaJustify.java | 2 +- java/com/facebook/yoga/YogaLogLevel.java | 2 +- java/com/facebook/yoga/YogaLogger.java | 2 +- java/com/facebook/yoga/YogaMeasureFunction.java | 2 +- java/com/facebook/yoga/YogaMeasureMode.java | 2 +- java/com/facebook/yoga/YogaMeasureOutput.java | 2 +- java/com/facebook/yoga/YogaNode.java | 2 +- java/com/facebook/yoga/YogaNodeCloneFunction.java | 2 +- java/com/facebook/yoga/YogaNodeType.java | 2 +- java/com/facebook/yoga/YogaOverflow.java | 2 +- java/com/facebook/yoga/YogaPositionType.java | 2 +- java/com/facebook/yoga/YogaPrintOptions.java | 2 +- java/com/facebook/yoga/YogaUnit.java | 2 +- java/com/facebook/yoga/YogaValue.java | 2 +- java/com/facebook/yoga/YogaWrap.java | 2 +- java/jni/YGJNI.cpp | 2 +- .../src/main/java/com/facebook/proguard/annotations/BUCK | 2 +- .../java/com/facebook/proguard/annotations/DoNotStrip.java | 2 +- java/res/values/strings.xml | 2 +- java/tests/com/facebook/yoga/TestParametrization.java | 2 +- java/tests/com/facebook/yoga/YGAbsolutePositionTest.java | 2 +- java/tests/com/facebook/yoga/YGAlignContentTest.java | 2 +- java/tests/com/facebook/yoga/YGAlignItemsTest.java | 2 +- java/tests/com/facebook/yoga/YGAlignSelfTest.java | 2 +- java/tests/com/facebook/yoga/YGAndroidNewsFeed.java | 2 +- java/tests/com/facebook/yoga/YGBorderTest.java | 2 +- java/tests/com/facebook/yoga/YGDimensionTest.java | 2 +- java/tests/com/facebook/yoga/YGDisplayTest.java | 2 +- java/tests/com/facebook/yoga/YGFlexDirectionTest.java | 2 +- java/tests/com/facebook/yoga/YGFlexTest.java | 2 +- java/tests/com/facebook/yoga/YGFlexWrapTest.java | 2 +- java/tests/com/facebook/yoga/YGJustifyContentTest.java | 2 +- java/tests/com/facebook/yoga/YGMarginTest.java | 2 +- java/tests/com/facebook/yoga/YGMinMaxDimensionTest.java | 2 +- java/tests/com/facebook/yoga/YGPaddingTest.java | 2 +- java/tests/com/facebook/yoga/YGPercentageTest.java | 2 +- java/tests/com/facebook/yoga/YGRoundingTest.java | 2 +- java/tests/com/facebook/yoga/YGSizeOverflowTest.java | 2 +- java/tests/com/facebook/yoga/YogaLoggerTest.java | 2 +- java/tests/com/facebook/yoga/YogaNodeStylePropertiesTest.java | 2 +- java/tests/com/facebook/yoga/YogaNodeTest.java | 2 +- java/tests/com/facebook/yoga/YogaValueTest.java | 2 +- javascript/sources/Config.cc | 2 +- javascript/sources/Config.hh | 2 +- javascript/sources/Layout.hh | 2 +- javascript/sources/Node.cc | 2 +- javascript/sources/Node.hh | 2 +- javascript/sources/Size.hh | 2 +- javascript/sources/YGEnums.js | 2 +- javascript/sources/entry-browser.js | 2 +- javascript/sources/entry-common.js | 2 +- javascript/sources/entry-node.js | 2 +- javascript/sources/global.cc | 2 +- javascript/sources/global.hh | 2 +- javascript/sources/nbind.cc | 2 +- javascript/tests/Benchmarks/YGBenchmark.js | 2 +- javascript/tests/Facebook.Yoga/YGAbsolutePositionTest.js | 2 +- javascript/tests/Facebook.Yoga/YGAlignContentTest.js | 2 +- javascript/tests/Facebook.Yoga/YGAlignItemsTest.js | 2 +- javascript/tests/Facebook.Yoga/YGAlignSelfTest.js | 2 +- javascript/tests/Facebook.Yoga/YGAndroidNewsFeed.js | 2 +- javascript/tests/Facebook.Yoga/YGBorderTest.js | 2 +- javascript/tests/Facebook.Yoga/YGComputedBorderTest.js | 2 +- javascript/tests/Facebook.Yoga/YGComputedMarginTest.js | 2 +- javascript/tests/Facebook.Yoga/YGComputedPaddingTest.js | 2 +- javascript/tests/Facebook.Yoga/YGDimensionTest.js | 2 +- javascript/tests/Facebook.Yoga/YGDisplayTest.js | 2 +- javascript/tests/Facebook.Yoga/YGFlexDirectionTest.js | 2 +- javascript/tests/Facebook.Yoga/YGFlexTest.js | 2 +- javascript/tests/Facebook.Yoga/YGFlexWrapTest.js | 2 +- javascript/tests/Facebook.Yoga/YGJustifyContentTest.js | 2 +- javascript/tests/Facebook.Yoga/YGMarginTest.js | 2 +- javascript/tests/Facebook.Yoga/YGMeasureCacheTest.js | 2 +- javascript/tests/Facebook.Yoga/YGMeasureTest.js | 2 +- javascript/tests/Facebook.Yoga/YGMinMaxDimensionTest.js | 2 +- javascript/tests/Facebook.Yoga/YGPaddingTest.js | 2 +- javascript/tests/Facebook.Yoga/YGPercentageTest.js | 2 +- javascript/tests/Facebook.Yoga/YGRoundingTest.js | 2 +- javascript/tests/Facebook.Yoga/YGSizeOverflowTest.js | 2 +- javascript/tests/run-bench.js | 2 +- javascript/tests/tools.js | 2 +- lib/android-support/BUCK | 2 +- lib/appcompat/BUCK | 2 +- lib/fb/BUCK | 2 +- lib/fb/src/main/AndroidManifest.xml | 2 +- lib/fb/src/main/cpp/CMakeLists.txt | 2 +- lib/fb/src/main/cpp/assert.cpp | 2 +- lib/fb/src/main/cpp/include/fb/ALog.h | 2 +- lib/fb/src/main/cpp/include/fb/Countable.h | 2 +- lib/fb/src/main/cpp/include/fb/Environment.h | 2 +- lib/fb/src/main/cpp/include/fb/ProgramLocation.h | 2 +- lib/fb/src/main/cpp/include/fb/RefPtr.h | 2 +- lib/fb/src/main/cpp/include/fb/StaticInitialized.h | 2 +- lib/fb/src/main/cpp/include/fb/ThreadLocal.h | 2 +- lib/fb/src/main/cpp/include/fb/assert.h | 2 +- lib/fb/src/main/cpp/include/fb/fbjni.h | 2 +- lib/fb/src/main/cpp/include/fb/fbjni/Boxed.h | 2 +- lib/fb/src/main/cpp/include/fb/fbjni/ByteBuffer.h | 2 +- lib/fb/src/main/cpp/include/fb/fbjni/Common.h | 2 +- lib/fb/src/main/cpp/include/fb/fbjni/Context.h | 2 +- lib/fb/src/main/cpp/include/fb/fbjni/CoreClasses-inl.h | 2 +- lib/fb/src/main/cpp/include/fb/fbjni/CoreClasses.h | 2 +- lib/fb/src/main/cpp/include/fb/fbjni/Exceptions.h | 2 +- lib/fb/src/main/cpp/include/fb/fbjni/File.h | 2 +- lib/fb/src/main/cpp/include/fb/fbjni/Hybrid.h | 2 +- lib/fb/src/main/cpp/include/fb/fbjni/Iterator-inl.h | 2 +- lib/fb/src/main/cpp/include/fb/fbjni/Iterator.h | 2 +- lib/fb/src/main/cpp/include/fb/fbjni/JThread.h | 2 +- lib/fb/src/main/cpp/include/fb/fbjni/Meta-forward.h | 2 +- lib/fb/src/main/cpp/include/fb/fbjni/Meta-inl.h | 2 +- lib/fb/src/main/cpp/include/fb/fbjni/Meta.h | 2 +- lib/fb/src/main/cpp/include/fb/fbjni/NativeRunnable.h | 2 +- .../src/main/cpp/include/fb/fbjni/ReferenceAllocators-inl.h | 2 +- lib/fb/src/main/cpp/include/fb/fbjni/ReferenceAllocators.h | 2 +- lib/fb/src/main/cpp/include/fb/fbjni/References-forward.h | 2 +- lib/fb/src/main/cpp/include/fb/fbjni/References-inl.h | 2 +- lib/fb/src/main/cpp/include/fb/fbjni/References.h | 2 +- lib/fb/src/main/cpp/include/fb/fbjni/Registration-inl.h | 2 +- lib/fb/src/main/cpp/include/fb/fbjni/Registration.h | 2 +- lib/fb/src/main/cpp/include/fb/fbjni/TypeTraits.h | 2 +- lib/fb/src/main/cpp/include/fb/noncopyable.h | 2 +- lib/fb/src/main/cpp/include/fb/nonmovable.h | 2 +- lib/fb/src/main/cpp/include/fb/visibility.h | 2 +- lib/fb/src/main/cpp/include/jni/Countable.h | 2 +- lib/fb/src/main/cpp/include/jni/GlobalReference.h | 2 +- lib/fb/src/main/cpp/include/jni/LocalReference.h | 2 +- lib/fb/src/main/cpp/include/jni/LocalString.h | 2 +- lib/fb/src/main/cpp/include/jni/Registration.h | 2 +- lib/fb/src/main/cpp/include/jni/WeakReference.h | 2 +- lib/fb/src/main/cpp/include/jni/jni_helpers.h | 2 +- lib/fb/src/main/cpp/jni/ByteBuffer.cpp | 2 +- lib/fb/src/main/cpp/jni/Countable.cpp | 2 +- lib/fb/src/main/cpp/jni/Environment.cpp | 2 +- lib/fb/src/main/cpp/jni/Exceptions.cpp | 2 +- lib/fb/src/main/cpp/jni/Hybrid.cpp | 2 +- lib/fb/src/main/cpp/jni/LocalString.cpp | 2 +- lib/fb/src/main/cpp/jni/OnLoad.cpp | 2 +- lib/fb/src/main/cpp/jni/References.cpp | 2 +- lib/fb/src/main/cpp/jni/WeakReference.cpp | 2 +- lib/fb/src/main/cpp/jni/fbjni.cpp | 2 +- lib/fb/src/main/cpp/jni/jni_helpers.cpp | 2 +- lib/fb/src/main/cpp/log.cpp | 2 +- lib/fb/src/main/cpp/onload.cpp | 2 +- lib/fb/src/main/java/com/facebook/jni/BUCK | 2 +- lib/fb/src/main/java/com/facebook/jni/CppException.java | 2 +- .../main/java/com/facebook/jni/CppSystemErrorException.java | 2 +- lib/fb/src/main/java/com/facebook/jni/IteratorHelper.java | 2 +- lib/fb/src/main/java/com/facebook/jni/MapIteratorHelper.java | 2 +- lib/fb/src/main/java/com/facebook/jni/NativeRunnable.java | 2 +- .../src/main/java/com/facebook/jni/UnknownCppException.java | 2 +- lib/gtest/BUCK | 2 +- lib/infer-annotations/BUCK | 2 +- lib/jni/BUCK | 2 +- lib/jni/jni.h | 2 +- lib/jsr-305/BUCK | 2 +- lib/junit/BUCK | 2 +- lib/soloader/BUCK | 2 +- tests/YGAbsolutePositionTest.cpp | 2 +- tests/YGAlignBaselineTest.cpp | 2 +- tests/YGAlignContentTest.cpp | 2 +- tests/YGAlignItemsTest.cpp | 2 +- tests/YGAlignSelfTest.cpp | 2 +- tests/YGAndroidNewsFeed.cpp | 2 +- tests/YGAspectRatioTest.cpp | 2 +- tests/YGBaselineFuncTest.cpp | 2 +- tests/YGBorderTest.cpp | 2 +- tests/YGComputedMarginTest.cpp | 2 +- tests/YGComputedPaddingTest.cpp | 2 +- tests/YGDefaultValuesTest.cpp | 2 +- tests/YGDimensionTest.cpp | 2 +- tests/YGDirtiedTest.cpp | 2 +- tests/YGDirtyMarkingTest.cpp | 2 +- tests/YGDisplayTest.cpp | 2 +- tests/YGEdgeTest.cpp | 2 +- tests/YGFlexDirectionTest.cpp | 2 +- tests/YGFlexTest.cpp | 2 +- tests/YGFlexWrapTest.cpp | 2 +- tests/YGInfiniteHeightTest.cpp | 2 +- tests/YGJustifyContentTest.cpp | 2 +- tests/YGLayoutDiffingTest.cpp | 2 +- tests/YGLoggerTest.cpp | 2 +- tests/YGMarginTest.cpp | 2 +- tests/YGMeasureCacheTest.cpp | 2 +- tests/YGMeasureModeTest.cpp | 2 +- tests/YGMeasureTest.cpp | 2 +- tests/YGMinMaxDimensionTest.cpp | 2 +- tests/YGNodeChildTest.cpp | 2 +- tests/YGPaddingTest.cpp | 2 +- tests/YGPercentageTest.cpp | 2 +- tests/YGPersistenceTest.cpp | 2 +- tests/YGRelayoutTest.cpp | 2 +- tests/YGRoundingFunctionTest.cpp | 2 +- tests/YGRoundingMeasureFuncTest.cpp | 2 +- tests/YGRoundingTest.cpp | 2 +- tests/YGSizeOverflowTest.cpp | 2 +- tests/YGStyleTest.cpp | 2 +- tests/YGTraversalTest.cpp | 2 +- tests/YGTreeMutationTest.cpp | 2 +- tests/YGZeroOutLayoutRecursivlyTest.cpp | 2 +- website/gatsby-config.js | 2 +- website/gatsby-node.js | 2 +- website/src/components/DocsSidebar.css | 2 +- website/src/components/DocsSidebar.js | 2 +- website/src/components/FacebookOSSLogo.js | 2 +- website/src/components/Footer.css | 2 +- website/src/components/Footer.js | 2 +- website/src/components/Padded.css | 2 +- website/src/components/Padded.js | 2 +- website/src/components/Page.css | 2 +- website/src/components/Page.js | 2 +- website/src/components/Playground/CodeGenerators.js | 2 +- website/src/components/Playground/CodeJavaScript.js | 2 +- website/src/components/Playground/CodeLitho.js | 2 +- website/src/components/Playground/CodeReactNative.js | 2 +- website/src/components/Playground/EditValue.js | 2 +- website/src/components/Playground/Editor.css | 2 +- website/src/components/Playground/Editor.js | 2 +- website/src/components/Playground/InfoText.css | 2 +- website/src/components/Playground/InfoText.js | 2 +- website/src/components/Playground/LayoutRecord.js | 2 +- website/src/components/Playground/PositionGuide.css | 2 +- website/src/components/Playground/PositionGuide.js | 2 +- website/src/components/Playground/PositionRecord.js | 2 +- website/src/components/Playground/Sidebar.css | 2 +- website/src/components/Playground/Sidebar.js | 2 +- website/src/components/Playground/URLShortener.js | 2 +- website/src/components/Playground/YogaEnumSelect.css | 2 +- website/src/components/Playground/YogaEnumSelect.js | 2 +- website/src/components/Playground/YogaNode.css | 2 +- website/src/components/Playground/YogaNode.js | 2 +- website/src/components/Playground/YogaPositionEditor.css | 2 +- website/src/components/Playground/YogaPositionEditor.js | 2 +- website/src/components/Playground/index.css | 2 +- website/src/components/Playground/index.js | 2 +- website/src/components/Toolbar.css | 2 +- website/src/components/Toolbar.js | 2 +- website/src/pages/404.js | 2 +- website/src/pages/docs/index.css | 2 +- website/src/pages/docs/index.js | 2 +- website/src/pages/index.css | 2 +- website/src/pages/index.js | 2 +- website/src/pages/playground/index.js | 2 +- website/src/templates/index.css | 2 +- website/src/templates/withPlayground.js | 2 +- website/src/templates/withoutPlayground.js | 2 +- yoga/Utils.cpp | 2 +- yoga/Utils.h | 2 +- yoga/YGConfig.cpp | 2 +- yoga/YGConfig.h | 2 +- yoga/YGEnums.cpp | 2 +- yoga/YGEnums.h | 2 +- yoga/YGFloatOptional.cpp | 2 +- yoga/YGFloatOptional.h | 2 +- yoga/YGLayout.cpp | 2 +- yoga/YGLayout.h | 2 +- yoga/YGMacros.h | 2 +- yoga/YGNode.cpp | 2 +- yoga/YGNode.h | 2 +- yoga/YGNodePrint.cpp | 2 +- yoga/YGNodePrint.h | 2 +- yoga/YGStyle.cpp | 2 +- yoga/YGStyle.h | 2 +- yoga/Yoga-internal.h | 2 +- yoga/Yoga.cpp | 2 +- yoga/Yoga.h | 2 +- yogacore/src/main/AndroidManifest.xml | 2 +- 376 files changed, 377 insertions(+), 377 deletions(-) diff --git a/BUCK b/BUCK index 699e7a61..aeeac450 100644 --- a/BUCK +++ b/BUCK @@ -1,4 +1,4 @@ -# Copyright (c) 2014-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/CMakeLists.txt b/CMakeLists.txt index 64bd1606..5a89aced 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (c) 2014-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/LICENSE b/LICENSE index cde61b6c..b96dcb04 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2014-present, Facebook, Inc. +Copyright (c) Facebook, Inc. and its affiliates. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/YogaKit/BUCK b/YogaKit/BUCK index f4ea3567..c3d534e8 100644 --- a/YogaKit/BUCK +++ b/YogaKit/BUCK @@ -1,4 +1,4 @@ -# Copyright (c) 2014-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/YogaKit/Source/UIView+Yoga.h b/YogaKit/Source/UIView+Yoga.h index 5a5ae00a..68675188 100644 --- a/YogaKit/Source/UIView+Yoga.h +++ b/YogaKit/Source/UIView+Yoga.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/YogaKit/Source/UIView+Yoga.m b/YogaKit/Source/UIView+Yoga.m index eb360a8c..963362d5 100644 --- a/YogaKit/Source/UIView+Yoga.m +++ b/YogaKit/Source/UIView+Yoga.m @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/YogaKit/Source/YGLayout+Private.h b/YogaKit/Source/YGLayout+Private.h index d810fa87..e680222d 100644 --- a/YogaKit/Source/YGLayout+Private.h +++ b/YogaKit/Source/YGLayout+Private.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/YogaKit/Source/YGLayout.h b/YogaKit/Source/YGLayout.h index 3bfb1b89..37aa2345 100644 --- a/YogaKit/Source/YGLayout.h +++ b/YogaKit/Source/YGLayout.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/YogaKit/Source/YGLayout.m b/YogaKit/Source/YGLayout.m index ad0ef7f2..836b34a5 100644 --- a/YogaKit/Source/YGLayout.m +++ b/YogaKit/Source/YGLayout.m @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/YogaKit/Source/YGLayoutExtensions.swift b/YogaKit/Source/YGLayoutExtensions.swift index dc91c1d2..fa414449 100644 --- a/YogaKit/Source/YGLayoutExtensions.swift +++ b/YogaKit/Source/YGLayoutExtensions.swift @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/YogaKit/Tests/YogaKitTests.m b/YogaKit/Tests/YogaKitTests.m index 8e07462a..945d4d24 100644 --- a/YogaKit/Tests/YogaKitTests.m +++ b/YogaKit/Tests/YogaKitTests.m @@ -1,5 +1,5 @@ /** - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/android/BUCK b/android/BUCK index 35f91a0d..f72dde8b 100644 --- a/android/BUCK +++ b/android/BUCK @@ -1,4 +1,4 @@ -# Copyright (c) 2014-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/android/sample/java/com/facebook/samples/yoga/BUCK b/android/sample/java/com/facebook/samples/yoga/BUCK index 5d3b601f..31609016 100644 --- a/android/sample/java/com/facebook/samples/yoga/BUCK +++ b/android/sample/java/com/facebook/samples/yoga/BUCK @@ -1,4 +1,4 @@ -# Copyright (c) 2014-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the license found in the # LICENSE-examples file in the root directory of this source tree. diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index b5ae6f2f..dd2d58c6 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -1,7 +1,7 @@