From 2e5453ddb49d033f14bb8f7f2a271ea3db803e20 Mon Sep 17 00:00:00 2001 From: Ben Konyi Date: Fri, 18 Jan 2019 18:23:26 +0000 Subject: [PATCH] [ VM ] Updated licenses to match other licenses in project Change-Id: I0848e49c63de5a6a6385fa926e7d5550d9a41c1d Reviewed-on: https://dart-review.googlesource.com/c/90301 Reviewed-by: Siva Annamalai --- runtime/vm/intrusive_dlist.h | 4 ++-- runtime/vm/intrusive_dlist_test.cc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/runtime/vm/intrusive_dlist.h b/runtime/vm/intrusive_dlist.h index c6a038254fd..45c4365f88b 100644 --- a/runtime/vm/intrusive_dlist.h +++ b/runtime/vm/intrusive_dlist.h @@ -1,6 +1,6 @@ -// Copyright (c) 2019, the dart project authors. Please see the AUTHORS file +// Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a -// BSD-style license that can be found in the LICENSE.md file. +// BSD-style license that can be found in the LICENSE file. #ifndef RUNTIME_VM_INTRUSIVE_DLIST_H_ #define RUNTIME_VM_INTRUSIVE_DLIST_H_ diff --git a/runtime/vm/intrusive_dlist_test.cc b/runtime/vm/intrusive_dlist_test.cc index c917b85caa0..fdf72c0a563 100644 --- a/runtime/vm/intrusive_dlist_test.cc +++ b/runtime/vm/intrusive_dlist_test.cc @@ -1,6 +1,6 @@ -// Copyright (c) 2019, the dart project authors. Please see the AUTHORS file +// Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a -// BSD-style license that can be found in the LICENSE.md file. +// BSD-style license that can be found in the LICENSE file. #include "vm/intrusive_dlist.h" #include "vm/unit_test.h"