From d31f883c823b6ff09c84ab4e4263ae0868db9bba Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin <jmvalin@jmvalin.ca> Date: Tue, 1 Nov 2016 19:00:34 -0400 Subject: [PATCH] Add copyright notice to autogen.sh to make the Chromium people happy --- autogen.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/autogen.sh b/autogen.sh index 4de5f1c3d..380d1f3ca 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,4 +1,8 @@ #!/bin/sh +# Copyright (c) 2010-2015 Xiph.Org Foundation and contributors. +# Use of this source code is governed by a BSD-style license that can be +# found in the COPYING file. + # Run this to set up the build system: configure, makefiles, etc. set -e -- GitLab