From: Uwe Hermann Date: Tue, 23 Oct 2012 22:50:40 +0000 (+0200) Subject: new-driver: Use new per-project names in headers. X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-util.git;a=commitdiff_plain;h=4b527a01e5fbcf7fa69dcfa7a3ad2422bf9087b6 new-driver: Use new per-project names in headers. --- diff --git a/source/drv-Makefile.am b/source/drv-Makefile.am index 42c95d4..d1abe7d 100644 --- a/source/drv-Makefile.am +++ b/source/drv-Makefile.am @@ -1,5 +1,5 @@ ## -## This file is part of the sigrok project. +## This file is part of the libsigrok project. ## ## Copyright (C) ${year} ${author} <${email}> ## diff --git a/source/drv-api.c b/source/drv-api.c index 58a54a7..831c942 100644 --- a/source/drv-api.c +++ b/source/drv-api.c @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the libsigrok project. * * Copyright (C) ${year} ${author} <${email}> * diff --git a/source/drv-protocol.c b/source/drv-protocol.c index 34f9183..6ec9d89 100644 --- a/source/drv-protocol.c +++ b/source/drv-protocol.c @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the libsigrok project. * * Copyright (C) ${year} ${author} <${email}> * diff --git a/source/drv-protocol.h b/source/drv-protocol.h index dae5ffe..7af8027 100644 --- a/source/drv-protocol.h +++ b/source/drv-protocol.h @@ -1,5 +1,5 @@ /* - * This file is part of the sigrok project. + * This file is part of the libsigrok project. * * Copyright (C) ${year} ${author} <${email}> * diff --git a/source/new-driver b/source/new-driver index 78d4cb6..b591b06 100755 --- a/source/new-driver +++ b/source/new-driver @@ -1,6 +1,6 @@ #!/usr/bin/python3 # -# This file is part of the sigrok project. +# This file is part of the sigrok-util project. # # Copyright (C) 2012 Bert Vermeulen #