diff options
author | Eric Blake <eblake@redhat.com> | 2012-09-20 16:30:55 -0600 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2012-09-20 16:30:55 -0600 |
commit | 4ecb723b9ef8b206a228cf5156418f7faabc47eb (patch) | |
tree | e1d00e0e3036e4a7dc11dd3e59c35dc7d7b2021f /src/secret | |
parent | doc: include article about libvirt+audit in relatedlinks.html (diff) | |
download | libvirt-4ecb723b9ef8b206a228cf5156418f7faabc47eb.tar.gz libvirt-4ecb723b9ef8b206a228cf5156418f7faabc47eb.tar.bz2 libvirt-4ecb723b9ef8b206a228cf5156418f7faabc47eb.zip |
maint: fix up copyright notice inconsistencies
https://www.gnu.org/licenses/gpl-howto.html recommends that
the 'If not, see <url>.' phrase be a separate sentence.
* tests/securityselinuxhelper.c: Remove doubled line.
* tests/securityselinuxtest.c: Likewise.
* globally: s/; If/. If/
Diffstat (limited to 'src/secret')
-rw-r--r-- | src/secret/secret_driver.c | 2 | ||||
-rw-r--r-- | src/secret/secret_driver.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/secret/secret_driver.c b/src/secret/secret_driver.c index 67c7323b1..9ce1e3360 100644 --- a/src/secret/secret_driver.c +++ b/src/secret/secret_driver.c @@ -14,7 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; If not, see + * License along with this library. If not, see * <http://www.gnu.org/licenses/>. * * Red Hat Author: Miloslav Trmač <mitr@redhat.com> diff --git a/src/secret/secret_driver.h b/src/secret/secret_driver.h index fe8e46b81..d89d79cb6 100644 --- a/src/secret/secret_driver.h +++ b/src/secret/secret_driver.h @@ -14,7 +14,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; If not, see + * License along with this library. If not, see * <http://www.gnu.org/licenses/>. * * Red Hat Author: Miloslav Trmač <mitr@redhat.com> |