Author: pfg Date: Mon Aug 1 16:40:42 2016 New Revision: 303625 URL: https://svnweb.freebsd.org/changeset/base/303625
Log: indent(1): Use a dash in the license headers. Use of the canonical dash avoids indent(1) from reformatting the license headers. Modified: head/usr.bin/indent/args.c head/usr.bin/indent/indent.c head/usr.bin/indent/indent.h head/usr.bin/indent/indent_codes.h head/usr.bin/indent/indent_globs.h head/usr.bin/indent/io.c head/usr.bin/indent/lexi.c head/usr.bin/indent/parse.c head/usr.bin/indent/pr_comment.c Modified: head/usr.bin/indent/args.c ============================================================================== --- head/usr.bin/indent/args.c Mon Aug 1 16:39:40 2016 (r303624) +++ head/usr.bin/indent/args.c Mon Aug 1 16:40:42 2016 (r303625) @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1985 Sun Microsystems, Inc. * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. Modified: head/usr.bin/indent/indent.c ============================================================================== --- head/usr.bin/indent/indent.c Mon Aug 1 16:39:40 2016 (r303624) +++ head/usr.bin/indent/indent.c Mon Aug 1 16:40:42 2016 (r303625) @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1985 Sun Microsystems, Inc. * Copyright (c) 1976 Board of Trustees of the University of Illinois. * Copyright (c) 1980, 1993 Modified: head/usr.bin/indent/indent.h ============================================================================== --- head/usr.bin/indent/indent.h Mon Aug 1 16:39:40 2016 (r303624) +++ head/usr.bin/indent/indent.h Mon Aug 1 16:40:42 2016 (r303625) @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001 Jens Schweikhardt * All rights reserved. * Modified: head/usr.bin/indent/indent_codes.h ============================================================================== --- head/usr.bin/indent/indent_codes.h Mon Aug 1 16:39:40 2016 (r303624) +++ head/usr.bin/indent/indent_codes.h Mon Aug 1 16:40:42 2016 (r303625) @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1985 Sun Microsystems, Inc. * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. Modified: head/usr.bin/indent/indent_globs.h ============================================================================== --- head/usr.bin/indent/indent_globs.h Mon Aug 1 16:39:40 2016 (r303624) +++ head/usr.bin/indent/indent_globs.h Mon Aug 1 16:40:42 2016 (r303625) @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1985 Sun Microsystems, Inc. * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. Modified: head/usr.bin/indent/io.c ============================================================================== --- head/usr.bin/indent/io.c Mon Aug 1 16:39:40 2016 (r303624) +++ head/usr.bin/indent/io.c Mon Aug 1 16:40:42 2016 (r303625) @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1985 Sun Microsystems, Inc. * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. Modified: head/usr.bin/indent/lexi.c ============================================================================== --- head/usr.bin/indent/lexi.c Mon Aug 1 16:39:40 2016 (r303624) +++ head/usr.bin/indent/lexi.c Mon Aug 1 16:40:42 2016 (r303625) @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1985 Sun Microsystems, Inc. * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. Modified: head/usr.bin/indent/parse.c ============================================================================== --- head/usr.bin/indent/parse.c Mon Aug 1 16:39:40 2016 (r303624) +++ head/usr.bin/indent/parse.c Mon Aug 1 16:40:42 2016 (r303625) @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1985 Sun Microsystems, Inc. * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. Modified: head/usr.bin/indent/pr_comment.c ============================================================================== --- head/usr.bin/indent/pr_comment.c Mon Aug 1 16:39:40 2016 (r303624) +++ head/usr.bin/indent/pr_comment.c Mon Aug 1 16:40:42 2016 (r303625) @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1985 Sun Microsystems, Inc. * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"