Giter Site home page Giter Site logo

Comments (2)

dirmgr avatar dirmgr commented on September 13, 2024

Those are copyright headers. We use those copyright headers everywhere in the project, including for all Java source, properties files, shell scripts, batch files, XML files, etc., which we consider to be the “source code” for the LDAP SDK. The GPLv2 and LGPLv2.1 are source code licenses that depend on copyright (although they sometimes call it “copyleft”, since it works differently than most copyright notices in that they grant you rights rather than restrict them) to specify what you can do with the code, and also with binaries (like classes and jar files) built from that code. The GPL and LGPL licenses specifically recommend putting those notices in every source file.

The UnboundID LDAP SDK Free Use License isn’t a source license. It doesn’t grant you any special rights to the source code, but just to the jar file that we provide. It says that you can use and redistribute it for free in open source and proprietary software as long as you don’t alter the LDAP SDK itself. It covers the resulting project as a whole, so there’s not really any need to include a separate notice in each source file.

We previously didn’t include a copy of the complete license text in the jar file, but I have just committed a change that ensures they are included. So they’ll be included in the jar file starting in the next release (which will be 4.0.0, although I’m not exactly sure when that will be). If you need it before then, you can check out and build the LDAP SDK for yourself.

Further, if you use Maven for your project’s dependencies, the POM that we use for the Central Repository includes all three licenses.

from ldapsdk.

SzymonKowalczyk avatar SzymonKowalczyk commented on September 13, 2024

Thank you very much for quick response.

The license file in the jar is the perfect solution in my case.

from ldapsdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.