lightning.git - Portable just-in-time compiler library

index : lightning.git
Portable just-in-time compiler library
summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am 2
-rw-r--r--lib/jit_aarch64-cpu.c 2
-rw-r--r--lib/jit_aarch64-fpu.c 2
-rw-r--r--lib/jit_aarch64.c 2
-rw-r--r--lib/jit_alpha-cpu.c 2
-rw-r--r--lib/jit_alpha-fpu.c 2
-rw-r--r--lib/jit_alpha.c 2
-rw-r--r--lib/jit_arm-cpu.c 2
-rw-r--r--lib/jit_arm-swf.c 2
-rw-r--r--lib/jit_arm-vfp.c 2
-rw-r--r--lib/jit_arm.c 2
-rw-r--r--lib/jit_disasm.c 2
-rw-r--r--lib/jit_hppa-cpu.c 2
-rw-r--r--lib/jit_hppa-fpu.c 2
-rw-r--r--lib/jit_hppa.c 2
-rw-r--r--lib/jit_ia64-cpu.c 2
-rw-r--r--lib/jit_ia64-fpu.c 2
-rw-r--r--lib/jit_ia64.c 2
-rw-r--r--lib/jit_memory.c 2
-rw-r--r--lib/jit_mips-cpu.c 2
-rw-r--r--lib/jit_mips-fpu.c 2
-rw-r--r--lib/jit_mips.c 2
-rw-r--r--lib/jit_names.c 2
-rw-r--r--lib/jit_note.c 2
-rw-r--r--lib/jit_ppc-cpu.c 2
-rw-r--r--lib/jit_ppc-fpu.c 2
-rw-r--r--lib/jit_ppc.c 2
-rw-r--r--lib/jit_print.c 2
-rw-r--r--lib/jit_s390-cpu.c 2
-rw-r--r--lib/jit_s390-fpu.c 2
-rw-r--r--lib/jit_s390.c 2
-rw-r--r--lib/jit_size.c 2
-rw-r--r--lib/jit_sparc-cpu.c 2
-rw-r--r--lib/jit_sparc-fpu.c 2
-rw-r--r--lib/jit_sparc.c 2
-rw-r--r--lib/jit_x86-cpu.c 2
-rw-r--r--lib/jit_x86-sse.c 2
-rw-r--r--lib/jit_x86-x87.c 2
-rw-r--r--lib/jit_x86.c 2
-rw-r--r--lib/lightning.c 2
40 files changed, 40 insertions, 40 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 1283575..a2bcf15 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,5 +1,5 @@
#
-# Copyright 2000, 2001, 2002, 2012, 2013 Free Software Foundation, Inc.
+# Copyright 2000, 2001, 2002, 2012-2015 Free Software Foundation, Inc.
#
# This file is part of GNU lightning.
#
diff --git a/lib/jit_aarch64-cpu.c b/lib/jit_aarch64-cpu.c
index 5b094b7..2363d28 100644
--- a/lib/jit_aarch64-cpu.c
+++ b/lib/jit_aarch64-cpu.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 Free Software Foundation, Inc.
+ * Copyright (C) 2013-2015 Free Software Foundation, Inc.
*
* This file is part of GNU lightning.
*
diff --git a/lib/jit_aarch64-fpu.c b/lib/jit_aarch64-fpu.c
index ea8c1cd..386f068 100644
--- a/lib/jit_aarch64-fpu.c
+++ b/lib/jit_aarch64-fpu.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 Free Software Foundation, Inc.
+ * Copyright (C) 2013-2015 Free Software Foundation, Inc.
*
* This file is part of GNU lightning.
*
diff --git a/lib/jit_aarch64.c b/lib/jit_aarch64.c
index fdd0c8a..af8d5d0 100644
--- a/lib/jit_aarch64.c
+++ b/lib/jit_aarch64.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 Free Software Foundation, Inc.
+ * Copyright (C) 2013-2015 Free Software Foundation, Inc.
*
* This file is part of GNU lightning.
*
diff --git a/lib/jit_alpha-cpu.c b/lib/jit_alpha-cpu.c
index 4680481..37ebfe2 100644
--- a/lib/jit_alpha-cpu.c
+++ b/lib/jit_alpha-cpu.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Free Software Foundation, Inc.
+ * Copyright (C) 2014, 2015 Free Software Foundation, Inc.
*
* This file is part of GNU lightning.
*
diff --git a/lib/jit_alpha-fpu.c b/lib/jit_alpha-fpu.c
index e6f92cf..a26b9ae 100644
--- a/lib/jit_alpha-fpu.c
+++ b/lib/jit_alpha-fpu.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Free Software Foundation, Inc.
+ * Copyright (C) 2014, 2015 Free Software Foundation, Inc.
*
* This file is part of GNU lightning.
*
diff --git a/lib/jit_alpha.c b/lib/jit_alpha.c
index 867d2a7..6524d23 100644
--- a/lib/jit_alpha.c
+++ b/lib/jit_alpha.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Free Software Foundation, Inc.
+ * Copyright (C) 2014, 2015 Free Software Foundation, Inc.
*
* This file is part of GNU lightning.
*
diff --git a/lib/jit_arm-cpu.c b/lib/jit_arm-cpu.c
index 2f224da..3c4d852 100644
--- a/lib/jit_arm-cpu.c
+++ b/lib/jit_arm-cpu.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012, 2013 Free Software Foundation, Inc.
+ * Copyright (C) 2012-2015 Free Software Foundation, Inc.
*
* This file is part of GNU lightning.
*
diff --git a/lib/jit_arm-swf.c b/lib/jit_arm-swf.c
index d4774e9..8ba2b79 100644
--- a/lib/jit_arm-swf.c
+++ b/lib/jit_arm-swf.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012, 2013 Free Software Foundation, Inc.
+ * Copyright (C) 2012-2015 Free Software Foundation, Inc.
*
* This file is part of GNU lightning.
*
diff --git a/lib/jit_arm-vfp.c b/lib/jit_arm-vfp.c
index 0691946..59e905f 100644
--- a/lib/jit_arm-vfp.c
+++ b/lib/jit_arm-vfp.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012, 2013 Free Software Foundation, Inc.
+ * Copyright (C) 2012-2015 Free Software Foundation, Inc.
*
* This file is part of GNU lightning.
*
diff --git a/lib/jit_arm.c b/lib/jit_arm.c
index 1648cb1..5e73ea3 100644
--- a/lib/jit_arm.c
+++ b/lib/jit_arm.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012, 2013 Free Software Foundation, Inc.
+ * Copyright (C) 2012-2015 Free Software Foundation, Inc.
*
* This file is part of GNU lightning.
*
diff --git a/lib/jit_disasm.c b/lib/jit_disasm.c
index 7b45aa1..52d08c7 100644
--- a/lib/jit_disasm.c
+++ b/lib/jit_disasm.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012, 2013 Free Software Foundation, Inc.
+ * Copyright (C) 2012-2015 Free Software Foundation, Inc.
*
* This file is part of GNU lightning.
*
diff --git a/lib/jit_hppa-cpu.c b/lib/jit_hppa-cpu.c
index 8b0b438..9d8431b 100644
--- a/lib/jit_hppa-cpu.c
+++ b/lib/jit_hppa-cpu.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 Free Software Foundation, Inc.
+ * Copyright (C) 2013-2015 Free Software Foundation, Inc.
*
* This file is part of GNU lightning.
*
diff --git a/lib/jit_hppa-fpu.c b/lib/jit_hppa-fpu.c
index 6b6b8bf..a49ce96 100644
--- a/lib/jit_hppa-fpu.c
+++ b/lib/jit_hppa-fpu.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 Free Software Foundation, Inc.
+ * Copyright (C) 2013-2015 Free Software Foundation, Inc.
*
* This file is part of GNU lightning.
*
diff --git a/lib/jit_hppa.c b/lib/jit_hppa.c
index d091905..4dd6b85 100644
--- a/lib/jit_hppa.c
+++ b/lib/jit_hppa.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 Free Software Foundation, Inc.
+ * Copyright (C) 2013-2015 Free Software Foundation, Inc.
*
* This file is part of GNU lightning.
*
diff --git a/lib/jit_ia64-cpu.c b/lib/jit_ia64-cpu.c
index 5cbd327..0392138 100644
--- a/lib/jit_ia64-cpu.c
+++ b/lib/jit_ia64-cpu.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 Free Software Foundation, Inc.
+ * Copyright (C) 2013-2015 Free Software Foundation, Inc.
*
* This file is part of GNU lightning.
*
diff --git a/lib/jit_ia64-fpu.c b/lib/jit_ia64-fpu.c
index 1c5057c..8637c01 100644
--- a/lib/jit_ia64-fpu.c
+++ b/lib/jit_ia64-fpu.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 Free Software Foundation, Inc.
+ * Copyright (C) 2013-2015 Free Software Foundation, Inc.
*
* This file is part of GNU lightning.
*
diff --git a/lib/jit_ia64.c b/lib/jit_ia64.c
index 8575f25..c5f18f3 100644
--- a/lib/jit_ia64.c
+++ b/lib/jit_ia64.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 Free Software Foundation, Inc.
+ * Copyright (C) 2013-2015 Free Software Foundation, Inc.
*
* This file is part of GNU lightning.
*
diff --git a/lib/jit_memory.c b/lib/jit_memory.c
index bcf3da0..4055b8a 100644
--- a/lib/jit_memory.c
+++ b/lib/jit_memory.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 Free Software Foundation, Inc.
+ * Copyright (C) 2013-2015 Free Software Foundation, Inc.
*
* This file is part of GNU lightning.
*
diff --git a/lib/jit_mips-cpu.c b/lib/jit_mips-cpu.c
index 9ba759d..ac5ca8e 100644
--- a/lib/jit_mips-cpu.c
+++ b/lib/jit_mips-cpu.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012, 2013 Free Software Foundation, Inc.
+ * Copyright (C) 2012-2015 Free Software Foundation, Inc.
*
* This file is part of GNU lightning.
*
diff --git a/lib/jit_mips-fpu.c b/lib/jit_mips-fpu.c
index 1099371..88abccf 100644
--- a/lib/jit_mips-fpu.c
+++ b/lib/jit_mips-fpu.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012, 2013 Free Software Foundation, Inc.
+ * Copyright (C) 2012-2015 Free Software Foundation, Inc.
*
* This file is part of GNU lightning.
*
diff --git a/lib/jit_mips.c b/lib/jit_mips.c
index 9ae2d96..c8f201f 100644
--- a/lib/jit_mips.c
+++ b/lib/jit_mips.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012, 2013 Free Software Foundation, Inc.
+ * Copyright (C) 2012-2015 Free Software Foundation, Inc.
*
* This file is part of GNU lightning.
*
diff --git a/lib/jit_names.c b/lib/jit_names.c
index bd9d185..1de3793 100644
--- a/lib/jit_names.c
+++ b/lib/jit_names.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014 Free Software Foundation, Inc.
+ * Copyright (C) 2014, 2015 Free Software Foundation, Inc.
*
* This file is part of GNU lightning.
*
diff --git a/lib/jit_note.c b/lib/jit_note.c
index 160551e..9028ff8 100644
--- a/lib/jit_note.c
+++ b/lib/jit_note.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 Free Software Foundation, Inc.
+ * Copyright (C) 2013-2015 Free Software Foundation, Inc.
*
* This file is part of GNU lightning.
*
diff --git a/lib/jit_ppc-cpu.c b/lib/jit_ppc-cpu.c
index 1307814..2d01e50 100644
--- a/lib/jit_ppc-cpu.c
+++ b/lib/jit_ppc-cpu.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012, 2013 Free Software Foundation, Inc.
+ * Copyright (C) 2012-2015 Free Software Foundation, Inc.
*
* This file is part of GNU lightning.
*
diff --git a/lib/jit_ppc-fpu.c b/lib/jit_ppc-fpu.c
index 4bef6c7..77b5243 100644
--- a/lib/jit_ppc-fpu.c
+++ b/lib/jit_ppc-fpu.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012, 2013 Free Software Foundation, Inc.
+ * Copyright (C) 2012-2015 Free Software Foundation, Inc.
*
* This file is part of GNU lightning.
*
diff --git a/lib/jit_ppc.c b/lib/jit_ppc.c
index d58ada5..f1b6974 100644
--- a/lib/jit_ppc.c
+++ b/lib/jit_ppc.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012, 2013 Free Software Foundation, Inc.
+ * Copyright (C) 2012-2015 Free Software Foundation, Inc.
*
* This file is part of GNU lightning.
*
diff --git a/lib/jit_print.c b/lib/jit_print.c
index 073568e..a95499c 100644
--- a/lib/jit_print.c
+++ b/lib/jit_print.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012, 2013 Free Software Foundation, Inc.
+ * Copyright (C) 2012-2015 Free Software Foundation, Inc.
*
* This file is part of GNU lightning.
*
diff --git a/lib/jit_s390-cpu.c b/lib/jit_s390-cpu.c
index 556ed18..5da4b5b 100644
--- a/lib/jit_s390-cpu.c
+++ b/lib/jit_s390-cpu.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 Free Software Foundation, Inc.
+ * Copyright (C) 2013-2015 Free Software Foundation, Inc.
*
* This file is part of GNU lightning.
*
diff --git a/lib/jit_s390-fpu.c b/lib/jit_s390-fpu.c
index 1abc28c..0d984f4 100644
--- a/lib/jit_s390-fpu.c
+++ b/lib/jit_s390-fpu.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 Free Software Foundation, Inc.
+ * Copyright (C) 2013-2015 Free Software Foundation, Inc.
*
* This file is part of GNU lightning.
*
diff --git a/lib/jit_s390.c b/lib/jit_s390.c
index 560e93d..5412c55 100644
--- a/lib/jit_s390.c
+++ b/lib/jit_s390.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 Free Software Foundation, Inc.
+ * Copyright (C) 2013-2015 Free Software Foundation, Inc.
*
* This file is part of GNU lightning.
*
diff --git a/lib/jit_size.c b/lib/jit_size.c
index 612417e..eef7ed1 100644
--- a/lib/jit_size.c
+++ b/lib/jit_size.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 Free Software Foundation, Inc.
+ * Copyright (C) 2013-2015 Free Software Foundation, Inc.
*
* This file is part of GNU lightning.
*
diff --git a/lib/jit_sparc-cpu.c b/lib/jit_sparc-cpu.c
index 236ffd1..8922054 100644
--- a/lib/jit_sparc-cpu.c
+++ b/lib/jit_sparc-cpu.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 Free Software Foundation, Inc.
+ * Copyright (C) 2013-2015 Free Software Foundation, Inc.
*
* This file is part of GNU lightning.
*
diff --git a/lib/jit_sparc-fpu.c b/lib/jit_sparc-fpu.c
index dc4d574..db32ad0 100644
--- a/lib/jit_sparc-fpu.c
+++ b/lib/jit_sparc-fpu.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 Free Software Foundation, Inc.
+ * Copyright (C) 2013-2015 Free Software Foundation, Inc.
*
* This file is part of GNU lightning.
*
diff --git a/lib/jit_sparc.c b/lib/jit_sparc.c
index 9c301a6..9d91f05 100644
--- a/lib/jit_sparc.c
+++ b/lib/jit_sparc.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013 Free Software Foundation, Inc.
+ * Copyright (C) 2013-2015 Free Software Foundation, Inc.
*
* This file is part of GNU lightning.
*
diff --git a/lib/jit_x86-cpu.c b/lib/jit_x86-cpu.c
index c6d80df..4888854 100644
--- a/lib/jit_x86-cpu.c
+++ b/lib/jit_x86-cpu.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012, 2013 Free Software Foundation, Inc.
+ * Copyright (C) 2012-2015 Free Software Foundation, Inc.
*
* This file is part of GNU lightning.
*
diff --git a/lib/jit_x86-sse.c b/lib/jit_x86-sse.c
index d29ee4c..b211984 100644
--- a/lib/jit_x86-sse.c
+++ b/lib/jit_x86-sse.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012, 2013 Free Software Foundation, Inc.
+ * Copyright (C) 2012-2015 Free Software Foundation, Inc.
*
* This file is part of GNU lightning.
*
diff --git a/lib/jit_x86-x87.c b/lib/jit_x86-x87.c
index 075d3bc..af911b1 100644
--- a/lib/jit_x86-x87.c
+++ b/lib/jit_x86-x87.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012, 2013 Free Software Foundation, Inc.
+ * Copyright (C) 2012-2015 Free Software Foundation, Inc.
*
* This file is part of GNU lightning.
*
diff --git a/lib/jit_x86.c b/lib/jit_x86.c
index 8e90213..33f7749 100644
--- a/lib/jit_x86.c
+++ b/lib/jit_x86.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012, 2013 Free Software Foundation, Inc.
+ * Copyright (C) 2012-2015 Free Software Foundation, Inc.
*
* This file is part of GNU lightning.
*
diff --git a/lib/lightning.c b/lib/lightning.c
index 5dce92e..4caa01c 100644
--- a/lib/lightning.c
+++ b/lib/lightning.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012, 2013 Free Software Foundation, Inc.
+ * Copyright (C) 2012-2015 Free Software Foundation, Inc.
*
* This file is part of GNU lightning.
*
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月17日 12:38:19 +0000

AltStyle によって変換されたページ (->オリジナル) /