From bfd3563aa83a3ce53e3a3658d17870c351b9a569 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 12 Nov 2008 14:27:53 +0100 Subject: [PATCH] Add URL field. Add license. --- lib/libtasn1.pc.in | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/lib/libtasn1.pc.in b/lib/libtasn1.pc.in index 2cc0ba3..69fdb64 100644 --- a/lib/libtasn1.pc.in +++ b/lib/libtasn1.pc.in @@ -1,3 +1,20 @@ +# Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation +# +# This file is part of LIBTASN1. +# +# 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 3 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. If not, see . + prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ @@ -5,6 +22,7 @@ includedir=@includedir@ Name: libtasn1 Description: Library for ASN.1 and DER manipulation +URL: http://josefsson.org/libtasn1/ Version: @VERSION@ Libs: -L${libdir} -ltasn1 Cflags: -I${includedir} -- 2.7.4