remove apache license 2 from treeview.js
Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin/commit/e798e4d2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin/tree/e798e4d2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin/diff/e798e4d2 Branch: refs/heads/master Commit: e798e4d25f6a7d0d850021084a1410d5243e2d3c Parents: fdd6d79 Author: William Guo <[email protected]> Authored: Wed Jul 5 08:48:11 2017 +0800 Committer: William Guo <[email protected]> Committed: Wed Jul 5 08:48:11 2017 +0800 ---------------------------------------------------------------------- ui/js/directives/treeview.js | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/e798e4d2/ui/js/directives/treeview.js ---------------------------------------------------------------------- diff --git a/ui/js/directives/treeview.js b/ui/js/directives/treeview.js index f9a2190..3b7633c 100644 --- a/ui/js/directives/treeview.js +++ b/ui/js/directives/treeview.js @@ -1,18 +1,3 @@ -/*- - * Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. - - */ - /* The MIT License (MIT) @@ -36,8 +21,9 @@ limitations under the License. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ + /* - Code copy from https://github.com/eu81273/angular.treeview + Made some adaptation and the original copy is from https://github.com/eu81273/angular.treeview */ define(['./module'], function (directives) { 'use strict';
