Changeset 693


Ignore:
Timestamp:
Sep 11, 2008, 10:42:56 PM (15 years ago)
Author:
Jari Häkkinen
Message:

Fixes #339. Change to GPLv3.

Location:
trunk
Files:
93 edited

Legend:

Unmodified
Added
Removed
  • trunk/AUTHORS

    r687 r693  
    1111svndigest is free software; you can redistribute it and/or modify it
    1212under the terms of the GNU General Public License as published by the
    13 Free Software Foundation; either version 2 of the License, or (at your
     13Free Software Foundation; either version 3 of the License, or (at your
    1414option) any later version.
    1515
     
    2020
    2121You should have received a copy of the GNU General Public License
    22 along with this program; if not, write to the Free Software
    23 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
    24 USA.
     22along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2523
    2624
  • trunk/ChangeLog

    r687 r693  
    1010svndigest is free software; you can redistribute it and/or modify it
    1111under the terms of the GNU General Public License as published by the
    12 Free Software Foundation; either version 2 of the License, or (at your
     12Free Software Foundation; either version 3 of the License, or (at your
    1313option) any later version.
    1414
     
    1919
    2020You should have received a copy of the GNU General Public License
    21 along with this program; if not, write to the Free Software
    22 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
    23 USA.
     21along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2422}}}
    2523----------------------------------------------------------------------
  • trunk/Makefile.am

    r687 r693  
    1010# svndigest is free software; you can redistribute it and/or modify it
    1111# under the terms of the GNU General Public License as published by
    12 # the Free Software Foundation; either version 2 of the License, or
     12# the Free Software Foundation; either version 3 of the License, or
    1313# (at your option) any later version.
    1414#
     
    1919#
    2020# You should have received a copy of the GNU General Public License
    21 # along with this program; if not, write to the Free Software
    22 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    23 # 02111-1307, USA.
     21# along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2422
    2523SUBDIRS = lib bin test
  • trunk/NEWS

    r687 r693  
    44
    55Version 0.7 (released DATE)
     6  - Upgraded to GLPv3 (ticket:339)
    67  - configure option --enable-staticbin is removed (ticket:340)
    78  - configure option --enable-wctests is removed (ticket:295)
     
    100101svndigest is free software; you can redistribute it and/or modify it
    101102under the terms of the GNU General Public License as published by the
    102 Free Software Foundation; either version 2 of the License, or (at your
     103Free Software Foundation; either version 3 of the License, or (at your
    103104option) any later version.
    104105
     
    109110
    110111You should have received a copy of the GNU General Public License
    111 along with this program; if not, write to the Free Software
    112 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
     112along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    113113USA.
    114114}}}
  • trunk/README

    r687 r693  
    122122svndigest is free software; you can redistribute it and/or modify it
    123123under the terms of the GNU General Public License as published by the
    124 Free Software Foundation; either version 2 of the License, or (at your
     124Free Software Foundation; either version 3 of the License, or (at your
    125125option) any later version.
    126126
     
    131131
    132132You should have received a copy of the GNU General Public License
    133 along with this program; if not, write to the Free Software
    134 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
    135 USA.
     133along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    136134}}}
    137 
    138 
  • trunk/README.developer

    r687 r693  
    134134svndigest is free software; you can redistribute it and/or modify it
    135135under the terms of the GNU General Public License as published by the
    136 Free Software Foundation; either version 2 of the License, or (at your
     136Free Software Foundation; either version 3 of the License, or (at your
    137137option) any later version.
    138138
     
    143143
    144144You should have received a copy of the GNU General Public License
    145 along with this program; if not, write to the Free Software
    146 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
    147 USA.
    148 
     145along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    149146}}}
  • trunk/THANKS

    r687 r693  
    3939svndigest is free software; you can redistribute it and/or modify it
    4040under the terms of the GNU General Public License as published by the
    41 Free Software Foundation; either version 2 of the License, or (at your
     41Free Software Foundation; either version 3 of the License, or (at your
    4242option) any later version.
    4343
     
    4848
    4949You should have received a copy of the GNU General Public License
    50 along with this program; if not, write to the Free Software
    51 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
    52 USA.
    53 
     50along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    5451}}}
    55 
  • trunk/bin/Makefile.am

    r687 r693  
    1212# svndigest is free software; you can redistribute it and/or modify it
    1313# under the terms of the GNU General Public License as published by
    14 # the Free Software Foundation; either version 2 of the License, or
     14# the Free Software Foundation; either version 3 of the License, or
    1515# (at your option) any later version.
    1616#
     
    2121#
    2222# You should have received a copy of the GNU General Public License
    23 # along with this program; if not, write to the Free Software
    24 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    25 # 02111-1307, USA.
     23# along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2624
    2725bin_PROGRAMS = svndigest
  • trunk/bin/Parameter.cc

    r687 r693  
    99  svndigest is free software; you can redistribute it and/or modify it
    1010  under the terms of the GNU General Public License as published by
    11   the Free Software Foundation; either version 2 of the License, or
     11  the Free Software Foundation; either version 3 of the License, or
    1212  (at your option) any later version.
    1313
     
    1818
    1919  You should have received a copy of the GNU General Public License
    20   along with this program; if not, write to the Free Software
    21   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    22   02111-1307, USA.
     20  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422
  • trunk/bin/Parameter.h

    r687 r693  
    1212  svndigest is free software; you can redistribute it and/or modify it
    1313  under the terms of the GNU General Public License as published by
    14   the Free Software Foundation; either version 2 of the License, or
     14  the Free Software Foundation; either version 3 of the License, or
    1515  (at your option) any later version.
    1616
     
    2121
    2222  You should have received a copy of the GNU General Public License
    23   along with this program; if not, write to the Free Software
    24   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    25   02111-1307, USA.
     23  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2624*/
    2725
  • trunk/bin/svndigest.cc

    r691 r693  
    99  svndigest is free software; you can redistribute it and/or modify it
    1010  under the terms of the GNU General Public License as published by
    11   the Free Software Foundation; either version 2 of the License, or
     11  the Free Software Foundation; either version 3 of the License, or
    1212  (at your option) any later version.
    1313
     
    1818
    1919  You should have received a copy of the GNU General Public License
    20   along with this program; if not, write to the Free Software
    21   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    22   02111-1307, USA.
     20  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422
  • trunk/bootstrap

    r687 r693  
    1414# svndigest is free software; you can redistribute it and/or modify it
    1515# under the terms of the GNU General Public License as published by
    16 # the Free Software Foundation; either version 2 of the License, or
     16# the Free Software Foundation; either version 3 of the License, or
    1717# (at your option) any later version.
    1818#
     
    2323#
    2424# You should have received a copy of the GNU General Public License
    25 # along with this program; if not, write to the Free Software
    26 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    27 # 02111-1307, USA.
     25# along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2826
    2927# Run this to generate all auto-generated files needed by the GNU
  • trunk/build_support/version.m4

    r674 r693  
    77# svndigest is free software; you can redistribute it and/or modify it
    88# under the terms of the GNU General Public License as published by
    9 # the Free Software Foundation; either version 2 of the License, or
     9# the Free Software Foundation; either version 3 of the License, or
    1010# (at your option) any later version.
    1111#
     
    1616#
    1717# You should have received a copy of the GNU General Public License
    18 # along with this program; if not, write to the Free Software
    19 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    20 # 02111-1307, USA.
     18# along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2119#
    2220
  • trunk/configure.ac

    r690 r693  
    1818# svndigest is free software; you can redistribute it and/or modify it
    1919# under the terms of the GNU General Public License as published by
    20 # the Free Software Foundation; either version 2 of the License, or
     20# the Free Software Foundation; either version 3 of the License, or
    2121# (at your option) any later version.
    2222#
     
    2727#
    2828# You should have received a copy of the GNU General Public License
    29 # along with this program; if not, write to the Free Software
    30 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    31 # 02111-1307, USA.
     29# along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    3230
    3331AC_PREREQ(2.60)
  • trunk/doc/readme.txt

    r687 r693  
    170170svndigest is free software; you can redistribute it and/or modify it
    171171under the terms of the GNU General Public License as published by the
    172 Free Software Foundation; either version 2 of the License, or (at your
     172Free Software Foundation; either version 3 of the License, or (at your
    173173option) any later version.
    174174
     
    179179
    180180You should have received a copy of the GNU General Public License
    181 along with this program; if not, write to the Free Software
    182 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
    183 USA.
     181along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    184182}}}
    185 
    186 
  • trunk/lib/AddStats.cc

    r687 r693  
    88  svndigest is free software; you can redistribute it and/or modify it
    99  under the terms of the GNU General Public License as published by
    10   the Free Software Foundation; either version 2 of the License, or
     10  the Free Software Foundation; either version 3 of the License, or
    1111  (at your option) any later version.
    1212
     
    1717
    1818  You should have received a copy of the GNU General Public License
    19   along with this program; if not, write to the Free Software
    20   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    21   02111-1307, USA.
     19  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2220*/
    2321
  • trunk/lib/AddStats.h

    r687 r693  
    1111  svndigest is free software; you can redistribute it and/or modify it
    1212  under the terms of the GNU General Public License as published by
    13   the Free Software Foundation; either version 2 of the License, or
     13  the Free Software Foundation; either version 3 of the License, or
    1414  (at your option) any later version.
    1515
     
    2020
    2121  You should have received a copy of the GNU General Public License
    22   along with this program; if not, write to the Free Software
    23   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    24   02111-1307, USA.
     22  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2523*/
    2624
  • trunk/lib/Alias.cc

    r687 r693  
    88  svndigest is free software; you can redistribute it and/or modify it
    99  under the terms of the GNU General Public License as published by
    10   the Free Software Foundation; either version 2 of the License, or
     10  the Free Software Foundation; either version 3 of the License, or
    1111  (at your option) any later version.
    1212
     
    1717
    1818  You should have received a copy of the GNU General Public License
    19   along with this program; if not, write to the Free Software
    20   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    21   02111-1307, USA.
     19  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2220*/
    2321
  • trunk/lib/Alias.h

    r687 r693  
    1111  svndigest is free software; you can redistribute it and/or modify it
    1212  under the terms of the GNU General Public License as published by
    13   the Free Software Foundation; either version 2 of the License, or
     13  the Free Software Foundation; either version 3 of the License, or
    1414  (at your option) any later version.
    1515
     
    2020
    2121  You should have received a copy of the GNU General Public License
    22   along with this program; if not, write to the Free Software
    23   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    24   02111-1307, USA.
     22  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2523*/
    2624
  • trunk/lib/BlameStats.cc

    r687 r693  
    99  svndigest is free software; you can redistribute it and/or modify it
    1010  under the terms of the GNU General Public License as published by
    11   the Free Software Foundation; either version 2 of the License, or
     11  the Free Software Foundation; either version 3 of the License, or
    1212  (at your option) any later version.
    1313
     
    1818
    1919  You should have received a copy of the GNU General Public License
    20   along with this program; if not, write to the Free Software
    21   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    22   02111-1307, USA.
     20  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422
  • trunk/lib/BlameStats.h

    r687 r693  
    1313  svndigest is free software; you can redistribute it and/or modify it
    1414  under the terms of the GNU General Public License as published by
    15   the Free Software Foundation; either version 2 of the License, or
     15  the Free Software Foundation; either version 3 of the License, or
    1616  (at your option) any later version.
    1717
     
    2222
    2323  You should have received a copy of the GNU General Public License
    24   along with this program; if not, write to the Free Software
    25   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    26   02111-1307, USA.
     24  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2725*/
    2826
  • trunk/lib/ClassicStats.cc

    r687 r693  
    99  svndigest is free software; you can redistribute it and/or modify it
    1010  under the terms of the GNU General Public License as published by
    11   the Free Software Foundation; either version 2 of the License, or
     11  the Free Software Foundation; either version 3 of the License, or
    1212  (at your option) any later version.
    1313
     
    1818
    1919  You should have received a copy of the GNU General Public License
    20   along with this program; if not, write to the Free Software
    21   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    22   02111-1307, USA.
     20  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422
  • trunk/lib/ClassicStats.h

    r687 r693  
    1313  svndigest is free software; you can redistribute it and/or modify it
    1414  under the terms of the GNU General Public License as published by
    15   the Free Software Foundation; either version 2 of the License, or
     15  the Free Software Foundation; either version 3 of the License, or
    1616  (at your option) any later version.
    1717
     
    2222
    2323  You should have received a copy of the GNU General Public License
    24   along with this program; if not, write to the Free Software
    25   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    26   02111-1307, USA.
     24  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2725*/
    2826
  • trunk/lib/ColumnStream.cc

    r687 r693  
    88  svndigest is free software; you can redistribute it and/or modify it
    99  under the terms of the GNU General Public License as published by
    10   the Free Software Foundation; either version 2 of the License, or
     10  the Free Software Foundation; either version 3 of the License, or
    1111  (at your option) any later version.
    1212
     
    1717
    1818  You should have received a copy of the GNU General Public License
    19   along with this program; if not, write to the Free Software
    20   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    21   02111-1307, USA.
     19  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2220*/
    2321
  • trunk/lib/ColumnStream.h

    r687 r693  
    1212  svndigest is free software; you can redistribute it and/or modify it
    1313  under the terms of the GNU General Public License as published by
    14   the Free Software Foundation; either version 2 of the License, or
     14  the Free Software Foundation; either version 3 of the License, or
    1515  (at your option) any later version.
    1616
     
    2121
    2222  You should have received a copy of the GNU General Public License
    23   along with this program; if not, write to the Free Software
    24   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    25   02111-1307, USA.
     23  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2624*/
    2725
  • trunk/lib/Commitment.cc

    r687 r693  
    88  svndigest is free software; you can redistribute it and/or modify it
    99  under the terms of the GNU General Public License as published by
    10   the Free Software Foundation; either version 2 of the License, or
     10  the Free Software Foundation; either version 3 of the License, or
    1111  (at your option) any later version.
    1212
     
    1717
    1818  You should have received a copy of the GNU General Public License
    19   along with this program; if not, write to the Free Software
    20   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    21   02111-1307, USA.
     19  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2220*/
    2321
  • trunk/lib/Commitment.h

    r687 r693  
    1111  svndigest is free software; you can redistribute it and/or modify it
    1212  under the terms of the GNU General Public License as published by
    13   the Free Software Foundation; either version 2 of the License, or
     13  the Free Software Foundation; either version 3 of the License, or
    1414  (at your option) any later version.
    1515
     
    2020
    2121  You should have received a copy of the GNU General Public License
    22   along with this program; if not, write to the Free Software
    23   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    24   02111-1307, USA.
     22  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2523*/
    2624
  • trunk/lib/Configuration.cc

    r687 r693  
    88  svndigest is free software; you can redistribute it and/or modify it
    99  under the terms of the GNU General Public License as published by
    10   the Free Software Foundation; either version 2 of the License, or
     10  the Free Software Foundation; either version 3 of the License, or
    1111  (at your option) any later version.
    1212
     
    1717
    1818  You should have received a copy of the GNU General Public License
    19   along with this program; if not, write to the Free Software
    20   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    21   02111-1307, USA.
     19  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2220*/
    2321
  • trunk/lib/Configuration.h

    r687 r693  
    1111  svndigest is free software; you can redistribute it and/or modify it
    1212  under the terms of the GNU General Public License as published by
    13   the Free Software Foundation; either version 2 of the License, or
     13  the Free Software Foundation; either version 3 of the License, or
    1414  (at your option) any later version.
    1515
     
    2020
    2121  You should have received a copy of the GNU General Public License
    22   along with this program; if not, write to the Free Software
    23   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    24   02111-1307, USA.
     22  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2523*/
    2624
  • trunk/lib/Date.cc

    r687 r693  
    99  svndigest is free software; you can redistribute it and/or modify it
    1010  under the terms of the GNU General Public License as published by
    11   the Free Software Foundation; either version 2 of the License, or
     11  the Free Software Foundation; either version 3 of the License, or
    1212  (at your option) any later version.
    1313
     
    1818
    1919  You should have received a copy of the GNU General Public License
    20   along with this program; if not, write to the Free Software
    21   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    22   02111-1307, USA.
     20  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422
  • trunk/lib/Date.h

    r687 r693  
    1111  svndigest is free software; you can redistribute it and/or modify it
    1212  under the terms of the GNU General Public License as published by
    13   the Free Software Foundation; either version 2 of the License, or
     13  the Free Software Foundation; either version 3 of the License, or
    1414  (at your option) any later version.
    1515
     
    2020
    2121  You should have received a copy of the GNU General Public License
    22   along with this program; if not, write to the Free Software
    23   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    24   02111-1307, USA.
     22  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2523*/
    2624
  • trunk/lib/Directory.cc

    r687 r693  
    88  svndigest is free software; you can redistribute it and/or modify it
    99  under the terms of the GNU General Public License as published by
    10   the Free Software Foundation; either version 2 of the License, or
     10  the Free Software Foundation; either version 3 of the License, or
    1111  (at your option) any later version.
    1212
     
    1717
    1818  You should have received a copy of the GNU General Public License
    19   along with this program; if not, write to the Free Software
    20   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    21   02111-1307, USA.
     19  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2220*/
    2321
  • trunk/lib/Directory.h

    r687 r693  
    1111  svndigest is free software; you can redistribute it and/or modify it
    1212  under the terms of the GNU General Public License as published by
    13   the Free Software Foundation; either version 2 of the License, or
     13  the Free Software Foundation; either version 3 of the License, or
    1414  (at your option) any later version.
    1515
     
    2020
    2121  You should have received a copy of the GNU General Public License
    22   along with this program; if not, write to the Free Software
    23   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    24   02111-1307, USA.
     22  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2523*/
    2624
  • trunk/lib/File.cc

    r687 r693  
    88  svndigest is free software; you can redistribute it and/or modify it
    99  under the terms of the GNU General Public License as published by
    10   the Free Software Foundation; either version 2 of the License, or
     10  the Free Software Foundation; either version 3 of the License, or
    1111  (at your option) any later version.
    1212
     
    1717
    1818  You should have received a copy of the GNU General Public License
    19   along with this program; if not, write to the Free Software
    20   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    21   02111-1307, USA.
     19  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2220*/
    2321
  • trunk/lib/File.h

    r687 r693  
    1111  svndigest is free software; you can redistribute it and/or modify it
    1212  under the terms of the GNU General Public License as published by
    13   the Free Software Foundation; either version 2 of the License, or
     13  the Free Software Foundation; either version 3 of the License, or
    1414  (at your option) any later version.
    1515
     
    2020
    2121  You should have received a copy of the GNU General Public License
    22   along with this program; if not, write to the Free Software
    23   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    24   02111-1307, USA.
     22  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2523*/
    2624
  • trunk/lib/Functor.cc

    r687 r693  
    88  svndigest is free software; you can redistribute it and/or modify it
    99  under the terms of the GNU General Public License as published by
    10   the Free Software Foundation; either version 2 of the License, or
     10  the Free Software Foundation; either version 3 of the License, or
    1111  (at your option) any later version.
    1212
     
    1717
    1818  You should have received a copy of the GNU General Public License
    19   along with this program; if not, write to the Free Software
    20   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    21   02111-1307, USA.
     19  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2220*/
    2321
  • trunk/lib/Functor.h

    r687 r693  
    1111  svndigest is free software; you can redistribute it and/or modify it
    1212  under the terms of the GNU General Public License as published by
    13   the Free Software Foundation; either version 2 of the License, or
     13  the Free Software Foundation; either version 3 of the License, or
    1414  (at your option) any later version.
    1515
     
    2020
    2121  You should have received a copy of the GNU General Public License
    22   along with this program; if not, write to the Free Software
    23   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    24   02111-1307, USA.
     22  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2523*/
    2624
  • trunk/lib/Gnuplot.cc

    r687 r693  
    99  svndigest is free software; you can redistribute it and/or modify it
    1010  under the terms of the GNU General Public License as published by
    11   the Free Software Foundation; either version 2 of the License, or
     11  the Free Software Foundation; either version 3 of the License, or
    1212  (at your option) any later version.
    1313
     
    1818
    1919  You should have received a copy of the GNU General Public License
    20   along with this program; if not, write to the Free Software
    21   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    22   02111-1307, USA.
     20  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422
  • trunk/lib/Gnuplot.h

    r687 r693  
    1111  svndigest is free software; you can redistribute it and/or modify it
    1212  under the terms of the GNU General Public License as published by
    13   the Free Software Foundation; either version 2 of the License, or
     13  the Free Software Foundation; either version 3 of the License, or
    1414  (at your option) any later version.
    1515
     
    2020
    2121  You should have received a copy of the GNU General Public License
    22   along with this program; if not, write to the Free Software
    23   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    24   02111-1307, USA.
     22  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2523*/
    2624
  • trunk/lib/GnuplotFE.cc

    r687 r693  
    1010  svndigest is free software; you can redistribute it and/or modify it
    1111  under the terms of the GNU General Public License as published by
    12   the Free Software Foundation; either version 2 of the License, or
     12  the Free Software Foundation; either version 3 of the License, or
    1313  (at your option) any later version.
    1414
     
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    23   02111-1307, USA.
     21  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523
  • trunk/lib/GnuplotFE.h

    r687 r693  
    1313  svndigest is free software; you can redistribute it and/or modify it
    1414  under the terms of the GNU General Public License as published by
    15   the Free Software Foundation; either version 2 of the License, or
     15  the Free Software Foundation; either version 3 of the License, or
    1616  (at your option) any later version.
    1717
     
    2222
    2323  You should have received a copy of the GNU General Public License
    24   along with this program; if not, write to the Free Software
    25   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    26   02111-1307, USA.
     24  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2725*/
    2826
  • trunk/lib/HtmlBuf.cc

    r687 r693  
    99  svndigest is free software; you can redistribute it and/or modify it
    1010  under the terms of the GNU General Public License as published by
    11   the Free Software Foundation; either version 2 of the License, or
     11  the Free Software Foundation; either version 3 of the License, or
    1212  (at your option) any later version.
    1313
     
    1818
    1919  You should have received a copy of the GNU General Public License
    20   along with this program; if not, write to the Free Software
    21   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    22   02111-1307, USA.
     20  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422
  • trunk/lib/HtmlBuf.h

    r687 r693  
    1111  svndigest is free software; you can redistribute it and/or modify it
    1212  under the terms of the GNU General Public License as published by
    13   the Free Software Foundation; either version 2 of the License, or
     13  the Free Software Foundation; either version 3 of the License, or
    1414  (at your option) any later version.
    1515
     
    2020
    2121  You should have received a copy of the GNU General Public License
    22   along with this program; if not, write to the Free Software
    23   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    24   02111-1307, USA.
     22  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2523*/
    2624
  • trunk/lib/HtmlStream.cc

    r687 r693  
    88  svndigest is free software; you can redistribute it and/or modify it
    99  under the terms of the GNU General Public License as published by
    10   the Free Software Foundation; either version 2 of the License, or
     10  the Free Software Foundation; either version 3 of the License, or
    1111  (at your option) any later version.
    1212
     
    1717
    1818  You should have received a copy of the GNU General Public License
    19   along with this program; if not, write to the Free Software
    20   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    21   02111-1307, USA.
     19  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2220*/
    2321
  • trunk/lib/HtmlStream.h

    r687 r693  
    1111  svndigest is free software; you can redistribute it and/or modify it
    1212  under the terms of the GNU General Public License as published by
    13   the Free Software Foundation; either version 2 of the License, or
     13  the Free Software Foundation; either version 3 of the License, or
    1414  (at your option) any later version.
    1515
     
    2020
    2121  You should have received a copy of the GNU General Public License
    22   along with this program; if not, write to the Free Software
    23   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    24   02111-1307, USA.
     22  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2523*/
    2624
  • trunk/lib/LineTypeParser.cc

    r687 r693  
    88  svndigest is free software; you can redistribute it and/or modify it
    99  under the terms of the GNU General Public License as published by
    10   the Free Software Foundation; either version 2 of the License, or
     10  the Free Software Foundation; either version 3 of the License, or
    1111  (at your option) any later version.
    1212
     
    1717
    1818  You should have received a copy of the GNU General Public License
    19   along with this program; if not, write to the Free Software
    20   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    21   02111-1307, USA.
     19  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2220*/
    2321
  • trunk/lib/LineTypeParser.h

    r687 r693  
    1212  svndigest is free software; you can redistribute it and/or modify it
    1313  under the terms of the GNU General Public License as published by
    14   the Free Software Foundation; either version 2 of the License, or
     14  the Free Software Foundation; either version 3 of the License, or
    1515  (at your option) any later version.
    1616
     
    2121
    2222  You should have received a copy of the GNU General Public License
    23   along with this program; if not, write to the Free Software
    24   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    25   02111-1307, USA.
     23  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2624*/
    2725
  • trunk/lib/Makefile.am

    r687 r693  
    1212# svndigest is free software; you can redistribute it and/or modify it
    1313# under the terms of the GNU General Public License as published by
    14 # the Free Software Foundation; either version 2 of the License, or
     14# the Free Software Foundation; either version 3 of the License, or
    1515# (at your option) any later version.
    1616#
     
    2121#
    2222# You should have received a copy of the GNU General Public License
    23 # along with this program; if not, write to the Free Software
    24 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    25 # 02111-1307, USA.
     23# along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2624
    2725AM_CPPFLAGS = $(SVNDIGEST_CPPFLAGS)
  • trunk/lib/Node.cc

    r687 r693  
    88  svndigest is free software; you can redistribute it and/or modify it
    99  under the terms of the GNU General Public License as published by
    10   the Free Software Foundation; either version 2 of the License, or
     10  the Free Software Foundation; either version 3 of the License, or
    1111  (at your option) any later version.
    1212
     
    1717
    1818  You should have received a copy of the GNU General Public License
    19   along with this program; if not, write to the Free Software
    20   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    21   02111-1307, USA.
     19  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2220*/
    2321
  • trunk/lib/Node.h

    r687 r693  
    1111  svndigest is free software; you can redistribute it and/or modify it
    1212  under the terms of the GNU General Public License as published by
    13   the Free Software Foundation; either version 2 of the License, or
     13  the Free Software Foundation; either version 3 of the License, or
    1414  (at your option) any later version.
    1515
     
    2020
    2121  You should have received a copy of the GNU General Public License
    22   along with this program; if not, write to the Free Software
    23   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    24   02111-1307, USA.
     22  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2523*/
    2624
  • trunk/lib/Option.h

    r687 r693  
    1111  svndigest is free software; you can redistribute it and/or modify it
    1212  under the terms of the GNU General Public License as published by
    13   the Free Software Foundation; either version 2 of the License, or
     13  the Free Software Foundation; either version 3 of the License, or
    1414  (at your option) any later version.
    1515
     
    2020
    2121  You should have received a copy of the GNU General Public License
    22   along with this program; if not, write to the Free Software
    23   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    24   02111-1307, USA.
     22  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2523*/
    2624
  • trunk/lib/SVN.cc

    r687 r693  
    1010  svndigest is free software; you can redistribute it and/or modify it
    1111  under the terms of the GNU General Public License as published by
    12   the Free Software Foundation; either version 2 of the License, or
     12  the Free Software Foundation; either version 3 of the License, or
    1313  (at your option) any later version.
    1414
     
    1919
    2020  You should have received a copy of the GNU General Public License
    21   along with this program; if not, write to the Free Software
    22   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    23   02111-1307, USA.
     21  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2422*/
    2523
  • trunk/lib/SVN.h

    r687 r693  
    1313  svndigest is free software; you can redistribute it and/or modify it
    1414  under the terms of the GNU General Public License as published by
    15   the Free Software Foundation; either version 2 of the License, or
     15  the Free Software Foundation; either version 3 of the License, or
    1616  (at your option) any later version.
    1717
     
    2222
    2323  You should have received a copy of the GNU General Public License
    24   along with this program; if not, write to the Free Software
    25   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    26   02111-1307, USA.
     24  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2725*/
    2826
  • trunk/lib/SVNblame.cc

    r687 r693  
    99  svndigest is free software; you can redistribute it and/or modify it
    1010  under the terms of the GNU General Public License as published by
    11   the Free Software Foundation; either version 2 of the License, or
     11  the Free Software Foundation; either version 3 of the License, or
    1212  (at your option) any later version.
    1313
     
    1818
    1919  You should have received a copy of the GNU General Public License
    20   along with this program; if not, write to the Free Software
    21   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    22   02111-1307, USA.
     20  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422
  • trunk/lib/SVNblame.h

    r687 r693  
    1212  svndigest is free software; you can redistribute it and/or modify it
    1313  under the terms of the GNU General Public License as published by
    14   the Free Software Foundation; either version 2 of the License, or
     14  the Free Software Foundation; either version 3 of the License, or
    1515  (at your option) any later version.
    1616
     
    2121
    2222  You should have received a copy of the GNU General Public License
    23   along with this program; if not, write to the Free Software
    24   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    25   02111-1307, USA.
     23  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2624*/
    2725
  • trunk/lib/SVNinfo.cc

    r687 r693  
    99  svndigest is free software; you can redistribute it and/or modify it
    1010  under the terms of the GNU General Public License as published by
    11   the Free Software Foundation; either version 2 of the License, or
     11  the Free Software Foundation; either version 3 of the License, or
    1212  (at your option) any later version.
    1313
     
    1818
    1919  You should have received a copy of the GNU General Public License
    20   along with this program; if not, write to the Free Software
    21   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    22   02111-1307, USA.
     20  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422
  • trunk/lib/SVNinfo.h

    r687 r693  
    1212  svndigest is free software; you can redistribute it and/or modify it
    1313  under the terms of the GNU General Public License as published by
    14   the Free Software Foundation; either version 2 of the License, or
     14  the Free Software Foundation; either version 3 of the License, or
    1515  (at your option) any later version.
    1616
     
    2121
    2222  You should have received a copy of the GNU General Public License
    23   along with this program; if not, write to the Free Software
    24   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    25   02111-1307, USA.
     23  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2624*/
    2725
  • trunk/lib/SVNlog.cc

    r687 r693  
    88  svndigest is free software; you can redistribute it and/or modify it
    99  under the terms of the GNU General Public License as published by
    10   the Free Software Foundation; either version 2 of the License, or
     10  the Free Software Foundation; either version 3 of the License, or
    1111  (at your option) any later version.
    1212
     
    1717
    1818  You should have received a copy of the GNU General Public License
    19   along with this program; if not, write to the Free Software
    20   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    21   02111-1307, USA.
     19  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2220*/
    2321
  • trunk/lib/SVNlog.h

    r687 r693  
    1111  svndigest is free software; you can redistribute it and/or modify it
    1212  under the terms of the GNU General Public License as published by
    13   the Free Software Foundation; either version 2 of the License, or
     13  the Free Software Foundation; either version 3 of the License, or
    1414  (at your option) any later version.
    1515
     
    2020
    2121  You should have received a copy of the GNU General Public License
    22   along with this program; if not, write to the Free Software
    23   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    24   02111-1307, USA.
     22  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2523*/
    2624
  • trunk/lib/SVNproperty.cc

    r687 r693  
    88  svndigest is free software; you can redistribute it and/or modify it
    99  under the terms of the GNU General Public License as published by
    10   the Free Software Foundation; either version 2 of the License, or
     10  the Free Software Foundation; either version 3 of the License, or
    1111  (at your option) any later version.
    1212
     
    1717
    1818  You should have received a copy of the GNU General Public License
    19   along with this program; if not, write to the Free Software
    20   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    21   02111-1307, USA.
     19  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2220*/
    2321
  • trunk/lib/SVNproperty.h

    r687 r693  
    1111  svndigest is free software; you can redistribute it and/or modify it
    1212  under the terms of the GNU General Public License as published by
    13   the Free Software Foundation; either version 2 of the License, or
     13  the Free Software Foundation; either version 3 of the License, or
    1414  (at your option) any later version.
    1515
     
    2020
    2121  You should have received a copy of the GNU General Public License
    22   along with this program; if not, write to the Free Software
    23   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    24   02111-1307, USA.
     22  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2523*/
    2624
  • trunk/lib/Stats.cc

    r687 r693  
    99  svndigest is free software; you can redistribute it and/or modify it
    1010  under the terms of the GNU General Public License as published by
    11   the Free Software Foundation; either version 2 of the License, or
     11  the Free Software Foundation; either version 3 of the License, or
    1212  (at your option) any later version.
    1313
     
    1818
    1919  You should have received a copy of the GNU General Public License
    20   along with this program; if not, write to the Free Software
    21   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    22   02111-1307, USA.
     20  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422
  • trunk/lib/Stats.h

    r687 r693  
    1313  svndigest is free software; you can redistribute it and/or modify it
    1414  under the terms of the GNU General Public License as published by
    15   the Free Software Foundation; either version 2 of the License, or
     15  the Free Software Foundation; either version 3 of the License, or
    1616  (at your option) any later version.
    1717
     
    2222
    2323  You should have received a copy of the GNU General Public License
    24   along with this program; if not, write to the Free Software
    25   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    26   02111-1307, USA.
     24  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2725*/
    2826
  • trunk/lib/StatsCollection.cc

    r687 r693  
    88  svndigest is free software; you can redistribute it and/or modify it
    99  under the terms of the GNU General Public License as published by
    10   the Free Software Foundation; either version 2 of the License, or
     10  the Free Software Foundation; either version 3 of the License, or
    1111  (at your option) any later version.
    1212
     
    1717
    1818  You should have received a copy of the GNU General Public License
    19   along with this program; if not, write to the Free Software
    20   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    21   02111-1307, USA.
     19  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2220*/
    2321
  • trunk/lib/StatsCollection.h

    r687 r693  
    1313  svndigest is free software; you can redistribute it and/or modify it
    1414  under the terms of the GNU General Public License as published by
    15   the Free Software Foundation; either version 2 of the License, or
     15  the Free Software Foundation; either version 3 of the License, or
    1616  (at your option) any later version.
    1717
     
    2222
    2323  You should have received a copy of the GNU General Public License
    24   along with this program; if not, write to the Free Software
    25   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    26   02111-1307, USA.
     24  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2725*/
    2826
  • trunk/lib/Trac.cc

    r687 r693  
    88  svndigest is free software; you can redistribute it and/or modify it
    99  under the terms of the GNU General Public License as published by
    10   the Free Software Foundation; either version 2 of the License, or
     10  the Free Software Foundation; either version 3 of the License, or
    1111  (at your option) any later version.
    1212
     
    1717
    1818  You should have received a copy of the GNU General Public License
    19   along with this program; if not, write to the Free Software
    20   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    21   02111-1307, USA.
     19  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2220*/
    2321
  • trunk/lib/Trac.h

    r687 r693  
    1111  svndigest is free software; you can redistribute it and/or modify it
    1212  under the terms of the GNU General Public License as published by
    13   the Free Software Foundation; either version 2 of the License, or
     13  the Free Software Foundation; either version 3 of the License, or
    1414  (at your option) any later version.
    1515
     
    2020
    2121  You should have received a copy of the GNU General Public License
    22   along with this program; if not, write to the Free Software
    23   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    24   02111-1307, USA.
     22  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2523*/
    2624
  • trunk/lib/css.cc

    r687 r693  
    99  svndigest is free software; you can redistribute it and/or modify it
    1010  under the terms of the GNU General Public License as published by
    11   the Free Software Foundation; either version 2 of the License, or
     11  the Free Software Foundation; either version 3 of the License, or
    1212  (at your option) any later version.
    1313
     
    1818
    1919  You should have received a copy of the GNU General Public License
    20   along with this program; if not, write to the Free Software
    21   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    22   02111-1307, USA.
     20  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422
     
    4543      << "modify it\n"
    4644      << "under the terms of the GNU General Public License as published by\n"
    47       << "the Free Software Foundation; either version 2 of the License, or\n"
     45      << "the Free Software Foundation; either version 3 of the License, or\n"
    4846      << "(at your option) any later version.\n\n"
    4947
     
    5452
    5553      << "You should have received a copy of the GNU General Public License\n"
    56       << "along with this program; if not, write to the Free Software\n"
    57       << "Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA\n"
    58       << "02111-1307, USA.\n\n"
     54      << "along with svndigest. If not, see <http://www.gnu.org/licenses/>.\n"
    5955
    6056      << "This file was initially inspired by the cascading style sheet\n"
  • trunk/lib/css.h

    r687 r693  
    1111  svndigest is free software; you can redistribute it and/or modify it
    1212  under the terms of the GNU General Public License as published by
    13   the Free Software Foundation; either version 2 of the License, or
     13  the Free Software Foundation; either version 3 of the License, or
    1414  (at your option) any later version.
    1515
     
    2020
    2121  You should have received a copy of the GNU General Public License
    22   along with this program; if not, write to the Free Software
    23   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    24   02111-1307, USA.
     22  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2523*/
    2624
  • trunk/lib/first_page.cc

    r687 r693  
    99  svndigest is free software; you can redistribute it and/or modify it
    1010  under the terms of the GNU General Public License as published by
    11   the Free Software Foundation; either version 2 of the License, or
     11  the Free Software Foundation; either version 3 of the License, or
    1212  (at your option) any later version.
    1313
     
    1818
    1919  You should have received a copy of the GNU General Public License
    20   along with this program; if not, write to the Free Software
    21   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    22   02111-1307, USA.
     20  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422
  • trunk/lib/first_page.h

    r687 r693  
    1111  svndigest is free software; you can redistribute it and/or modify it
    1212  under the terms of the GNU General Public License as published by
    13   the Free Software Foundation; either version 2 of the License, or
     13  the Free Software Foundation; either version 3 of the License, or
    1414  (at your option) any later version.
    1515
     
    2020
    2121  You should have received a copy of the GNU General Public License
    22   along with this program; if not, write to the Free Software
    23   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    24   02111-1307, USA.
     22  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2523*/
    2624
  • trunk/lib/html_utility.cc

    r687 r693  
    99  svndigest is free software; you can redistribute it and/or modify it
    1010  under the terms of the GNU General Public License as published by
    11   the Free Software Foundation; either version 2 of the License, or
     11  the Free Software Foundation; either version 3 of the License, or
    1212  (at your option) any later version.
    1313
     
    1818
    1919  You should have received a copy of the GNU General Public License
    20   along with this program; if not, write to the Free Software
    21   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    22   02111-1307, USA.
     20  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422
  • trunk/lib/html_utility.h

    r687 r693  
    1313  svndigest is free software; you can redistribute it and/or modify it
    1414  under the terms of the GNU General Public License as published by
    15   the Free Software Foundation; either version 2 of the License, or
     15  the Free Software Foundation; either version 3 of the License, or
    1616  (at your option) any later version.
    1717
     
    2222
    2323  You should have received a copy of the GNU General Public License
    24   along with this program; if not, write to the Free Software
    25   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    26   02111-1307, USA.
     24  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2725*/
    2826
  • trunk/lib/rmdirhier.cc

    r687 r693  
    99  svndigest is free software; you can redistribute it and/or modify it
    1010  under the terms of the GNU General Public License as published by
    11   the Free Software Foundation; either version 2 of the License, or
     11  the Free Software Foundation; either version 3 of the License, or
    1212  (at your option) any later version.
    1313
     
    1818
    1919  You should have received a copy of the GNU General Public License
    20   along with this program; if not, write to the Free Software
    21   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    22   02111-1307, USA.
     20  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422
  • trunk/lib/rmdirhier.h

    r687 r693  
    1212  svndigest is free software; you can redistribute it and/or modify it
    1313  under the terms of the GNU General Public License as published by
    14   the Free Software Foundation; either version 2 of the License, or
     14  the Free Software Foundation; either version 3 of the License, or
    1515  (at your option) any later version.
    1616
     
    2121
    2222  You should have received a copy of the GNU General Public License
    23   along with this program; if not, write to the Free Software
    24   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    25   02111-1307, USA.
     23  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2624*/
    2725
  • trunk/lib/subversion_info.cc.in

    r687 r693  
    88  svndigest is free software; you can redistribute it and/or modify it
    99  under the terms of the GNU General Public License as published by
    10   the Free Software Foundation; either version 2 of the License, or
     10  the Free Software Foundation; either version 3 of the License, or
    1111  (at your option) any later version.
    1212
     
    1717
    1818  You should have received a copy of the GNU General Public License
    19   along with this program; if not, write to the Free Software
    20   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    21   02111-1307, USA.
     19  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2220*/
    2321
  • trunk/lib/subversion_info.h

    r687 r693  
    1111  svndigest is free software; you can redistribute it and/or modify it
    1212  under the terms of the GNU General Public License as published by
    13   the Free Software Foundation; either version 2 of the License, or
     13  the Free Software Foundation; either version 3 of the License, or
    1414  (at your option) any later version.
    1515
     
    2020
    2121  You should have received a copy of the GNU General Public License
    22   along with this program; if not, write to the Free Software
    23   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    24   02111-1307, USA.
     22  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2523*/
    2624
  • trunk/lib/utility.cc

    r687 r693  
    88  svndigest is free software; you can redistribute it and/or modify it
    99  under the terms of the GNU General Public License as published by
    10   the Free Software Foundation; either version 2 of the License, or
     10  the Free Software Foundation; either version 3 of the License, or
    1111  (at your option) any later version.
    1212
     
    1717
    1818  You should have received a copy of the GNU General Public License
    19   along with this program; if not, write to the Free Software
    20   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    21   02111-1307, USA.
     19  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2220*/
    2321
  • trunk/lib/utility.h

    r687 r693  
    1212  svndigest is free software; you can redistribute it and/or modify it
    1313  under the terms of the GNU General Public License as published by
    14   the Free Software Foundation; either version 2 of the License, or
     14  the Free Software Foundation; either version 3 of the License, or
    1515  (at your option) any later version.
    1616
     
    2121
    2222  You should have received a copy of the GNU General Public License
    23   along with this program; if not, write to the Free Software
    24   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    25   02111-1307, USA.
     23  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2624*/
    2725
  • trunk/test/Makefile.am

    r692 r693  
    99# svndigest is free software; you can redistribute it and/or modify it
    1010# under the terms of the GNU General Public License as published by
    11 # the Free Software Foundation; either version 2 of the License, or
     11# the Free Software Foundation; either version 3 of the License, or
    1212# (at your option) any later version.
    1313#
     
    1818#
    1919# You should have received a copy of the GNU General Public License
    20 # along with this program; if not, write to the Free Software
    21 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    22 # 02111-1307, USA.
     20# along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2321
    2422check_PROGRAMS = config_test date_test gnuplot_pipe_test \
  • trunk/test/Suite.cc

    r687 r693  
    88  The yat library is free software; you can redistribute it and/or
    99  modify it under the terms of the GNU General Public License as
    10   published by the Free Software Foundation; either version 2 of the
     10  published by the Free Software Foundation; either version 3 of the
    1111  License, or (at your option) any later version.
    1212
     
    1717
    1818  You should have received a copy of the GNU General Public License
    19   along with this program; if not, write to the Free Software
    20   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    21   02111-1307, USA.
     19  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2220*/
    2321
  • trunk/test/Suite.h

    r687 r693  
    1111  svndigest is free software; you can redistribute it and/or modify it
    1212  under the terms of the GNU General Public License as published by
    13   the Free Software Foundation; either version 2 of the License, or
     13  the Free Software Foundation; either version 3 of the License, or
    1414  (at your option) any later version.
    1515
     
    2020
    2121  You should have received a copy of the GNU General Public License
    22   along with this program; if not, write to the Free Software
    23   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    24   02111-1307, USA.
     22  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2523*/
    2624
  • trunk/test/check_repo_status.sh.in

    r687 r693  
    1111# svndigest is free software; you can redistribute it and/or modify it
    1212# under the terms of the GNU General Public License as published by
    13 # the Free Software Foundation; either version 2 of the License, or
     13# the Free Software Foundation; either version 3 of the License, or
    1414# (at your option) any later version.
    1515#
     
    2020#
    2121# You should have received a copy of the GNU General Public License
    22 # along with this program; if not, write to the Free Software
    23 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    24 # 02111-1307, USA.
     22# along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2523
    2624# assume test repository and svndigest repository are synchronized
  • trunk/test/config_test.cc

    r687 r693  
    88  svndigest is free software; you can redistribute it and/or modify it
    99  under the terms of the GNU General Public License as published by
    10   the Free Software Foundation; either version 2 of the License, or
     10  the Free Software Foundation; either version 3 of the License, or
    1111  (at your option) any later version.
    1212
     
    1717
    1818  You should have received a copy of the GNU General Public License
    19   along with this program; if not, write to the Free Software
    20   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    21   02111-1307, USA.
     19  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2220*/
    2321
  • trunk/test/copyright_test.cc

    r687 r693  
    88  svndigest is free software; you can redistribute it and/or modify it
    99  under the terms of the GNU General Public License as published by
    10   the Free Software Foundation; either version 2 of the License, or
     10  the Free Software Foundation; either version 3 of the License, or
    1111  (at your option) any later version.
    1212
     
    1717
    1818  You should have received a copy of the GNU General Public License
    19   along with this program; if not, write to the Free Software
    20   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    21   02111-1307, USA.
     19  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2220*/
    2321
  • trunk/test/date_test.cc

    r687 r693  
    88  svndigest is free software; you can redistribute it and/or modify it
    99  under the terms of the GNU General Public License as published by
    10   the Free Software Foundation; either version 2 of the License, or
     10  the Free Software Foundation; either version 3 of the License, or
    1111  (at your option) any later version.
    1212
     
    1717
    1818  You should have received a copy of the GNU General Public License
    19   along with this program; if not, write to the Free Software
    20   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    21   02111-1307, USA.
     19  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2220*/
    2321
  • trunk/test/environment.h.in

    r687 r693  
    1212  svndigest is free software; you can redistribute it and/or modify it
    1313  under the terms of the GNU General Public License as published by
    14   the Free Software Foundation; either version 2 of the License, or
     14  the Free Software Foundation; either version 3 of the License, or
    1515  (at your option) any later version.
    1616
     
    2121
    2222  You should have received a copy of the GNU General Public License
    23   along with this program; if not, write to the Free Software
    24   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    25   02111-1307, USA.
     23  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2624*/
    2725
  • trunk/test/gnuplot_pipe_test.cc

    r687 r693  
    88  svndigest is free software; you can redistribute it and/or modify it
    99  under the terms of the GNU General Public License as published by
    10   the Free Software Foundation; either version 2 of the License, or
     10  the Free Software Foundation; either version 3 of the License, or
    1111  (at your option) any later version.
    1212
     
    1717
    1818  You should have received a copy of the GNU General Public License
    19   along with this program; if not, write to the Free Software
    20   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    21   02111-1307, USA.
     19  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2220*/
    2321
  • trunk/test/parser_test.cc

    r687 r693  
    99  svndigest is free software; you can redistribute it and/or modify it
    1010  under the terms of the GNU General Public License as published by
    11   the Free Software Foundation; either version 2 of the License, or
     11  the Free Software Foundation; either version 3 of the License, or
    1212  (at your option) any later version.
    1313
     
    1818
    1919  You should have received a copy of the GNU General Public License
    20   along with this program; if not, write to the Free Software
    21   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    22   02111-1307, USA.
     20  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422
  • trunk/test/stats_test.cc

    r687 r693  
    88  svndigest is free software; you can redistribute it and/or modify it
    99  under the terms of the GNU General Public License as published by
    10   the Free Software Foundation; either version 2 of the License, or
     10  the Free Software Foundation; either version 3 of the License, or
    1111  (at your option) any later version.
    1212
     
    1717
    1818  You should have received a copy of the GNU General Public License
    19   along with this program; if not, write to the Free Software
    20   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    21   02111-1307, USA.
     19  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2220*/
    2321
  • trunk/test/test_repo.sh.in

    r691 r693  
    1111# svndigest is free software; you can redistribute it and/or modify it
    1212# under the terms of the GNU General Public License as published by
    13 # the Free Software Foundation; either version 2 of the License, or
     13# the Free Software Foundation; either version 3 of the License, or
    1414# (at your option) any later version.
    1515#
     
    2020#
    2121# You should have received a copy of the GNU General Public License
    22 # along with this program; if not, write to the Free Software
    23 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    24 # 02111-1307, USA.
     22# along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2523
    2624rootdir=@abs_srcdir@/toy_project
  • trunk/test/trac_test.cc

    r687 r693  
    88  svndigest is free software; you can redistribute it and/or modify it
    99  under the terms of the GNU General Public License as published by
    10   the Free Software Foundation; either version 2 of the License, or
     10  the Free Software Foundation; either version 3 of the License, or
    1111  (at your option) any later version.
    1212
     
    1717
    1818  You should have received a copy of the GNU General Public License
    19   along with this program; if not, write to the Free Software
    20   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    21   02111-1307, USA.
     19  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2220*/
    2321
  • trunk/test/utility_test.cc

    r687 r693  
    99  svndigest is free software; you can redistribute it and/or modify it
    1010  under the terms of the GNU General Public License as published by
    11   the Free Software Foundation; either version 2 of the License, or
     11  the Free Software Foundation; either version 3 of the License, or
    1212  (at your option) any later version.
    1313
     
    1818
    1919  You should have received a copy of the GNU General Public License
    20   along with this program; if not, write to the Free Software
    21   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
    22   02111-1307, USA.
     20  along with svndigest. If not, see <http://www.gnu.org/licenses/>.
    2321*/
    2422
Note: See TracChangeset for help on using the changeset viewer.