From b29d1b0e05fcd1aec3417dce6b4c25c3d9028840 Mon Sep 17 00:00:00 2001 From: Monty Date: Tue, 2 Jul 2002 22:44:39 +0000 Subject: [PATCH] Added 'LICENSE' tag. svn path=/trunk/vorbis/; revision=3498 --- doc/v-comment.html | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/doc/v-comment.html b/doc/v-comment.html index eebffb0..f45bf67 100644 --- a/doc/v-comment.html +++ b/doc/v-comment.html @@ -7,7 +7,7 @@ Ogg Vorbis comment field specification -Last update to this document: October 2, 2001

+Last update to this document: July 2, 2002

The text comment header is the second (of three) header packets that begin a Vorbis bitstream. It is meant for short, text comments, @@ -68,9 +68,10 @@ to the end of the field. Below is a proposed, minimal list of standard filed names with a description of intended use. No single or group of field names is mandatory; a comment header may contain one, all or none of the names -in this list. +in this list.

+

-
TITLE
Track name +
TITLE
Track/Work name
VERSION
The version field may be used to differentiate multiple versions of the same track title in a single collection. (e.g. remix info) @@ -83,6 +84,15 @@ versions of the same track title in a single collection. (e.g. remix info)
PERFORMER
The artist(s) who performed the work. In classical music this would be the conductor, orchestra, soloists. In an audio book it would be the actor who did the reading. In popular music this is typically the same as the ARTIST and is ommitted. +
COPYRIGHT
Copyright attribution, e.g., '2001 Nobody's Band' or '1999 Jack Moffit' + +
LICENSE
License information, eg, 'All Rights Reserved', 'Any +Use Permitted', a URL to a license such as a Creative Commons license +("www.creativecommons.org/blahblah/license.html") or the EFF Open +Audio License ('distributed under the terms of the Open Audio +License. see http://www.eff.org/IP/Open_licenses/eff_oal.html for +details'), etc. +
ORGANIZATION
Name of the organization producing the track (i.e. the 'record label') @@ -94,14 +104,10 @@ the 'record label')
LOCATION
Location where track was recorded -
COPYRIGHT
Copyright and license information (e.g. '(c) 2001 Nobody's Band. All rights reserved' or '(c) 1999 Jack Moffit, distributed under the terms of the Open Audio License. see http://www.eff.org/IP/Open_licenses/eff_oal.html for details') -
CONTACT
Contact information for the creators or distributors of the track. This could be a URL, an email address, the physical address of the producing label.
ISRC
ISRC number for the track; see the ISRC intro page for more information on ISRC numbers. -
DISCID
Table of contents hash from an associated disc, generally used to index the track in published music databases. See http://freedb.org/ for and example of such a hash. -

Implications

-- 2.7.4