Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 434 Bytes

File metadata and controls

17 lines (14 loc) · 434 Bytes

Copyright Header

Every new TypeScript source file created in this project must begin with this copyright block, followed by a blank line:

/*
 * OpenXmlSdkTs (Open XML SDK for TypeScript)
 * Copyright (c) 2026 Eric White
 * eric@ericwhite.com
 * https://www.ericwhite.com
 * linkedin.com/in/ericwhitedev
 * Licensed under the MIT License
 */

This applies to all .ts files: library source, test files, and config files.