Daniel Widdis
                                            Daniel Widdis
                                        
                                    > Also the "FOSS Exception License" no longer applies [1], As noted by that link, It has been replaced by a broader "[Universal FOSS Exception](https://oss.oracle.com/licenses/universal-foss-exception/)" which would apply. My understanding...
Print a diff or explanation showing license rule or resolved expected license vs acutal upon failure
I think this is a good feature request. The spotless maven plugin does this. Currently when troubleshooting license rewrite failures I have no option other than to run `license:format` and...
I don't think it's that big. Finding the copyright header is relatively easy and already done in (draft) #323 along with the logic to "skip". You just parse both the...
Looks like a potential regression with this commit: https://github.com/mathieucarbou/license-maven-plugin/commit/be2dfa259332728615d8a0caa61dcb43de5ae03b Seems `buildingRequest` isn't in scope and is pulling from the class. Based on other lines in this file there's some cross-reference...
Some general thoughts: - No need to move above 8 "just because". We should move to take advantage of some feature we want in the new version. - We can...
Can you also show the physical memory values?
Hey @Danstiv thanks for the detailed explanation. Let me try to add a bit more detail and suggestions here. > Option 1: > Return the behavior of psutil.swap memory as...
Also, the root cause of this is the edge case where Commit Total is incremented before Physical Available is decremented: > CommitTotal > > The number of pages currently committed...
I'm working on another PR with this change to the `free` calculation and comments: ```c # system memory (commit total/limit) is the sum of physical and swap # thus physical...