From 6ccfff2653830b75b84f3eb3a45cef41bbfb64d6 Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Tue, 1 Mar 2016 12:53:12 -0800 Subject: [PATCH] Add a license header to RRect.dart Fixes https://github.com/flutter/flutter/issues/1502 --- sky/engine/core/painting/RRect.dart | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sky/engine/core/painting/RRect.dart b/sky/engine/core/painting/RRect.dart index 40ef79019cd..0ec56bd28c0 100644 --- a/sky/engine/core/painting/RRect.dart +++ b/sky/engine/core/painting/RRect.dart @@ -1,3 +1,7 @@ +// Copyright 2016 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + part of dart_ui; // A rounded rectangle with the same radii for all four corners.