diff options
author | Amar Tumballi <amarts@redhat.com> | 2018-04-16 13:49:44 +0530 |
---|---|---|
committer | Amar Tumballi <amarts@redhat.com> | 2018-05-25 08:40:13 +0000 |
commit | 5055ba5170603cdb2a7f2a884013e49fe36ada5c (patch) | |
tree | d0be9c573109ec2e6b7cf9b2e56a860699121097 /Makefile.am | |
parent | dcccfeb887d777ef77e35271a451f70c7c5222d6 (diff) |
add COMMITMENT file as part of GPL cure
This is part of more broader commitment Red Hat along with
IBM, Google, and Facebook did in November 2017.
More on this can be found in the blog @
https://www.redhat.com/en/blog/fostering-greater-open-source-development &
https://www.redhat.com/en/about/gplv3-enforcement-statement
fixes: bz#1569345
Change-Id: Ia78023540ab587ebe14048a67413029be309413d
Signed-off-by: Amar Tumballi <amarts@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7405bf23f42..80faf1abc78 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ SOURCES = site.h EXTRA_DIST = autogen.sh \ - COPYING-GPLV2 COPYING-LGPLV3 \ + COPYING-GPLV2 COPYING-LGPLV3 COMMITMENT \ INSTALL README.md AUTHORS THANKS NEWS \ glusterfs.spec glusterfs-api.pc.in libgfchangelog.pc.in libgfdb.pc.in \ run-tests.sh \ |