Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISO/IEC Coding Guidelines: copyright statements #199

Closed
Intelligent2013 opened this issue Sep 5, 2022 · 1 comment
Closed

ISO/IEC Coding Guidelines: copyright statements #199

Intelligent2013 opened this issue Sep 5, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Intelligent2013
Copy link
Contributor

Source: #190

  • ISO
<permissions>
<copyright-statement>All rights reserved</copyright-statement>
<copyright-year>2019</copyright-year>
<copyright-holder>ISO</copyright-holder>
</permissions>
  • IEC - Copyright statements are divided into individual <permissions> elements:
<permissions>
	<copyright-statement>
		<inline-graphic xlink:href="asset/iso_7010_w001.png" xmlns:xlink="http://www.w3.org/1999/xlink"/>THIS PUBLICATION IS COPYRIGHT PROTECTED Copyright &#169; 2017 IEC, Geneva, Switzerland</copyright-statement>
	<copyright-year>2017</copyright-year>
	<copyright-holder>IEC</copyright-holder>
	<license>
		<license-p>All rights reserved. ....</license-p>
		<license-p>
			<address>
				<addr-line>IEC Central Office, 3, rue de ...</addr-line>
			</address>
		</license-p>
	</license>
</permissions>
<permissions>
	<copyright-statement>
		<inline-graphic xlink:href="asset/iso_7010_w001.png" xmlns:xlink="http://www.w3.org/1999/xlink"/>COPYRIGHT PROTECTED DOCUMENT &#169; ISO 2017</copyright-statement>
	<copyright-year>2017</copyright-year>
	<copyright-holder>ISO</copyright-holder>
	<license>
		<license-p>All rights reserved. ...</license-p>
		<license-p>
			<address>
				<addr-line>ISO copyright office, CP 401 ...</addr-line>
			</address>
		</license-p>
	</license>
</permissions>
@Intelligent2013
Copy link
Contributor Author

Done. Now for IEC documents mnconvert generates a few permissions for each copyright/owner/organization.

Intelligent2013 added a commit that referenced this issue Sep 15, 2022
mn2xml.xsl updated for permissions, #199
Repository owner moved this from 🏗 In progress to ✅ Done in Metanorma Sep 15, 2022
@ronaldtse ronaldtse removed this from Metanorma Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant