diff options
author | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-02-17 14:08:18 +0000 |
---|---|---|
committer | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-02-17 14:08:18 +0000 |
commit | 6c5bf8d9fe6fe263f583a4c22d04e3be879ecfeb (patch) | |
tree | 9fc96ea91a9509def6b9ad32fc96241ba5683bae /src | |
parent | 6843ac4bebd00eef9af28f9f069e7c188b466af3 (diff) |
Added BSD license language where missing.
See Chromium bug 98464,
Review URL: https://codereview.appspot.com/5671083
git-svn-id: http://skia.googlecode.com/svn/trunk@3218 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src')
-rw-r--r-- | src/core/SkBitmapProcState_matrixProcs.cpp | 6 | ||||
-rw-r--r-- | src/core/SkBitmapProcState_matrix_clamp.h | 7 | ||||
-rw-r--r-- | src/core/SkBitmapProcState_matrix_repeat.h | 7 | ||||
-rw-r--r-- | src/utils/mac/SampleAppDelegate.h | 9 |
4 files changed, 26 insertions, 3 deletions
diff --git a/src/core/SkBitmapProcState_matrixProcs.cpp b/src/core/SkBitmapProcState_matrixProcs.cpp index d0bc8d814c..bda24385c7 100644 --- a/src/core/SkBitmapProcState_matrixProcs.cpp +++ b/src/core/SkBitmapProcState_matrixProcs.cpp @@ -1,4 +1,8 @@ -/* NEON optimized code (C) COPYRIGHT 2009 Motorola */ +/* NEON optimized code (C) COPYRIGHT 2009 Motorola + * + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ #include "SkBitmapProcState.h" #include "SkPerspIter.h" diff --git a/src/core/SkBitmapProcState_matrix_clamp.h b/src/core/SkBitmapProcState_matrix_clamp.h index e2191eb018..06bc0faf45 100644 --- a/src/core/SkBitmapProcState_matrix_clamp.h +++ b/src/core/SkBitmapProcState_matrix_clamp.h @@ -1,4 +1,9 @@ -/* NEON optimized code (C) COPYRIGHT 2009 Motorola */ +/* NEON optimized code (C) COPYRIGHT 2009 Motorola + * + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ + /* * Modifications done in-house at Motorola * diff --git a/src/core/SkBitmapProcState_matrix_repeat.h b/src/core/SkBitmapProcState_matrix_repeat.h index 7c97a03ce4..a7fa089521 100644 --- a/src/core/SkBitmapProcState_matrix_repeat.h +++ b/src/core/SkBitmapProcState_matrix_repeat.h @@ -1,4 +1,9 @@ -/* NEON optimized code (C) COPYRIGHT 2009 Motorola */ +/* NEON optimized code (C) COPYRIGHT 2009 Motorola + * + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ + /* * Modifications done in-house at Motorola * diff --git a/src/utils/mac/SampleAppDelegate.h b/src/utils/mac/SampleAppDelegate.h index 7467315fcf..8f2bead7bd 100644 --- a/src/utils/mac/SampleAppDelegate.h +++ b/src/utils/mac/SampleAppDelegate.h @@ -1,3 +1,12 @@ + +/* + * Copyright 2011 Google Inc. + * + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ + + #import <Cocoa/Cocoa.h> #import "SkSampleNSView.h" #import "SkOptionsTableView.h" |