Added missing copyright and license entries for vorbis-tools

This commit is contained in:
Scott McCreary
2010-10-06 19:59:50 +00:00
parent 477a504895
commit 75e50b6f7b
2 changed files with 4 additions and 0 deletions

View File

@@ -19,5 +19,6 @@ INSTALL {
cd vorbis-tools-1.2.0 cd vorbis-tools-1.2.0
make install make install
} }
LICENSE="GNU GPL v2" LICENSE="GNU GPL v2"
COPYRIGHT="2000-2005 Michael Smith, Stan Seibert and other contributers" COPYRIGHT="2000-2005 Michael Smith, Stan Seibert and other contributers"

View File

@@ -22,3 +22,6 @@ INSTALL {
cd vorbis-tools-1.4.0 cd vorbis-tools-1.4.0
make install make install
} }
LICENSE="GNU GPL v2"
COPYRIGHT="2000-2008 Michael Smith, Stan Seibert and other contributers"