Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@jmvalin.ca>2016-11-02 02:00:34 +0300
committerJean-Marc Valin <jmvalin@jmvalin.ca>2016-11-02 02:00:34 +0300
commitd31f883c823b6ff09c84ab4e4263ae0868db9bba (patch)
tree35c8e1082c5a6849cc56fc064417e9c689a0fdf2 /autogen.sh
parent80052fe3ccb4990bfd882f6c9bb3d65884890f76 (diff)
Add copyright notice to autogen.sh to make the Chromium people happy
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 4de5f1c3..380d1f3c 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