diff options
Diffstat (limited to 'samplecode/SampleCircle.cpp')
-rw-r--r-- | samplecode/SampleCircle.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/samplecode/SampleCircle.cpp b/samplecode/SampleCircle.cpp index 2abc28d..c3f986d 100644 --- a/samplecode/SampleCircle.cpp +++ b/samplecode/SampleCircle.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 "SkView.h" #include "SkCanvas.h" |