diff options
author | Colin Percival <cperciva@FreeBSD.org> | 2004-02-10 20:42:33 +0000 |
---|---|---|
committer | Colin Percival <cperciva@FreeBSD.org> | 2004-02-10 20:42:33 +0000 |
commit | d623b765cfe263c7209ea40569e6dbaa8e9787d9 (patch) | |
tree | e310d1cd14b59bad0016ce8ccdfd5360b9c29500 /release | |
parent | 3c754d8be14c4ef91d963cae43a482fe4d79931c (diff) | |
download | src-d623b765cfe263c7209ea40569e6dbaa8e9787d9.tar.gz src-d623b765cfe263c7209ea40569e6dbaa8e9787d9.zip |
style cleanup: Remove duplicate $FreeBSD$ tags.
These files had tags after the copyright notice,
inside the comment block (incorrect, removed),
and outside the comment block (correct).
Approved by: rwatson (mentor)
Notes
Notes:
svn path=/head/; revision=125668
Diffstat (limited to 'release')
-rw-r--r-- | release/picobsd/tinyware/passwd/pw_copy.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/release/picobsd/tinyware/passwd/pw_copy.c b/release/picobsd/tinyware/passwd/pw_copy.c index f9efa12c95ff..ba3c8865dde7 100644 --- a/release/picobsd/tinyware/passwd/pw_copy.c +++ b/release/picobsd/tinyware/passwd/pw_copy.c @@ -29,8 +29,6 @@ * 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. - * - * $FreeBSD$ */ #ifndef lint |