Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 May 2025 19:51:55 GMT
From:      Olivier Certner <olce@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: a1abca38f6e1 - stable/14 - ps(1): Add copyright
Message-ID:  <202505011951.541Jpt2A069073@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by olce:

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

commit a1abca38f6e1394c142a4d608b04ab918ee152e0
Author:     Olivier Certner <olce@FreeBSD.org>
AuthorDate: 2025-04-28 12:55:00 +0000
Commit:     Olivier Certner <olce@FreeBSD.org>
CommitDate: 2025-05-01 19:48:47 +0000

    ps(1): Add copyright
    
    Where appropriate.
    
    MFC after:      3 days
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit b222e491178ff46ddec1bded5f3fe597328c85da)
---
 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 b6e0ff75ff09..b66beb376698 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 c78809b218d5..3b62803d430c 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202505011951.541Jpt2A069073>