1
0
Fork 0
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:
Jeff Schiller 2024-01-19 11:39:40 -08:00
parent 0a79ef1cd5
commit 5aff47ccfd

View file

@ -1,3 +1,13 @@
/*
* exif.js
*
* Parse EXIF.
*
* Licensed under the MIT License
*
* Copyright(c) 2024 Google Inc.
*/
import { ByteStream } from '../../io/bytestream.js';
/** @enum {number} */