summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2010-09-09 08:16:39 -0400
committerJohn Koleszar <jkoleszar@google.com>2010-09-09 10:01:21 -0400
commitc2140b8af169a6d93a70efc403a5956f5ec84dba (patch)
treef656907520cf85a3508419ce749ec70a9a197b47 /build
parent69ae8f475dd895fba0bc40ffdab0ca2d7537888c (diff)
downloadlibvpx-c2140b8af169a6d93a70efc403a5956f5ec84dba.tar
libvpx-c2140b8af169a6d93a70efc403a5956f5ec84dba.tar.gz
libvpx-c2140b8af169a6d93a70efc403a5956f5ec84dba.tar.bz2
libvpx-c2140b8af169a6d93a70efc403a5956f5ec84dba.zip
Use WebM in copyright notice for consistency
Changes 'The VP8 project' to 'The WebM project', for consistency with other webmproject.org repositories. Fixes issue #97. Change-Id: I37c13ed5fbdb9d334ceef71c6350e9febed9bbba
Diffstat (limited to 'build')
-rw-r--r--build/arm-wince-vs8/obj_int_extract.bat2
-rwxr-xr-xbuild/make/Makefile2
-rwxr-xr-xbuild/make/ads2gas.pl2
-rwxr-xr-xbuild/make/ads2gas_apple.pl2
-rwxr-xr-xbuild/make/armlink_adapter.sh2
-rwxr-xr-xbuild/make/gen_asm_deps.sh2
-rwxr-xr-xbuild/make/gen_msvs_def.sh2
-rwxr-xr-xbuild/make/gen_msvs_proj.sh2
-rwxr-xr-xbuild/make/gen_msvs_sln.sh2
-rw-r--r--build/make/obj_int_extract.c2
-rwxr-xr-xbuild/make/version.sh2
11 files changed, 11 insertions, 11 deletions
diff --git a/build/arm-wince-vs8/obj_int_extract.bat b/build/arm-wince-vs8/obj_int_extract.bat
index 84894508b..a361fc346 100644
--- a/build/arm-wince-vs8/obj_int_extract.bat
+++ b/build/arm-wince-vs8/obj_int_extract.bat
@@ -1,5 +1,5 @@
@echo off
-REM Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
+REM Copyright (c) 2010 The WebM project authors. All Rights Reserved.
REM
REM Use of this source code is governed by a BSD-style license
REM that can be found in the LICENSE file in the root of the source
diff --git a/build/make/Makefile b/build/make/Makefile
index 5011ce36d..1ca747a26 100755
--- a/build/make/Makefile
+++ b/build/make/Makefile
@@ -1,5 +1,5 @@
##
-## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
+## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
##
## Use of this source code is governed by a BSD-style license
## that can be found in the LICENSE file in the root of the source
diff --git a/build/make/ads2gas.pl b/build/make/ads2gas.pl
index 276db996d..3dff048b5 100755
--- a/build/make/ads2gas.pl
+++ b/build/make/ads2gas.pl
@@ -1,6 +1,6 @@
#!/usr/bin/perl
##
-## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
+## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
##
## Use of this source code is governed by a BSD-style license
## that can be found in the LICENSE file in the root of the source
diff --git a/build/make/ads2gas_apple.pl b/build/make/ads2gas_apple.pl
index b90c682c1..5014c61fb 100755
--- a/build/make/ads2gas_apple.pl
+++ b/build/make/ads2gas_apple.pl
@@ -1,6 +1,6 @@
#!/usr/bin/env perl
##
-## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
+## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
##
## Use of this source code is governed by a BSD-style license
## that can be found in the LICENSE file in the root of the source
diff --git a/build/make/armlink_adapter.sh b/build/make/armlink_adapter.sh
index df31c157a..571e46ec3 100755
--- a/build/make/armlink_adapter.sh
+++ b/build/make/armlink_adapter.sh
@@ -1,6 +1,6 @@
#!/bin/bash
##
-## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
+## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
##
## Use of this source code is governed by a BSD-style license
## that can be found in the LICENSE file in the root of the source
diff --git a/build/make/gen_asm_deps.sh b/build/make/gen_asm_deps.sh
index 53a8909c4..7c6c5d565 100755
--- a/build/make/gen_asm_deps.sh
+++ b/build/make/gen_asm_deps.sh
@@ -1,6 +1,6 @@
#!/bin/bash
##
-## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
+## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
##
## Use of this source code is governed by a BSD-style license
## that can be found in the LICENSE file in the root of the source
diff --git a/build/make/gen_msvs_def.sh b/build/make/gen_msvs_def.sh
index a231b4916..4defcc2e7 100755
--- a/build/make/gen_msvs_def.sh
+++ b/build/make/gen_msvs_def.sh
@@ -1,6 +1,6 @@
#!/bin/bash
##
-## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
+## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
##
## Use of this source code is governed by a BSD-style license
## that can be found in the LICENSE file in the root of the source
diff --git a/build/make/gen_msvs_proj.sh b/build/make/gen_msvs_proj.sh
index 5181d3252..584477f92 100755
--- a/build/make/gen_msvs_proj.sh
+++ b/build/make/gen_msvs_proj.sh
@@ -1,6 +1,6 @@
#!/bin/bash
##
-## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
+## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
##
## Use of this source code is governed by a BSD-style license
## that can be found in the LICENSE file in the root of the source
diff --git a/build/make/gen_msvs_sln.sh b/build/make/gen_msvs_sln.sh
index 24d6f5d27..9cf090067 100755
--- a/build/make/gen_msvs_sln.sh
+++ b/build/make/gen_msvs_sln.sh
@@ -1,6 +1,6 @@
#!/bin/bash
##
-## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
+## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
##
## Use of this source code is governed by a BSD-style license
## that can be found in the LICENSE file in the root of the source
diff --git a/build/make/obj_int_extract.c b/build/make/obj_int_extract.c
index 289d2e1a7..e01870f27 100644
--- a/build/make/obj_int_extract.c
+++ b/build/make/obj_int_extract.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
+ * Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
diff --git a/build/make/version.sh b/build/make/version.sh
index ff97300d2..3efb956bb 100755
--- a/build/make/version.sh
+++ b/build/make/version.sh
@@ -1,6 +1,6 @@
#!/bin/bash
##
-## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
+## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
##
## Use of this source code is governed by a BSD-style license
## that can be found in the LICENSE file in the root of the source