From owner-svn-src-head@freebsd.org Sat Dec 30 00:26:44 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 993B4E85B1C; Sat, 30 Dec 2017 00:26:44 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 440F963BE6; Sat, 30 Dec 2017 00:26:44 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBU0QhiH009675; Sat, 30 Dec 2017 00:26:43 GMT (envelope-from pfg@FreeBSD.org) Received: (from pfg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBU0QhXr009672; Sat, 30 Dec 2017 00:26:43 GMT (envelope-from pfg@FreeBSD.org) Message-Id: <201712300026.vBU0QhXr009672@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pfg set sender to pfg@FreeBSD.org using -f From: "Pedro F. Giffuni" Date: Sat, 30 Dec 2017 00:26:43 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r327370 - head/sbin/ccdconfig X-SVN-Group: head X-SVN-Commit-Author: pfg X-SVN-Commit-Paths: head/sbin/ccdconfig X-SVN-Commit-Revision: 327370 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Dec 2017 00:26:44 -0000 Author: pfg Date: Sat Dec 30 00:26:42 2017 New Revision: 327370 URL: https://svnweb.freebsd.org/changeset/base/327370 Log: ccdconfig: Move VCS tags to be more consistent with our style. Update a now-bogus SPDX tag while here. Modified: head/sbin/ccdconfig/ccdconfig.8 head/sbin/ccdconfig/ccdconfig.c head/sbin/ccdconfig/pathnames.h Modified: head/sbin/ccdconfig/ccdconfig.8 ============================================================================== --- head/sbin/ccdconfig/ccdconfig.8 Sat Dec 30 00:24:53 2017 (r327369) +++ head/sbin/ccdconfig/ccdconfig.8 Sat Dec 30 00:26:42 2017 (r327370) @@ -1,5 +1,3 @@ -.\" $NetBSD: ccdconfig.8,v 1.4 1996/02/28 01:01:17 thorpej Exp $ -.\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. .\" All rights reserved. .\" @@ -27,6 +25,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" +.\" $NetBSD: ccdconfig.8,v 1.4 1996/02/28 01:01:17 thorpej Exp $ .\" $FreeBSD$ .\" .Dd October 3, 2016 Modified: head/sbin/ccdconfig/ccdconfig.c ============================================================================== --- head/sbin/ccdconfig/ccdconfig.c Sat Dec 30 00:24:53 2017 (r327369) +++ head/sbin/ccdconfig/ccdconfig.c Sat Dec 30 00:26:42 2017 (r327370) @@ -1,7 +1,5 @@ -/* $NetBSD: ccdconfig.c,v 1.6 1996/05/16 07:11:18 thorpej Exp $ */ - /*- - * SPDX-License-Identifier: BSD-4-Clause + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2003 Poul-Henning Kamp * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -30,6 +28,8 @@ * CONTRACT, STRICT 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. + * + * NetBSD: ccdconfig.c,v 1.6 1996/05/16 07:11:18 thorpej Exp $ */ #include Modified: head/sbin/ccdconfig/pathnames.h ============================================================================== --- head/sbin/ccdconfig/pathnames.h Sat Dec 30 00:24:53 2017 (r327369) +++ head/sbin/ccdconfig/pathnames.h Sat Dec 30 00:26:42 2017 (r327370) @@ -1,5 +1,3 @@ -/* $NetBSD: pathnames.h,v 1.4 2008/04/28 20:23:07 martin Exp $ */ - /*- * SPDX-License-Identifier: BSD-2-Clause-NetBSD * @@ -30,6 +28,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * + * $NetBSD: pathnames.h,v 1.4 2008/04/28 20:23:07 martin Exp $ * $FreeBSD$ */