At https://github.com/flutter/engine/blob/main/sky/packages/sky_engine/LICENSE, the license header is strangely formatted, but it starts with:
icu
# Copyright (c) 2006-2015 International Business Machines Corporation,
# Apple Inc., and others. All Rights Reserved.
But the generated disclaimer says:
The following software may be included in this product: sky_engine
A copy of the source code may be downloaded from: http://flutter.io
This software contains the following license and notice below:
Copyright (c) 2006-2015 International Business Machines Corporation,
icu
# # Apple Inc., and others. All Rights Reserved.
I'm guessing that the script is only expecting one copyright author per license file?
At https://github.com/flutter/engine/blob/main/sky/packages/sky_engine/LICENSE, the license header is strangely formatted, but it starts with:
But the generated disclaimer says:
I'm guessing that the script is only expecting one copyright author per license file?