diff options
Diffstat (limited to 'sys/teken')
-rw-r--r-- | sys/teken/demo/teken_demo.c | 2 | ||||
-rw-r--r-- | sys/teken/stress/teken_stress.c | 2 | ||||
-rw-r--r-- | sys/teken/teken.c | 2 | ||||
-rw-r--r-- | sys/teken/teken.h | 2 | ||||
-rw-r--r-- | sys/teken/teken_scs.h | 2 | ||||
-rw-r--r-- | sys/teken/teken_subr.h | 2 | ||||
-rw-r--r-- | sys/teken/teken_subr_compat.h | 2 | ||||
-rw-r--r-- | sys/teken/teken_wcwidth.h | 2 |
8 files changed, 0 insertions, 16 deletions
diff --git a/sys/teken/demo/teken_demo.c b/sys/teken/demo/teken_demo.c index d7edd3655cd6..c0412bed21d5 100644 --- a/sys/teken/demo/teken_demo.c +++ b/sys/teken/demo/teken_demo.c @@ -24,8 +24,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$ */ #include <sys/ioctl.h> diff --git a/sys/teken/stress/teken_stress.c b/sys/teken/stress/teken_stress.c index 7319da0f437d..47ea1b1593d4 100644 --- a/sys/teken/stress/teken_stress.c +++ b/sys/teken/stress/teken_stress.c @@ -24,8 +24,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$ */ #include <sys/cdefs.h> diff --git a/sys/teken/teken.c b/sys/teken/teken.c index 58656924a6ca..b0161a2e3b20 100644 --- a/sys/teken/teken.c +++ b/sys/teken/teken.c @@ -24,8 +24,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$ */ #include <sys/cdefs.h> diff --git a/sys/teken/teken.h b/sys/teken/teken.h index 5c2d892eb4c2..38a85e80110e 100644 --- a/sys/teken/teken.h +++ b/sys/teken/teken.h @@ -24,8 +24,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 _TEKEN_H_ diff --git a/sys/teken/teken_scs.h b/sys/teken/teken_scs.h index 80a2d22242b6..efd1b6532d05 100644 --- a/sys/teken/teken_scs.h +++ b/sys/teken/teken_scs.h @@ -24,8 +24,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$ */ static inline teken_char_t diff --git a/sys/teken/teken_subr.h b/sys/teken/teken_subr.h index 2462702a30cc..62198818efb4 100644 --- a/sys/teken/teken_subr.h +++ b/sys/teken/teken_subr.h @@ -24,8 +24,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$ */ static void teken_subr_cursor_up(teken_t *, unsigned int); diff --git a/sys/teken/teken_subr_compat.h b/sys/teken/teken_subr_compat.h index 6075ba40b95f..393897aa56f7 100644 --- a/sys/teken/teken_subr_compat.h +++ b/sys/teken/teken_subr_compat.h @@ -24,8 +24,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$ */ static void diff --git a/sys/teken/teken_wcwidth.h b/sys/teken/teken_wcwidth.h index 43f1760ecb37..f57a185c2433 100644 --- a/sys/teken/teken_wcwidth.h +++ b/sys/teken/teken_wcwidth.h @@ -6,8 +6,6 @@ * disclaims all warranties with regard to this software. * * Latest version: http://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c - * - * $FreeBSD$ */ struct interval { |