add/fix copyrights
authorreed <reed@google.com>
Fri, 26 Jun 2015 14:26:19 +0000 (07:26 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 26 Jun 2015 14:26:19 +0000 (07:26 -0700)
BUG=skia:
TBR=

Review URL: https://codereview.chromium.org/1212393002

12 files changed:
include/gpu/GrTypes.h
src/opts/SkBitmapProcState_arm_neon.cpp
src/opts/SkBitmapProcState_filter_neon.h
src/opts/SkBitmapProcState_opts_none.cpp
src/opts/SkBlitMask_opts_arm_neon.cpp
src/opts/SkBlitMask_opts_arm_neon.h
src/opts/SkBlitRow_opts_SSE4.cpp
src/opts/SkColor_opts_neon.h
src/opts/SkXfermode_opts_arm.cpp
src/opts/SkXfermode_opts_arm_neon.cpp
src/opts/SkXfermode_opts_arm_neon.h
src/opts/SkXfermode_opts_none.cpp

index 7c97e9d..1f83b64 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * Copyright 2010 Google Inc.
  *
index d8a17d8..fa30242 100644 (file)
@@ -1,10 +1,10 @@
-
 /*
  * Copyright 2012 Google Inc.
  *
  * Use of this source code is governed by a BSD-style license that can be
  * found in the LICENSE file.
  */
+
 #include "SkBitmapProcState.h"
 #include "SkBitmapProcState_filter.h"
 #include "SkColorPriv.h"
index 0887145..5cf0ac4 100644 (file)
@@ -1,4 +1,3 @@
-
 /*
  * Copyright 2012 The Android Open Source Project
  *
@@ -6,7 +5,6 @@
  * found in the LICENSE file.
  */
 
-
 #include <arm_neon.h>
 #include "SkColorPriv.h"
 
index 84b5c3d..aa59a92 100644 (file)
@@ -1,3 +1,9 @@
+/*
+ * Copyright 2015 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
 
 #include "SkBlitMask.h"
 #include "SkColor_opts_neon.h"
index fdbce14..7af51c1 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright 2015 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
 #ifndef SkBlitMask_opts_arm_neon_DEFINED
 #define SkBlitMask_opts_arm_neon_DEFINED
 
index 3649d17..02ca54d 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright 2015 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
 #include "SkBlitRow_opts_SSE4.h"
 
 // Some compilers can't compile SSSE3 or SSE4 intrinsics.  We give them stub methods.
index a3430b5..c316ab4 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright 2015 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
 #ifndef SkColor_opts_neon_DEFINED
 #define SkColor_opts_neon_DEFINED
 
index 2a796d6..dd09551 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright 2015 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
 #include "SkXfermode.h"
 #include "SkXfermode_proccoeff.h"
 #include "SkUtilsArm.h"
index 205a00b..4227816 100644 (file)
@@ -1,4 +1,9 @@
-// Copyright 2013 unknown
+/*
+ * Copyright 2015 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
 
 #include "SkXfermode.h"
 #include "SkXfermode_proccoeff.h"
index e3c9778..206892e 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright 2015 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
 #ifndef SkXfermode_opts_arm_neon_DEFINED
 #define SkXfermode_opts_arm_neon_DEFINED
 
index 7c46fdd..a2f9b47 100644 (file)
@@ -1,3 +1,10 @@
+/*
+ * Copyright 2015 Google Inc.
+ *
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
 #include "SkXfermode.h"
 #include "SkXfermode_proccoeff.h"