summaryrefslogtreecommitdiff
path: root/lib/libarchive/archive_write_set_compression_bzip2.c
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@FreeBSD.org>2007-01-09 08:05:56 +0000
committerTim Kientzle <kientzle@FreeBSD.org>2007-01-09 08:05:56 +0000
commit63165a380d254eba7618afe0e043b9a35ae9a249 (patch)
treec44889e844dabefaa5a855b971795166d1658769 /lib/libarchive/archive_write_set_compression_bzip2.c
parent5675bedd4048c2ca90fa944a45a2ab04763ba2b4 (diff)
Notes
Diffstat (limited to 'lib/libarchive/archive_write_set_compression_bzip2.c')
-rw-r--r--lib/libarchive/archive_write_set_compression_bzip2.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libarchive/archive_write_set_compression_bzip2.c b/lib/libarchive/archive_write_set_compression_bzip2.c
index 1f567b2eb019..85974f88f226 100644
--- a/lib/libarchive/archive_write_set_compression_bzip2.c
+++ b/lib/libarchive/archive_write_set_compression_bzip2.c
@@ -1,13 +1,12 @@
/*-
- * Copyright (c) 2003-2004 Tim Kientzle
+ * Copyright (c) 2003-2007 Tim Kientzle
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer
- * in this position and unchanged.
+ * notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.