diff options
Diffstat (limited to 'samplecode/SampleDitherBitmap.cpp')
-rw-r--r-- | samplecode/SampleDitherBitmap.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/samplecode/SampleDitherBitmap.cpp b/samplecode/SampleDitherBitmap.cpp index 0d62446dec..c243782b68 100644 --- a/samplecode/SampleDitherBitmap.cpp +++ b/samplecode/SampleDitherBitmap.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 "SampleCode.h" #include "SkColorPriv.h" #include "SkGradientShader.h" |