This is an automated email from the ASF dual-hosted git repository.

snlee pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new e9ab3b6  Add license header for codemirror/ruby.js (#3781)
e9ab3b6 is described below

commit e9ab3b60eb4ed0781e294765d0cfaa817ed2752e
Author: Seunghyun Lee <[email protected]>
AuthorDate: Fri Feb 1 16:50:07 2019 -0800

    Add license header for codemirror/ruby.js (#3781)
---
 pinot-controller/src/main/resources/static/js/lib/codemirror/ruby.js | 3 +++
 pinot-controller/src/main/resources/webapp/js/lib/codemirror/ruby.js | 3 +++
 2 files changed, 6 insertions(+)

diff --git 
a/pinot-controller/src/main/resources/static/js/lib/codemirror/ruby.js 
b/pinot-controller/src/main/resources/static/js/lib/codemirror/ruby.js
index ddc1a65..f5f725c 100644
--- a/pinot-controller/src/main/resources/static/js/lib/codemirror/ruby.js
+++ b/pinot-controller/src/main/resources/static/js/lib/codemirror/ruby.js
@@ -1,3 +1,6 @@
+// CodeMirror, copyright (c) by Marijn Haverbeke and others
+// Distributed under an MIT license: https://codemirror.net/LICENSE
+
 CodeMirror.defineMode("ruby", function(config, parserConfig) {
   function wordObj(words) {
     var o = {};
diff --git 
a/pinot-controller/src/main/resources/webapp/js/lib/codemirror/ruby.js 
b/pinot-controller/src/main/resources/webapp/js/lib/codemirror/ruby.js
index ddc1a65..e0ccabf 100644
--- a/pinot-controller/src/main/resources/webapp/js/lib/codemirror/ruby.js
+++ b/pinot-controller/src/main/resources/webapp/js/lib/codemirror/ruby.js
@@ -1,3 +1,6 @@
+// CodeMirror, copyright (c) by Marijn Haverbeke and others
+// Distributed under an MIT license: http://codemirror.net/LICENSE
+
 CodeMirror.defineMode("ruby", function(config, parserConfig) {
   function wordObj(words) {
     var o = {};


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to