aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/skdiff_main.cpp7
-rw-r--r--tools/skhello.cpp7
-rw-r--r--tools/skimage_main.cpp7
3 files changed, 21 insertions, 0 deletions
diff --git a/tools/skdiff_main.cpp b/tools/skdiff_main.cpp
index 6541ec3524..6bc2eebca4 100644
--- a/tools/skdiff_main.cpp
+++ b/tools/skdiff_main.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 "SkColorPriv.h"
#include "SkImageDecoder.h"
#include "SkImageEncoder.h"
diff --git a/tools/skhello.cpp b/tools/skhello.cpp
index 179c3da61f..9d442dca40 100644
--- a/tools/skhello.cpp
+++ b/tools/skhello.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 "SkCanvas.h"
#include "SkGraphics.h"
//#include "SkImageDecoder.h"
diff --git a/tools/skimage_main.cpp b/tools/skimage_main.cpp
index 8656d9296f..cb13ad6bb2 100644
--- a/tools/skimage_main.cpp
+++ b/tools/skimage_main.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 "SkBitmap.h"
#include "SkGraphics.h"
#include "SkImageDecoder.h"