History log of /openbmc/google-misc/hello.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 2be45238 10-May-2023 Patrick Williams <patrick@stwcx.xyz>

clang-format: copy latest and re-format

clang-format-16 has some backwards incompatible changes that require
additional settings for best compatibility and re-running the formatter.
Copy the latest

clang-format: copy latest and re-format

clang-format-16 has some backwards incompatible changes that require
additional settings for best compatibility and re-running the formatter.
Copy the latest .clang-format from the docs repository and reformat the
repository.

Change-Id: Ia240047e2472bccb2bb039ff71bea20a7a602ec4
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>

show more ...


# dab96f13 18-Feb-2021 Brandon Kim <brandonkim@google.com>

Adding google license header to source files

This was done automatically using this script:

https://github.com/google/addlicense

```
go get -u github.com/google/addlicense
$HOME/go/bin/addlicense

Adding google license header to source files

This was done automatically using this script:

https://github.com/google/addlicense

```
go get -u github.com/google/addlicense
$HOME/go/bin/addlicense -c "Google LLC" -l apache .
```

Manually added the license headers to meson.build files as well

Signed-off-by: Brandon Kim <brandonkim@google.com>
Change-Id: I7a17364912c8af2317a1d47a4222f7b3bdc5dc98

show more ...


# ab79d7d9 08-Feb-2021 William A. Kennington III <wak@google.com>

meson: Prepare for subprojects

Google-Bug-Id: 179721407
Change-Id: I517dcb47d7c73fa4f3c7fcc25146b77de50d69b8
Signed-off-by: William A. Kennington III <wak@google.com>