summaryrefslogtreecommitdiff
path: root/src/cmdline/cmdline_progress.cc
diff options
context:
space:
mode:
authorDaniel Burrows <Daniel Burrows Daniel_Burrows@alumni.brown.edu>2010-06-03 08:56:50 -0700
committerDaniel Burrows <Daniel Burrows Daniel_Burrows@alumni.brown.edu>2010-06-03 08:56:50 -0700
commit5c94581f1c6f9daf451f4de252e07ad44839c6cb (patch)
tree2fb46822887c01d2b64a35147b965b3012b27fd5 /src/cmdline/cmdline_progress.cc
parentaf1aa0654200437d073434db7617b4b6bab633e5 (diff)
downloadaptitude-5c94581f1c6f9daf451f4de252e07ad44839c6cb.tar.gz
Add a bunch of missing GPL2 boilerplate.
Diffstat (limited to 'src/cmdline/cmdline_progress.cc')
-rw-r--r--src/cmdline/cmdline_progress.cc16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/cmdline/cmdline_progress.cc b/src/cmdline/cmdline_progress.cc
index 84b1c280..b2ca54bb 100644
--- a/src/cmdline/cmdline_progress.cc
+++ b/src/cmdline/cmdline_progress.cc
@@ -1,3 +1,19 @@
+// Copyright (C) 2010 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 "cmdline_progress.h"
#include "terminal.h"