Skip to content

Commit abd4d61

Browse files
committed
Rationalize copyrights headers
The headers were modified with `find . -type f -exec 'sed' '-Ei' 's|Copyright 201([45]) Google Inc|Copyright 201\1 The Bazel Authors|' '{}' ';'` And manual edit for not Google owned copyright. The list of authors were extracted from the git log.
1 parent 621a58e commit abd4d61

File tree

21 files changed

+46
-19
lines changed

21 files changed

+46
-19
lines changed

AUTHORS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# This is the official list of Bazel authors for copyright purposes.
2+
# This file is distinct from the CONTRIBUTORS files.
3+
# See the latter for an explanation.
4+
5+
# Names should be added to this file as:
6+
# Name or Organization <email address>
7+
# The email address is not required for organizations.
8+
9+
Google Inc.
10+
Manfred Touron <[email protected]>

CONTRIBUTORS

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# People who have agreed to one of the CLAs and can contribute patches.
2+
# The AUTHORS file lists the copyright holders; this file
3+
# lists people. For example, Google employees are listed here
4+
# but not in AUTHORS, because Google holds the copyright.
5+
#
6+
# https://developers.google.com/open-source/cla/individual
7+
# https://developers.google.com/open-source/cla/corporate
8+
#
9+
# Names should be added to this file as:
10+
# Name <email address>
11+
12+
Kristina Chodorow <[email protected]>
13+
Damien Martin-Guillerez <[email protected]>
14+
Han-Wen Nienhuys <[email protected]>
15+
Christopher Parsons <[email protected]>
16+
Michael Staib <[email protected]>
17+
Manfred Touron <[email protected]>

android-ndk/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2015 Google Inc. All Rights Reserved.
2+
# Copyright 2015 The Bazel Authors. All Rights Reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

android-ndk/BUILD.sysroot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2015 Google Inc. All Rights Reserved.
2+
# Copyright 2015 The Bazel Authors. All Rights Reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

android-ndk/CROSSTOOL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2015 Google Inc. All Rights Reserved.
2+
# Copyright 2015 The Bazel Authors. All Rights Reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

android-prebuilts/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The whole of crosstool for all configurations.
22

33
#
4-
# Copyright 2014 Google Inc. All Rights Reserved.
4+
# Copyright 2014 The Bazel Authors. All Rights Reserved.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

android-prebuilts/gen-crosstool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/python
22
#
3-
# Copyright 2014 Google Inc. All Rights Reserved.
3+
# Copyright 2014 The Bazel Authors. All Rights Reserved.
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

android-prebuilts/get-toolchains.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Copyright 2014 Google Inc. All Rights Reserved.
3+
# Copyright 2014 The Bazel Authors. All Rights Reserved.
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

protobuf-2.5.0/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2014 Google Inc. All Rights Reserved.
2+
# Copyright 2014 The Bazel Authors. All Rights Reserved.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

protobuf-2.5.0/BUILD.src.google.protobuf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- Python -*-
22

33
#
4-
# Copyright 2014 Google Inc. All Rights Reserved.
4+
# Copyright 2014 The Bazel Authors. All Rights Reserved.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)