Skip to content

Commit 7648a8b

Browse files
author
Matt Zrinsky
committed
Fix license of fish_cmd_timer.fish file.
I think this needs to be there, because of the original file being licensed under apache 2.0 IANAL but I think this is the right thing to do.
1 parent 536336a commit 7648a8b

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

fish/conf.d/fish_cmd_timer.fish

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
2+
# #
3+
# Copyright (C) 2016-2020 Chuan Ji <chuan@jichu4n.com> #
4+
# #
5+
# Licensed under the Apache License, Version 2.0 (the "License"); #
6+
# you may not use this file except in compliance with the License. #
7+
# You may obtain a copy of the License at #
8+
# #
9+
# http://www.apache.org/licenses/LICENSE-2.0 #
10+
# #
11+
# Unless required by applicable law or agreed to in writing, software #
12+
# distributed under the License is distributed on an "AS IS" BASIS, #
13+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #
14+
# See the License for the specific language governing permissions and #
15+
# limitations under the License. #
16+
# #
17+
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
18+
119
# This is based on the excellent work by Chuan Ji
220
# https://github.com/jichu4n/fish-command-timer
321
#
@@ -8,6 +26,12 @@
826
#
927
# My modified version lives in my dotfiles..
1028
# https://github.com/mzrinsky/dotfiles
29+
#
30+
# IANAL, however it is my understanding that because the original function came
31+
# from an apache liscensed work, this must also carry that liscense, even if
32+
# modified in some way.
33+
#
34+
1135
function fish_cmd_pre --on-event fish_preexec
1236
echo -e "\n "(set_color "$fish_color_gray")"exec started"(set_color "$fish_color_light_gray")" @ "(set_color "$fish_color_gray")(date '+%m/%d/%Y %r')(set_color normal)"\n"
1337
end
@@ -45,3 +69,4 @@ function fish_cmd_timer --on-event fish_postexec
4569
echo -e "\n "(set_color "$fish_color_dark_gray")"exec took $time_str"
4670

4771
end
72+

0 commit comments

Comments
 (0)