1*95b39c65Schristos#! /bin/sh 2*95b39c65Schristos# 3*95b39c65Schristos# $NetBSD: gettext2netbsd,v 1.1 2016/01/12 22:58:00 christos Exp $ 4*95b39c65Schristos# 5*95b39c65Schristos# Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. 6*95b39c65Schristos# All rights reserved. 7*95b39c65Schristos# 8*95b39c65Schristos# Redistribution and use in source and binary forms, with or without 9*95b39c65Schristos# modification, are permitted provided that the following conditions 10*95b39c65Schristos# are met: 11*95b39c65Schristos# 1. Redistributions of source code must retain the above copyright 12*95b39c65Schristos# notice, this list of conditions and the following disclaimer. 13*95b39c65Schristos# 2. Redistributions in binary form must reproduce the above copyright 14*95b39c65Schristos# notice, this list of conditions and the following disclaimer in the 15*95b39c65Schristos# documentation and/or other materials provided with the distribution. 16*95b39c65Schristos# 17*95b39c65Schristos# THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 18*95b39c65Schristos# ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 19*95b39c65Schristos# TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 20*95b39c65Schristos# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 21*95b39c65Schristos# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 22*95b39c65Schristos# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 23*95b39c65Schristos# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 24*95b39c65Schristos# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 25*95b39c65Schristos# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 26*95b39c65Schristos# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 27*95b39c65Schristos# POSSIBILITY OF SUCH DAMAGE. 28*95b39c65Schristos# 29*95b39c65Schristos# gettext2netbsd: removes Id tag and couple of other items, for importing 30*95b39c65Schristos# gettext tree into netbsd. 31*95b39c65Schristos# works on current directory. 32*95b39c65Schristos 33*95b39c65Schristoscleantags $1 34