[
https://issues.apache.org/jira/browse/HAWQ-354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Goden Yao updated HAWQ-354:
---------------------------
Description:
reported by [~rvs]:
{quote}
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.
{quote}
was:
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.
> 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
> Labels: OSS
> Fix For: 2.0.0-beta-incubating
>
>
> reported by [~rvs]:
> {quote}
> 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.
> {quote}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)