Add owners and update README Change-Id: Ib4a0935728a9cef318db68548e99c5c00d449ac2 Reviewed-on: https://fuchsia-review.googlesource.com/c/shac-project/generic-checks/+/819987 Reviewed-by: Marc-Antoine Ruel <maruel@google.com>
diff --git a/LICENSE b/LICENSE index dd7f4ef..85c2c0d 100644 --- a/LICENSE +++ b/LICENSE
@@ -1,4 +1,4 @@ -// Copyright 2022 The Fuchsia Authors. +// Copyright 2023 The Fuchsia Authors. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are
diff --git a/OWNERS b/OWNERS index 1c4ea03..bc51f18 100644 --- a/OWNERS +++ b/OWNERS
@@ -1,11 +1,8 @@ -# Remove the `*` from this file and add specific owners to this file and to -# subdirectories where appropriate to enforce OWNERS approval in this -# repository. -# # More details about OWNERS in Fuchsia can be found at: # https://fuchsia.dev/fuchsia-src/development/source_code/owners # # Syntax for OWNERS files can be found at: # https://fuchsia-review.googlesource.com/plugins/code-owners/Documentation/backend-find-owners.html#syntax -* +maruel@google.com +olivernewman@google.com
diff --git a/README.md b/README.md index 8b90b74..c7104c7 100644 --- a/README.md +++ b/README.md
@@ -1,5 +1,5 @@ -Fuchsia Open Source Template Repository +shac generic checks ======================================= -This repository is a template that we will use when creating new open source -repositories for Fuchsia. +This repository contains common generic (non-project-specific) checks for +[shac](https://fuchsia.googlesource.com/shac-project/shac).