From 20501b3042a95bead3a762dc7ef85240a7cf0acc Mon Sep 17 00:00:00 2001 From: Martin Konicek Date: Wed, 25 Mar 2015 20:08:02 -0700 Subject: [PATCH] [ReactNative] Add copyright header for code copied from the jQuery UI project --- Libraries/Animation/AnimationUtils.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Libraries/Animation/AnimationUtils.js b/Libraries/Animation/AnimationUtils.js index bc58219b5..56a3455b7 100644 --- a/Libraries/Animation/AnimationUtils.js +++ b/Libraries/Animation/AnimationUtils.js @@ -6,6 +6,12 @@ * 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. * + * The easing functions come from the the jQuery UI project. + * See http://api.jqueryui.com/easings/ + * Copyright jQuery Foundation and other contributors, https://jquery.org/ + * Copyright (c) 2008 George McGinley Smith + * Copyright (c) 2001 Robert Penner + * * @providesModule AnimationUtils * @flow */