Add URL field. Add license.
authorSimon Josefsson <simon@josefsson.org>
Wed, 12 Nov 2008 13:27:53 +0000 (14:27 +0100)
committerSimon Josefsson <simon@josefsson.org>
Wed, 12 Nov 2008 13:27:53 +0000 (14:27 +0100)
lib/libtasn1.pc.in

index 2cc0ba3..69fdb64 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
+
 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}