summaryrefslogtreecommitdiff
path: root/build/make
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2010-06-18 12:39:21 -0400
committerJohn Koleszar <jkoleszar@google.com>2010-06-18 13:06:11 -0400
commit94c52e4da8a3532989c84f6b0da695dfaeb18449 (patch)
treee0d900514cde3940849a04fd08ea022007c569b1 /build/make
parentc65e8e8e463a62f89e86bfa7e7da6c5a13d501b4 (diff)
downloadlibvpx-94c52e4da8a3532989c84f6b0da695dfaeb18449.tar
libvpx-94c52e4da8a3532989c84f6b0da695dfaeb18449.tar.gz
libvpx-94c52e4da8a3532989c84f6b0da695dfaeb18449.tar.bz2
libvpx-94c52e4da8a3532989c84f6b0da695dfaeb18449.zip
cosmetics: trim trailing whitespace
When the license headers were updated, they accidentally contained trailing whitespace, so unfortunately we have to touch all the files again. Change-Id: I236c05fade06589e417179c0444cb39b09e4200d
Diffstat (limited to 'build/make')
-rwxr-xr-xbuild/make/Makefile8
-rwxr-xr-xbuild/make/ads2gas.pl8
-rwxr-xr-xbuild/make/ads2gas_apple.pl8
-rwxr-xr-xbuild/make/armlink_adapter.sh4
-rwxr-xr-xbuild/make/gen_asm_deps.sh4
-rwxr-xr-xbuild/make/gen_msvs_def.sh4
-rwxr-xr-xbuild/make/gen_msvs_proj.sh4
-rwxr-xr-xbuild/make/gen_msvs_sln.sh4
-rw-r--r--build/make/obj_int_extract.c4
-rwxr-xr-xbuild/make/version.sh4
10 files changed, 26 insertions, 26 deletions
diff --git a/build/make/Makefile b/build/make/Makefile
index 4f7df439a..931614f8a 100755
--- a/build/make/Makefile
+++ b/build/make/Makefile
@@ -1,11 +1,11 @@
##
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
-##
-## Use of this source code is governed by a BSD-style license
+##
+## 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
## tree. An additional intellectual property rights grant can be found
-## in the file PATENTS. All contributing project authors may
-## be found in the AUTHORS file in the root of the source tree.
+## in the file PATENTS. All contributing project authors may
+## be found in the AUTHORS file in the root of the source tree.
##
diff --git a/build/make/ads2gas.pl b/build/make/ads2gas.pl
index bd5e7722f..276db996d 100755
--- a/build/make/ads2gas.pl
+++ b/build/make/ads2gas.pl
@@ -1,12 +1,12 @@
#!/usr/bin/perl
##
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
-##
-## Use of this source code is governed by a BSD-style license
+##
+## 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
## tree. An additional intellectual property rights grant can be found
-## in the file PATENTS. All contributing project authors may
-## be found in the AUTHORS file in the root of the source tree.
+## in the file PATENTS. All contributing project authors may
+## be found in the AUTHORS file in the root of the source tree.
##
diff --git a/build/make/ads2gas_apple.pl b/build/make/ads2gas_apple.pl
index 7a324452c..b90c682c1 100755
--- a/build/make/ads2gas_apple.pl
+++ b/build/make/ads2gas_apple.pl
@@ -1,12 +1,12 @@
#!/usr/bin/env perl
##
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
-##
-## Use of this source code is governed by a BSD-style license
+##
+## 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
## tree. An additional intellectual property rights grant can be found
-## in the file PATENTS. All contributing project authors may
-## be found in the AUTHORS file in the root of the source tree.
+## in the file PATENTS. All contributing project authors may
+## be found in the AUTHORS file in the root of the source tree.
##
diff --git a/build/make/armlink_adapter.sh b/build/make/armlink_adapter.sh
index 25fb6277e..df31c157a 100755
--- a/build/make/armlink_adapter.sh
+++ b/build/make/armlink_adapter.sh
@@ -2,10 +2,10 @@
##
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
##
-## Use of this source code is governed by a BSD-style license
+## 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
## tree. An additional intellectual property rights grant can be found
-## in the file PATENTS. All contributing project authors may
+## in the file PATENTS. All contributing project authors may
## be found in the AUTHORS file in the root of the source tree.
##
diff --git a/build/make/gen_asm_deps.sh b/build/make/gen_asm_deps.sh
index 2c972e5a0..53a8909c4 100755
--- a/build/make/gen_asm_deps.sh
+++ b/build/make/gen_asm_deps.sh
@@ -2,10 +2,10 @@
##
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
##
-## Use of this source code is governed by a BSD-style license
+## 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
## tree. An additional intellectual property rights grant can be found
-## in the file PATENTS. All contributing project authors may
+## in the file PATENTS. All contributing project authors may
## be found in the AUTHORS file in the root of the source tree.
##
diff --git a/build/make/gen_msvs_def.sh b/build/make/gen_msvs_def.sh
index b5c54fda9..a231b4916 100755
--- a/build/make/gen_msvs_def.sh
+++ b/build/make/gen_msvs_def.sh
@@ -2,10 +2,10 @@
##
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
##
-## Use of this source code is governed by a BSD-style license
+## 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
## tree. An additional intellectual property rights grant can be found
-## in the file PATENTS. All contributing project authors may
+## in the file PATENTS. All contributing project authors may
## be found in the AUTHORS file in the root of the source tree.
##
diff --git a/build/make/gen_msvs_proj.sh b/build/make/gen_msvs_proj.sh
index d94ae4d80..7dd0ad123 100755
--- a/build/make/gen_msvs_proj.sh
+++ b/build/make/gen_msvs_proj.sh
@@ -2,10 +2,10 @@
##
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
##
-## Use of this source code is governed by a BSD-style license
+## 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
## tree. An additional intellectual property rights grant can be found
-## in the file PATENTS. All contributing project authors may
+## in the file PATENTS. All contributing project authors may
## be found in the AUTHORS file in the root of the source tree.
##
diff --git a/build/make/gen_msvs_sln.sh b/build/make/gen_msvs_sln.sh
index ef425f565..b0904f99e 100755
--- a/build/make/gen_msvs_sln.sh
+++ b/build/make/gen_msvs_sln.sh
@@ -2,10 +2,10 @@
##
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
##
-## Use of this source code is governed by a BSD-style license
+## 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
## tree. An additional intellectual property rights grant can be found
-## in the file PATENTS. All contributing project authors may
+## in the file PATENTS. All contributing project authors may
## be found in the AUTHORS file in the root of the source tree.
##
diff --git a/build/make/obj_int_extract.c b/build/make/obj_int_extract.c
index 0f64e8921..289d2e1a7 100644
--- a/build/make/obj_int_extract.c
+++ b/build/make/obj_int_extract.c
@@ -1,10 +1,10 @@
/*
* Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
*
- * Use of this source code is governed by a BSD-style license
+ * 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
* tree. An additional intellectual property rights grant can be found
- * in the file PATENTS. All contributing project authors may
+ * in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
diff --git a/build/make/version.sh b/build/make/version.sh
index 81682d614..ff97300d2 100755
--- a/build/make/version.sh
+++ b/build/make/version.sh
@@ -2,10 +2,10 @@
##
## Copyright (c) 2010 The VP8 project authors. All Rights Reserved.
##
-## Use of this source code is governed by a BSD-style license
+## 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
## tree. An additional intellectual property rights grant can be found
-## in the file PATENTS. All contributing project authors may
+## in the file PATENTS. All contributing project authors may
## be found in the AUTHORS file in the root of the source tree.
##