BigW Consortium Gitlab

dependency_decisions.yml 4.93 KB
Newer Older
1
---
2
# IGNORED GROUPS AND GEMS
3 4
- - :ignore_group
  - development
5 6
  - :who: Connor Shea
    :why: Development gems are not distributed with the final product and are therefore exempt.
7 8 9 10
    :versions: []
    :when: 2016-04-17 21:27:01.054140000 Z
- - :ignore_group
  - test
11 12
  - :who: Connor Shea
    :why: Test gems are not distributed with the final product and are therefore exempt.
13 14
    :versions: []
    :when: 2016-04-17 21:27:06.250326000 Z
15 16 17 18 19 20 21 22 23 24 25
- - :ignore
  - bundler
  - :who: Connor Shea
    :why: Bundler is MIT licensed but will sometimes fail in CI.
    :versions: []
    :when: 2016-05-02 06:42:08.045090000 Z

# LICENSE WHITELIST
- - :whitelist
  - MIT
  - :who: Connor Shea
26
    :why: http://choosealicense.com/licenses/mit/
27 28 29 30 31 32 33 34 35 36 37
    :versions: []
    :when: 2016-04-17 21:12:24.558441000 Z
- - :whitelist
  - Apache 2.0
  - :who: Connor Shea
    :why: http://choosealicense.com/licenses/apache-2.0/
    :versions: []
    :when: 2016-05-02 05:27:43.762702000 Z
- - :whitelist
  - ruby
  - :who: Connor Shea
Connor Shea committed
38
    :why: https://github.com/ruby/ruby/blob/ruby_2_1/COPYING
39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
    :versions: []
    :when: 2016-05-02 05:31:54.498490000 Z
- - :whitelist
  - LGPL
  - :who: Connor Shea
    :why: http://www.gnu.org/licenses/license-list.html#LGPLv2.1
    :versions: []
    :when: 2016-05-02 05:32:48.645841000 Z
- - :whitelist
  - ISC
  - :who: Connor Shea
    :why: http://www.gnu.org/licenses/license-list.html#ISC
    :versions: []
    :when: 2016-05-02 05:42:01.894452000 Z
- - :whitelist
  - New BSD
  - :who: Connor Shea
    :why: https://opensource.org/licenses/BSD-3-Clause
    :versions: []
    :when: 2016-05-02 05:44:38.246021000 Z
- - :whitelist
  - LGPL-2.1+
  - :who: Connor Shea
    :why: Equivalent to LGPL.
    :versions: []
    :when: 2016-05-02 05:52:56.303239000 Z
- - :whitelist
  - BSD
  - :who: Connor Shea
    :why: https://opensource.org/licenses/BSD-2-Clause
    :versions: []
    :when: 2016-05-02 05:55:09.796363000 Z

# LICENSE BLACKLIST
- - :blacklist
  - GPLv2
  - :who: Connor Shea
    :why: GPL-licensed libraries cannot be linked to from non-GPL projects.
    :versions: []
    :when: 2016-05-02 05:29:27.637336000 Z
- - :blacklist
  - GPLv3
  - :who: Connor Shea
    :why: GPL-licensed libraries cannot be linked to from non-GPL projects.
    :versions: []
    :when: 2016-05-02 05:29:43.904715000 Z

# GEM LICENSES
87 88 89
- - :license
  - raphael-rails
  - MIT
90
  - :who: Connor Shea
91 92 93 94 95 96
    :why: https://github.com/mockdeep/raphael-rails/blob/master/license.txt
    :versions: []
    :when: 2016-04-17 21:30:07.575392000 Z
- - :license
  - rouge
  - MIT
97
  - :who: Connor Shea
98 99 100 101 102 103
    :why: https://github.com/jneen/rouge/blob/master/LICENSE
    :versions: []
    :when: 2016-04-17 21:31:29.490394000 Z
- - :license
  - pyu-ruby-sasl
  - MIT
104
  - :who: Connor Shea
105 106 107 108 109 110
    :why: https://github.com/pyu10055/ruby-sasl/blob/master/MIT-LICENSE
    :versions: []
    :when: 2016-04-17 21:41:55.266420000 Z
- - :license
  - six
  - MIT
111
  - :who: Connor Shea
112 113 114 115 116
    :why: https://github.com/randx/six/blob/master/LICENSE
    :versions: []
    :when: 2016-04-17 21:42:31.420186000 Z
- - :license
  - rdoc
117
  - ruby
118
  - :who: Connor Shea
119 120 121 122 123 124
    :why: https://github.com/rdoc/rdoc/blob/master/LICENSE.rdoc
    :versions: []
    :when: 2016-04-17 21:43:30.480413000 Z
- - :license
  - expression_parser
  - MIT
125
  - :who: Connor Shea
126 127 128 129 130 131
    :why: https://github.com/nricciar/expression_parser/blob/master/MIT-LICENSE
    :versions: []
    :when: 2016-04-17 21:45:41.829912000 Z
- - :license
  - creole
  - ruby
132
  - :who: Connor Shea
133 134 135
    :why: https://github.com/minad/creole#license
    :versions: []
    :when: 2016-04-17 21:49:10.329759000 Z
136 137 138
- - :license
  - eventmachine
  - ruby
139
  - :who: Connor Shea
140 141 142 143 144 145
    :why: https://github.com/eventmachine/eventmachine/blob/master/LICENSE
    :versions: []
    :when: 2016-04-17 21:49:10.329759001 Z
- - :license
  - unicorn
  - ruby
146 147
  - :who: Connor Shea
    :why: http://unicorn.bogomips.org/LICENSE.html
148 149 150 151 152
    :versions: []
    :when: 2016-05-02 05:45:28.817510000 Z
- - :license
  - unicorn-worker-killer
  - ruby
153 154
  - :who: Connor Shea
    :why: https://github.com/kzk/unicorn-worker-killer/blob/master/LICENSE
155 156 157 158 159
    :versions: []
    :when: 2016-05-02 05:45:38.323867000 Z
- - :license
  - json
  - ruby
160 161
  - :who: Connor Shea
    :why: https://github.com/flori/json/tree/master#license
162 163 164 165 166
    :versions: []
    :when: 2016-05-02 05:50:07.826564000 Z
- - :license
  - unf
  - BSD
167 168
  - :who: Connor Shea
    :why: https://github.com/knu/ruby-unf/blob/master/LICENSE
169 170 171 172
    :versions: []
    :when: 2016-05-02 05:51:46.886872000 Z
- - :license
  - rubypants
173 174 175
  - BSD
  - :who: Connor Shea
    :why: https://github.com/jmcnevin/rubypants/blob/master/LICENSE.rdoc
176 177
    :versions: []
    :when: 2016-05-02 05:56:50.696858000 Z
178 179 180 181 182 183
- - :whitelist
  - LGPLv2+
  - :who: Stan Hu
    :why: Equivalent to LGPLv2
    :versions: []
    :when: 2016-06-07 17:14:10.907682000 Z
184 185 186 187 188 189
- - :whitelist
  - Artistic 2.0
  - :who: Josh Frye
    :why: Disk/mount information display on Admin pages
    :versions: []
    :when: 2016-06-29 16:32:45.432113000 Z