Brian Gianforcaro
1682f0b760
Everything: Move to SPDX license identifiers in all files.
...
SPDX License Identifiers are a more compact / standardized
way of representing file license information.
See: https://spdx.dev/resources/use/#identifiers
This was done with the `ambr` search and replace tool.
ambr --no-parent-ignore --key-from-file --rep-from-file key.txt rep.txt *
2021-04-22 11:22:27 +02:00
AnotherTest
db8f0a2fa6
LibCore: Remove the no-longer-used Core::DateTime::is_before() function
2021-04-18 14:18:16 +02:00
AnotherTest
39997e2ab1
LibCore: Implement operator less-than for Core::DateTime
...
that just compares their timestamps.
2021-04-18 14:18:16 +02:00
Timothy Flynn
6e10c2cdb7
LibCore+LibIPC: Add IPC coder for Core::DateTime
...
Since LibCore cannot depend on LibIPC, the coders are defined in LibIPC
just like they are for Core::AnonymousBuffer.
2021-04-16 19:19:31 +02:00
Andreas Kling
ef1e5db1d0
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
...
Good-bye LogStream. Long live AK::Format!
2021-03-12 17:29:37 +01:00
Andreas Kling
13d7c09125
Libraries: Move to Userland/Libraries/
2021-01-12 12:17:46 +01:00