Changeset 693
- Timestamp:
- Sep 11, 2008, 10:42:56 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 93 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AUTHORS
r687 r693 11 11 svndigest is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by the 13 Free Software Foundation; either version 2of the License, or (at your13 Free Software Foundation; either version 3 of the License, or (at your 14 14 option) any later version. 15 15 … … 20 20 21 21 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 02111-1307, 24 USA. 22 along with svndigest. If not, see <http://www.gnu.org/licenses/>. 25 23 26 24 -
trunk/ChangeLog
r687 r693 10 10 svndigest is free software; you can redistribute it and/or modify it 11 11 under the terms of the GNU General Public License as published by the 12 Free Software Foundation; either version 2of the License, or (at your12 Free Software Foundation; either version 3 of the License, or (at your 13 13 option) any later version. 14 14 … … 19 19 20 20 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 02111-1307, 23 USA. 21 along with svndigest. If not, see <http://www.gnu.org/licenses/>. 24 22 }}} 25 23 ---------------------------------------------------------------------- -
trunk/Makefile.am
r687 r693 10 10 # svndigest is free software; you can redistribute it and/or modify it 11 11 # under the terms of the GNU General Public License as published by 12 # the Free Software Foundation; either version 2of the License, or12 # the Free Software Foundation; either version 3 of the License, or 13 13 # (at your option) any later version. 14 14 # … … 19 19 # 20 20 # 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/>. 24 22 25 23 SUBDIRS = lib bin test -
trunk/NEWS
r687 r693 4 4 5 5 Version 0.7 (released DATE) 6 - Upgraded to GLPv3 (ticket:339) 6 7 - configure option --enable-staticbin is removed (ticket:340) 7 8 - configure option --enable-wctests is removed (ticket:295) … … 100 101 svndigest is free software; you can redistribute it and/or modify it 101 102 under the terms of the GNU General Public License as published by the 102 Free Software Foundation; either version 2of the License, or (at your103 Free Software Foundation; either version 3 of the License, or (at your 103 104 option) any later version. 104 105 … … 109 110 110 111 You 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, 112 along with svndigest. If not, see <http://www.gnu.org/licenses/>. 113 113 USA. 114 114 }}} -
trunk/README
r687 r693 122 122 svndigest is free software; you can redistribute it and/or modify it 123 123 under the terms of the GNU General Public License as published by the 124 Free Software Foundation; either version 2of the License, or (at your124 Free Software Foundation; either version 3 of the License, or (at your 125 125 option) any later version. 126 126 … … 131 131 132 132 You 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. 133 along with svndigest. If not, see <http://www.gnu.org/licenses/>. 136 134 }}} 137 138 -
trunk/README.developer
r687 r693 134 134 svndigest is free software; you can redistribute it and/or modify it 135 135 under the terms of the GNU General Public License as published by the 136 Free Software Foundation; either version 2of the License, or (at your136 Free Software Foundation; either version 3 of the License, or (at your 137 137 option) any later version. 138 138 … … 143 143 144 144 You 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 145 along with svndigest. If not, see <http://www.gnu.org/licenses/>. 149 146 }}} -
trunk/THANKS
r687 r693 39 39 svndigest is free software; you can redistribute it and/or modify it 40 40 under the terms of the GNU General Public License as published by the 41 Free Software Foundation; either version 2of the License, or (at your41 Free Software Foundation; either version 3 of the License, or (at your 42 42 option) any later version. 43 43 … … 48 48 49 49 You 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 50 along with svndigest. If not, see <http://www.gnu.org/licenses/>. 54 51 }}} 55 -
trunk/bin/Makefile.am
r687 r693 12 12 # svndigest is free software; you can redistribute it and/or modify it 13 13 # under the terms of the GNU General Public License as published by 14 # the Free Software Foundation; either version 2of the License, or14 # the Free Software Foundation; either version 3 of the License, or 15 15 # (at your option) any later version. 16 16 # … … 21 21 # 22 22 # 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/>. 26 24 27 25 bin_PROGRAMS = svndigest -
trunk/bin/Parameter.cc
r687 r693 9 9 svndigest is free software; you can redistribute it and/or modify it 10 10 under the terms of the GNU General Public License as published by 11 the Free Software Foundation; either version 2of the License, or11 the Free Software Foundation; either version 3 of the License, or 12 12 (at your option) any later version. 13 13 … … 18 18 19 19 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/>. 23 21 */ 24 22 -
trunk/bin/Parameter.h
r687 r693 12 12 svndigest is free software; you can redistribute it and/or modify it 13 13 under the terms of the GNU General Public License as published by 14 the Free Software Foundation; either version 2of the License, or14 the Free Software Foundation; either version 3 of the License, or 15 15 (at your option) any later version. 16 16 … … 21 21 22 22 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/>. 26 24 */ 27 25 -
trunk/bin/svndigest.cc
r691 r693 9 9 svndigest is free software; you can redistribute it and/or modify it 10 10 under the terms of the GNU General Public License as published by 11 the Free Software Foundation; either version 2of the License, or11 the Free Software Foundation; either version 3 of the License, or 12 12 (at your option) any later version. 13 13 … … 18 18 19 19 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/>. 23 21 */ 24 22 -
trunk/bootstrap
r687 r693 14 14 # svndigest is free software; you can redistribute it and/or modify it 15 15 # under the terms of the GNU General Public License as published by 16 # the Free Software Foundation; either version 2of the License, or16 # the Free Software Foundation; either version 3 of the License, or 17 17 # (at your option) any later version. 18 18 # … … 23 23 # 24 24 # 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/>. 28 26 29 27 # Run this to generate all auto-generated files needed by the GNU -
trunk/build_support/version.m4
r674 r693 7 7 # svndigest is free software; you can redistribute it and/or modify it 8 8 # under the terms of the GNU General Public License as published by 9 # the Free Software Foundation; either version 2of the License, or9 # the Free Software Foundation; either version 3 of the License, or 10 10 # (at your option) any later version. 11 11 # … … 16 16 # 17 17 # 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/>. 21 19 # 22 20 -
trunk/configure.ac
r690 r693 18 18 # svndigest is free software; you can redistribute it and/or modify it 19 19 # under the terms of the GNU General Public License as published by 20 # the Free Software Foundation; either version 2of the License, or20 # the Free Software Foundation; either version 3 of the License, or 21 21 # (at your option) any later version. 22 22 # … … 27 27 # 28 28 # 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/>. 32 30 33 31 AC_PREREQ(2.60) -
trunk/doc/readme.txt
r687 r693 170 170 svndigest is free software; you can redistribute it and/or modify it 171 171 under the terms of the GNU General Public License as published by the 172 Free Software Foundation; either version 2of the License, or (at your172 Free Software Foundation; either version 3 of the License, or (at your 173 173 option) any later version. 174 174 … … 179 179 180 180 You 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. 181 along with svndigest. If not, see <http://www.gnu.org/licenses/>. 184 182 }}} 185 186 -
trunk/lib/AddStats.cc
r687 r693 8 8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2of the License, or10 the Free Software Foundation; either version 3 of the License, or 11 11 (at your option) any later version. 12 12 … … 17 17 18 18 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/>. 22 20 */ 23 21 -
trunk/lib/AddStats.h
r687 r693 11 11 svndigest is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 … … 20 20 21 21 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/>. 25 23 */ 26 24 -
trunk/lib/Alias.cc
r687 r693 8 8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2of the License, or10 the Free Software Foundation; either version 3 of the License, or 11 11 (at your option) any later version. 12 12 … … 17 17 18 18 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/>. 22 20 */ 23 21 -
trunk/lib/Alias.h
r687 r693 11 11 svndigest is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 … … 20 20 21 21 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/>. 25 23 */ 26 24 -
trunk/lib/BlameStats.cc
r687 r693 9 9 svndigest is free software; you can redistribute it and/or modify it 10 10 under the terms of the GNU General Public License as published by 11 the Free Software Foundation; either version 2of the License, or11 the Free Software Foundation; either version 3 of the License, or 12 12 (at your option) any later version. 13 13 … … 18 18 19 19 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/>. 23 21 */ 24 22 -
trunk/lib/BlameStats.h
r687 r693 13 13 svndigest is free software; you can redistribute it and/or modify it 14 14 under the terms of the GNU General Public License as published by 15 the Free Software Foundation; either version 2of the License, or15 the Free Software Foundation; either version 3 of the License, or 16 16 (at your option) any later version. 17 17 … … 22 22 23 23 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/>. 27 25 */ 28 26 -
trunk/lib/ClassicStats.cc
r687 r693 9 9 svndigest is free software; you can redistribute it and/or modify it 10 10 under the terms of the GNU General Public License as published by 11 the Free Software Foundation; either version 2of the License, or11 the Free Software Foundation; either version 3 of the License, or 12 12 (at your option) any later version. 13 13 … … 18 18 19 19 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/>. 23 21 */ 24 22 -
trunk/lib/ClassicStats.h
r687 r693 13 13 svndigest is free software; you can redistribute it and/or modify it 14 14 under the terms of the GNU General Public License as published by 15 the Free Software Foundation; either version 2of the License, or15 the Free Software Foundation; either version 3 of the License, or 16 16 (at your option) any later version. 17 17 … … 22 22 23 23 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/>. 27 25 */ 28 26 -
trunk/lib/ColumnStream.cc
r687 r693 8 8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2of the License, or10 the Free Software Foundation; either version 3 of the License, or 11 11 (at your option) any later version. 12 12 … … 17 17 18 18 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/>. 22 20 */ 23 21 -
trunk/lib/ColumnStream.h
r687 r693 12 12 svndigest is free software; you can redistribute it and/or modify it 13 13 under the terms of the GNU General Public License as published by 14 the Free Software Foundation; either version 2of the License, or14 the Free Software Foundation; either version 3 of the License, or 15 15 (at your option) any later version. 16 16 … … 21 21 22 22 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/>. 26 24 */ 27 25 -
trunk/lib/Commitment.cc
r687 r693 8 8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2of the License, or10 the Free Software Foundation; either version 3 of the License, or 11 11 (at your option) any later version. 12 12 … … 17 17 18 18 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/>. 22 20 */ 23 21 -
trunk/lib/Commitment.h
r687 r693 11 11 svndigest is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 … … 20 20 21 21 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/>. 25 23 */ 26 24 -
trunk/lib/Configuration.cc
r687 r693 8 8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2of the License, or10 the Free Software Foundation; either version 3 of the License, or 11 11 (at your option) any later version. 12 12 … … 17 17 18 18 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/>. 22 20 */ 23 21 -
trunk/lib/Configuration.h
r687 r693 11 11 svndigest is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 … … 20 20 21 21 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/>. 25 23 */ 26 24 -
trunk/lib/Date.cc
r687 r693 9 9 svndigest is free software; you can redistribute it and/or modify it 10 10 under the terms of the GNU General Public License as published by 11 the Free Software Foundation; either version 2of the License, or11 the Free Software Foundation; either version 3 of the License, or 12 12 (at your option) any later version. 13 13 … … 18 18 19 19 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/>. 23 21 */ 24 22 -
trunk/lib/Date.h
r687 r693 11 11 svndigest is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 … … 20 20 21 21 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/>. 25 23 */ 26 24 -
trunk/lib/Directory.cc
r687 r693 8 8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2of the License, or10 the Free Software Foundation; either version 3 of the License, or 11 11 (at your option) any later version. 12 12 … … 17 17 18 18 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/>. 22 20 */ 23 21 -
trunk/lib/Directory.h
r687 r693 11 11 svndigest is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 … … 20 20 21 21 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/>. 25 23 */ 26 24 -
trunk/lib/File.cc
r687 r693 8 8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2of the License, or10 the Free Software Foundation; either version 3 of the License, or 11 11 (at your option) any later version. 12 12 … … 17 17 18 18 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/>. 22 20 */ 23 21 -
trunk/lib/File.h
r687 r693 11 11 svndigest is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 … … 20 20 21 21 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/>. 25 23 */ 26 24 -
trunk/lib/Functor.cc
r687 r693 8 8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2of the License, or10 the Free Software Foundation; either version 3 of the License, or 11 11 (at your option) any later version. 12 12 … … 17 17 18 18 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/>. 22 20 */ 23 21 -
trunk/lib/Functor.h
r687 r693 11 11 svndigest is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 … … 20 20 21 21 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/>. 25 23 */ 26 24 -
trunk/lib/Gnuplot.cc
r687 r693 9 9 svndigest is free software; you can redistribute it and/or modify it 10 10 under the terms of the GNU General Public License as published by 11 the Free Software Foundation; either version 2of the License, or11 the Free Software Foundation; either version 3 of the License, or 12 12 (at your option) any later version. 13 13 … … 18 18 19 19 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/>. 23 21 */ 24 22 -
trunk/lib/Gnuplot.h
r687 r693 11 11 svndigest is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 … … 20 20 21 21 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/>. 25 23 */ 26 24 -
trunk/lib/GnuplotFE.cc
r687 r693 10 10 svndigest is free software; you can redistribute it and/or modify it 11 11 under the terms of the GNU General Public License as published by 12 the Free Software Foundation; either version 2of the License, or12 the Free Software Foundation; either version 3 of the License, or 13 13 (at your option) any later version. 14 14 … … 19 19 20 20 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/>. 24 22 */ 25 23 -
trunk/lib/GnuplotFE.h
r687 r693 13 13 svndigest is free software; you can redistribute it and/or modify it 14 14 under the terms of the GNU General Public License as published by 15 the Free Software Foundation; either version 2of the License, or15 the Free Software Foundation; either version 3 of the License, or 16 16 (at your option) any later version. 17 17 … … 22 22 23 23 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/>. 27 25 */ 28 26 -
trunk/lib/HtmlBuf.cc
r687 r693 9 9 svndigest is free software; you can redistribute it and/or modify it 10 10 under the terms of the GNU General Public License as published by 11 the Free Software Foundation; either version 2of the License, or11 the Free Software Foundation; either version 3 of the License, or 12 12 (at your option) any later version. 13 13 … … 18 18 19 19 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/>. 23 21 */ 24 22 -
trunk/lib/HtmlBuf.h
r687 r693 11 11 svndigest is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 … … 20 20 21 21 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/>. 25 23 */ 26 24 -
trunk/lib/HtmlStream.cc
r687 r693 8 8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2of the License, or10 the Free Software Foundation; either version 3 of the License, or 11 11 (at your option) any later version. 12 12 … … 17 17 18 18 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/>. 22 20 */ 23 21 -
trunk/lib/HtmlStream.h
r687 r693 11 11 svndigest is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 … … 20 20 21 21 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/>. 25 23 */ 26 24 -
trunk/lib/LineTypeParser.cc
r687 r693 8 8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2of the License, or10 the Free Software Foundation; either version 3 of the License, or 11 11 (at your option) any later version. 12 12 … … 17 17 18 18 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/>. 22 20 */ 23 21 -
trunk/lib/LineTypeParser.h
r687 r693 12 12 svndigest is free software; you can redistribute it and/or modify it 13 13 under the terms of the GNU General Public License as published by 14 the Free Software Foundation; either version 2of the License, or14 the Free Software Foundation; either version 3 of the License, or 15 15 (at your option) any later version. 16 16 … … 21 21 22 22 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/>. 26 24 */ 27 25 -
trunk/lib/Makefile.am
r687 r693 12 12 # svndigest is free software; you can redistribute it and/or modify it 13 13 # under the terms of the GNU General Public License as published by 14 # the Free Software Foundation; either version 2of the License, or14 # the Free Software Foundation; either version 3 of the License, or 15 15 # (at your option) any later version. 16 16 # … … 21 21 # 22 22 # 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/>. 26 24 27 25 AM_CPPFLAGS = $(SVNDIGEST_CPPFLAGS) -
trunk/lib/Node.cc
r687 r693 8 8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2of the License, or10 the Free Software Foundation; either version 3 of the License, or 11 11 (at your option) any later version. 12 12 … … 17 17 18 18 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/>. 22 20 */ 23 21 -
trunk/lib/Node.h
r687 r693 11 11 svndigest is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 … … 20 20 21 21 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/>. 25 23 */ 26 24 -
trunk/lib/Option.h
r687 r693 11 11 svndigest is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 … … 20 20 21 21 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/>. 25 23 */ 26 24 -
trunk/lib/SVN.cc
r687 r693 10 10 svndigest is free software; you can redistribute it and/or modify it 11 11 under the terms of the GNU General Public License as published by 12 the Free Software Foundation; either version 2of the License, or12 the Free Software Foundation; either version 3 of the License, or 13 13 (at your option) any later version. 14 14 … … 19 19 20 20 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/>. 24 22 */ 25 23 -
trunk/lib/SVN.h
r687 r693 13 13 svndigest is free software; you can redistribute it and/or modify it 14 14 under the terms of the GNU General Public License as published by 15 the Free Software Foundation; either version 2of the License, or15 the Free Software Foundation; either version 3 of the License, or 16 16 (at your option) any later version. 17 17 … … 22 22 23 23 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/>. 27 25 */ 28 26 -
trunk/lib/SVNblame.cc
r687 r693 9 9 svndigest is free software; you can redistribute it and/or modify it 10 10 under the terms of the GNU General Public License as published by 11 the Free Software Foundation; either version 2of the License, or11 the Free Software Foundation; either version 3 of the License, or 12 12 (at your option) any later version. 13 13 … … 18 18 19 19 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/>. 23 21 */ 24 22 -
trunk/lib/SVNblame.h
r687 r693 12 12 svndigest is free software; you can redistribute it and/or modify it 13 13 under the terms of the GNU General Public License as published by 14 the Free Software Foundation; either version 2of the License, or14 the Free Software Foundation; either version 3 of the License, or 15 15 (at your option) any later version. 16 16 … … 21 21 22 22 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/>. 26 24 */ 27 25 -
trunk/lib/SVNinfo.cc
r687 r693 9 9 svndigest is free software; you can redistribute it and/or modify it 10 10 under the terms of the GNU General Public License as published by 11 the Free Software Foundation; either version 2of the License, or11 the Free Software Foundation; either version 3 of the License, or 12 12 (at your option) any later version. 13 13 … … 18 18 19 19 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/>. 23 21 */ 24 22 -
trunk/lib/SVNinfo.h
r687 r693 12 12 svndigest is free software; you can redistribute it and/or modify it 13 13 under the terms of the GNU General Public License as published by 14 the Free Software Foundation; either version 2of the License, or14 the Free Software Foundation; either version 3 of the License, or 15 15 (at your option) any later version. 16 16 … … 21 21 22 22 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/>. 26 24 */ 27 25 -
trunk/lib/SVNlog.cc
r687 r693 8 8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2of the License, or10 the Free Software Foundation; either version 3 of the License, or 11 11 (at your option) any later version. 12 12 … … 17 17 18 18 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/>. 22 20 */ 23 21 -
trunk/lib/SVNlog.h
r687 r693 11 11 svndigest is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 … … 20 20 21 21 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/>. 25 23 */ 26 24 -
trunk/lib/SVNproperty.cc
r687 r693 8 8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2of the License, or10 the Free Software Foundation; either version 3 of the License, or 11 11 (at your option) any later version. 12 12 … … 17 17 18 18 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/>. 22 20 */ 23 21 -
trunk/lib/SVNproperty.h
r687 r693 11 11 svndigest is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 … … 20 20 21 21 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/>. 25 23 */ 26 24 -
trunk/lib/Stats.cc
r687 r693 9 9 svndigest is free software; you can redistribute it and/or modify it 10 10 under the terms of the GNU General Public License as published by 11 the Free Software Foundation; either version 2of the License, or11 the Free Software Foundation; either version 3 of the License, or 12 12 (at your option) any later version. 13 13 … … 18 18 19 19 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/>. 23 21 */ 24 22 -
trunk/lib/Stats.h
r687 r693 13 13 svndigest is free software; you can redistribute it and/or modify it 14 14 under the terms of the GNU General Public License as published by 15 the Free Software Foundation; either version 2of the License, or15 the Free Software Foundation; either version 3 of the License, or 16 16 (at your option) any later version. 17 17 … … 22 22 23 23 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/>. 27 25 */ 28 26 -
trunk/lib/StatsCollection.cc
r687 r693 8 8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2of the License, or10 the Free Software Foundation; either version 3 of the License, or 11 11 (at your option) any later version. 12 12 … … 17 17 18 18 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/>. 22 20 */ 23 21 -
trunk/lib/StatsCollection.h
r687 r693 13 13 svndigest is free software; you can redistribute it and/or modify it 14 14 under the terms of the GNU General Public License as published by 15 the Free Software Foundation; either version 2of the License, or15 the Free Software Foundation; either version 3 of the License, or 16 16 (at your option) any later version. 17 17 … … 22 22 23 23 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/>. 27 25 */ 28 26 -
trunk/lib/Trac.cc
r687 r693 8 8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2of the License, or10 the Free Software Foundation; either version 3 of the License, or 11 11 (at your option) any later version. 12 12 … … 17 17 18 18 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/>. 22 20 */ 23 21 -
trunk/lib/Trac.h
r687 r693 11 11 svndigest is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 … … 20 20 21 21 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/>. 25 23 */ 26 24 -
trunk/lib/css.cc
r687 r693 9 9 svndigest is free software; you can redistribute it and/or modify it 10 10 under the terms of the GNU General Public License as published by 11 the Free Software Foundation; either version 2of the License, or11 the Free Software Foundation; either version 3 of the License, or 12 12 (at your option) any later version. 13 13 … … 18 18 19 19 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/>. 23 21 */ 24 22 … … 45 43 << "modify it\n" 46 44 << "under the terms of the GNU General Public License as published by\n" 47 << "the Free Software Foundation; either version 2of the License, or\n"45 << "the Free Software Foundation; either version 3 of the License, or\n" 48 46 << "(at your option) any later version.\n\n" 49 47 … … 54 52 55 53 << "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" 59 55 60 56 << "This file was initially inspired by the cascading style sheet\n" -
trunk/lib/css.h
r687 r693 11 11 svndigest is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 … … 20 20 21 21 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/>. 25 23 */ 26 24 -
trunk/lib/first_page.cc
r687 r693 9 9 svndigest is free software; you can redistribute it and/or modify it 10 10 under the terms of the GNU General Public License as published by 11 the Free Software Foundation; either version 2of the License, or11 the Free Software Foundation; either version 3 of the License, or 12 12 (at your option) any later version. 13 13 … … 18 18 19 19 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/>. 23 21 */ 24 22 -
trunk/lib/first_page.h
r687 r693 11 11 svndigest is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 … … 20 20 21 21 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/>. 25 23 */ 26 24 -
trunk/lib/html_utility.cc
r687 r693 9 9 svndigest is free software; you can redistribute it and/or modify it 10 10 under the terms of the GNU General Public License as published by 11 the Free Software Foundation; either version 2of the License, or11 the Free Software Foundation; either version 3 of the License, or 12 12 (at your option) any later version. 13 13 … … 18 18 19 19 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/>. 23 21 */ 24 22 -
trunk/lib/html_utility.h
r687 r693 13 13 svndigest is free software; you can redistribute it and/or modify it 14 14 under the terms of the GNU General Public License as published by 15 the Free Software Foundation; either version 2of the License, or15 the Free Software Foundation; either version 3 of the License, or 16 16 (at your option) any later version. 17 17 … … 22 22 23 23 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/>. 27 25 */ 28 26 -
trunk/lib/rmdirhier.cc
r687 r693 9 9 svndigest is free software; you can redistribute it and/or modify it 10 10 under the terms of the GNU General Public License as published by 11 the Free Software Foundation; either version 2of the License, or11 the Free Software Foundation; either version 3 of the License, or 12 12 (at your option) any later version. 13 13 … … 18 18 19 19 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/>. 23 21 */ 24 22 -
trunk/lib/rmdirhier.h
r687 r693 12 12 svndigest is free software; you can redistribute it and/or modify it 13 13 under the terms of the GNU General Public License as published by 14 the Free Software Foundation; either version 2of the License, or14 the Free Software Foundation; either version 3 of the License, or 15 15 (at your option) any later version. 16 16 … … 21 21 22 22 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/>. 26 24 */ 27 25 -
trunk/lib/subversion_info.cc.in
r687 r693 8 8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2of the License, or10 the Free Software Foundation; either version 3 of the License, or 11 11 (at your option) any later version. 12 12 … … 17 17 18 18 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/>. 22 20 */ 23 21 -
trunk/lib/subversion_info.h
r687 r693 11 11 svndigest is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 … … 20 20 21 21 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/>. 25 23 */ 26 24 -
trunk/lib/utility.cc
r687 r693 8 8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2of the License, or10 the Free Software Foundation; either version 3 of the License, or 11 11 (at your option) any later version. 12 12 … … 17 17 18 18 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/>. 22 20 */ 23 21 -
trunk/lib/utility.h
r687 r693 12 12 svndigest is free software; you can redistribute it and/or modify it 13 13 under the terms of the GNU General Public License as published by 14 the Free Software Foundation; either version 2of the License, or14 the Free Software Foundation; either version 3 of the License, or 15 15 (at your option) any later version. 16 16 … … 21 21 22 22 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/>. 26 24 */ 27 25 -
trunk/test/Makefile.am
r692 r693 9 9 # svndigest is free software; you can redistribute it and/or modify it 10 10 # under the terms of the GNU General Public License as published by 11 # the Free Software Foundation; either version 2of the License, or11 # the Free Software Foundation; either version 3 of the License, or 12 12 # (at your option) any later version. 13 13 # … … 18 18 # 19 19 # 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/>. 23 21 24 22 check_PROGRAMS = config_test date_test gnuplot_pipe_test \ -
trunk/test/Suite.cc
r687 r693 8 8 The yat library is free software; you can redistribute it and/or 9 9 modify it under the terms of the GNU General Public License as 10 published by the Free Software Foundation; either version 2of the10 published by the Free Software Foundation; either version 3 of the 11 11 License, or (at your option) any later version. 12 12 … … 17 17 18 18 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/>. 22 20 */ 23 21 -
trunk/test/Suite.h
r687 r693 11 11 svndigest is free software; you can redistribute it and/or modify it 12 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2of the License, or13 the Free Software Foundation; either version 3 of the License, or 14 14 (at your option) any later version. 15 15 … … 20 20 21 21 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/>. 25 23 */ 26 24 -
trunk/test/check_repo_status.sh.in
r687 r693 11 11 # svndigest is free software; you can redistribute it and/or modify it 12 12 # under the terms of the GNU General Public License as published by 13 # the Free Software Foundation; either version 2of the License, or13 # the Free Software Foundation; either version 3 of the License, or 14 14 # (at your option) any later version. 15 15 # … … 20 20 # 21 21 # 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/>. 25 23 26 24 # assume test repository and svndigest repository are synchronized -
trunk/test/config_test.cc
r687 r693 8 8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2of the License, or10 the Free Software Foundation; either version 3 of the License, or 11 11 (at your option) any later version. 12 12 … … 17 17 18 18 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/>. 22 20 */ 23 21 -
trunk/test/copyright_test.cc
r687 r693 8 8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2of the License, or10 the Free Software Foundation; either version 3 of the License, or 11 11 (at your option) any later version. 12 12 … … 17 17 18 18 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/>. 22 20 */ 23 21 -
trunk/test/date_test.cc
r687 r693 8 8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2of the License, or10 the Free Software Foundation; either version 3 of the License, or 11 11 (at your option) any later version. 12 12 … … 17 17 18 18 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/>. 22 20 */ 23 21 -
trunk/test/environment.h.in
r687 r693 12 12 svndigest is free software; you can redistribute it and/or modify it 13 13 under the terms of the GNU General Public License as published by 14 the Free Software Foundation; either version 2of the License, or14 the Free Software Foundation; either version 3 of the License, or 15 15 (at your option) any later version. 16 16 … … 21 21 22 22 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/>. 26 24 */ 27 25 -
trunk/test/gnuplot_pipe_test.cc
r687 r693 8 8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2of the License, or10 the Free Software Foundation; either version 3 of the License, or 11 11 (at your option) any later version. 12 12 … … 17 17 18 18 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/>. 22 20 */ 23 21 -
trunk/test/parser_test.cc
r687 r693 9 9 svndigest is free software; you can redistribute it and/or modify it 10 10 under the terms of the GNU General Public License as published by 11 the Free Software Foundation; either version 2of the License, or11 the Free Software Foundation; either version 3 of the License, or 12 12 (at your option) any later version. 13 13 … … 18 18 19 19 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/>. 23 21 */ 24 22 -
trunk/test/stats_test.cc
r687 r693 8 8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2of the License, or10 the Free Software Foundation; either version 3 of the License, or 11 11 (at your option) any later version. 12 12 … … 17 17 18 18 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/>. 22 20 */ 23 21 -
trunk/test/test_repo.sh.in
r691 r693 11 11 # svndigest is free software; you can redistribute it and/or modify it 12 12 # under the terms of the GNU General Public License as published by 13 # the Free Software Foundation; either version 2of the License, or13 # the Free Software Foundation; either version 3 of the License, or 14 14 # (at your option) any later version. 15 15 # … … 20 20 # 21 21 # 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/>. 25 23 26 24 rootdir=@abs_srcdir@/toy_project -
trunk/test/trac_test.cc
r687 r693 8 8 svndigest is free software; you can redistribute it and/or modify it 9 9 under the terms of the GNU General Public License as published by 10 the Free Software Foundation; either version 2of the License, or10 the Free Software Foundation; either version 3 of the License, or 11 11 (at your option) any later version. 12 12 … … 17 17 18 18 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/>. 22 20 */ 23 21 -
trunk/test/utility_test.cc
r687 r693 9 9 svndigest is free software; you can redistribute it and/or modify it 10 10 under the terms of the GNU General Public License as published by 11 the Free Software Foundation; either version 2of the License, or11 the Free Software Foundation; either version 3 of the License, or 12 12 (at your option) any later version. 13 13 … … 18 18 19 19 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/>. 23 21 */ 24 22
Note: See TracChangeset
for help on using the changeset viewer.