mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
13 lines
281 B
Bash
Executable File
13 lines
281 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Copyright (c) 2019 The DAML Authors. All rights reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
# Test that licenses are up-to-date
|
|
#
|
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
set -ex
|
|
cd $DIR/licenses
|
|
./extract.py check
|
|
./extract-js.py check
|