Deleted user
Deleted user
In our use case, we're autogenerating an end user license agreement (EULA) based on SPDX identifiers associated with third-party libraries and components. When the EULA was generated, the license title...
> the use of EULA here is a bit confusing to me, but I think you are trying to automate the task of creating license files. We're automating the creation...
> https://spdx.org/licenses/LGPL-2.1.html is deprecated as stated. Please see https://spdx.dev/license-list-3-0-released/ and included links there for background - this may also help understanding the general context. I'm not sure how else to...
The following HTML pages have the same "optional-license-text": * https://github.com/spdx/license-list-data/blob/main/html/LGPL-2.1-only.html * https://github.com/spdx/license-list-data/blob/main/html/LGPL-2.1-or-later.html But the following XML documents have different license names: * https://github.com/spdx/license-list-XML/blob/main/src/LGPL-2.1-only.xml * https://github.com/spdx/license-list-XML/blob/main/src/LGPL-2.1-or-later.xml Could we update the HTML...
FYI, in two days I will be locked out of my account once GitHub begins enforcing MFA. Sorry I won't be able to help any further. It would be fantastic...
> `conditioning_data_dir` doesn't work in all subsets if at least one subset contains `is_reg` option This appears to be the case. I guess it makes sense that you wouldn't want...
@timdeschryver if you ok with that, I can make it same way I made it there https://github.com/ngrx/platform/blob/main/projects/ngrx.io/content/guide/eslint-plugin/rules/prefer-protected-state.md
Ok @timdeschryver, on it
@timdeschryver Sorry for the delay, I've been a bit busy these past few days. Tomorrow I will raise my PR 👍
@timdeschryver see #4515 I've updated prefer-protected-state.md in that PR as well - I am not sure whether or not this is something acceptable to mix a little PR responibilities. Let...