[ https://issues.apache.org/jira/browse/HIVE-4886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13715783#comment-13715783 ]
Thejas M Nair commented on HIVE-4886: ------------------------------------- LICENSE file already has the SQLLine license in it - {code} For the SQLLine package: Copyright (c) 2002, 2003, 2004, 2005 Marc Prud'hommeaux From: http://sqlline.sourceforge.net/#license "SQLLine is distributed under the BSD License, meaning that you are free to redistribute, modify, or sell the software with almost no restrictions." Statement from Marc Prud'hommeaux regarding inconsistent licenses in some SQLLine source files: > SQLLine was once GPL, but it was changed to be BSD a few years back. > Any references to the GPL are vestigial. Hopefully the license > declaration at http://sqlline.sourceforge.net/#license is sufficiently > authoritative in this regard. {code} One part of the header that I still have is incorrect, I will update that - {code} The license above originally appeared in src/sqlline/SqlLine.java {code} I will change that block from {code} /* * This source file is based on code taken from SQLLine 1.0.2 * The license above originally appeared in src/sqlline/SqlLine.java * http://sqlline.sourceforge.net/ */ {code} to {code} /* * This source file is based on code taken from SQLLine 1.0.2 * See SQLLine license information in LICENSE file */ {code} > beeline code should have apache license headers > ----------------------------------------------- > > Key: HIVE-4886 > URL: https://issues.apache.org/jira/browse/HIVE-4886 > Project: Hive > Issue Type: Task > Components: JDBC > Reporter: Thejas M Nair > Assignee: Thejas M Nair > Attachments: HIVE-4886.patch > > > The beeline jdbc client added as part of hive server2 changes is based on > SQLLine. > As beeline is modified version of SQLLine and further modifications are also > under apache license, the license headers of these files need to be replaced > with apache license headers. We already have the license text of SQLLine in > LICENSE file . -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira