#!/bin/bash

set -e
go tool gonum.org/v1/tools/cmd/check-copyright -notice "(Copyright ©20[0-9]{2} The Gonum Authors\. All rights reserved\.|[Cc]ode generated by .*; DO NOT EDIT\.)"
