aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkRefDict.cpp
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-01-25 23:50:57 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-01-25 23:50:57 +0000
commit3636ed558fb2af5a48a9634efec55fd8a87c88d7 (patch)
treec071bddf09196e6adc25b5cd5eaa89d44ba6ba88 /src/core/SkRefDict.cpp
parent0e190d0e126991cfba4bc7415c1911761d7be87b (diff)
embed a refdict inside SkDevice
udate unittests to test refdict's destructor git-svn-id: http://skia.googlecode.com/svn/trunk@731 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/core/SkRefDict.cpp')
-rw-r--r--src/core/SkRefDict.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/core/SkRefDict.cpp b/src/core/SkRefDict.cpp
index 572ed7e180..6f1e7ca378 100644
--- a/src/core/SkRefDict.cpp
+++ b/src/core/SkRefDict.cpp
@@ -1,3 +1,19 @@
+/*
+ Copyright 2011 Google Inc.
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ */
+
#include "SkRefDict.h"
#include "SkString.h"