UniStuttgart-VISUS / Visus.LdapAuthentication

LDAP authentication middleware for ASP.NET Core
MIT License
24 stars 8 forks source link

License header in source files contradicts repository license #6

Closed mycroes closed 9 months ago

mycroes commented 11 months ago

The license header in source files is as follows:

// <copyright file="LdapUserBase.cs" company="Visualisierungsinstitut der Universität Stuttgart">
// Copyright © 2021 - 2023 Visualisierungsinstitut der Universität Stuttgart. Alle Rechte vorbehalten.
// </copyright>
// <author>Christoph Müller</author>

All rights reserved isn't exactly what the MIT license states (which is declared as repository license). Personally I favor the simple solution of having only a repository license and optional license headers/files for files/directories that do not conform to the repository copyright and/or license.

crowbar27 commented 10 months ago

Sorry for the delay, I have been very busy in the past weeks. This project was initially only an internal one and we only made is open source later. I will look into this if I have more time. In the meantime, rest assured that we license it under MIT. This was funded by tax money and we give it to the public.

mycroes commented 9 months ago

Thanks!