diff options
author | Guillem Jover <guillem@debian.org> | 2009-11-07 19:47:41 +0100 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2009-11-08 13:45:46 +0100 |
commit | d99d361f1b8e07522ccbffc32493e1280b588183 (patch) | |
tree | 26ed8126eb10a56929330d2a77027125273b7a4a /src/packages.c | |
parent | 0716206865109c3cdfc64c700adbf91a01f86364 (diff) | |
download | dpkg-d99d361f1b8e07522ccbffc32493e1280b588183.tar.gz |
Replace FSF address by pointing to the gnu.org URL
Use the <http://www.gnu.org/licenses/> URL, instead of in most cases
the outdated FSF address, which is way more stable, as the latter has
changed several times in the past.
Diffstat (limited to 'src/packages.c')
-rw-r--r-- | src/packages.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/packages.c b/src/packages.c index 410532462..cf9253ed9 100644 --- a/src/packages.c +++ b/src/packages.c @@ -14,9 +14,8 @@ * 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 dpkg; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <config.h> |