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"