Skip to content

Commit

Permalink
ccdconfig: Move VCS tags to be more consistent with our style.
Browse files Browse the repository at this point in the history
Update a now-bogus SPDX tag while here.
  • Loading branch information
pgiffuni committed Dec 30, 2017
1 parent f6b9864 commit 0254782
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
3 changes: 1 addition & 2 deletions sbin/ccdconfig/ccdconfig.8
Original file line number Diff line number Diff line change
@@ -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.
.\"
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions sbin/ccdconfig/ccdconfig.c
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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 <sys/cdefs.h>
Expand Down
3 changes: 1 addition & 2 deletions sbin/ccdconfig/pathnames.h
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down Expand Up @@ -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$
*/

Expand Down

0 comments on commit 0254782

Please sign in to comment.