| commit | e9745f3ba720bce58e99a15c72c941749f0c9101 | [log] [tgz] |
|---|---|---|
| author | moritz <mosum@google.com> | Tue Sep 27 08:50:24 2022 +0000 |
| committer | moritz <mosum@google.com> | Tue Sep 27 08:50:24 2022 +0000 |
| tree | 3e6e3a3e33a6afe1a6067d4fa8f8adf16c9e9c63 | |
| parent | 7145da14f9cd730e80fb4c6a10108fcfd205e8e7 [diff] |
add license
diff --git a/lib/src/identity_codec.dart b/lib/src/identity_codec.dart index 2df6144..0a2a0b5 100644 --- a/lib/src/identity_codec.dart +++ b/lib/src/identity_codec.dart
@@ -1,3 +1,7 @@ +// Copyright (c) 2022, 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 file. + import 'dart:convert'; class _IdentityConverter<T> extends Converter<T, T> {