mirror of
https://github.com/codedread/bitjs
synced 2025-10-03 17:49:16 +02:00
Add license header to exif.js
This commit is contained in:
parent
0a79ef1cd5
commit
5aff47ccfd
1 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,13 @@
|
||||||
|
/*
|
||||||
|
* exif.js
|
||||||
|
*
|
||||||
|
* Parse EXIF.
|
||||||
|
*
|
||||||
|
* Licensed under the MIT License
|
||||||
|
*
|
||||||
|
* Copyright(c) 2024 Google Inc.
|
||||||
|
*/
|
||||||
|
|
||||||
import { ByteStream } from '../../io/bytestream.js';
|
import { ByteStream } from '../../io/bytestream.js';
|
||||||
|
|
||||||
/** @enum {number} */
|
/** @enum {number} */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue