Add $NetBSD$.

This commit is contained in:
alnsn 2014-06-17 19:33:20 +00:00
parent ce28ef1f5a
commit 61fe521674
24 changed files with 48 additions and 0 deletions

View File

@ -1,3 +1,5 @@
/* $NetBSD: sljitConfig.h,v 1.10 2014/06/17 19:36:45 alnsn Exp $ */
/*
* Stack-less Just-In-Time compiler
*

View File

@ -1,3 +1,5 @@
/* $NetBSD: sljitConfigInternal.h,v 1.9 2014/06/17 19:36:45 alnsn Exp $ */
/*
* Stack-less Just-In-Time compiler
*

View File

@ -1,3 +1,5 @@
/* $NetBSD: sljitExecAllocator.c,v 1.4 2014/06/17 19:33:20 alnsn Exp $ */
/*
* Stack-less Just-In-Time compiler
*

View File

@ -1,3 +1,5 @@
/* $NetBSD: sljitLir.c,v 1.4 2014/06/17 19:33:20 alnsn Exp $ */
/*
* Stack-less Just-In-Time compiler
*

View File

@ -1,3 +1,5 @@
/* $NetBSD: sljitLir.h,v 1.2 2014/06/17 19:36:45 alnsn Exp $ */
/*
* Stack-less Just-In-Time compiler
*

View File

@ -1,3 +1,5 @@
/* $NetBSD: sljitNativeARM_32.c,v 1.2 2014/06/17 19:33:20 alnsn Exp $ */
/*
* Stack-less Just-In-Time compiler
*

View File

@ -1,3 +1,5 @@
/* $NetBSD: sljitNativeARM_64.c,v 1.2 2014/06/17 19:33:20 alnsn Exp $ */
/*
* Stack-less Just-In-Time compiler
*

View File

@ -1,3 +1,5 @@
/* $NetBSD: sljitNativeARM_T2_32.c,v 1.2 2014/06/17 19:33:20 alnsn Exp $ */
/*
* Stack-less Just-In-Time compiler
*

View File

@ -1,3 +1,5 @@
/* $NetBSD: sljitNativeMIPS_32.c,v 1.2 2014/06/17 19:33:20 alnsn Exp $ */
/*
* Stack-less Just-In-Time compiler
*

View File

@ -1,3 +1,5 @@
/* $NetBSD: sljitNativeMIPS_64.c,v 1.2 2014/06/17 19:33:20 alnsn Exp $ */
/*
* Stack-less Just-In-Time compiler
*

View File

@ -1,3 +1,5 @@
/* $NetBSD: sljitNativeMIPS_common.c,v 1.2 2014/06/17 19:33:20 alnsn Exp $ */
/*
* Stack-less Just-In-Time compiler
*

View File

@ -1,3 +1,5 @@
/* $NetBSD: sljitNativePPC_32.c,v 1.2 2014/06/17 19:33:20 alnsn Exp $ */
/*
* Stack-less Just-In-Time compiler
*

View File

@ -1,3 +1,5 @@
/* $NetBSD: sljitNativePPC_64.c,v 1.2 2014/06/17 19:33:20 alnsn Exp $ */
/*
* Stack-less Just-In-Time compiler
*

View File

@ -1,3 +1,5 @@
/* $NetBSD: sljitNativePPC_common.c,v 1.4 2014/06/17 19:33:20 alnsn Exp $ */
/*
* Stack-less Just-In-Time compiler
*

View File

@ -1,3 +1,5 @@
/* $NetBSD: sljitNativeSPARC_32.c,v 1.2 2014/06/17 19:33:20 alnsn Exp $ */
/*
* Stack-less Just-In-Time compiler
*

View File

@ -1,3 +1,5 @@
/* $NetBSD: sljitNativeSPARC_common.c,v 1.2 2014/06/17 19:33:20 alnsn Exp $ */
/*
* Stack-less Just-In-Time compiler
*

View File

@ -1,3 +1,5 @@
/* $NetBSD: sljitNativeTILEGX-encoder.c,v 1.2 2014/06/17 19:33:20 alnsn Exp $ */
/*
* Stack-less Just-In-Time compiler
*

View File

@ -1,3 +1,5 @@
/* $NetBSD: sljitNativeTILEGX_64.c,v 1.2 2014/06/17 19:33:20 alnsn Exp $ */
/*
* Stack-less Just-In-Time compiler
*

View File

@ -1,3 +1,5 @@
/* $NetBSD: sljitNativeX86_32.c,v 1.4 2014/06/17 19:33:20 alnsn Exp $ */
/*
* Stack-less Just-In-Time compiler
*

View File

@ -1,3 +1,5 @@
/* $NetBSD: sljitNativeX86_64.c,v 1.2 2014/06/17 19:33:20 alnsn Exp $ */
/*
* Stack-less Just-In-Time compiler
*

View File

@ -1,3 +1,5 @@
/* $NetBSD: sljitNativeX86_common.c,v 1.6 2014/06/17 19:33:20 alnsn Exp $ */
/*
* Stack-less Just-In-Time compiler
*

View File

@ -1,3 +1,5 @@
/* $NetBSD: sljitUtils.c,v 1.7 2014/06/17 19:33:20 alnsn Exp $ */
/*
* Stack-less Just-In-Time compiler
*

View File

@ -1,3 +1,5 @@
/* $NetBSD: sljitMain.c,v 1.4 2014/06/17 19:37:03 alnsn Exp $ */
/*
* Stack-less Just-In-Time compiler
*

View File

@ -1,3 +1,5 @@
/* $NetBSD: sljitTest.c,v 1.4 2014/06/17 19:37:03 alnsn Exp $ */
/*
* Stack-less Just-In-Time compiler
*