diff options
Diffstat (limited to 'src/utils/SkCubicInterval.cpp')
-rw-r--r-- | src/utils/SkCubicInterval.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/utils/SkCubicInterval.cpp b/src/utils/SkCubicInterval.cpp index 7a6084c4a3..6c6b0a96e5 100644 --- a/src/utils/SkCubicInterval.cpp +++ b/src/utils/SkCubicInterval.cpp @@ -1,3 +1,10 @@ + +/* + * Copyright 2011 Google Inc. + * + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ #include "SkCubicInterval.h" static SkScalar eval_cubic(SkScalar c1, SkScalar c2, SkScalar c3, |