From bdcbfde31e8e9b343f113a1956384bdf30d1ed62 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 23 Nov 2023 10:21:37 -0700 Subject: usr.bin: Remove ancient SCCS tags. Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script. Sponsored by: Netflix --- usr.bin/diff/diff.1 | 2 -- usr.bin/diff/diff.h | 2 -- usr.bin/diff/diffreg.c | 2 -- 3 files changed, 6 deletions(-) (limited to 'usr.bin/diff') diff --git a/usr.bin/diff/diff.1 b/usr.bin/diff/diff.1 index e04aeb5d6d67..5c4e0cc172fe 100644 --- a/usr.bin/diff/diff.1 +++ b/usr.bin/diff/diff.1 @@ -27,8 +27,6 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" @(#)diff.1 8.1 (Berkeley) 6/30/93 -.\" .Dd March 10, 2022 .Dt DIFF 1 .Os diff --git a/usr.bin/diff/diff.h b/usr.bin/diff/diff.h index 4ece1979795f..214ff77a362f 100644 --- a/usr.bin/diff/diff.h +++ b/usr.bin/diff/diff.h @@ -27,8 +27,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)diff.h 8.1 (Berkeley) 6/6/93 */ #include diff --git a/usr.bin/diff/diffreg.c b/usr.bin/diff/diffreg.c index 11aefb73cda6..447b48fe79ed 100644 --- a/usr.bin/diff/diffreg.c +++ b/usr.bin/diff/diffreg.c @@ -62,8 +62,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * @(#)diffreg.c 8.1 (Berkeley) 6/6/93 */ #include -- cgit v1.3