]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Update copyright years.
authorJakub Jelinek <jakub@gcc.gnu.org>
Mon, 5 Jan 2015 12:36:59 +0000 (13:36 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 5 Jan 2015 12:36:59 +0000 (13:36 +0100)
From-SVN: r219189

19 files changed:
gcc/jit/ChangeLog
gcc/jit/Make-lang.in
gcc/jit/config-lang.in
gcc/jit/dummy-frontend.c
gcc/jit/jit-builtins.c
gcc/jit/jit-builtins.h
gcc/jit/jit-common.h
gcc/jit/jit-playback.c
gcc/jit/jit-playback.h
gcc/jit/jit-recording.c
gcc/jit/jit-recording.h
gcc/jit/jit-result.c
gcc/jit/jit-result.h
gcc/jit/jit-tempdir.c
gcc/jit/jit-tempdir.h
gcc/jit/libgccjit++.h
gcc/jit/libgccjit.c
gcc/jit/libgccjit.h
gcc/jit/libgccjit.map

index 09e5c8a1defff90cad02e340774a5ca1e590c70c..5685b1f0d2d843b51b6edf13e1ca0020a63ee118 100644 (file)
@@ -1,3 +1,7 @@
+2015-01-05  Jakub Jelinek  <jakub@redhat.com>
+
+       Update copyright years.
+
 2014-12-19  David Malcolm  <dmalcolm@redhat.com>
 
        * jit-playback.c (gcc::jit::playback::context::build_cast): In
 
        * Initial creation
 
-Copyright (C) 2013-2014 Free Software Foundation, Inc.
+Copyright (C) 2013-2015 Free Software Foundation, Inc.
 
 Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
index 818e14b10b3b7b4c3a2a6bfbb65add1f4576680b..a0c2bac2c206fc30f923513cf78869e44777e37a 100644 (file)
@@ -1,5 +1,5 @@
 # Top level -*- makefile -*- fragment for libgccjit.so.
-#   Copyright (C) 2013-2014 Free Software Foundation, Inc.
+#   Copyright (C) 2013-2015 Free Software Foundation, Inc.
 
 #This file is part of GCC.
 
index 7a32afe7b7b0c6f9e5356244c56f58e1c0858500..e4eb060a55fa2637467941c5d542501f54ce9c89 100644 (file)
@@ -1,5 +1,5 @@
 # Top level configure fragment for libgccjit.so.
-#   Copyright (C) 2013-2014 Free Software Foundation, Inc.
+#   Copyright (C) 2013-2015 Free Software Foundation, Inc.
 
 #This file is part of GCC.
 
index 7e3abda1f6fb458bbaaf3eee8fe93ae23f3eb9d6..9bea2c163185173f724c97a6f86c0eab37b036f5 100644 (file)
@@ -1,5 +1,5 @@
 /* jit.c -- Dummy "frontend" for use during JIT-compilation.
-   Copyright (C) 2013-2014 Free Software Foundation, Inc.
+   Copyright (C) 2013-2015 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index eabf4e4d04a291153e3e17c3075b54c5b6d1d21f..c39d9cf38245b98f7331abab887f39a5fb94bdff 100644 (file)
@@ -1,5 +1,5 @@
 /* jit-builtins.c -- Handling of builtin functions during JIT-compilation.
-   Copyright (C) 2014 Free Software Foundation, Inc.
+   Copyright (C) 2014-2015 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index abc204d9992c315b48ca6198b680c162d9565b70..e6a0cd4580468ce20bdd53143dbf0f79c6fb534f 100644 (file)
@@ -1,5 +1,5 @@
 /* jit-builtins.h -- Handling of builtin functions during JIT-compilation.
-   Copyright (C) 2014 Free Software Foundation, Inc.
+   Copyright (C) 2014-2015 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 25c2c6f9fcc0e2da25bcf8447e265a6679eb4e3f..4dd976e4a0b1ff4c442166c37c3324384ac4753c 100644 (file)
@@ -1,5 +1,5 @@
 /* Core of implementation of libgccjit.so
-   Copyright (C) 2013-2014 Free Software Foundation, Inc.
+   Copyright (C) 2013-2015 Free Software Foundation, Inc.
    Contributed by David Malcolm <dmalcolm@redhat.com>.
 
 This file is part of GCC.
index 3667d1a466169356921d2376c167bc10207cdf9b..cf42e5af1f10a359595976981db0bfc935ffd8f7 100644 (file)
@@ -1,5 +1,5 @@
 /* Internals of libgccjit: classes for playing back recorded API calls.
-   Copyright (C) 2013-2014 Free Software Foundation, Inc.
+   Copyright (C) 2013-2015 Free Software Foundation, Inc.
    Contributed by David Malcolm <dmalcolm@redhat.com>.
 
 This file is part of GCC.
index 22fc2834fbfe7c2454203cd531e1d5f914c3ce1d..4d087de33d1ad2a662184f39965100772893bca0 100644 (file)
@@ -1,5 +1,5 @@
 /* Internals of libgccjit: classes for playing back recorded API calls.
-   Copyright (C) 2013-2014 Free Software Foundation, Inc.
+   Copyright (C) 2013-2015 Free Software Foundation, Inc.
    Contributed by David Malcolm <dmalcolm@redhat.com>.
 
 This file is part of GCC.
index 6613ed7af34f040ec68aab65d72842c0ce16d3b5..d228274cbf58f5155785861707d65dee01d5e500 100644 (file)
@@ -1,5 +1,5 @@
 /* Internals of libgccjit: classes for recording calls made to the JIT API.
-   Copyright (C) 2013-2014 Free Software Foundation, Inc.
+   Copyright (C) 2013-2015 Free Software Foundation, Inc.
    Contributed by David Malcolm <dmalcolm@redhat.com>.
 
 This file is part of GCC.
index b3e52dc0f4f498e387bd92430d81bce15f0574fc..17a1ca454a0cb41e36f629255025818567d0acf9 100644 (file)
@@ -1,5 +1,5 @@
 /* Internals of libgccjit: classes for recording calls made to the JIT API.
-   Copyright (C) 2013-2014 Free Software Foundation, Inc.
+   Copyright (C) 2013-2015 Free Software Foundation, Inc.
    Contributed by David Malcolm <dmalcolm@redhat.com>.
 
 This file is part of GCC.
index 9e1e6d85b7018295a659c9df89e9ea014621473d..532b3027869d2b54f36b0b1720a4f4753759ac31 100644 (file)
@@ -1,5 +1,5 @@
 /* Internals of libgccjit: implementation of gcc_jit_result
-   Copyright (C) 2013-2014 Free Software Foundation, Inc.
+   Copyright (C) 2013-2015 Free Software Foundation, Inc.
    Contributed by David Malcolm <dmalcolm@redhat.com>.
 
 This file is part of GCC.
index 60d6930d05821f8098af945e1f5e31e16061e57e..b1a9631782fd1c98e8b1f096a6afcaa72cdb9cfd 100644 (file)
@@ -1,5 +1,5 @@
 /* Internals of libgccjit: implementation of gcc_jit_result
-   Copyright (C) 2013-2014 Free Software Foundation, Inc.
+   Copyright (C) 2013-2015 Free Software Foundation, Inc.
    Contributed by David Malcolm <dmalcolm@redhat.com>.
 
 This file is part of GCC.
index f64fbee3a564b18a62538ae640d137aee950ea85..14c7418469db58440588521e5a23126d09aaebb7 100644 (file)
@@ -1,5 +1,5 @@
 /* Managing temporary directories and their content within libgccjit.so
-   Copyright (C) 2014 Free Software Foundation, Inc.
+   Copyright (C) 2014-2015 Free Software Foundation, Inc.
    Contributed by David Malcolm <dmalcolm@redhat.com>.
 
 This file is part of GCC.
index 31636ddcaa7f9cdafd067ea8ddd86ec8d633203a..49f686cc2a8b738cb28715b6047ca7ec8a2a643f 100644 (file)
@@ -1,5 +1,5 @@
 /* Managing temporary directories and their content within libgccjit.so
-   Copyright (C) 2014 Free Software Foundation, Inc.
+   Copyright (C) 2014-2015 Free Software Foundation, Inc.
    Contributed by David Malcolm <dmalcolm@redhat.com>.
 
 This file is part of GCC.
index baed99ef1d1bc3bc98b3f1f3065359918b46561d..d6631e5c6e8465d74043ee418874adf1169ea212 100644 (file)
@@ -1,5 +1,5 @@
 /* A C++ API for libgccjit, purely as inline wrapper functions.
-   Copyright (C) 2014 Free Software Foundation, Inc.
+   Copyright (C) 2014-2015 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 0f50c434d91663504ae5f97821261c35ed7d4277..bd0ae91be6ad10ac0c8d91f42aca251ec30c5174 100644 (file)
@@ -1,5 +1,5 @@
 /* Implementation of the C API; all wrappers into the internal C++ API
-   Copyright (C) 2013-2014 Free Software Foundation, Inc.
+   Copyright (C) 2013-2015 Free Software Foundation, Inc.
    Contributed by David Malcolm <dmalcolm@redhat.com>.
 
 This file is part of GCC.
index 7fc4928fcfc924850c21a1db7d911912cd2b4591..e89635cfe455a2b8bb127e45256325acd50af54b 100644 (file)
@@ -1,5 +1,5 @@
 /* A pure C API to enable client code to embed GCC as a JIT-compiler.
-   Copyright (C) 2013-2014 Free Software Foundation, Inc.
+   Copyright (C) 2013-2015 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
index 0375e77578fe947e269e6b2214f482f00e83f8ad..600d397ea7a86076cb65317c3d309c8ad52453b9 100644 (file)
@@ -1,5 +1,5 @@
 # Linker script for libgccjit.so
-#   Copyright (C) 2013-2014 Free Software Foundation, Inc.
+#   Copyright (C) 2013-2015 Free Software Foundation, Inc.
 #   Contributed by David Malcolm <dmalcolm@redhat.com>.
 #
 # This file is part of GCC.