Module Name: src Committed By: christos Date: Wed Mar 30 14:24:50 UTC 2022
Modified Files: src/tests/fs/vfs: t_link.c Log Message: update copyright. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/fs/vfs/t_link.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tests/fs/vfs/t_link.c diff -u src/tests/fs/vfs/t_link.c:1.3 src/tests/fs/vfs/t_link.c:1.4 --- src/tests/fs/vfs/t_link.c:1.3 Wed Mar 30 09:43:42 2022 +++ src/tests/fs/vfs/t_link.c Wed Mar 30 10:24:50 2022 @@ -1,9 +1,12 @@ -/* $NetBSD: t_link.c,v 1.3 2022/03/30 13:43:42 christos Exp $ */ +/* $NetBSD: t_link.c,v 1.4 2022/03/30 14:24:50 christos Exp $ */ /*- - * Copyright (c) 2011 The NetBSD Foundation, Inc. + * Copyright (c) 2022 The NetBSD Foundation, Inc. * All rights reserved. * + * This code is derived from software contributed to The NetBSD Foundation + * by Christos Zoulas. + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: