update/add copyright notices
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 30 Jul 2012 19:50:31 +0000 (19:50 +0000)
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 30 Jul 2012 19:50:31 +0000 (19:50 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@4839 2bbb7eff-a529-9590-31e7-b0007b416f81

src/image/SkImage.cpp
src/image/SkImagePriv.cpp

index 8faa91f..a8693e5 100644 (file)
@@ -1,16 +1,19 @@
+/*
+ * 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 "SkImage_Base.h"
 #include "SkImagePriv.h"
 #include "SkBitmap.h"
 #include "SkCanvas.h"
 
-///////////////////////////////////////////////////////////////////////////////
-
 static SkImage_Base* asIB(SkImage* image) {
     return static_cast<SkImage_Base*>(image);
 }
 
-///////////////////////////////////////////////////////////////////////////////
-
 uint32_t SkImage::NextUniqueID() {
     static int32_t gUniqueID;
 
index ed570ca..a826e80 100644 (file)
@@ -1,3 +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 "SkImagePriv.h"
 #include "SkCanvas.h"
 #include "SkPicture.h"