git: b222e491178f - main - ps(1): Add copyright

From: Olivier Certner <olce_at_FreeBSD.org>
Date: Mon, 28 Apr 2025 12:55:45 UTC
The branch main has been updated by olce:

URL: https://cgit.FreeBSD.org/src/commit/?id=b222e491178ff46ddec1bded5f3fe597328c85da

commit b222e491178ff46ddec1bded5f3fe597328c85da
Author:     Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2025-04-28 12:55:00 +0000
Commit:     Olivier Certner <olce@FreeBSD.org>
CommitDate: 2025-04-28 12:55:00 +0000

    ps(1): Add copyright
    
    Where appropriate.
    
    MFC after:      3 days
    Sponsored by:   The FreeBSD Foundation
---
 bin/ps/keyword.c | 5 +++++
 bin/ps/ps.c      | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/bin/ps/keyword.c b/bin/ps/keyword.c
index 3c19912144ac..f05e5245f695 100644
--- a/bin/ps/keyword.c
+++ b/bin/ps/keyword.c
@@ -3,6 +3,11 @@
  *
  * Copyright (c) 1990, 1993, 1994
  *	The Regents of the University of California.  All rights reserved.
+ * Copyright (c) 2025 The FreeBSD Foundation
+ *
+ * Portions of this software were developed by Olivier Certner
+ * <olce@FreeBSD.org> at Kumacom SARL under sponsorship from the FreeBSD
+ * Foundation.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff --git a/bin/ps/ps.c b/bin/ps/ps.c
index a75ea512ad54..bb5102729957 100644
--- a/bin/ps/ps.c
+++ b/bin/ps/ps.c
@@ -3,6 +3,11 @@
  *
  * Copyright (c) 1990, 1993, 1994
  *	The Regents of the University of California.  All rights reserved.
+ * Copyright (c) 2025 The FreeBSD Foundation
+ *
+ * Portions of this software were developed by Olivier Certner
+ * <olce@FreeBSD.org> at Kumacom SARL under sponsorship from the FreeBSD
+ * Foundation.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions