You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Goden Yao (JIRA)" <ji...@apache.org> on 2016/01/19 22:05:40 UTC

[jira] [Created] (HAWQ-354) 2 files missing Apache License Header

Goden Yao created HAWQ-354:
------------------------------

             Summary: 2 files missing Apache License Header
                 Key: HAWQ-354
                 URL: https://issues.apache.org/jira/browse/HAWQ-354
             Project: Apache HAWQ
          Issue Type: Task
            Reporter: Goden Yao
            Assignee: Lei Chang


reported by [~rvs]:
ran RAT report and found two files that need license header fixing':
     src/bin/gpoptutils/gpoptutils.c
this file still contains Pivotal License Header:
{code}
/*
 * Copyright (c) 2015 Pivotal Inc. All Rights Reserved
 *
 * ---------------------------------------------------------------------
 *
 * The dynamically linked library created from this source can be reference by
 * creating a function in psql that references it. For example,
 *
 * CREATE FUNCTION gp_dump_query_oids(text)
 *	RETURNS text
 *	AS '$libdir/gpoptutils', 'gp_dump_query_oids'
 *	LANGUAGE C STRICT;
 */
{code}
     src/bin/gpoptutils/Makefile
This file doesn't include Apache license header.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)