additionalCopyrightHolders - speced/respec GitHub Wiki

additionalCopyrightHolders

Type: string Default: undefined

Adds an additional copyright holder alongside W3C in the document copyright notice. Used when publishing documents developed in cooperation with other standards organizations (e.g., IETF) or when the spec is jointly owned.

Basic usage

var respecConfig = {
  additionalCopyrightHolders: "Internet Engineering Task Force",
};

Notes

  • For W3C documents: appended to the standard W3C copyright notice ("Copyright © [year] W3C® and [holder]")
  • For "unofficial" documents: replaces the default CC license text entirely
  • The value is rendered as HTML — you can include links or special characters