flexmark-java icon indicating copy to clipboard operation
flexmark-java copied to clipboard

Source headers state code is private property

Open hyandell opened this issue 4 years ago • 3 comments

There are 7 files which contain

  • This code is private property of the copyright holder and cannot be used without
  • having obtained a license or prior written permission of the of the copyright holder.

Is this intended? It would seem to clash with the LICENSE file indicating the project is BSD-2-Clause.

This search finds all seven: https://github.com/vsch/flexmark-java/search?q=This+code+is+private+property+of+the+copyright+holder

hyandell avatar Mar 01 '21 23:03 hyandell

It’s an error in the headers. I copied the files from my plugin and forgot to change the headers.

The library is BSD-2-Clause. Please ignore these headers and I will update them in the next release.

vsch avatar Mar 07 '21 02:03 vsch

There are several files which are Apache-2.0:

# Apache-2.0:
# - flexmark-util-html/src/main/java/com/vladsch/flexmark/util/html/ui/BackgroundColor.java
# - flexmark-util-html/src/main/java/com/vladsch/flexmark/util/html/ui/Color.java
# - flexmark-util-html/src/main/java/com/vladsch/flexmark/util/html/ui/ColorStyler.java
# - flexmark-util-html/src/main/java/com/vladsch/flexmark/util/html/ui/FontStyle.java
# - flexmark-util-html/src/main/java/com/vladsch/flexmark/util/html/ui/FontStyleStyler.java
# - flexmark-util-html/src/main/java/com/vladsch/flexmark/util/html/ui/FontStyler.java
# - flexmark-util-html/src/main/java/com/vladsch/flexmark/util/html/ui/HtmlBuilder.java
# - flexmark-util-html/src/main/java/com/vladsch/flexmark/util/html/ui/HtmlHelpers.java
# - flexmark-util-html/src/main/java/com/vladsch/flexmark/util/html/ui/HtmlHelpersTest.java
# - flexmark-util-html/src/main/java/com/vladsch/flexmark/util/html/ui/HtmlStyler.java
# - flexmark-util-html/src/main/java/com/vladsch/flexmark/util/html/ui/HtmlStylerBase.java

eclipseo avatar Aug 27 '23 15:08 eclipseo

Hi @eclipseo,

Looks like the master branch has https://github.com/vsch/flexmark-java/blob/master/flexmark-ext-typographic/src/test/java/com/vladsch/flexmark/ext/typographic/ComboTypographicSpecTest.java https://github.com/vsch/flexmark-java/blob/master/flexmark-ext-jekyll-front-matter/src/test/java/com/vladsch/flexmark/ext/jekyll/front/matter/ComboJekyllFrontMatterSpecTest.java

with the old header. Can you please check?

rahulmohang avatar Nov 14 '23 19:11 rahulmohang