Add a license header to RRect.dart

Fixes https://github.com/flutter/flutter/issues/1502
This commit is contained in:
Adam Barth 2016-03-01 12:53:12 -08:00
parent 0b6fd31fc3
commit 6ccfff2653

View File

@ -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.