Skip to content

Commit 2d4645b

Browse files
authored
Add license header to dom.h
1 parent 5c2e0a4 commit 2d4645b

File tree

1 file changed

+12
-0
lines changed
  • DOMRefTypes/Sources/externref

1 file changed

+12
-0
lines changed

DOMRefTypes/Sources/externref/dom.h

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
//===----------------------------------------------------------------------===//
2+
//
3+
// This source file is part of the Swift open source project
4+
//
5+
// Copyright (c) 2024-2025 Apple Inc. and the Swift project authors
6+
// Licensed under Apache License v2.0 with Runtime Library Exception
7+
//
8+
// See https://swift.org/LICENSE.txt for license information
9+
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10+
//
11+
//===----------------------------------------------------------------------===//
12+
113
#pragma once
214

315
#include <stdint.h>

0 commit comments

Comments
 (0)