[
https://issues.apache.org/jira/browse/GEODE-904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15231595#comment-15231595
]
ASF GitHub Bot commented on GEODE-904:
--------------------------------------
GitHub user joeymcallister opened a pull request:
https://github.com/apache/incubator-geode/pull/126
Feature/geode 904
For GEODE-904, this:
- Adds the additional bundle listings to the LICENSES.
- Reformats the LICENSE files around the embedded licenses.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/joeymcallister/incubator-geode
feature/GEODE-904
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-geode/pull/126.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #126
----
commit c37f532f9a70376c48c8dabe0fae36a3c5d5c602
Author: Joey McAllister <[email protected]>
Date: 2016-04-05T01:13:06Z
GEODE-904 Adds file listings to LICENSE
commit c1c1c4adc0a137771339a7c146324e18e6d0ce76
Author: Joey McAllister <[email protected]>
Date: 2016-04-06T18:15:09Z
GEODE-904 Updates tooltip.js link to a working one.
http://flowplayer.org/tools/tooltip is in the packaged license but is
an outdated and broken link. Changed it to
https://github.com/jquerytools/jquerytools. GEODE-904
commit ea1d1dc26d7c3bca0d1ed2ff03b68d2942366470
Author: Joey McAllister <[email protected]>
Date: 2016-04-07T02:28:52Z
GEODE-904 Reformatted LICENSE around Licenses
Using Apache Samza LICENSE as a guide, separated components by license
and added versions (where available), copyright dates (where
applicable), copyright owners, and texts of component licenses.
commit 62c0d343d5737b0abdbd81309c042707685e4c36
Author: Joey McAllister <[email protected]>
Date: 2016-04-08T01:31:56Z
Merge remote-tracking branch 'apache/develop' into feature/GEODE-904
# Conflicts:
# LICENSE
commit 6f5d277feb8d7742bbe625972b59da158a3a8039
Author: Joey McAllister <[email protected]>
Date: 2016-04-08T01:51:52Z
GEODE-904 Adds matchMedia() polyfill to MIT listings, cleanup edits
Adds matchMedia() polyfill to the MIT license and adds “.js” to end of
“Respond.js” name. Other changes are just aesthetic cleanups.
commit 447433557e020564a19fd5c26855e6b4b4ef3d1f
Author: Joey McAllister <[email protected]>
Date: 2016-04-08T03:44:25Z
GEODE-904 Updates formatting of geode-assembly/src/main/dist/LICENSE to
match LICENSE
Matched formatting of main LICENSE for binary distribution LICENSE and
added missing listings from main LICENSE. GEODE-904
----
> Update LICENSE for BSD/MIT dependencies
> ---------------------------------------
>
> Key: GEODE-904
> URL: https://issues.apache.org/jira/browse/GEODE-904
> Project: Geode
> Issue Type: Bug
> Components: docs
> Reporter: Anthony Baker
> Assignee: William Markito Oliveira
> Fix For: 1.0.0-incubating.M2
>
>
> The following files need to be listed in the LICENSE:
> {noformat}
> - ANSIBuffer (BSD) [1]
> - font awesome (front are SIL and css is MIT) [2]
> - normalise.css (MIT) [3]
> - bootstrap (MIT) [3]
> - boot flat (MIT) [4]
> - headjs (MIT) [5]
> - iCheck (MIT) [6]
> - html5shiv (MIT) [7]
> - respond (MIT) [8]
> - polyfill (MIT/BSD) [8]
> - InternalDataSerializer.java [9] contains code from BSD license protobuf
> that should be in license
> 1.
> ./gemfire-core/src/main/java/com/gemstone/gemfire/management/internal/cli/shell/jline/ANSIBuffer.java
> 2. ./gemfire-site/website/content/font/*
> 3. ./gemfire-site/website/content/bootstrap/bootstrap.min.css
> 4. ./gemfire-site/website/content/css/bootflat*
> 5. ./gemfire-site/website/content/js/head.js
> 6. ./gemfire-site/website/content/js/jquery.icheck.js
> 7. ./gemfire-site/website/content/js/html5shiv.js
> 8. ./gemfire-site/website/content/js/respond.min.js
> 9
> ./gemfire-core/src/main/java/com/gemstone/gemfire/internal/InternalDataSerializer.java
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)