LICENSE: fix blank spaces to pass syntax-check

Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
1 file changed
tree: d830bf55a6d0a5433a4c7328ce48614099e21daf
  1. build-aux/
  2. devel/
  3. doc/
  4. examples/
  5. lib/
  6. m4/
  7. m4-gl/
  8. msvc/
  9. src/
  10. tests/
  11. windows/
  12. .clcopying
  13. .gitignore
  14. .gitlab-ci.yml
  15. .gitmodules
  16. .prev-version
  17. AUTHORS
  18. bootstrap
  19. bootstrap.conf
  20. cfg.mk
  21. configure.ac
  22. CONTRIBUTING.md
  23. GNUmakefile
  24. LICENSE
  25. maint.mk
  26. Makefile.am
  27. NEWS
  28. README.md
  29. THANKS
README.md
BranchCI systemStatus
MasterGitlabbuild status

libtasn1

This is GNU Libtasn1, a small ASN.1 library.

The C library (libtasn1.*) is licensed under the GNU Lesser General Public License version 2.1 or later. See the file COPYING.LIB.

The command line tool, self tests, examples, and other auxilliary files, are licensed under the GNU General Public License version 3.0 or later. See the file COPYING.

Building the library

We require several tools to build the software, including:

The required software is typically distributed with your operating system, and the instructions for installing them differ. Here are some hints:

gNewSense/Debian/Ubuntu:

sudo apt-get install make git-core autoconf automake libtool
sudo apt-get install texinfo texlive texlive-generic-recommended texlive-extra-utils
sudo apt-get install help2man gtk-doc-tools valgrind abigail-tools

The next step is to run autoreconf, ./configure, etc:

$ ./bootstrap

Then build the project normally:

$ make
$ make check

Happy hacking!

Manual

The manual is in the doc/ directory of the release. You can also browse the manual online at:

https://gnutls.gitlab.io/libtasn1/

Homepage

The project homepage at the gnu site is at:

http://www.gnu.org/software/libtasn1/

For any copyright year range specified as YYYY-ZZZZ in this package note that the range specifies every single year in that closed interval.