Skip to content

Commit 5df5c63

Browse files
authored
Add missing copyright header in tools/build-mingw64.sh (#1727)
1 parent fff8d95 commit 5df5c63

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: tools/build-mingw64.sh

+10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
#!/bin/bash
2+
##########################################################################
3+
# #
4+
# OCamlFormat #
5+
# #
6+
# Copyright (c) Facebook, Inc. and its affiliates. #
7+
# #
8+
# This source code is licensed under the MIT license found in #
9+
# the LICENSE file in the root directory of this source tree. #
10+
# #
11+
##########################################################################
212

313
# Script to build `ocamlformat' under Windows, using the `mingw64' toolchain.
414
# All it requires is a standard Cygwin installation with the `mingw64'

0 commit comments

Comments
 (0)