Update copyright years in libgfortran/

From-SVN: r206296
This commit is contained in:
Richard Sandiford 2014-01-02 22:25:45 +00:00
parent ac1dca3cab
commit f0bcf62899
669 changed files with 673 additions and 669 deletions

View file

@ -1,3 +1,7 @@
2014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
Update copyright years
2013-12-18 Steven G. Kargl <kargl@gcc.gnu.org> 2013-12-18 Steven G. Kargl <kargl@gcc.gnu.org>
* io/read.c (read_f): Convert assert to runtime error. * io/read.c (read_f): Convert assert to runtime error.
@ -397,7 +401,7 @@
(read_character): Likewise. (read_character): Likewise.
(read_complex): Likewise. (read_complex): Likewise.
Copyright (C) 2013 Free Software Foundation, Inc. Copyright (C) 2013-2014 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification, Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright are permitted in any medium without royalty provided the copyright

View file

@ -1,5 +1,5 @@
/* Declarations of various C99 functions /* Declarations of various C99 functions
Copyright (C) 2004-2013 Free Software Foundation, Inc. Copyright (C) 2004-2014 Free Software Foundation, Inc.
This file is part of the GNU Fortran 95 runtime library (libgfortran). This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,5 +1,5 @@
/* Common declarations for all of GNU Fortran libcaf implementations. /* Common declarations for all of GNU Fortran libcaf implementations.
Copyright (C) 2011-2013 Free Software Foundation, Inc. Copyright (C) 2011-2014 Free Software Foundation, Inc.
Contributed by Tobias Burnus <burnus@net-b.de> Contributed by Tobias Burnus <burnus@net-b.de>
This file is part of the GNU Fortran Coarray Runtime Library (libcaf). This file is part of the GNU Fortran Coarray Runtime Library (libcaf).

View file

@ -1,5 +1,5 @@
/* MPI implementation of GNU Fortran Coarray Library /* MPI implementation of GNU Fortran Coarray Library
Copyright (C) 2011-2013 Free Software Foundation, Inc. Copyright (C) 2011-2014 Free Software Foundation, Inc.
Contributed by Tobias Burnus <burnus@net-b.de> Contributed by Tobias Burnus <burnus@net-b.de>
This file is part of the GNU Fortran Coarray Runtime Library (libcaf). This file is part of the GNU Fortran Coarray Runtime Library (libcaf).

View file

@ -1,5 +1,5 @@
/* Single-image implementation of GNU Fortran Coarray Library /* Single-image implementation of GNU Fortran Coarray Library
Copyright (C) 2011-2013 Free Software Foundation, Inc. Copyright (C) 2011-2014 Free Software Foundation, Inc.
Contributed by Tobias Burnus <burnus@net-b.de> Contributed by Tobias Burnus <burnus@net-b.de>
This file is part of the GNU Fortran Coarray Runtime Library (libcaf). This file is part of the GNU Fortran Coarray Runtime Library (libcaf).

View file

@ -1,5 +1,5 @@
/* FPU-related code for x86 and x86_64 processors. /* FPU-related code for x86 and x86_64 processors.
Copyright (C) 2005-2013 Free Software Foundation, Inc. Copyright (C) 2005-2014 Free Software Foundation, Inc.
Contributed by Francois-Xavier Coudert <coudert@clipper.ens.fr> Contributed by Francois-Xavier Coudert <coudert@clipper.ens.fr>
This file is part of the GNU Fortran 95 runtime library (libgfortran). This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,5 +1,5 @@
/* AIX FPU-related code. /* AIX FPU-related code.
Copyright (C) 2005-2013 Free Software Foundation, Inc. Copyright (C) 2005-2014 Free Software Foundation, Inc.
Contributed by Francois-Xavier Coudert <coudert@clipper.ens.fr> Contributed by Francois-Xavier Coudert <coudert@clipper.ens.fr>
This file is part of the GNU Fortran runtime library (libgfortran). This file is part of the GNU Fortran runtime library (libgfortran).

View file

@ -1,5 +1,5 @@
/* Fallback FPU-related code (for systems not otherwise supported). /* Fallback FPU-related code (for systems not otherwise supported).
Copyright (C) 2005-2013 Free Software Foundation, Inc. Copyright (C) 2005-2014 Free Software Foundation, Inc.
Contributed by Francois-Xavier Coudert <coudert@clipper.ens.fr> Contributed by Francois-Xavier Coudert <coudert@clipper.ens.fr>
This file is part of the GNU Fortran runtime library (libgfortran). This file is part of the GNU Fortran runtime library (libgfortran).

View file

@ -1,5 +1,5 @@
/* FPU-related code for systems with GNU libc. /* FPU-related code for systems with GNU libc.
Copyright (C) 2005-2013 Free Software Foundation, Inc. Copyright (C) 2005-2014 Free Software Foundation, Inc.
Contributed by Francois-Xavier Coudert <coudert@clipper.ens.fr> Contributed by Francois-Xavier Coudert <coudert@clipper.ens.fr>
This file is part of the GNU Fortran runtime library (libgfortran). This file is part of the GNU Fortran runtime library (libgfortran).

View file

@ -1,5 +1,5 @@
/* SysV FPU-related code (for systems not otherwise supported). /* SysV FPU-related code (for systems not otherwise supported).
Copyright (C) 2005-2013 Free Software Foundation, Inc. Copyright (C) 2005-2014 Free Software Foundation, Inc.
Contributed by Francois-Xavier Coudert <coudert@clipper.ens.fr> Contributed by Francois-Xavier Coudert <coudert@clipper.ens.fr>
This file is part of the GNU Fortran runtime library (libgfortran). This file is part of the GNU Fortran runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

View file

@ -1,4 +1,4 @@
! Copyright (C) 2002-2013 Free Software Foundation, Inc. ! Copyright (C) 2002-2014 Free Software Foundation, Inc.
! Contributed by Paul Brook <paul@nowt.org> ! Contributed by Paul Brook <paul@nowt.org>
! !
!This file is part of the GNU Fortran 95 runtime library (libgfortran). !This file is part of the GNU Fortran 95 runtime library (libgfortran).

Some files were not shown because too many files have changed in this diff Show more