Skip to content

Commit fd1764e

Browse files
committed
Update headers in source files
Replace Google Inc. with Google LLC Remove 'All reights reserved' Updated using the following script: git reset --hard for year in {2000..2022} do find . -type f -print0 | xargs -0 sed -i "s/Copyright ${year}, Google Inc\./Copyright ${year}, Google LLC/" done find . -type f -print0 | xargs -0 sed -i "s/the name of Google Inc\./the name of Google LLC/" find . -type f -print0 | xargs -0 sed -i "/^ \* All rights reserved\.$/d" find . -type f -print0 | xargs -0 sed -i "/^ ~ All rights reserved\.$/d" find . -type f -print0 | xargs -0 sed -i "/^# All rights reserved\.$/d" echo "Remaining occourences of 'Google Inc'" find . -type f | xargs grep 'Google Inc' echo "Remaining occourences of 'All rights reserved'" find . -type f | xargs grep 'All rights reserved' Bug: b/260825748 Change-Id: Ibeb8a198c25d9d333a1cdd6afa465e2fc2702367
1 parent 4af208c commit fd1764e

File tree

754 files changed

+1432
-2187
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

754 files changed

+1432
-2187
lines changed

baksmali/build.gradle

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
* Copyright 2012, Google Inc.
3-
* All rights reserved.
2+
* Copyright 2012, Google LLC
43
*
54
* Redistribution and use in source and binary forms, with or without
65
* modification, are permitted provided that the following conditions are
@@ -12,7 +11,7 @@
1211
* copyright notice, this list of conditions and the following disclaimer
1312
* in the documentation and/or other materials provided with the
1413
* distribution.
15-
* * Neither the name of Google Inc. nor the names of its
14+
* * Neither the name of Google LLC nor the names of its
1615
* contributors may be used to endorse or promote products derived from
1716
* this software without specific prior written permission.
1817
*

baksmali/src/main/java/org/jf/baksmali/Adaptors/CommentingIndentingWriter.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
* Copyright 2013, Google Inc.
3-
* All rights reserved.
2+
* Copyright 2013, Google LLC
43
*
54
* Redistribution and use in source and binary forms, with or without
65
* modification, are permitted provided that the following conditions are
@@ -12,7 +11,7 @@
1211
* copyright notice, this list of conditions and the following disclaimer
1312
* in the documentation and/or other materials provided with the
1413
* distribution.
15-
* * Neither the name of Google Inc. nor the names of its
14+
* * Neither the name of Google LLC nor the names of its
1615
* contributors may be used to endorse or promote products derived from
1716
* this software without specific prior written permission.
1817
*

baksmali/src/main/java/org/jf/baksmali/Adaptors/Debug/BeginEpilogueMethodItem.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
* Copyright 2012, Google Inc.
3-
* All rights reserved.
2+
* Copyright 2012, Google LLC
43
*
54
* Redistribution and use in source and binary forms, with or without
65
* modification, are permitted provided that the following conditions are
@@ -12,7 +11,7 @@
1211
* copyright notice, this list of conditions and the following disclaimer
1312
* in the documentation and/or other materials provided with the
1413
* distribution.
15-
* * Neither the name of Google Inc. nor the names of its
14+
* * Neither the name of Google LLC nor the names of its
1615
* contributors may be used to endorse or promote products derived from
1716
* this software without specific prior written permission.
1817
*

baksmali/src/main/java/org/jf/baksmali/Adaptors/Debug/DebugMethodItem.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
* Copyright 2012, Google Inc.
3-
* All rights reserved.
2+
* Copyright 2012, Google LLC
43
*
54
* Redistribution and use in source and binary forms, with or without
65
* modification, are permitted provided that the following conditions are
@@ -12,7 +11,7 @@
1211
* copyright notice, this list of conditions and the following disclaimer
1312
* in the documentation and/or other materials provided with the
1413
* distribution.
15-
* * Neither the name of Google Inc. nor the names of its
14+
* * Neither the name of Google LLC nor the names of its
1615
* contributors may be used to endorse or promote products derived from
1716
* this software without specific prior written permission.
1817
*

baksmali/src/main/java/org/jf/baksmali/Adaptors/Debug/EndLocalMethodItem.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
* Copyright 2012, Google Inc.
3-
* All rights reserved.
2+
* Copyright 2012, Google LLC
43
*
54
* Redistribution and use in source and binary forms, with or without
65
* modification, are permitted provided that the following conditions are
@@ -12,7 +11,7 @@
1211
* copyright notice, this list of conditions and the following disclaimer
1312
* in the documentation and/or other materials provided with the
1413
* distribution.
15-
* * Neither the name of Google Inc. nor the names of its
14+
* * Neither the name of Google LLC nor the names of its
1615
* contributors may be used to endorse or promote products derived from
1716
* this software without specific prior written permission.
1817
*

baksmali/src/main/java/org/jf/baksmali/Adaptors/Debug/EndPrologueMethodItem.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
* Copyright 2012, Google Inc.
3-
* All rights reserved.
2+
* Copyright 2012, Google LLC
43
*
54
* Redistribution and use in source and binary forms, with or without
65
* modification, are permitted provided that the following conditions are
@@ -12,7 +11,7 @@
1211
* copyright notice, this list of conditions and the following disclaimer
1312
* in the documentation and/or other materials provided with the
1413
* distribution.
15-
* * Neither the name of Google Inc. nor the names of its
14+
* * Neither the name of Google LLC nor the names of its
1615
* contributors may be used to endorse or promote products derived from
1716
* this software without specific prior written permission.
1817
*

baksmali/src/main/java/org/jf/baksmali/Adaptors/Debug/LineNumberMethodItem.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
* Copyright 2012, Google Inc.
3-
* All rights reserved.
2+
* Copyright 2012, Google LLC
43
*
54
* Redistribution and use in source and binary forms, with or without
65
* modification, are permitted provided that the following conditions are
@@ -12,7 +11,7 @@
1211
* copyright notice, this list of conditions and the following disclaimer
1312
* in the documentation and/or other materials provided with the
1413
* distribution.
15-
* * Neither the name of Google Inc. nor the names of its
14+
* * Neither the name of Google LLC nor the names of its
1615
* contributors may be used to endorse or promote products derived from
1716
* this software without specific prior written permission.
1817
*

baksmali/src/main/java/org/jf/baksmali/Adaptors/Debug/LocalFormatter.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
* Copyright 2013, Google Inc.
3-
* All rights reserved.
2+
* Copyright 2013, Google LLC
43
*
54
* Redistribution and use in source and binary forms, with or without
65
* modification, are permitted provided that the following conditions are
@@ -12,7 +11,7 @@
1211
* copyright notice, this list of conditions and the following disclaimer
1312
* in the documentation and/or other materials provided with the
1413
* distribution.
15-
* * Neither the name of Google Inc. nor the names of its
14+
* * Neither the name of Google LLC nor the names of its
1615
* contributors may be used to endorse or promote products derived from
1716
* this software without specific prior written permission.
1817
*

baksmali/src/main/java/org/jf/baksmali/Adaptors/Debug/RestartLocalMethodItem.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
* Copyright 2012, Google Inc.
3-
* All rights reserved.
2+
* Copyright 2012, Google LLC
43
*
54
* Redistribution and use in source and binary forms, with or without
65
* modification, are permitted provided that the following conditions are
@@ -12,7 +11,7 @@
1211
* copyright notice, this list of conditions and the following disclaimer
1312
* in the documentation and/or other materials provided with the
1413
* distribution.
15-
* * Neither the name of Google Inc. nor the names of its
14+
* * Neither the name of Google LLC nor the names of its
1615
* contributors may be used to endorse or promote products derived from
1716
* this software without specific prior written permission.
1817
*

baksmali/src/main/java/org/jf/baksmali/Adaptors/Debug/SetSourceFileMethodItem.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
* Copyright 2012, Google Inc.
3-
* All rights reserved.
2+
* Copyright 2012, Google LLC
43
*
54
* Redistribution and use in source and binary forms, with or without
65
* modification, are permitted provided that the following conditions are
@@ -12,7 +11,7 @@
1211
* copyright notice, this list of conditions and the following disclaimer
1312
* in the documentation and/or other materials provided with the
1413
* distribution.
15-
* * Neither the name of Google Inc. nor the names of its
14+
* * Neither the name of Google LLC nor the names of its
1615
* contributors may be used to endorse or promote products derived from
1716
* this software without specific prior written permission.
1817
*

baksmali/src/main/java/org/jf/baksmali/Adaptors/Debug/StartLocalMethodItem.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
* Copyright 2012, Google Inc.
3-
* All rights reserved.
2+
* Copyright 2012, Google LLC
43
*
54
* Redistribution and use in source and binary forms, with or without
65
* modification, are permitted provided that the following conditions are
@@ -12,7 +11,7 @@
1211
* copyright notice, this list of conditions and the following disclaimer
1312
* in the documentation and/or other materials provided with the
1413
* distribution.
15-
* * Neither the name of Google Inc. nor the names of its
14+
* * Neither the name of Google LLC nor the names of its
1615
* contributors may be used to endorse or promote products derived from
1716
* this software without specific prior written permission.
1817
*

baksmali/src/main/java/org/jf/baksmali/AnalysisArguments.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
* Copyright 2016, Google Inc.
3-
* All rights reserved.
2+
* Copyright 2016, Google LLC
43
*
54
* Redistribution and use in source and binary forms, with or without
65
* modification, are permitted provided that the following conditions are
@@ -12,7 +11,7 @@
1211
* copyright notice, this list of conditions and the following disclaimer
1312
* in the documentation and/or other materials provided with the
1413
* distribution.
15-
* Neither the name of Google Inc. nor the names of its
14+
* Neither the name of Google LLC nor the names of its
1615
* contributors may be used to endorse or promote products derived from
1716
* this software without specific prior written permission.
1817
*

baksmali/src/main/java/org/jf/baksmali/BaksmaliOptions.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
* Copyright 2013, Google Inc.
3-
* All rights reserved.
2+
* Copyright 2013, Google LLC
43
*
54
* Redistribution and use in source and binary forms, with or without
65
* modification, are permitted provided that the following conditions are
@@ -12,7 +11,7 @@
1211
* copyright notice, this list of conditions and the following disclaimer
1312
* in the documentation and/or other materials provided with the
1413
* distribution.
15-
* * Neither the name of Google Inc. nor the names of its
14+
* * Neither the name of Google LLC nor the names of its
1615
* contributors may be used to endorse or promote products derived from
1716
* this software without specific prior written permission.
1817
*

baksmali/src/main/java/org/jf/baksmali/DeodexCommand.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
* Copyright 2016, Google Inc.
3-
* All rights reserved.
2+
* Copyright 2016, Google LLC
43
*
54
* Redistribution and use in source and binary forms, with or without
65
* modification, are permitted provided that the following conditions are
@@ -12,7 +11,7 @@
1211
* copyright notice, this list of conditions and the following disclaimer
1312
* in the documentation and/or other materials provided with the
1413
* distribution.
15-
* * Neither the name of Google Inc. nor the names of its
14+
* * Neither the name of Google LLC nor the names of its
1615
* contributors may be used to endorse or promote products derived from
1716
* this software without specific prior written permission.
1817
*

baksmali/src/main/java/org/jf/baksmali/DexInputCommand.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
* Copyright 2016, Google Inc.
3-
* All rights reserved.
2+
* Copyright 2016, Google LLC
43
*
54
* Redistribution and use in source and binary forms, with or without
65
* modification, are permitted provided that the following conditions are
@@ -12,7 +11,7 @@
1211
* copyright notice, this list of conditions and the following disclaimer
1312
* in the documentation and/or other materials provided with the
1413
* distribution.
15-
* Neither the name of Google Inc. nor the names of its
14+
* Neither the name of Google LLC nor the names of its
1615
* contributors may be used to endorse or promote products derived from
1716
* this software without specific prior written permission.
1817
*

baksmali/src/main/java/org/jf/baksmali/DisassembleCommand.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
* Copyright 2016, Google Inc.
3-
* All rights reserved.
2+
* Copyright 2016, Google LLC
43
*
54
* Redistribution and use in source and binary forms, with or without
65
* modification, are permitted provided that the following conditions are
@@ -12,7 +11,7 @@
1211
* copyright notice, this list of conditions and the following disclaimer
1312
* in the documentation and/or other materials provided with the
1413
* distribution.
15-
* * Neither the name of Google Inc. nor the names of its
14+
* * Neither the name of Google LLC nor the names of its
1615
* contributors may be used to endorse or promote products derived from
1716
* this software without specific prior written permission.
1817
*

baksmali/src/main/java/org/jf/baksmali/DumpCommand.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
* Copyright 2016, Google Inc.
3-
* All rights reserved.
2+
* Copyright 2016, Google LLC
43
*
54
* Redistribution and use in source and binary forms, with or without
65
* modification, are permitted provided that the following conditions are
@@ -12,7 +11,7 @@
1211
* copyright notice, this list of conditions and the following disclaimer
1312
* in the documentation and/or other materials provided with the
1413
* distribution.
15-
* * Neither the name of Google Inc. nor the names of its
14+
* * Neither the name of Google LLC nor the names of its
1615
* contributors may be used to endorse or promote products derived from
1716
* this software without specific prior written permission.
1817
*

baksmali/src/main/java/org/jf/baksmali/HelpCommand.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
* Copyright 2016, Google Inc.
3-
* All rights reserved.
2+
* Copyright 2016, Google LLC
43
*
54
* Redistribution and use in source and binary forms, with or without
65
* modification, are permitted provided that the following conditions are
@@ -12,7 +11,7 @@
1211
* copyright notice, this list of conditions and the following disclaimer
1312
* in the documentation and/or other materials provided with the
1413
* distribution.
15-
* Neither the name of Google Inc. nor the names of its
14+
* Neither the name of Google LLC nor the names of its
1615
* contributors may be used to endorse or promote products derived from
1716
* this software without specific prior written permission.
1817
*

baksmali/src/main/java/org/jf/baksmali/ListClassesCommand.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
* Copyright 2016, Google Inc.
3-
* All rights reserved.
2+
* Copyright 2016, Google LLC
43
*
54
* Redistribution and use in source and binary forms, with or without
65
* modification, are permitted provided that the following conditions are
@@ -12,7 +11,7 @@
1211
* copyright notice, this list of conditions and the following disclaimer
1312
* in the documentation and/or other materials provided with the
1413
* distribution.
15-
* Neither the name of Google Inc. nor the names of its
14+
* Neither the name of Google LLC nor the names of its
1615
* contributors may be used to endorse or promote products derived from
1716
* this software without specific prior written permission.
1817
*

baksmali/src/main/java/org/jf/baksmali/ListCommand.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
* Copyright 2016, Google Inc.
3-
* All rights reserved.
2+
* Copyright 2016, Google LLC
43
*
54
* Redistribution and use in source and binary forms, with or without
65
* modification, are permitted provided that the following conditions are
@@ -12,7 +11,7 @@
1211
* copyright notice, this list of conditions and the following disclaimer
1312
* in the documentation and/or other materials provided with the
1413
* distribution.
15-
* Neither the name of Google Inc. nor the names of its
14+
* Neither the name of Google LLC nor the names of its
1615
* contributors may be used to endorse or promote products derived from
1716
* this software without specific prior written permission.
1817
*

baksmali/src/main/java/org/jf/baksmali/ListDependenciesCommand.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
* Copyright 2016, Google Inc.
3-
* All rights reserved.
2+
* Copyright 2016, Google LLC
43
*
54
* Redistribution and use in source and binary forms, with or without
65
* modification, are permitted provided that the following conditions are
@@ -12,7 +11,7 @@
1211
* copyright notice, this list of conditions and the following disclaimer
1312
* in the documentation and/or other materials provided with the
1413
* distribution.
15-
* Neither the name of Google Inc. nor the names of its
14+
* Neither the name of Google LLC nor the names of its
1615
* contributors may be used to endorse or promote products derived from
1716
* this software without specific prior written permission.
1817
*

baksmali/src/main/java/org/jf/baksmali/ListDexCommand.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
* Copyright 2016, Google Inc.
3-
* All rights reserved.
2+
* Copyright 2016, Google LLC
43
*
54
* Redistribution and use in source and binary forms, with or without
65
* modification, are permitted provided that the following conditions are
@@ -12,7 +11,7 @@
1211
* copyright notice, this list of conditions and the following disclaimer
1312
* in the documentation and/or other materials provided with the
1413
* distribution.
15-
* Neither the name of Google Inc. nor the names of its
14+
* Neither the name of Google LLC nor the names of its
1615
* contributors may be used to endorse or promote products derived from
1716
* this software without specific prior written permission.
1817
*

baksmali/src/main/java/org/jf/baksmali/ListFieldOffsetsCommand.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
* Copyright 2016, Google Inc.
3-
* All rights reserved.
2+
* Copyright 2016, Google LLC
43
*
54
* Redistribution and use in source and binary forms, with or without
65
* modification, are permitted provided that the following conditions are
@@ -12,7 +11,7 @@
1211
* copyright notice, this list of conditions and the following disclaimer
1312
* in the documentation and/or other materials provided with the
1413
* distribution.
15-
* Neither the name of Google Inc. nor the names of its
14+
* Neither the name of Google LLC nor the names of its
1615
* contributors may be used to endorse or promote products derived from
1716
* this software without specific prior written permission.
1817
*

0 commit comments

Comments
 (0)