zsh-users / zsh-syntax-highlighting

Fish shell like syntax highlighting for Zsh.
github.com/zsh-users/zsh-syntax-highlighting
BSD 3-Clause "New" or "Revised" License
20.16k stars 1.33k forks source link

zdharma performance optimizations #434

Open danielshahaf opened 7 years ago

danielshahaf commented 7 years ago

http://zdharma.org/posts/Fast-Syntax-Highlighting-Released https://github.com/zdharma/fast-syntax-highlighting [edit 20180523] http://www.zsh.org/cgi-bin/mla/redirect?USERNUMBER=23399

maximbaz commented 6 years ago

The zdharma/fast-syntax-hightlighting/LICENSE is the same as in this project, even with exactly the same copyright notice. The license requires preserving the copyright and disclaimer, both items are already fulfilled.

Aeon commented 6 years ago

+1

danielshahaf commented 4 years ago

Looking at the copyright notices:

It's not clear to me under what license https://github.com/zdharma/fast-syntax-highlighting is under.

@psprint Would you be so kind as to clarify whether or not the z-sy-h project has permission to cherry-pick code from https://github.com/zdharma/fast-syntax-highlighting? What license is that repository under?

Cheers!

danielshahaf commented 4 years ago

Pinged again by email:

From: Daniel Shahaf
To: Sebastian Gniazdowski
Cc: Matthew Martin
Subject: Fw: [zsh-users/zsh-syntax-highlighting] zdharma performance  optimizations (#434)
Date: Sun, 29 Mar 2020 22:31:44 +0000
Message-ID: <20200329223144.70d00614@tarpaulin.shahaf.local2>
danielshahaf commented 4 years ago

For clarity: under copyright law, code may not be reused unless its author (as copyright holder) specifies otherwise. (It makes no difference that the code in question is public and derived from BSD-licensed code.) In our case, that means z-sy-h may not use any piece of code that's not explicitly stated to be BSD-licensed, barring specific permission from the author of the piece of code in question. Thus, the query to Sebastian regarding the license of the code he's distributing, and whether z-sy-h may use that code under a BSD license.

psprint commented 4 years ago

Yes, you are allowed to reuse the code, the license is the same.

danielshahaf commented 4 years ago

Thanks, Sebastian!

danielshahaf commented 4 years ago

Folks — if there are particular features you'd like to propose to be cherry-picked, please file a new bug report for each such feature. (In order to avoid duplicates, please reference this issue #434 in the new bug reports.) Cheers!

danielshahaf commented 4 years ago

The "HSMW" prefix in the names of some variables, early in the history of fast-highlight in https://github.com/zdharma/fast-syntax-highlighting, refers to https://github.com/zdharma/history-search-multi-word.

walles commented 2 years ago

zdharma has moved here, the old project seems to have been taken down: https://github.com/zdharma-continuum/fast-syntax-highlighting