You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2016/02/22 17:52:12 UTC

[3/3] incubator-trafodion git commit: Merge [TRAFODION-1835] PR 329 Refactor license files

Merge [TRAFODION-1835] PR 329 Refactor license files


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/611b5563
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/611b5563
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/611b5563

Branch: refs/heads/master
Commit: 611b5563ddeeae7da5d0bc4f5dda43488a5ba994
Parents: 766c62e 947428a
Author: Dave Birdsall <db...@apache.org>
Authored: Mon Feb 22 16:51:05 2016 +0000
Committer: Dave Birdsall <db...@apache.org>
Committed: Mon Feb 22 16:51:05 2016 +0000

----------------------------------------------------------------------
 .gitattributes                 |   3 -
 .gitignore                     |   3 +
 .rat-excludes                  |   6 +-
 LICENSE                        | 305 ------------------------------------
 Makefile                       |  13 +-
 NOTICE                         |   2 +-
 README                         |   8 +-
 core/conn/Makefile             |  12 +-
 core/rest/.gitignore           |   2 +
 core/rest/Makefile             |  13 +-
 core/rest/src/assembly/all.xml |   8 +
 core/sqf/.gitignore            |   3 +
 core/sqf/Makefile              |  12 +-
 dcs/.gitignore                 |   2 +
 dcs/Makefile                   |  14 +-
 dcs/src/assembly/all.xml       |   4 +-
 install/.gitignore             |   2 +
 install/Makefile               |  11 +-
 licenses/Apache                | 203 ++++++++++++++++++++++++
 licenses/LICENSE-bsd3          |  14 --
 licenses/LICENSE-bsd4          |  34 ----
 licenses/LICENSE-facebook      |  14 --
 licenses/LICENSE-jquery        |   8 -
 licenses/LICENSE-js            |  21 ---
 licenses/LICENSE-salesforce    |  23 ---
 licenses/Makefile              |  46 ++++++
 licenses/lic-clients-bin       |  25 +++
 licenses/lic-components-src    |   9 ++
 licenses/lic-dcs-bin           |   9 ++
 licenses/lic-dcs-src           |  69 ++++++++
 licenses/lic-rest-bin          |   9 ++
 licenses/lic-server-bin        | 135 ++++++++++++++++
 licenses/lic-server-src        |  76 +++++++++
 licenses/lic-test-src          |  43 +++++
 34 files changed, 718 insertions(+), 443 deletions(-)
----------------------------------------------------------------------