@socketsecurity/cli-with-sentry 0.14.94 → 0.14.95

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. package/dist/constants.js +3 -3
  2. package/dist/constants.js.map +1 -1
  3. package/dist/instrument-with-sentry.js +2 -2
  4. package/dist/instrument-with-sentry.js.map +1 -1
  5. package/dist/module-sync/cli.js +176 -156
  6. package/dist/module-sync/cli.js.map +1 -1
  7. package/dist/module-sync/shadow-bin.js +3 -14
  8. package/dist/module-sync/shadow-bin.js.map +1 -1
  9. package/dist/module-sync/shadow-npm-inject.js +68 -59
  10. package/dist/module-sync/shadow-npm-inject.js.map +1 -1
  11. package/dist/module-sync/shadow-npm-paths.js +16 -29
  12. package/dist/module-sync/shadow-npm-paths.js.map +1 -1
  13. package/dist/module-sync/vendor.d.ts +0 -0
  14. package/dist/module-sync/vendor.js +85829 -12598
  15. package/dist/module-sync/vendor.js.map +1 -1
  16. package/dist/require/cli.js +158 -137
  17. package/dist/require/cli.js.map +1 -1
  18. package/dist/require/shadow-bin.d.ts +5 -0
  19. package/dist/require/shadow-bin.js +108 -1
  20. package/dist/require/shadow-bin.js.map +1 -0
  21. package/dist/require/shadow-npm-inject.d.ts +1 -0
  22. package/dist/require/shadow-npm-inject.js +2335 -1
  23. package/dist/require/shadow-npm-inject.js.map +1 -0
  24. package/dist/require/shadow-npm-paths.d.ts +29 -0
  25. package/dist/require/shadow-npm-paths.js +454 -1
  26. package/dist/require/shadow-npm-paths.js.map +1 -0
  27. package/package.json +29 -29
  28. package/dist/blessed/lib/alias.js +0 -521
  29. package/dist/blessed/lib/blessed.js +0 -34
  30. package/dist/blessed/lib/colors.js +0 -492
  31. package/dist/blessed/lib/events.js +0 -197
  32. package/dist/blessed/lib/gpmclient.js +0 -247
  33. package/dist/blessed/lib/helpers.js +0 -172
  34. package/dist/blessed/lib/keys.js +0 -514
  35. package/dist/blessed/lib/program.js +0 -4532
  36. package/dist/blessed/lib/tput.js +0 -3113
  37. package/dist/blessed/lib/unicode.js +0 -914
  38. package/dist/blessed/lib/widget.js +0 -62
  39. package/dist/blessed/lib/widgets/ansiimage.js +0 -175
  40. package/dist/blessed/lib/widgets/bigtext.js +0 -172
  41. package/dist/blessed/lib/widgets/box.js +0 -36
  42. package/dist/blessed/lib/widgets/button.js +0 -64
  43. package/dist/blessed/lib/widgets/checkbox.js +0 -97
  44. package/dist/blessed/lib/widgets/element.js +0 -2873
  45. package/dist/blessed/lib/widgets/filemanager.js +0 -225
  46. package/dist/blessed/lib/widgets/form.js +0 -303
  47. package/dist/blessed/lib/widgets/image.js +0 -73
  48. package/dist/blessed/lib/widgets/input.js +0 -36
  49. package/dist/blessed/lib/widgets/layout.js +0 -251
  50. package/dist/blessed/lib/widgets/line.js +0 -61
  51. package/dist/blessed/lib/widgets/list.js +0 -654
  52. package/dist/blessed/lib/widgets/listbar.js +0 -454
  53. package/dist/blessed/lib/widgets/listtable.js +0 -267
  54. package/dist/blessed/lib/widgets/loading.js +0 -90
  55. package/dist/blessed/lib/widgets/log.js +0 -84
  56. package/dist/blessed/lib/widgets/message.js +0 -147
  57. package/dist/blessed/lib/widgets/node.js +0 -315
  58. package/dist/blessed/lib/widgets/overlayimage.js +0 -796
  59. package/dist/blessed/lib/widgets/progressbar.js +0 -168
  60. package/dist/blessed/lib/widgets/prompt.js +0 -129
  61. package/dist/blessed/lib/widgets/question.js +0 -131
  62. package/dist/blessed/lib/widgets/radiobutton.js +0 -64
  63. package/dist/blessed/lib/widgets/radioset.js +0 -38
  64. package/dist/blessed/lib/widgets/screen.js +0 -2487
  65. package/dist/blessed/lib/widgets/scrollablebox.js +0 -417
  66. package/dist/blessed/lib/widgets/scrollabletext.js +0 -37
  67. package/dist/blessed/lib/widgets/table.js +0 -385
  68. package/dist/blessed/lib/widgets/terminal.js +0 -454
  69. package/dist/blessed/lib/widgets/text.js +0 -37
  70. package/dist/blessed/lib/widgets/textarea.js +0 -378
  71. package/dist/blessed/lib/widgets/textbox.js +0 -81
  72. package/dist/blessed/lib/widgets/video.js +0 -132
  73. package/dist/blessed/usr/fonts/AUTHORS +0 -1
  74. package/dist/blessed/usr/fonts/LICENSE +0 -94
  75. package/dist/blessed/usr/fonts/README +0 -340
  76. package/dist/blessed/usr/fonts/ter-u14b.json +0 -17826
  77. package/dist/blessed/usr/fonts/ter-u14n.json +0 -17826
  78. package/dist/blessed/usr/linux +0 -0
  79. package/dist/blessed/usr/windows-ansi +0 -0
  80. package/dist/blessed/usr/xterm +0 -0
  81. package/dist/blessed/usr/xterm-256color +0 -0
  82. package/dist/blessed/usr/xterm.termcap +0 -243
  83. package/dist/blessed/usr/xterm.terminfo +0 -1977
  84. package/dist/blessed/vendor/tng.js +0 -1878
@@ -1,378 +0,0 @@
1
- 'use strict'
2
-
3
- /**
4
- * textarea.js - textarea element for blessed
5
- * Copyright (c) 2013-2015, Christopher Jeffrey and contributors (MIT License).
6
- * https://github.com/chjj/blessed
7
- */
8
-
9
- /**
10
- * Modules
11
- */
12
-
13
- const unicode = require('../unicode')
14
-
15
- const nextTick = global.setImmediate || process.nextTick.bind(process)
16
-
17
- const Node = require('./node')
18
- const Input = require('./input')
19
-
20
- /**
21
- * Textarea
22
- */
23
-
24
- function Textarea(options) {
25
- const self = this
26
-
27
- if (!(this instanceof Node)) {
28
- return new Textarea(options)
29
- }
30
-
31
- options = options || {}
32
-
33
- options.scrollable = options.scrollable !== false
34
-
35
- Input.call(this, options)
36
-
37
- this.screen._listenKeys(this)
38
-
39
- this.value = options.value || ''
40
-
41
- this.__updateCursor = this._updateCursor.bind(this)
42
- this.on('resize', this.__updateCursor)
43
- this.on('move', this.__updateCursor)
44
-
45
- if (options.inputOnFocus) {
46
- this.on('focus', this.readInput.bind(this, null))
47
- }
48
-
49
- if (!options.inputOnFocus && options.keys) {
50
- this.on('keypress', function (ch, key) {
51
- if (self._reading) {
52
- return
53
- }
54
- if (key.name === 'enter' || (options.vi && key.name === 'i')) {
55
- return self.readInput()
56
- }
57
- if (key.name === 'e') {
58
- return self.readEditor()
59
- }
60
- })
61
- }
62
-
63
- if (options.mouse) {
64
- this.on('click', function (data) {
65
- if (self._reading) {
66
- return
67
- }
68
- if (data.button !== 'right') {
69
- return
70
- }
71
- self.readEditor()
72
- })
73
- }
74
- }
75
-
76
- Object.setPrototypeOf(Textarea.prototype, Input.prototype)
77
-
78
- Textarea.prototype.type = 'textarea'
79
-
80
- Textarea.prototype._updateCursor = function (get) {
81
- if (this.screen.focused !== this) {
82
- return
83
- }
84
-
85
- const lpos = get ? this.lpos : this._getCoords()
86
- if (!lpos) {
87
- return
88
- }
89
-
90
- let last = this._clines[this._clines.length - 1],
91
- program = this.screen.program,
92
- line,
93
- cx,
94
- cy
95
-
96
- // Stop a situation where the textarea begins scrolling
97
- // and the last cline appears to always be empty from the
98
- // _typeScroll `+ '\n'` thing.
99
- // Maybe not necessary anymore?
100
- if (last === '' && this.value[this.value.length - 1] !== '\n') {
101
- last = this._clines[this._clines.length - 2] || ''
102
- }
103
-
104
- line = Math.min(
105
- this._clines.length - 1 - (this.childBase || 0),
106
- lpos.yl - lpos.yi - this.iheight - 1
107
- )
108
-
109
- // When calling clearValue() on a full textarea with a border, the first
110
- // argument in the above Math.min call ends up being -2. Make sure we stay
111
- // positive.
112
- line = Math.max(0, line)
113
-
114
- cy = lpos.yi + this.itop + line
115
- cx = lpos.xi + this.ileft + this.strWidth(last)
116
-
117
- // XXX Not sure, but this may still sometimes
118
- // cause problems when leaving editor.
119
- if (cy === program.y && cx === program.x) {
120
- return
121
- }
122
-
123
- if (cy === program.y) {
124
- if (cx > program.x) {
125
- program.cuf(cx - program.x)
126
- } else if (cx < program.x) {
127
- program.cub(program.x - cx)
128
- }
129
- } else if (cx === program.x) {
130
- if (cy > program.y) {
131
- program.cud(cy - program.y)
132
- } else if (cy < program.y) {
133
- program.cuu(program.y - cy)
134
- }
135
- } else {
136
- program.cup(cy, cx)
137
- }
138
- }
139
-
140
- Textarea.prototype.input =
141
- Textarea.prototype.setInput =
142
- Textarea.prototype.readInput =
143
- function (callback) {
144
- const self = this,
145
- focused = this.screen.focused === this
146
-
147
- if (this._reading) {
148
- return
149
- }
150
- this._reading = true
151
-
152
- this._callback = callback
153
-
154
- if (!focused) {
155
- this.screen.saveFocus()
156
- this.focus()
157
- }
158
-
159
- this.screen.grabKeys = true
160
-
161
- this._updateCursor()
162
- this.screen.program.showCursor()
163
- //this.screen.program.sgr('normal');
164
-
165
- this._done = function fn(err, value) {
166
- if (!self._reading) {
167
- return
168
- }
169
-
170
- if (fn.done) {
171
- return
172
- }
173
- fn.done = true
174
-
175
- self._reading = false
176
-
177
- delete self._callback
178
- delete self._done
179
-
180
- self.removeListener('keypress', self.__listener)
181
- delete self.__listener
182
-
183
- self.removeListener('blur', self.__done)
184
- delete self.__done
185
-
186
- self.screen.program.hideCursor()
187
- self.screen.grabKeys = false
188
-
189
- if (!focused) {
190
- self.screen.restoreFocus()
191
- }
192
-
193
- if (self.options.inputOnFocus) {
194
- self.screen.rewindFocus()
195
- }
196
-
197
- // Ugly
198
- if (err === 'stop') {
199
- return
200
- }
201
-
202
- if (err) {
203
- self.emit('error', err)
204
- } else if (value != null) {
205
- self.emit('submit', value)
206
- } else {
207
- self.emit('cancel', value)
208
- }
209
- self.emit('action', value)
210
-
211
- if (!callback) {
212
- return
213
- }
214
-
215
- return err ? callback(err) : callback(null, value)
216
- }
217
-
218
- // Put this in a nextTick so the current
219
- // key event doesn't trigger any keys input.
220
- nextTick(function () {
221
- self.__listener = self._listener.bind(self)
222
- self.on('keypress', self.__listener)
223
- })
224
-
225
- this.__done = this._done.bind(this, null, null)
226
- this.on('blur', this.__done)
227
- }
228
-
229
- Textarea.prototype._listener = function (ch, key) {
230
- const done = this._done,
231
- value = this.value
232
-
233
- if (key.name === 'return') {
234
- return
235
- }
236
- if (key.name === 'enter') {
237
- ch = '\n'
238
- }
239
-
240
- // TODO: Handle directional keys.
241
- if (
242
- key.name === 'left' ||
243
- key.name === 'right' ||
244
- key.name === 'up' ||
245
- key.name === 'down'
246
- ) {
247
- }
248
-
249
- if (this.options.keys && key.ctrl && key.name === 'e') {
250
- return this.readEditor()
251
- }
252
-
253
- // TODO: Optimize typing by writing directly
254
- // to the screen and screen buffer here.
255
- if (key.name === 'escape') {
256
- done(null, null)
257
- } else if (key.name === 'backspace') {
258
- if (this.value.length) {
259
- if (this.screen.fullUnicode) {
260
- if (unicode.isSurrogate(this.value, this.value.length - 2)) {
261
- // || unicode.isCombining(this.value, this.value.length - 1)) {
262
- this.value = this.value.slice(0, -2)
263
- } else {
264
- this.value = this.value.slice(0, -1)
265
- }
266
- } else {
267
- this.value = this.value.slice(0, -1)
268
- }
269
- }
270
- } else if (ch) {
271
- if (!/^[\x00-\x08\x0b-\x0c\x0e-\x1f\x7f]$/.test(ch)) {
272
- this.value += ch
273
- }
274
- }
275
-
276
- if (this.value !== value) {
277
- this.screen.render()
278
- }
279
- }
280
-
281
- Textarea.prototype._typeScroll = function () {
282
- // XXX Workaround
283
- const height = this.height - this.iheight
284
- if (this._clines.length - this.childBase > height) {
285
- this.scroll(this._clines.length)
286
- }
287
- }
288
-
289
- Textarea.prototype.getValue = function () {
290
- return this.value
291
- }
292
-
293
- Textarea.prototype.setValue = function (value) {
294
- if (value == null) {
295
- value = this.value
296
- }
297
- if (this._value !== value) {
298
- this.value = value
299
- this._value = value
300
- this.setContent(this.value)
301
- this._typeScroll()
302
- this._updateCursor()
303
- }
304
- }
305
-
306
- Textarea.prototype.clearInput = Textarea.prototype.clearValue = function () {
307
- return this.setValue('')
308
- }
309
-
310
- Textarea.prototype.submit = function () {
311
- if (!this.__listener) {
312
- return
313
- }
314
- return this.__listener('\x1b', { name: 'escape' })
315
- }
316
-
317
- Textarea.prototype.cancel = function () {
318
- if (!this.__listener) {
319
- return
320
- }
321
- return this.__listener('\x1b', { name: 'escape' })
322
- }
323
-
324
- Textarea.prototype.render = function () {
325
- this.setValue()
326
- return this._render()
327
- }
328
-
329
- Textarea.prototype.editor =
330
- Textarea.prototype.setEditor =
331
- Textarea.prototype.readEditor =
332
- function (callback) {
333
- const self = this
334
-
335
- if (this._reading) {
336
- const _cb = this._callback,
337
- cb = callback
338
-
339
- this._done('stop')
340
-
341
- callback = function (err, value) {
342
- if (_cb) {
343
- _cb(err, value)
344
- }
345
- if (cb) {
346
- cb(err, value)
347
- }
348
- }
349
- }
350
-
351
- if (!callback) {
352
- callback = function () {}
353
- }
354
-
355
- return this.screen.readEditor(
356
- { value: this.value },
357
- function (err, value) {
358
- if (err) {
359
- if (err.message === 'Unsuccessful.') {
360
- self.screen.render()
361
- return self.readInput(callback)
362
- }
363
- self.screen.render()
364
- self.readInput(callback)
365
- return callback(err)
366
- }
367
- self.setValue(value)
368
- self.screen.render()
369
- return self.readInput(callback)
370
- }
371
- )
372
- }
373
-
374
- /**
375
- * Expose
376
- */
377
-
378
- module.exports = Textarea
@@ -1,81 +0,0 @@
1
- 'use strict'
2
-
3
- /**
4
- * textbox.js - textbox element for blessed
5
- * Copyright (c) 2013-2015, Christopher Jeffrey and contributors (MIT License).
6
- * https://github.com/chjj/blessed
7
- */
8
-
9
- /**
10
- * Modules
11
- */
12
-
13
- const Node = require('./node')
14
- const Textarea = require('./textarea')
15
-
16
- /**
17
- * Textbox
18
- */
19
-
20
- function Textbox(options) {
21
- if (!(this instanceof Node)) {
22
- return new Textbox(options)
23
- }
24
-
25
- options = options || {}
26
-
27
- options.scrollable = false
28
-
29
- Textarea.call(this, options)
30
-
31
- this.secret = options.secret
32
- this.censor = options.censor
33
- }
34
-
35
- Object.setPrototypeOf(Textbox.prototype, Textarea.prototype)
36
-
37
- Textbox.prototype.type = 'textbox'
38
-
39
- Textbox.prototype.__olistener = Textbox.prototype._listener
40
- Textbox.prototype._listener = function (ch, key) {
41
- if (key.name === 'enter') {
42
- this._done(null, this.value)
43
- return
44
- }
45
- return this.__olistener(ch, key)
46
- }
47
-
48
- Textbox.prototype.setValue = function (value) {
49
- let visible, val
50
- if (value == null) {
51
- value = this.value
52
- }
53
- if (this._value !== value) {
54
- value = value.replace(/\n/g, '')
55
- this.value = value
56
- this._value = value
57
- if (this.secret) {
58
- this.setContent('')
59
- } else if (this.censor) {
60
- this.setContent(Array(this.value.length + 1).join('*'))
61
- } else {
62
- visible = -(this.width - this.iwidth - 1)
63
- val = this.value.replace(/\t/g, this.screen.tabc)
64
- this.setContent(val.slice(visible))
65
- }
66
- this._updateCursor()
67
- }
68
- }
69
-
70
- Textbox.prototype.submit = function () {
71
- if (!this.__listener) {
72
- return
73
- }
74
- return this.__listener('\r', { name: 'enter' })
75
- }
76
-
77
- /**
78
- * Expose
79
- */
80
-
81
- module.exports = Textbox
@@ -1,132 +0,0 @@
1
- 'use strict'
2
-
3
- /**
4
- * video.js - video element for blessed
5
- * Copyright (c) 2013-2015, Christopher Jeffrey and contributors (MIT License).
6
- * https://github.com/chjj/blessed
7
- */
8
-
9
- /**
10
- * Modules
11
- */
12
-
13
- const cp = require('node:child_process')
14
-
15
- const Node = require('./node')
16
- const Box = require('./box')
17
- const Terminal = require('./terminal')
18
-
19
- /**
20
- * Video
21
- */
22
-
23
- function Video(options) {
24
- let self = this,
25
- shell,
26
- args
27
-
28
- if (!(this instanceof Node)) {
29
- return new Video(options)
30
- }
31
-
32
- options = options || {}
33
-
34
- Box.call(this, options)
35
-
36
- if (this.exists('mplayer')) {
37
- shell = 'mplayer'
38
- args = ['-vo', 'caca', '-quiet', options.file]
39
- } else if (this.exists('mpv')) {
40
- shell = 'mpv'
41
- args = ['--vo', 'caca', '--really-quiet', options.file]
42
- } else {
43
- this.parseTags = true
44
- this.setContent(
45
- '{red-fg}{bold}Error:{/bold}' + ' mplayer or mpv not installed.{/red-fg}'
46
- )
47
- return this
48
- }
49
-
50
- const opts = {
51
- parent: this,
52
- left: 0,
53
- top: 0,
54
- width: this.width - this.iwidth,
55
- height: this.height - this.iheight,
56
- shell: shell,
57
- args: args.slice()
58
- }
59
-
60
- this.now = (Date.now() / 1000) | 0
61
- this.start = opts.start || 0
62
- if (this.start) {
63
- if (shell === 'mplayer') {
64
- opts.args.unshift('-ss', this.start + '')
65
- } else if (shell === 'mpv') {
66
- opts.args.unshift('--start', this.start + '')
67
- }
68
- }
69
-
70
- const DISPLAY = process.env.DISPLAY
71
- delete process.env.DISPLAY
72
- this.tty = new Terminal(opts)
73
- process.env.DISPLAY = DISPLAY
74
-
75
- this.on('click', function () {
76
- self.tty.pty.write('p')
77
- })
78
-
79
- // mplayer/mpv cannot resize itself in the terminal, so we have
80
- // to restart it at the correct start time.
81
- this.on('resize', function () {
82
- self.tty.destroy()
83
-
84
- const opts = {
85
- parent: self,
86
- left: 0,
87
- top: 0,
88
- width: self.width - self.iwidth,
89
- height: self.height - self.iheight,
90
- shell: shell,
91
- args: args.slice()
92
- }
93
-
94
- const watched = ((Date.now() / 1000) | 0) - self.now
95
- self.now = (Date.now() / 1000) | 0
96
- self.start += watched
97
- if (shell === 'mplayer') {
98
- opts.args.unshift('-ss', self.start + '')
99
- } else if (shell === 'mpv') {
100
- opts.args.unshift('--start', self.start + '')
101
- }
102
-
103
- const DISPLAY = process.env.DISPLAY
104
- delete process.env.DISPLAY
105
- self.tty = new Terminal(opts)
106
- process.env.DISPLAY = DISPLAY
107
- self.screen.render()
108
- })
109
- }
110
-
111
- Object.setPrototypeOf(Video.prototype, Box.prototype)
112
-
113
- Video.prototype.type = 'video'
114
-
115
- Video.prototype.exists = function (program) {
116
- try {
117
- return !!+cp
118
- .execSync(
119
- 'type ' + program + ' > /dev/null 2> /dev/null' + ' && echo 1',
120
- { encoding: 'utf8' }
121
- )
122
- .trim()
123
- } catch (e) {
124
- return false
125
- }
126
- }
127
-
128
- /**
129
- * Expose
130
- */
131
-
132
- module.exports = Video
@@ -1 +0,0 @@
1
- Dimitar Zhekov <dimitar.zhekov@gmail.com>
@@ -1,94 +0,0 @@
1
- Copyright (c) 2014 Dimitar Toshkov Zhekov,
2
- with Reserved Font Name "Terminus Font".
3
-
4
- This Font Software is licensed under the SIL Open Font License, Version 1.1.
5
- This license is copied below, and is also available with a FAQ at:
6
- http://scripts.sil.org/OFL
7
-
8
-
9
- -----------------------------------------------------------
10
- SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
11
- -----------------------------------------------------------
12
-
13
- PREAMBLE
14
- The goals of the Open Font License (OFL) are to stimulate worldwide
15
- development of collaborative font projects, to support the font creation
16
- efforts of academic and linguistic communities, and to provide a free and
17
- open framework in which fonts may be shared and improved in partnership
18
- with others.
19
-
20
- The OFL allows the licensed fonts to be used, studied, modified and
21
- redistributed freely as long as they are not sold by themselves. The
22
- fonts, including any derivative works, can be bundled, embedded,
23
- redistributed and/or sold with any software provided that any reserved
24
- names are not used by derivative works. The fonts and derivatives,
25
- however, cannot be released under any other type of license. The
26
- requirement for fonts to remain under this license does not apply
27
- to any document created using the fonts or their derivatives.
28
-
29
- DEFINITIONS
30
- "Font Software" refers to the set of files released by the Copyright
31
- Holder(s) under this license and clearly marked as such. This may
32
- include source files, build scripts and documentation.
33
-
34
- "Reserved Font Name" refers to any names specified as such after the
35
- copyright statement(s).
36
-
37
- "Original Version" refers to the collection of Font Software components as
38
- distributed by the Copyright Holder(s).
39
-
40
- "Modified Version" refers to any derivative made by adding to, deleting,
41
- or substituting -- in part or in whole -- any of the components of the
42
- Original Version, by changing formats or by porting the Font Software to a
43
- new environment.
44
-
45
- "Author" refers to any designer, engineer, programmer, technical
46
- writer or other person who contributed to the Font Software.
47
-
48
- PERMISSION & CONDITIONS
49
- Permission is hereby granted, free of charge, to any person obtaining
50
- a copy of the Font Software, to use, study, copy, merge, embed, modify,
51
- redistribute, and sell modified and unmodified copies of the Font
52
- Software, subject to the following conditions:
53
-
54
- 1) Neither the Font Software nor any of its individual components,
55
- in Original or Modified Versions, may be sold by itself.
56
-
57
- 2) Original or Modified Versions of the Font Software may be bundled,
58
- redistributed and/or sold with any software, provided that each copy
59
- contains the above copyright notice and this license. These can be
60
- included either as stand-alone text files, human-readable headers or
61
- in the appropriate machine-readable metadata fields within text or
62
- binary files as long as those fields can be easily viewed by the user.
63
-
64
- 3) No Modified Version of the Font Software may use the Reserved Font
65
- Name(s) unless explicit written permission is granted by the corresponding
66
- Copyright Holder. This restriction only applies to the primary font name as
67
- presented to the users.
68
-
69
- 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
70
- Software shall not be used to promote, endorse or advertise any
71
- Modified Version, except to acknowledge the contribution(s) of the
72
- Copyright Holder(s) and the Author(s) or with their explicit written
73
- permission.
74
-
75
- 5) The Font Software, modified or unmodified, in part or in whole,
76
- must be distributed entirely under this license, and must not be
77
- distributed under any other license. The requirement for fonts to
78
- remain under this license does not apply to any document created
79
- using the Font Software.
80
-
81
- TERMINATION
82
- This license becomes null and void if any of the above conditions are
83
- not met.
84
-
85
- DISCLAIMER
86
- THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
87
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
88
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
89
- OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
90
- COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
91
- INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
92
- DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
93
- FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
94
- OTHER DEALINGS IN THE FONT SOFTWARE.