Explorar el Código

Fix comment header lines describing the subproject

Guillem Jover hace 15 años
padre
commit
01d9ba9dfa

+ 1 - 1
dselect/bindings.h

@@ -1,5 +1,5 @@
 /* -*- c++ -*-
- * dselect - selection of Debian packages
+ * dselect - Debian package maintenance user interface
  * bindings.h - keybindings class header file
  *
  * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>

+ 1 - 1
dselect/dselect-curses.h

@@ -1,5 +1,5 @@
 /* -*- c++ -*-
- * dselect - selection of Debian packages
+ * dselect - Debian package maintenance user interface
  * dselect-curses.h - curses header wrapper
  *
  * Copyright © 2009 Guillem Jover <guillem@debian.org>

+ 1 - 1
dselect/dselect.h

@@ -1,5 +1,5 @@
 /* -*- c++ -*-
- * dselect - selection of Debian packages
+ * dselect - Debian package maintenance user interface
  * dselect.h - external definitions for this program
  *
  * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>

+ 1 - 1
dselect/pkglist.h

@@ -1,5 +1,5 @@
 /* -*- c++ -*-
- * dselect - selection of Debian packages
+ * dselect - Debian package maintenance user interface
  * pkglist.h - external definitions for package list handling
  *
  * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>

+ 1 - 1
lib/dpkg/dbmodify.c

@@ -1,5 +1,5 @@
 /*
- * dpkg - main program for package management
+ * libdpkg - Debian packaging suite library routines
  * dbmodify.c - routines for managing dpkg database updates
  *
  * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>

+ 1 - 1
lib/dpkg/fdio.c

@@ -1,5 +1,5 @@
 /*
- * libdpkg - main program for package management
+ * libdpkg - Debian packaging suite library routines
  * fdio.c - safe file descriptor based input/output
  *
  * Copyright © 2009-2010 Guillem Jover <guillem@debian.org>

+ 1 - 1
lib/dpkg/fdio.h

@@ -1,5 +1,5 @@
 /*
- * libdpkg - main program for package management
+ * libdpkg - Debian packaging suite library routines
  * fdio.h - safe file descriptor based input/output
  *
  * Copyright © 2009-2010 Guillem Jover <guillem@debian.org>

+ 1 - 1
lib/dpkg/glob.c

@@ -1,5 +1,5 @@
 /*
- * dpkg - main program for package management
+ * libdpkg - Debian packaging suite library routines
  * glob.c - file globing functions
  *
  * Copyright © 2009, 2010 Guillem Jover <guillem@debian.org>

+ 1 - 1
lib/dpkg/glob.h

@@ -1,5 +1,5 @@
 /*
- * dpkg - main program for package management
+ * libdpkg - Debian packaging suite library routines
  * glob.h - file globing functions
  *
  * Copyright © 2009, 2010 Guillem Jover <guillem@debian.org>

+ 1 - 1
lib/dpkg/log.c

@@ -1,5 +1,5 @@
 /*
- * dpkg - main program for package management
+ * libdpkg - Debian packaging suite library routines
  * log.c - logging related functions
  *
  * Copyright © 2005 Scott James Remnant <scott@netsplit.com>

+ 1 - 1
lib/dpkg/pkg-array.c

@@ -1,5 +1,5 @@
 /*
- * dpkg - main program for package management
+ * libdpkg - Debian packaging suite library routines
  * pkg-array.c - primitives for pkg array handling
  *
  * Copyright © 1995,1996 Ian Jackson <ian@chiark.greenend.org.uk>

+ 1 - 1
lib/dpkg/pkg-array.h

@@ -1,5 +1,5 @@
 /*
- * dpkg - main program for package management
+ * libdpkg - Debian packaging suite library routines
  * pkg-array.h - primitives for pkg array handling
  *
  * Copyright © 2009 Guillem Jover <guillem@debian.org>

+ 1 - 1
lib/dpkg/pkg-list.c

@@ -1,5 +1,5 @@
 /*
- * dpkg - main program for package management
+ * libdpkg - Debian packaging suite library routines
  * pkg-list.c - primitives for pkg linked list handling
  *
  * Copyright © 2009 Guillem Jover <guillem@debian.org>

+ 1 - 1
lib/dpkg/pkg-list.h

@@ -1,5 +1,5 @@
 /*
- * dpkg - main program for package management
+ * libdpkg - Debian packaging suite library routines
  * pkg-list.h - primitives for pkg linked list handling
  *
  * Copyright © 2009 Guillem Jover <guillem@debian.org>

+ 1 - 1
lib/dpkg/pkg-queue.c

@@ -1,5 +1,5 @@
 /*
- * dpkg - main program for package management
+ * libdpkg - Debian packaging suite library routines
  * pkg-queue.c - primitives for pkg queue handling
  *
  * Copyright © 2010 Guillem Jover <guillem@debian.org>

+ 1 - 1
lib/dpkg/pkg-queue.h

@@ -1,5 +1,5 @@
 /*
- * dpkg - main program for package management
+ * libdpkg - Debian packaging suite library routines
  * pkg-queue.h - primitives for pkg queue handling
  *
  * Copyright © 2010 Guillem Jover <guillem@debian.org>

+ 1 - 1
lib/dpkg/pkg-show.c

@@ -1,5 +1,5 @@
 /*
- * dpkg - main program for package management
+ * libdpkg - Debian packaging suite library routines
  * pkg-show.c - primitives for pkg information display
  *
  * Copyright © 1995,1996 Ian Jackson <ian@chiark.greenend.org.uk>

+ 1 - 1
lib/dpkg/pkg-show.h

@@ -1,5 +1,5 @@
 /*
- * dpkg - main program for package management
+ * libdpkg - Debian packaging suite library routines
  * pkg-show.h - primitives for pkg information display
  *
  * Copyright © 2010 Guillem Jover <guillem@debian.org>

+ 1 - 1
lib/dpkg/pkg.c

@@ -1,5 +1,5 @@
 /*
- * dpkg - main program for package management
+ * libdpkg - Debian packaging suite library routines
  * pkg.c - primitives for pkg handling
  *
  * Copyright © 1995, 1996 Ian Jackson <ian@chiark.greenend.org.uk>

+ 1 - 1
lib/dpkg/pkg.h

@@ -1,5 +1,5 @@
 /*
- * dpkg - main program for package management
+ * libdpkg - Debian packaging suite library routines
  * pkg.h - primitives for pkg handling
  *
  * Copyright © 2009 Guillem Jover <guillem@debian.org>

+ 1 - 1
lib/dpkg/progress.c

@@ -1,5 +1,5 @@
 /*
- * dpkg - main program for package management
+ * libdpkg - Debian packaging suite library routines
  * progress.c - generic progress reporting
  *
  * Copyright © 2009 Romain Francoise <rfrancoise@debian.org>

+ 1 - 1
lib/dpkg/progress.h

@@ -1,5 +1,5 @@
 /*
- * dpkg - main program for package management
+ * libdpkg - Debian packaging suite library routines
  * progress.h - generic progress reporting
  *
  * Copyright © 2009 Guillem Jover <guillem@debian.org>

+ 1 - 1
lib/dpkg/trigdeferred.l

@@ -1,5 +1,5 @@
 /*
- * dpkg - main program for package management
+ * libdpkg - Debian packaging suite library routines
  * trigdeferred.l - parsing of triggers/Deferred
  *
  * Copyright © 2007 Canonical Ltd