diff options
Diffstat (limited to 'gcc/jit/docs/cp')
-rw-r--r-- | gcc/jit/docs/cp/index.rst | 2 | ||||
-rw-r--r-- | gcc/jit/docs/cp/intro/index.rst | 2 | ||||
-rw-r--r-- | gcc/jit/docs/cp/intro/tutorial01.rst | 2 | ||||
-rw-r--r-- | gcc/jit/docs/cp/intro/tutorial02.rst | 2 | ||||
-rw-r--r-- | gcc/jit/docs/cp/intro/tutorial03.rst | 2 | ||||
-rw-r--r-- | gcc/jit/docs/cp/intro/tutorial04.rst | 2 | ||||
-rw-r--r-- | gcc/jit/docs/cp/topics/compilation.rst | 2 | ||||
-rw-r--r-- | gcc/jit/docs/cp/topics/contexts.rst | 2 | ||||
-rw-r--r-- | gcc/jit/docs/cp/topics/expressions.rst | 2 | ||||
-rw-r--r-- | gcc/jit/docs/cp/topics/functions.rst | 2 | ||||
-rw-r--r-- | gcc/jit/docs/cp/topics/index.rst | 2 | ||||
-rw-r--r-- | gcc/jit/docs/cp/topics/locations.rst | 2 | ||||
-rw-r--r-- | gcc/jit/docs/cp/topics/objects.rst | 2 | ||||
-rw-r--r-- | gcc/jit/docs/cp/topics/types.rst | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/gcc/jit/docs/cp/index.rst b/gcc/jit/docs/cp/index.rst index 99667927a90..44bf28d1302 100644 --- a/gcc/jit/docs/cp/index.rst +++ b/gcc/jit/docs/cp/index.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2016 Free Software Foundation, Inc. +.. Copyright (C) 2014-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/cp/intro/index.rst b/gcc/jit/docs/cp/intro/index.rst index fcbc10fcc7d..dfcbe0bfa58 100644 --- a/gcc/jit/docs/cp/intro/index.rst +++ b/gcc/jit/docs/cp/intro/index.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2016 Free Software Foundation, Inc. +.. Copyright (C) 2014-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/cp/intro/tutorial01.rst b/gcc/jit/docs/cp/intro/tutorial01.rst index 287724960f6..74ac7750372 100644 --- a/gcc/jit/docs/cp/intro/tutorial01.rst +++ b/gcc/jit/docs/cp/intro/tutorial01.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2016 Free Software Foundation, Inc. +.. Copyright (C) 2014-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/cp/intro/tutorial02.rst b/gcc/jit/docs/cp/intro/tutorial02.rst index 0b9818f34e0..f13b17e6b21 100644 --- a/gcc/jit/docs/cp/intro/tutorial02.rst +++ b/gcc/jit/docs/cp/intro/tutorial02.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2016 Free Software Foundation, Inc. +.. Copyright (C) 2014-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/cp/intro/tutorial03.rst b/gcc/jit/docs/cp/intro/tutorial03.rst index f02378c2f82..84151cacbac 100644 --- a/gcc/jit/docs/cp/intro/tutorial03.rst +++ b/gcc/jit/docs/cp/intro/tutorial03.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2016 Free Software Foundation, Inc. +.. Copyright (C) 2014-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/cp/intro/tutorial04.rst b/gcc/jit/docs/cp/intro/tutorial04.rst index 443180c1472..35f90b8b3d7 100644 --- a/gcc/jit/docs/cp/intro/tutorial04.rst +++ b/gcc/jit/docs/cp/intro/tutorial04.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2016 Free Software Foundation, Inc. +.. Copyright (C) 2014-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/cp/topics/compilation.rst b/gcc/jit/docs/cp/topics/compilation.rst index ea5da0e937d..6cd08e6cd8c 100644 --- a/gcc/jit/docs/cp/topics/compilation.rst +++ b/gcc/jit/docs/cp/topics/compilation.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2016 Free Software Foundation, Inc. +.. Copyright (C) 2014-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/cp/topics/contexts.rst b/gcc/jit/docs/cp/topics/contexts.rst index aa52537bf42..6dd35f622cf 100644 --- a/gcc/jit/docs/cp/topics/contexts.rst +++ b/gcc/jit/docs/cp/topics/contexts.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2016 Free Software Foundation, Inc. +.. Copyright (C) 2014-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/cp/topics/expressions.rst b/gcc/jit/docs/cp/topics/expressions.rst index 9d6103207bb..2f317fff0c3 100644 --- a/gcc/jit/docs/cp/topics/expressions.rst +++ b/gcc/jit/docs/cp/topics/expressions.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2016 Free Software Foundation, Inc. +.. Copyright (C) 2014-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/cp/topics/functions.rst b/gcc/jit/docs/cp/topics/functions.rst index 02000a728bf..d70deaf2a47 100644 --- a/gcc/jit/docs/cp/topics/functions.rst +++ b/gcc/jit/docs/cp/topics/functions.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2016 Free Software Foundation, Inc. +.. Copyright (C) 2014-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/cp/topics/index.rst b/gcc/jit/docs/cp/topics/index.rst index 5605e1172a8..2c5afe12004 100644 --- a/gcc/jit/docs/cp/topics/index.rst +++ b/gcc/jit/docs/cp/topics/index.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2016 Free Software Foundation, Inc. +.. Copyright (C) 2014-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/cp/topics/locations.rst b/gcc/jit/docs/cp/topics/locations.rst index 88ceb244289..e1b6e63fbab 100644 --- a/gcc/jit/docs/cp/topics/locations.rst +++ b/gcc/jit/docs/cp/topics/locations.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2016 Free Software Foundation, Inc. +.. Copyright (C) 2014-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/cp/topics/objects.rst b/gcc/jit/docs/cp/topics/objects.rst index 2e1ae98b77c..376305b49f2 100644 --- a/gcc/jit/docs/cp/topics/objects.rst +++ b/gcc/jit/docs/cp/topics/objects.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2016 Free Software Foundation, Inc. +.. Copyright (C) 2014-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it diff --git a/gcc/jit/docs/cp/topics/types.rst b/gcc/jit/docs/cp/topics/types.rst index 96c9bf475d7..453f1d397c7 100644 --- a/gcc/jit/docs/cp/topics/types.rst +++ b/gcc/jit/docs/cp/topics/types.rst @@ -1,4 +1,4 @@ -.. Copyright (C) 2014-2016 Free Software Foundation, Inc. +.. Copyright (C) 2014-2017 Free Software Foundation, Inc. Originally contributed by David Malcolm <dmalcolm@redhat.com> This is free software: you can redistribute it and/or modify it |