[Aptitude-svn-commit] r3566 - in branches/aptitude-0.3/aptitude: . src
Daniel Burrows
dburrows@costa.debian.org
Sat, 02 Jul 2005 18:39:10 +0000
Author: dburrows
Date: Sat Jul 2 18:39:07 2005
New Revision: 3566
Modified:
branches/aptitude-0.3/aptitude/ChangeLog
branches/aptitude-0.3/aptitude/src/apt_info_tree.cc
branches/aptitude-0.3/aptitude/src/apt_info_tree.h
Log:
Update copyright info.
Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog (original)
+++ branches/aptitude-0.3/aptitude/ChangeLog Sat Jul 2 18:39:07 2005
@@ -2,6 +2,10 @@
* src/apt_info_tree.cc, src/apt_info_tree.h:
+ Update copyright info.
+
+ * src/apt_info_tree.cc, src/apt_info_tree.h:
+
Make the desc_signal of apt_info_trees accept a wide string.
* src/solution_fragment.cc:
Modified: branches/aptitude-0.3/aptitude/src/apt_info_tree.cc
==============================================================================
--- branches/aptitude-0.3/aptitude/src/apt_info_tree.cc (original)
+++ branches/aptitude-0.3/aptitude/src/apt_info_tree.cc Sat Jul 2 18:39:07 2005
@@ -1,6 +1,21 @@
// apt_info_tree.cc
//
-// Copyright 2000-2002 Daniel Burrows
+// Copyright 2000-2003, 2005 Daniel Burrows
+//
+// This program is free software; you can redistribute it and/or
+// modify it under the terms of the GNU General Public License as
+// published by the Free Software Foundation; either version 2 of
+// the License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program; see the file COPYING. If not, write to
+// the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+// Boston, MA 02111-1307, USA.
#include "apt_info_tree.h"
Modified: branches/aptitude-0.3/aptitude/src/apt_info_tree.h
==============================================================================
--- branches/aptitude-0.3/aptitude/src/apt_info_tree.h (original)
+++ branches/aptitude-0.3/aptitude/src/apt_info_tree.h Sat Jul 2 18:39:07 2005
@@ -1,6 +1,21 @@
// apt_info_tree.h -*-c++-*-
//
-// Copyright 2000-2002 Daniel Burrows
+// Copyright 2000-2005 Daniel Burrows
+//
+// This program is free software; you can redistribute it and/or
+// modify it under the terms of the GNU General Public License as
+// published by the Free Software Foundation; either version 2 of
+// the License, or (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program; see the file COPYING. If not, write to
+// the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+// Boston, MA 02111-1307, USA.
//
// Abstracts a tree which displays information about a particular package (and
// optionally version). The only thing that's special about this class is