kou commented on code in PR #14561: URL: https://github.com/apache/arrow/pull/14561#discussion_r1084984529
########## swift/Arrow/Package.swift: ########## @@ -0,0 +1,23 @@ +// swift-tools-version:5.5 +// The swift-tools-version declares the minimum version of Swift required to build this package. + +import PackageDescription + +let package = Package( Review Comment: Most package formats can include license information. Examples: * Python package: https://pypi.org/project/pyarrow/ " License OSI Approved :: Apache Software License" * Ruby package: https://rubygems.org/gems/red-arrow "License: Apache-2.0" I'm sorry but I'm not familiar with Swift package format. If Swift package format supports license information, we should use it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
