Repository: trafodion Updated Branches: refs/heads/master 7ab55b66c -> 732397710
Updated copyright to include 2018 Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/13b2d18c Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/13b2d18c Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/13b2d18c Branch: refs/heads/master Commit: 13b2d18c66a1f506d6e966360eb4c81bb8380188 Parents: 2b96f4c Author: Sean Broeder <[email protected]> Authored: Fri Aug 3 15:44:49 2018 +0000 Committer: Sean Broeder <[email protected]> Committed: Fri Aug 3 15:44:49 2018 +0000 ---------------------------------------------------------------------- core/sqf/sqenvcom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafodion/blob/13b2d18c/core/sqf/sqenvcom.sh ---------------------------------------------------------------------- diff --git a/core/sqf/sqenvcom.sh b/core/sqf/sqenvcom.sh index 84799dc..27bafb6 100644 --- a/core/sqf/sqenvcom.sh +++ b/core/sqf/sqenvcom.sh @@ -37,7 +37,7 @@ export TRAFODION_VER_UPDATE=0 export TRAFODION_VER="${TRAFODION_VER_MAJOR}.${TRAFODION_VER_MINOR}.${TRAFODION_VER_UPDATE}" # Product copyright header -export PRODUCT_COPYRIGHT_HEADER="2015-2017 Apache Software Foundation" +export PRODUCT_COPYRIGHT_HEADER="2015-2018 Apache Software Foundation" ############################################################## # Trafodion authentication: # Set TRAFODION_ENABLE_AUTHENTICATION to YES to enable
