diff --git a/LICENSE b/LICENSE index 188fb2b0b..b96dcb048 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2013-present, Facebook, Inc. +Copyright (c) Facebook, Inc. and its affiliates. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Makefile b/Makefile index 6bfb7450d..1356895e9 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2015-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/Makefile.autoconf.in b/Makefile.autoconf.in index 575e57354..f019da4cf 100644 --- a/Makefile.autoconf.in +++ b/Makefile.autoconf.in @@ -1,4 +1,4 @@ -# Copyright (c) 2015-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/Makefile.config b/Makefile.config index d94f38d1d..c7c4156dc 100644 --- a/Makefile.config +++ b/Makefile.config @@ -1,4 +1,4 @@ -# Copyright (c) 2015-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/autogen.sh b/autogen.sh index 8b1d68c2d..9d3c1fdd9 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2015-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/build-infer.sh b/build-infer.sh index f80a0f1b3..d4ef13c81 100755 --- a/build-infer.sh +++ b/build-infer.sh @@ -2,7 +2,7 @@ # Convenience script to build Infer when using opam -# Copyright (c) 2015-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/configure.ac b/configure.ac index ac6703a99..513f7a036 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -dnl Copyright (c) 2015-present, Facebook, Inc. +dnl Copyright (c) Facebook, Inc. and its affiliates. dnl dnl This source code is licensed under the MIT license found in the dnl LICENSE file in the root directory of this source tree. diff --git a/dependencies/ocamldot/Makefile b/dependencies/ocamldot/Makefile index f7e7de1da..f55ac0463 100644 --- a/dependencies/ocamldot/Makefile +++ b/dependencies/ocamldot/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/docker/0.14.0/run.sh b/docker/0.14.0/run.sh index af797114e..a64226557 100755 --- a/docker/0.14.0/run.sh +++ b/docker/0.14.0/run.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (c) 2015-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/examples/Hello.java b/examples/Hello.java index 1d6f1b26c..3f6e5774e 100644 --- a/examples/Hello.java +++ b/examples/Hello.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/examples/Hello.m b/examples/Hello.m index 1e979306b..b65888361 100644 --- a/examples/Hello.m +++ b/examples/Hello.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/examples/android_hello/app/src/androidTest/java/infer/inferandroidexample/ApplicationTest.java b/examples/android_hello/app/src/androidTest/java/infer/inferandroidexample/ApplicationTest.java index bc29537b5..bd8288235 100644 --- a/examples/android_hello/app/src/androidTest/java/infer/inferandroidexample/ApplicationTest.java +++ b/examples/android_hello/app/src/androidTest/java/infer/inferandroidexample/ApplicationTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/examples/android_hello/app/src/main/java/infer/inferandroidexample/Generated.java b/examples/android_hello/app/src/main/java/infer/inferandroidexample/Generated.java index 20cba1c0c..f54ad2583 100644 --- a/examples/android_hello/app/src/main/java/infer/inferandroidexample/Generated.java +++ b/examples/android_hello/app/src/main/java/infer/inferandroidexample/Generated.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/examples/android_hello/app/src/main/java/infer/inferandroidexample/MainActivity.java b/examples/android_hello/app/src/main/java/infer/inferandroidexample/MainActivity.java index 8d77ed5de..d5d1f4bd7 100644 --- a/examples/android_hello/app/src/main/java/infer/inferandroidexample/MainActivity.java +++ b/examples/android_hello/app/src/main/java/infer/inferandroidexample/MainActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/examples/android_hello/app/src/main/java/infer/other/MainActivity.java b/examples/android_hello/app/src/main/java/infer/other/MainActivity.java index e59d83d36..1f140af09 100644 --- a/examples/android_hello/app/src/main/java/infer/other/MainActivity.java +++ b/examples/android_hello/app/src/main/java/infer/other/MainActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/examples/c_hello/Makefile b/examples/c_hello/Makefile index 99ffb0580..d7dd2435d 100644 --- a/examples/c_hello/Makefile +++ b/examples/c_hello/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/examples/c_hello/example.c b/examples/c_hello/example.c index 7f1e582d6..b27aaeefb 100644 --- a/examples/c_hello/example.c +++ b/examples/c_hello/example.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/examples/demo/00/Makefile b/examples/demo/00/Makefile index d4c1a43ea..fba74ef97 100644 --- a/examples/demo/00/Makefile +++ b/examples/demo/00/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/examples/demo/00/simple_null.cpp b/examples/demo/00/simple_null.cpp index a95420c1c..e0aeec207 100644 --- a/examples/demo/00/simple_null.cpp +++ b/examples/demo/00/simple_null.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/examples/demo/01/Makefile b/examples/demo/01/Makefile index 92075fae2..ea453e8fb 100644 --- a/examples/demo/01/Makefile +++ b/examples/demo/01/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/examples/demo/01/simple_null_interproc.c b/examples/demo/01/simple_null_interproc.c index d1102ce7f..b37c34fe0 100644 --- a/examples/demo/01/simple_null_interproc.c +++ b/examples/demo/01/simple_null_interproc.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/examples/demo/01/simple_null_interproc_fixed.c b/examples/demo/01/simple_null_interproc_fixed.c index c55c8d146..085b46723 100644 --- a/examples/demo/01/simple_null_interproc_fixed.c +++ b/examples/demo/01/simple_null_interproc_fixed.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/examples/demo/01/wrappers.c b/examples/demo/01/wrappers.c index 8276abb69..f0718dcef 100644 --- a/examples/demo/01/wrappers.c +++ b/examples/demo/01/wrappers.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/examples/demo/02/Makefile b/examples/demo/02/Makefile index 6749eef7d..9efda4793 100644 --- a/examples/demo/02/Makefile +++ b/examples/demo/02/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/examples/demo/02/Resources.java b/examples/demo/02/Resources.java index f00bb1adb..2a9e75435 100644 --- a/examples/demo/02/Resources.java +++ b/examples/demo/02/Resources.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/examples/demo/02/ResourcesFixed.java b/examples/demo/02/ResourcesFixed.java index 2285f0c6e..2018e30b6 100644 --- a/examples/demo/02/ResourcesFixed.java +++ b/examples/demo/02/ResourcesFixed.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/examples/demo/03.fixed/Account.java b/examples/demo/03.fixed/Account.java index 1efb233b8..660484ff5 100644 --- a/examples/demo/03.fixed/Account.java +++ b/examples/demo/03.fixed/Account.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. @@ -8,5 +8,6 @@ @ThreadSafe public interface Account { void deposit(int amount); + int withdraw(int amount); } diff --git a/examples/demo/03.fixed/AccountImplementation.java b/examples/demo/03.fixed/AccountImplementation.java index 369595e8a..61e7e5af1 100644 --- a/examples/demo/03.fixed/AccountImplementation.java +++ b/examples/demo/03.fixed/AccountImplementation.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. @@ -19,7 +19,7 @@ class AccountImplementation implements Account { } } - public synchronized int withdraw(int amount){ + public synchronized int withdraw(int amount) { if (amount >= 0 && mBalance - amount >= 0) { addToBalance(-amount); return mBalance; diff --git a/examples/demo/03.fixed/Client.java b/examples/demo/03.fixed/Client.java index 157331fdb..70f9d8dba 100644 --- a/examples/demo/03.fixed/Client.java +++ b/examples/demo/03.fixed/Client.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/examples/demo/03.fixed/Makefile b/examples/demo/03.fixed/Makefile index c7947edd8..8e62b28f6 100644 --- a/examples/demo/03.fixed/Makefile +++ b/examples/demo/03.fixed/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/examples/demo/03.fixed/ThreadSafe.java b/examples/demo/03.fixed/ThreadSafe.java index 97361463b..79f1711bd 100644 --- a/examples/demo/03.fixed/ThreadSafe.java +++ b/examples/demo/03.fixed/ThreadSafe.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/examples/demo/03/Account.java b/examples/demo/03/Account.java index 313fd59ab..be2417d99 100644 --- a/examples/demo/03/Account.java +++ b/examples/demo/03/Account.java @@ -1,10 +1,11 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ public interface Account { void deposit(int amount); + int withdraw(int amount); } diff --git a/examples/demo/03/AccountImplementation.java b/examples/demo/03/AccountImplementation.java index 352ec52f0..cc019ba9d 100644 --- a/examples/demo/03/AccountImplementation.java +++ b/examples/demo/03/AccountImplementation.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. @@ -19,7 +19,7 @@ class AccountImplementation implements Account { } } - public int withdraw(int amount){ + public int withdraw(int amount) { if (amount >= 0 && mBalance - amount >= 0) { addToBalance(-amount); return mBalance; diff --git a/examples/demo/03/Client.java b/examples/demo/03/Client.java index 0ea7582ef..f8f976cc6 100644 --- a/examples/demo/03/Client.java +++ b/examples/demo/03/Client.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/examples/demo/03/Makefile b/examples/demo/03/Makefile index c7947edd8..8e62b28f6 100644 --- a/examples/demo/03/Makefile +++ b/examples/demo/03/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/examples/demo/03/ThreadSafe.java b/examples/demo/03/ThreadSafe.java index 97361463b..79f1711bd 100644 --- a/examples/demo/03/ThreadSafe.java +++ b/examples/demo/03/ThreadSafe.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/examples/demo/04.fixed/Client.java b/examples/demo/04.fixed/Client.java index 274133589..cdd38148f 100644 --- a/examples/demo/04.fixed/Client.java +++ b/examples/demo/04.fixed/Client.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. @@ -10,6 +10,6 @@ public class Client { String foo() { Library lib = new Library(); T t = lib.get(); - return t == null? "default": t.toString(); + return t == null ? "default" : t.toString(); } } diff --git a/examples/demo/04.fixed/Library.java b/examples/demo/04.fixed/Library.java index 3296ebafd..335a332f5 100644 --- a/examples/demo/04.fixed/Library.java +++ b/examples/demo/04.fixed/Library.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. @@ -15,7 +15,8 @@ public class Library { t = mayReturnNull(); } - @Nullable public T get() { + @Nullable + public T get() { return t; } } diff --git a/examples/demo/04.fixed/Makefile b/examples/demo/04.fixed/Makefile index 9024e83cd..0dc974c2c 100644 --- a/examples/demo/04.fixed/Makefile +++ b/examples/demo/04.fixed/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/examples/demo/04.fixed/Nullable.java b/examples/demo/04.fixed/Nullable.java index 8f1ae2c6a..e024892f6 100644 --- a/examples/demo/04.fixed/Nullable.java +++ b/examples/demo/04.fixed/Nullable.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/examples/demo/04/Client.java b/examples/demo/04/Client.java index 4cb22cfb1..0e384d0ed 100644 --- a/examples/demo/04/Client.java +++ b/examples/demo/04/Client.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/examples/demo/04/Library.java b/examples/demo/04/Library.java index 9b3c88f2c..1489ac344 100644 --- a/examples/demo/04/Library.java +++ b/examples/demo/04/Library.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/examples/demo/04/Makefile b/examples/demo/04/Makefile index 9024e83cd..0dc974c2c 100644 --- a/examples/demo/04/Makefile +++ b/examples/demo/04/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/examples/demo/04/Nullable.java b/examples/demo/04/Nullable.java index 8f1ae2c6a..e024892f6 100644 --- a/examples/demo/04/Nullable.java +++ b/examples/demo/04/Nullable.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/examples/demo/Makefile b/examples/demo/Makefile index bd39ecab3..a45e66219 100644 --- a/examples/demo/Makefile +++ b/examples/demo/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2019-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/examples/demo/demo.sh b/examples/demo/demo.sh index d7f72d72d..6e972744e 100755 --- a/examples/demo/demo.sh +++ b/examples/demo/demo.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) 2019-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/examples/hello.c b/examples/hello.c index d1dd780a4..d21a6cdbd 100644 --- a/examples/hello.c +++ b/examples/hello.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/examples/ios_hello/HelloWorldApp/AppDelegate.h b/examples/ios_hello/HelloWorldApp/AppDelegate.h index a4a962b90..48b8e7942 100644 --- a/examples/ios_hello/HelloWorldApp/AppDelegate.h +++ b/examples/ios_hello/HelloWorldApp/AppDelegate.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/examples/ios_hello/HelloWorldApp/AppDelegate.m b/examples/ios_hello/HelloWorldApp/AppDelegate.m index abdbd00aa..78f28c92c 100644 --- a/examples/ios_hello/HelloWorldApp/AppDelegate.m +++ b/examples/ios_hello/HelloWorldApp/AppDelegate.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/examples/ios_hello/HelloWorldApp/Hello.h b/examples/ios_hello/HelloWorldApp/Hello.h index b692052e9..c5b149a6f 100644 --- a/examples/ios_hello/HelloWorldApp/Hello.h +++ b/examples/ios_hello/HelloWorldApp/Hello.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/examples/ios_hello/HelloWorldApp/Hello.m b/examples/ios_hello/HelloWorldApp/Hello.m index 14eb1f5a3..f1ce901c2 100644 --- a/examples/ios_hello/HelloWorldApp/Hello.m +++ b/examples/ios_hello/HelloWorldApp/Hello.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/examples/ios_hello/HelloWorldApp/ViewController.h b/examples/ios_hello/HelloWorldApp/ViewController.h index 735084f04..9074cbc5e 100644 --- a/examples/ios_hello/HelloWorldApp/ViewController.h +++ b/examples/ios_hello/HelloWorldApp/ViewController.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/examples/ios_hello/HelloWorldApp/ViewController.m b/examples/ios_hello/HelloWorldApp/ViewController.m index 5f7469acf..4d3761d74 100644 --- a/examples/ios_hello/HelloWorldApp/ViewController.m +++ b/examples/ios_hello/HelloWorldApp/ViewController.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/examples/ios_hello/HelloWorldApp/main.m b/examples/ios_hello/HelloWorldApp/main.m index 433340ae3..b2fc25892 100644 --- a/examples/ios_hello/HelloWorldApp/main.m +++ b/examples/ios_hello/HelloWorldApp/main.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/examples/ios_hello/HelloWorldAppTests/HelloWorldAppTests.m b/examples/ios_hello/HelloWorldAppTests/HelloWorldAppTests.m index 68e3e5ea7..cc1dc36e0 100644 --- a/examples/ios_hello/HelloWorldAppTests/HelloWorldAppTests.m +++ b/examples/ios_hello/HelloWorldAppTests/HelloWorldAppTests.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/examples/java_hello/Hello.java b/examples/java_hello/Hello.java index e51e8ca4b..447294d2c 100644 --- a/examples/java_hello/Hello.java +++ b/examples/java_hello/Hello.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/examples/java_hello/Makefile b/examples/java_hello/Makefile index 7a335da71..5bc6b9909 100644 --- a/examples/java_hello/Makefile +++ b/examples/java_hello/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/examples/java_hello/Pointers.java b/examples/java_hello/Pointers.java index 4f0001187..6db153934 100644 --- a/examples/java_hello/Pointers.java +++ b/examples/java_hello/Pointers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/examples/java_hello/Resources.java b/examples/java_hello/Resources.java index 0f4f7201d..50dac48a9 100644 --- a/examples/java_hello/Resources.java +++ b/examples/java_hello/Resources.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/annotations/Makefile b/infer/annotations/Makefile index 50f5a558e..d4a292142 100644 --- a/infer/annotations/Makefile +++ b/infer/annotations/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2015-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/annotations/src/main/java/com/facebook/infer/annotation/Assertions.java b/infer/annotations/src/main/java/com/facebook/infer/annotation/Assertions.java index bff7a28bb..61b823a13 100644 --- a/infer/annotations/src/main/java/com/facebook/infer/annotation/Assertions.java +++ b/infer/annotations/src/main/java/com/facebook/infer/annotation/Assertions.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/annotations/src/main/java/com/facebook/infer/annotation/Cleanup.java b/infer/annotations/src/main/java/com/facebook/infer/annotation/Cleanup.java index 87f2b80db..4995354bd 100644 --- a/infer/annotations/src/main/java/com/facebook/infer/annotation/Cleanup.java +++ b/infer/annotations/src/main/java/com/facebook/infer/annotation/Cleanup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/annotations/src/main/java/com/facebook/infer/annotation/Expensive.java b/infer/annotations/src/main/java/com/facebook/infer/annotation/Expensive.java index 0c4febe0a..bc239a7a3 100644 --- a/infer/annotations/src/main/java/com/facebook/infer/annotation/Expensive.java +++ b/infer/annotations/src/main/java/com/facebook/infer/annotation/Expensive.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/annotations/src/main/java/com/facebook/infer/annotation/FalseOnNull.java b/infer/annotations/src/main/java/com/facebook/infer/annotation/FalseOnNull.java index ec3cb3a62..f8cf958c1 100644 --- a/infer/annotations/src/main/java/com/facebook/infer/annotation/FalseOnNull.java +++ b/infer/annotations/src/main/java/com/facebook/infer/annotation/FalseOnNull.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/annotations/src/main/java/com/facebook/infer/annotation/Functional.java b/infer/annotations/src/main/java/com/facebook/infer/annotation/Functional.java index de47fe182..5ffc24535 100644 --- a/infer/annotations/src/main/java/com/facebook/infer/annotation/Functional.java +++ b/infer/annotations/src/main/java/com/facebook/infer/annotation/Functional.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/annotations/src/main/java/com/facebook/infer/annotation/IgnoreAllocations.java b/infer/annotations/src/main/java/com/facebook/infer/annotation/IgnoreAllocations.java index 94f51bddf..f92990fe8 100644 --- a/infer/annotations/src/main/java/com/facebook/infer/annotation/IgnoreAllocations.java +++ b/infer/annotations/src/main/java/com/facebook/infer/annotation/IgnoreAllocations.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/annotations/src/main/java/com/facebook/infer/annotation/Initializer.java b/infer/annotations/src/main/java/com/facebook/infer/annotation/Initializer.java index 8909669e9..fb3d33eae 100644 --- a/infer/annotations/src/main/java/com/facebook/infer/annotation/Initializer.java +++ b/infer/annotations/src/main/java/com/facebook/infer/annotation/Initializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/annotations/src/main/java/com/facebook/infer/annotation/IntegritySink.java b/infer/annotations/src/main/java/com/facebook/infer/annotation/IntegritySink.java index 5d5b367cd..ce901ebf2 100644 --- a/infer/annotations/src/main/java/com/facebook/infer/annotation/IntegritySink.java +++ b/infer/annotations/src/main/java/com/facebook/infer/annotation/IntegritySink.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/annotations/src/main/java/com/facebook/infer/annotation/IntegritySource.java b/infer/annotations/src/main/java/com/facebook/infer/annotation/IntegritySource.java index a745c9e23..487661807 100644 --- a/infer/annotations/src/main/java/com/facebook/infer/annotation/IntegritySource.java +++ b/infer/annotations/src/main/java/com/facebook/infer/annotation/IntegritySource.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/annotations/src/main/java/com/facebook/infer/annotation/Mutable.java b/infer/annotations/src/main/java/com/facebook/infer/annotation/Mutable.java index f4286518d..fa550474b 100644 --- a/infer/annotations/src/main/java/com/facebook/infer/annotation/Mutable.java +++ b/infer/annotations/src/main/java/com/facebook/infer/annotation/Mutable.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/annotations/src/main/java/com/facebook/infer/annotation/NoAllocation.java b/infer/annotations/src/main/java/com/facebook/infer/annotation/NoAllocation.java index 54161eb15..ff5c52a39 100644 --- a/infer/annotations/src/main/java/com/facebook/infer/annotation/NoAllocation.java +++ b/infer/annotations/src/main/java/com/facebook/infer/annotation/NoAllocation.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/annotations/src/main/java/com/facebook/infer/annotation/NonBlocking.java b/infer/annotations/src/main/java/com/facebook/infer/annotation/NonBlocking.java index d1a09e8c5..7ccb13191 100644 --- a/infer/annotations/src/main/java/com/facebook/infer/annotation/NonBlocking.java +++ b/infer/annotations/src/main/java/com/facebook/infer/annotation/NonBlocking.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/annotations/src/main/java/com/facebook/infer/annotation/OkToExtend.java b/infer/annotations/src/main/java/com/facebook/infer/annotation/OkToExtend.java index 352d9d1ed..7337d5a47 100644 --- a/infer/annotations/src/main/java/com/facebook/infer/annotation/OkToExtend.java +++ b/infer/annotations/src/main/java/com/facebook/infer/annotation/OkToExtend.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/annotations/src/main/java/com/facebook/infer/annotation/PerformanceCritical.java b/infer/annotations/src/main/java/com/facebook/infer/annotation/PerformanceCritical.java index 030c186f7..e9b004f37 100644 --- a/infer/annotations/src/main/java/com/facebook/infer/annotation/PerformanceCritical.java +++ b/infer/annotations/src/main/java/com/facebook/infer/annotation/PerformanceCritical.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/annotations/src/main/java/com/facebook/infer/annotation/Present.java b/infer/annotations/src/main/java/com/facebook/infer/annotation/Present.java index ba6e531b0..916155f33 100644 --- a/infer/annotations/src/main/java/com/facebook/infer/annotation/Present.java +++ b/infer/annotations/src/main/java/com/facebook/infer/annotation/Present.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/annotations/src/main/java/com/facebook/infer/annotation/PrivacySink.java b/infer/annotations/src/main/java/com/facebook/infer/annotation/PrivacySink.java index 50f76990e..c8b8ea10a 100644 --- a/infer/annotations/src/main/java/com/facebook/infer/annotation/PrivacySink.java +++ b/infer/annotations/src/main/java/com/facebook/infer/annotation/PrivacySink.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/annotations/src/main/java/com/facebook/infer/annotation/PrivacySource.java b/infer/annotations/src/main/java/com/facebook/infer/annotation/PrivacySource.java index 4abd800e5..1c68491b8 100644 --- a/infer/annotations/src/main/java/com/facebook/infer/annotation/PrivacySource.java +++ b/infer/annotations/src/main/java/com/facebook/infer/annotation/PrivacySource.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/annotations/src/main/java/com/facebook/infer/annotation/PropagatesNullable.java b/infer/annotations/src/main/java/com/facebook/infer/annotation/PropagatesNullable.java index ef60d4892..6bacbf9e4 100644 --- a/infer/annotations/src/main/java/com/facebook/infer/annotation/PropagatesNullable.java +++ b/infer/annotations/src/main/java/com/facebook/infer/annotation/PropagatesNullable.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/annotations/src/main/java/com/facebook/infer/annotation/ReturnsOwnership.java b/infer/annotations/src/main/java/com/facebook/infer/annotation/ReturnsOwnership.java index 26d761562..3eabb8127 100644 --- a/infer/annotations/src/main/java/com/facebook/infer/annotation/ReturnsOwnership.java +++ b/infer/annotations/src/main/java/com/facebook/infer/annotation/ReturnsOwnership.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/annotations/src/main/java/com/facebook/infer/annotation/SuppressFieldNotInitialized.java b/infer/annotations/src/main/java/com/facebook/infer/annotation/SuppressFieldNotInitialized.java index 8cbb36344..8869b34d3 100644 --- a/infer/annotations/src/main/java/com/facebook/infer/annotation/SuppressFieldNotInitialized.java +++ b/infer/annotations/src/main/java/com/facebook/infer/annotation/SuppressFieldNotInitialized.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/annotations/src/main/java/com/facebook/infer/annotation/SuppressFieldNotNullable.java b/infer/annotations/src/main/java/com/facebook/infer/annotation/SuppressFieldNotNullable.java index b57457ac7..4c5537811 100644 --- a/infer/annotations/src/main/java/com/facebook/infer/annotation/SuppressFieldNotNullable.java +++ b/infer/annotations/src/main/java/com/facebook/infer/annotation/SuppressFieldNotNullable.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/annotations/src/main/java/com/facebook/infer/annotation/SuppressLint.java b/infer/annotations/src/main/java/com/facebook/infer/annotation/SuppressLint.java index 6fda01453..534b37561 100644 --- a/infer/annotations/src/main/java/com/facebook/infer/annotation/SuppressLint.java +++ b/infer/annotations/src/main/java/com/facebook/infer/annotation/SuppressLint.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/annotations/src/main/java/com/facebook/infer/annotation/SuppressNullFieldAccess.java b/infer/annotations/src/main/java/com/facebook/infer/annotation/SuppressNullFieldAccess.java index 52827cf67..acd34b50e 100644 --- a/infer/annotations/src/main/java/com/facebook/infer/annotation/SuppressNullFieldAccess.java +++ b/infer/annotations/src/main/java/com/facebook/infer/annotation/SuppressNullFieldAccess.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/annotations/src/main/java/com/facebook/infer/annotation/SuppressNullMethodCall.java b/infer/annotations/src/main/java/com/facebook/infer/annotation/SuppressNullMethodCall.java index 6237702c4..c74484613 100644 --- a/infer/annotations/src/main/java/com/facebook/infer/annotation/SuppressNullMethodCall.java +++ b/infer/annotations/src/main/java/com/facebook/infer/annotation/SuppressNullMethodCall.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/annotations/src/main/java/com/facebook/infer/annotation/SuppressParameterNotNullable.java b/infer/annotations/src/main/java/com/facebook/infer/annotation/SuppressParameterNotNullable.java index 689ea66a6..5a896dd53 100644 --- a/infer/annotations/src/main/java/com/facebook/infer/annotation/SuppressParameterNotNullable.java +++ b/infer/annotations/src/main/java/com/facebook/infer/annotation/SuppressParameterNotNullable.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/annotations/src/main/java/com/facebook/infer/annotation/SuppressReturnOverAnnotated.java b/infer/annotations/src/main/java/com/facebook/infer/annotation/SuppressReturnOverAnnotated.java index 8c3c77b01..46469783e 100644 --- a/infer/annotations/src/main/java/com/facebook/infer/annotation/SuppressReturnOverAnnotated.java +++ b/infer/annotations/src/main/java/com/facebook/infer/annotation/SuppressReturnOverAnnotated.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/annotations/src/main/java/com/facebook/infer/annotation/SuppressViewNullability.java b/infer/annotations/src/main/java/com/facebook/infer/annotation/SuppressViewNullability.java index 176230822..6ddc91f6c 100644 --- a/infer/annotations/src/main/java/com/facebook/infer/annotation/SuppressViewNullability.java +++ b/infer/annotations/src/main/java/com/facebook/infer/annotation/SuppressViewNullability.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/annotations/src/main/java/com/facebook/infer/annotation/SynchronizedCollection.java b/infer/annotations/src/main/java/com/facebook/infer/annotation/SynchronizedCollection.java index e1bbe5a0c..95b4d1e82 100644 --- a/infer/annotations/src/main/java/com/facebook/infer/annotation/SynchronizedCollection.java +++ b/infer/annotations/src/main/java/com/facebook/infer/annotation/SynchronizedCollection.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/annotations/src/main/java/com/facebook/infer/annotation/ThreadConfined.java b/infer/annotations/src/main/java/com/facebook/infer/annotation/ThreadConfined.java index 58b6125f2..27841bb41 100644 --- a/infer/annotations/src/main/java/com/facebook/infer/annotation/ThreadConfined.java +++ b/infer/annotations/src/main/java/com/facebook/infer/annotation/ThreadConfined.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/annotations/src/main/java/com/facebook/infer/annotation/ThreadSafe.java b/infer/annotations/src/main/java/com/facebook/infer/annotation/ThreadSafe.java index b04d62099..9b8cab60d 100644 --- a/infer/annotations/src/main/java/com/facebook/infer/annotation/ThreadSafe.java +++ b/infer/annotations/src/main/java/com/facebook/infer/annotation/ThreadSafe.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/annotations/src/main/java/com/facebook/infer/annotation/TrueOnNull.java b/infer/annotations/src/main/java/com/facebook/infer/annotation/TrueOnNull.java index 4b181a0a3..69d4eb713 100644 --- a/infer/annotations/src/main/java/com/facebook/infer/annotation/TrueOnNull.java +++ b/infer/annotations/src/main/java/com/facebook/infer/annotation/TrueOnNull.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/annotations/src/main/java/com/facebook/infer/annotation/Verify.java b/infer/annotations/src/main/java/com/facebook/infer/annotation/Verify.java index c75cd15b1..540603a91 100644 --- a/infer/annotations/src/main/java/com/facebook/infer/annotation/Verify.java +++ b/infer/annotations/src/main/java/com/facebook/infer/annotation/Verify.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/lib/clang_wrappers/global_defines.h b/infer/lib/clang_wrappers/global_defines.h index 14b78b55e..d26cef6ac 100644 --- a/infer/lib/clang_wrappers/global_defines.h +++ b/infer/lib/clang_wrappers/global_defines.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/lib/linter_rules/linters.al b/infer/lib/linter_rules/linters.al index cf77bea84..24546e098 100644 --- a/infer/lib/linter_rules/linters.al +++ b/infer/lib/linter_rules/linters.al @@ -1,4 +1,4 @@ -// Copyright (c) 2016-present, Facebook, Inc. +// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the root directory of this source tree. diff --git a/infer/lib/python/infer.py b/infer/lib/python/infer.py index f6bb638b3..b5b8f2d9d 100755 --- a/infer/lib/python/infer.py +++ b/infer/lib/python/infer.py @@ -1,6 +1,6 @@ #!/usr/bin/env python2.7 -# Copyright (c) 2015-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/lib/python/inferTraceBugs b/infer/lib/python/inferTraceBugs index 58737adfc..4e2f8ae3a 100755 --- a/infer/lib/python/inferTraceBugs +++ b/infer/lib/python/inferTraceBugs @@ -1,6 +1,6 @@ #!/usr/bin/env python2.7 -# Copyright (c) 2013-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/lib/python/inferlib/__init__.py b/infer/lib/python/inferlib/__init__.py index e1223b62d..626423691 100644 --- a/infer/lib/python/inferlib/__init__.py +++ b/infer/lib/python/inferlib/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/lib/python/inferlib/analyze.py b/infer/lib/python/inferlib/analyze.py index 74497f18e..178218e89 100644 --- a/infer/lib/python/inferlib/analyze.py +++ b/infer/lib/python/inferlib/analyze.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/lib/python/inferlib/bucklib.py b/infer/lib/python/inferlib/bucklib.py index 0ad14a80d..0cbb51b70 100644 --- a/infer/lib/python/inferlib/bucklib.py +++ b/infer/lib/python/inferlib/bucklib.py @@ -1,6 +1,6 @@ #!/usr/bin/env python2.7 -# Copyright (c) 2013-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/lib/python/inferlib/capture/__init__.py b/infer/lib/python/inferlib/capture/__init__.py index e1223b62d..626423691 100644 --- a/infer/lib/python/inferlib/capture/__init__.py +++ b/infer/lib/python/inferlib/capture/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/lib/python/inferlib/capture/ant.py b/infer/lib/python/inferlib/capture/ant.py index 5096422fe..464f71a75 100644 --- a/infer/lib/python/inferlib/capture/ant.py +++ b/infer/lib/python/inferlib/capture/ant.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/lib/python/inferlib/capture/buck.py b/infer/lib/python/inferlib/capture/buck.py index ceb8d8857..4d3f28d8c 100644 --- a/infer/lib/python/inferlib/capture/buck.py +++ b/infer/lib/python/inferlib/capture/buck.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/lib/python/inferlib/capture/gradle.py b/infer/lib/python/inferlib/capture/gradle.py index 95a958bdc..aceace4d2 100644 --- a/infer/lib/python/inferlib/capture/gradle.py +++ b/infer/lib/python/inferlib/capture/gradle.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/lib/python/inferlib/capture/ndk-build.py b/infer/lib/python/inferlib/capture/ndk-build.py index 38658f3a3..df3be9f4d 100644 --- a/infer/lib/python/inferlib/capture/ndk-build.py +++ b/infer/lib/python/inferlib/capture/ndk-build.py @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/lib/python/inferlib/capture/util.py b/infer/lib/python/inferlib/capture/util.py index 22b10b445..a903e636e 100644 --- a/infer/lib/python/inferlib/capture/util.py +++ b/infer/lib/python/inferlib/capture/util.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright (c) 2015-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/lib/python/inferlib/capture/xcodebuild.py b/infer/lib/python/inferlib/capture/xcodebuild.py index cdb3dc297..e783af50c 100644 --- a/infer/lib/python/inferlib/capture/xcodebuild.py +++ b/infer/lib/python/inferlib/capture/xcodebuild.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/lib/python/inferlib/colorize.py b/infer/lib/python/inferlib/colorize.py index e9277fb7d..a2ebef4fd 100644 --- a/infer/lib/python/inferlib/colorize.py +++ b/infer/lib/python/inferlib/colorize.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/lib/python/inferlib/config.py b/infer/lib/python/inferlib/config.py index 9955dff2d..41eb44182 100644 --- a/infer/lib/python/inferlib/config.py +++ b/infer/lib/python/inferlib/config.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/lib/python/inferlib/issues.py b/infer/lib/python/inferlib/issues.py index a96a4a3d4..93d23f838 100644 --- a/infer/lib/python/inferlib/issues.py +++ b/infer/lib/python/inferlib/issues.py @@ -1,4 +1,4 @@ -# Copyright (c) 2015-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/lib/python/inferlib/jwlib.py b/infer/lib/python/inferlib/jwlib.py index 43fc1ffab..0049251ee 100644 --- a/infer/lib/python/inferlib/jwlib.py +++ b/infer/lib/python/inferlib/jwlib.py @@ -1,5 +1,5 @@ # Copyright (c) 2009-2013, Monoidics ltd. -# Copyright (c) 2013-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/lib/python/inferlib/source.py b/infer/lib/python/inferlib/source.py index c185eee20..a59c007d9 100644 --- a/infer/lib/python/inferlib/source.py +++ b/infer/lib/python/inferlib/source.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/lib/python/inferlib/utils.py b/infer/lib/python/inferlib/utils.py index 5f4af84cc..14d6f14b4 100644 --- a/infer/lib/python/inferlib/utils.py +++ b/infer/lib/python/inferlib/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/lib/python/report.py b/infer/lib/python/report.py index f681c3194..125817322 100755 --- a/infer/lib/python/report.py +++ b/infer/lib/python/report.py @@ -1,6 +1,6 @@ #!/usr/bin/env python2.7 -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/models/Makefile b/infer/models/Makefile index 4352864d8..53aeaf2e2 100644 --- a/infer/models/Makefile +++ b/infer/models/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2015-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/models/c/src/Makefile b/infer/models/c/src/Makefile index 79034f288..0c1bd3bcb 100644 --- a/infer/models/c/src/Makefile +++ b/infer/models/c/src/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/models/c/src/glib.c b/infer/models/c/src/glib.c index dd0f49d95..31e603b8e 100644 --- a/infer/models/c/src/glib.c +++ b/infer/models/c/src/glib.c @@ -1,6 +1,6 @@ /* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/c/src/infer_builtins.c b/infer/models/c/src/infer_builtins.c index 195534a60..d64ca486d 100644 --- a/infer/models/c/src/infer_builtins.c +++ b/infer/models/c/src/infer_builtins.c @@ -1,6 +1,6 @@ /* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/c/src/infer_builtins.h b/infer/models/c/src/infer_builtins.h index 9de194349..a9a572fef 100644 --- a/infer/models/c/src/infer_builtins.h +++ b/infer/models/c/src/infer_builtins.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/c/src/libc_basic.c b/infer/models/c/src/libc_basic.c index dff2c9c91..a877485b1 100644 --- a/infer/models/c/src/libc_basic.c +++ b/infer/models/c/src/libc_basic.c @@ -1,6 +1,6 @@ /* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/c/src/math.c b/infer/models/c/src/math.c index e1223a2d5..970cf5375 100644 --- a/infer/models/c/src/math.c +++ b/infer/models/c/src/math.c @@ -1,6 +1,6 @@ /* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/c/src/wchar.c b/infer/models/c/src/wchar.c index 220115287..25b843ce9 100644 --- a/infer/models/c/src/wchar.c +++ b/infer/models/c/src/wchar.c @@ -1,6 +1,6 @@ /* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/c/src/wctype.c b/infer/models/c/src/wctype.c index c58e7e1b8..8bc6ee774 100644 --- a/infer/models/c/src/wctype.c +++ b/infer/models/c/src/wctype.c @@ -1,6 +1,6 @@ /* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/c/src/xlib.c b/infer/models/c/src/xlib.c index 1096f0215..ab780def0 100644 --- a/infer/models/c/src/xlib.c +++ b/infer/models/c/src/xlib.c @@ -1,6 +1,6 @@ /* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/cpp/include/backward/auto_ptr.h b/infer/models/cpp/include/backward/auto_ptr.h index 4666cfc1a..fecaaede3 100644 --- a/infer/models/cpp/include/backward/auto_ptr.h +++ b/infer/models/cpp/include/backward/auto_ptr.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/cpp/include/bits/atomic_base.h b/infer/models/cpp/include/bits/atomic_base.h index 47e6dae53..ca1dd1197 100644 --- a/infer/models/cpp/include/bits/atomic_base.h +++ b/infer/models/cpp/include/bits/atomic_base.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/cpp/include/bits/locale_conv.h b/infer/models/cpp/include/bits/locale_conv.h index c3f372798..8475991e7 100644 --- a/infer/models/cpp/include/bits/locale_conv.h +++ b/infer/models/cpp/include/bits/locale_conv.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/cpp/include/bits/shared_ptr.h b/infer/models/cpp/include/bits/shared_ptr.h index 762a9cf95..d9c21742e 100644 --- a/infer/models/cpp/include/bits/shared_ptr.h +++ b/infer/models/cpp/include/bits/shared_ptr.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/cpp/include/bits/unique_ptr.h b/infer/models/cpp/include/bits/unique_ptr.h index 0d52a982d..81b15242a 100644 --- a/infer/models/cpp/include/bits/unique_ptr.h +++ b/infer/models/cpp/include/bits/unique_ptr.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/cpp/include/glog/logging.h b/infer/models/cpp/include/glog/logging.h index 7a6e311b2..7628a75bf 100644 --- a/infer/models/cpp/include/glog/logging.h +++ b/infer/models/cpp/include/glog/logging.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/cpp/include/infer_model/atomic.h b/infer/models/cpp/include/infer_model/atomic.h index b23055bb4..7ce313e35 100644 --- a/infer/models/cpp/include/infer_model/atomic.h +++ b/infer/models/cpp/include/infer_model/atomic.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/cpp/include/infer_model/begin_name_override.inc b/infer/models/cpp/include/infer_model/begin_name_override.inc index 6dc27f242..5fab57222 100644 --- a/infer/models/cpp/include/infer_model/begin_name_override.inc +++ b/infer/models/cpp/include/infer_model/begin_name_override.inc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/cpp/include/infer_model/common.h b/infer/models/cpp/include/infer_model/common.h index fd5516a95..c1d085dd5 100644 --- a/infer/models/cpp/include/infer_model/common.h +++ b/infer/models/cpp/include/infer_model/common.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/cpp/include/infer_model/end_name_override.inc b/infer/models/cpp/include/infer_model/end_name_override.inc index 328518380..c750e6361 100644 --- a/infer/models/cpp/include/infer_model/end_name_override.inc +++ b/infer/models/cpp/include/infer_model/end_name_override.inc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/cpp/include/infer_model/infer_traits.h b/infer/models/cpp/include/infer_model/infer_traits.h index 936b341f9..a31bc09e4 100644 --- a/infer/models/cpp/include/infer_model/infer_traits.h +++ b/infer/models/cpp/include/infer_model/infer_traits.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/cpp/include/infer_model/iostream.h b/infer/models/cpp/include/infer_model/iostream.h index b705d112c..708b852be 100644 --- a/infer/models/cpp/include/infer_model/iostream.h +++ b/infer/models/cpp/include/infer_model/iostream.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/cpp/include/infer_model/portability.h b/infer/models/cpp/include/infer_model/portability.h index 3c7afb24d..fdf6d9c1b 100644 --- a/infer/models/cpp/include/infer_model/portability.h +++ b/infer/models/cpp/include/infer_model/portability.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/cpp/include/infer_model/shared_ptr.h b/infer/models/cpp/include/infer_model/shared_ptr.h index e93f0f443..9b5fce2b2 100644 --- a/infer/models/cpp/include/infer_model/shared_ptr.h +++ b/infer/models/cpp/include/infer_model/shared_ptr.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/cpp/include/infer_model/unique_ptr.h b/infer/models/cpp/include/infer_model/unique_ptr.h index a5334e111..baac3d596 100644 --- a/infer/models/cpp/include/infer_model/unique_ptr.h +++ b/infer/models/cpp/include/infer_model/unique_ptr.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/cpp/include/infer_model/vector.h b/infer/models/cpp/include/infer_model/vector.h index 866bed6cc..4972c2345 100644 --- a/infer/models/cpp/include/infer_model/vector.h +++ b/infer/models/cpp/include/infer_model/vector.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/cpp/include/infer_model/vector_bufferoverrun.h b/infer/models/cpp/include/infer_model/vector_bufferoverrun.h index 0aa94be3f..0cf5c0b72 100644 --- a/infer/models/cpp/include/infer_model/vector_bufferoverrun.h +++ b/infer/models/cpp/include/infer_model/vector_bufferoverrun.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/cpp/include/infer_model/weak_ptr.h b/infer/models/cpp/include/infer_model/weak_ptr.h index ca9ac2fce..5d8c173ad 100644 --- a/infer/models/cpp/include/infer_model/weak_ptr.h +++ b/infer/models/cpp/include/infer_model/weak_ptr.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/cpp/include/infer_no_model/crash_on_exec.h b/infer/models/cpp/include/infer_no_model/crash_on_exec.h index b21cf9194..5ce2f5d07 100644 --- a/infer/models/cpp/include/infer_no_model/crash_on_exec.h +++ b/infer/models/cpp/include/infer_no_model/crash_on_exec.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/cpp/src/Makefile b/infer/models/cpp/src/Makefile index 264891483..b8775584a 100644 --- a/infer/models/cpp/src/Makefile +++ b/infer/models/cpp/src/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/models/cpp/src/shared_ptr.cpp b/infer/models/cpp/src/shared_ptr.cpp index 3913c525c..110d83178 100644 --- a/infer/models/cpp/src/shared_ptr.cpp +++ b/infer/models/cpp/src/shared_ptr.cpp @@ -1,6 +1,6 @@ /* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/cpp/src/throw_wrappers.cpp b/infer/models/cpp/src/throw_wrappers.cpp index a3b1f909e..dec5f132b 100644 --- a/infer/models/cpp/src/throw_wrappers.cpp +++ b/infer/models/cpp/src/throw_wrappers.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/cpp/src/type_info.cpp b/infer/models/cpp/src/type_info.cpp index fcc46d879..d92493660 100644 --- a/infer/models/cpp/src/type_info.cpp +++ b/infer/models/cpp/src/type_info.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/Makefile b/infer/models/java/Makefile index ef348945a..fb73377c1 100644 --- a/infer/models/java/Makefile +++ b/infer/models/java/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2015-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/builtins/com/facebook/infer/builtins/InferBuiltins.java b/infer/models/java/builtins/com/facebook/infer/builtins/InferBuiltins.java index d72f64c58..1beeddafa 100644 --- a/infer/models/java/builtins/com/facebook/infer/builtins/InferBuiltins.java +++ b/infer/models/java/builtins/com/facebook/infer/builtins/InferBuiltins.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/builtins/com/facebook/infer/builtins/InferCloseables.java b/infer/models/java/builtins/com/facebook/infer/builtins/InferCloseables.java index 76ad015ca..32562c88f 100644 --- a/infer/models/java/builtins/com/facebook/infer/builtins/InferCloseables.java +++ b/infer/models/java/builtins/com/facebook/infer/builtins/InferCloseables.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/builtins/com/facebook/infer/builtins/InferTaint.java b/infer/models/java/builtins/com/facebook/infer/builtins/InferTaint.java index 7318f0a09..132ea1225 100644 --- a/infer/models/java/builtins/com/facebook/infer/builtins/InferTaint.java +++ b/infer/models/java/builtins/com/facebook/infer/builtins/InferTaint.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/builtins/com/facebook/infer/builtins/InferUndefined.java b/infer/models/java/builtins/com/facebook/infer/builtins/InferUndefined.java index 3fbf06fe6..8c2b8106b 100644 --- a/infer/models/java/builtins/com/facebook/infer/builtins/InferUndefined.java +++ b/infer/models/java/builtins/com/facebook/infer/builtins/InferUndefined.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/builtins/com/facebook/infer/builtins/InferUtils.java b/infer/models/java/builtins/com/facebook/infer/builtins/InferUtils.java index db1e2edc5..941a6004a 100644 --- a/infer/models/java/builtins/com/facebook/infer/builtins/InferUtils.java +++ b/infer/models/java/builtins/com/facebook/infer/builtins/InferUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/android/app/Activity.java b/infer/models/java/src/android/app/Activity.java index e4ef14bae..9e3035632 100644 --- a/infer/models/java/src/android/app/Activity.java +++ b/infer/models/java/src/android/app/Activity.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/android/app/AlarmManager.java b/infer/models/java/src/android/app/AlarmManager.java index 183d53810..03bf98511 100644 --- a/infer/models/java/src/android/app/AlarmManager.java +++ b/infer/models/java/src/android/app/AlarmManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/android/app/DownloadManager.java b/infer/models/java/src/android/app/DownloadManager.java index 0a54c4710..88cf004be 100644 --- a/infer/models/java/src/android/app/DownloadManager.java +++ b/infer/models/java/src/android/app/DownloadManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/android/content/ContentProviderClient.java b/infer/models/java/src/android/content/ContentProviderClient.java index 3a25068ba..ee0a44e20 100644 --- a/infer/models/java/src/android/content/ContentProviderClient.java +++ b/infer/models/java/src/android/content/ContentProviderClient.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/android/content/ContentResolver.java b/infer/models/java/src/android/content/ContentResolver.java index 799510695..43253b61f 100644 --- a/infer/models/java/src/android/content/ContentResolver.java +++ b/infer/models/java/src/android/content/ContentResolver.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/android/content/Context.java b/infer/models/java/src/android/content/Context.java index e1e2c6e5b..da8fce287 100644 --- a/infer/models/java/src/android/content/Context.java +++ b/infer/models/java/src/android/content/Context.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/android/content/IContentProvider.java b/infer/models/java/src/android/content/IContentProvider.java index ab971129c..5fdd87271 100644 --- a/infer/models/java/src/android/content/IContentProvider.java +++ b/infer/models/java/src/android/content/IContentProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/android/content/IContentService.java b/infer/models/java/src/android/content/IContentService.java index 7f5a6d7ef..c6efa0c3e 100644 --- a/infer/models/java/src/android/content/IContentService.java +++ b/infer/models/java/src/android/content/IContentService.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/android/content/res/Resources.java b/infer/models/java/src/android/content/res/Resources.java index aae9d1de8..3dcd33e89 100644 --- a/infer/models/java/src/android/content/res/Resources.java +++ b/infer/models/java/src/android/content/res/Resources.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/android/content/res/TypedArray.java b/infer/models/java/src/android/content/res/TypedArray.java index 8b5abc3ad..716f2ad4f 100644 --- a/infer/models/java/src/android/content/res/TypedArray.java +++ b/infer/models/java/src/android/content/res/TypedArray.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/android/database/AbstractCursor.java b/infer/models/java/src/android/database/AbstractCursor.java index 2b674ba8b..d8bdf1e77 100644 --- a/infer/models/java/src/android/database/AbstractCursor.java +++ b/infer/models/java/src/android/database/AbstractCursor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/android/database/CrossProcessCursor.java b/infer/models/java/src/android/database/CrossProcessCursor.java index e4ca42946..fea0bad0b 100644 --- a/infer/models/java/src/android/database/CrossProcessCursor.java +++ b/infer/models/java/src/android/database/CrossProcessCursor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/android/database/CrossProcessCursorWrapper.java b/infer/models/java/src/android/database/CrossProcessCursorWrapper.java index 94345b042..9cd98182b 100644 --- a/infer/models/java/src/android/database/CrossProcessCursorWrapper.java +++ b/infer/models/java/src/android/database/CrossProcessCursorWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/android/database/Cursor.java b/infer/models/java/src/android/database/Cursor.java index f5c4a6ea7..69e6ef4a5 100644 --- a/infer/models/java/src/android/database/Cursor.java +++ b/infer/models/java/src/android/database/Cursor.java @@ -1,6 +1,6 @@ /* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/android/database/CursorWrapper.java b/infer/models/java/src/android/database/CursorWrapper.java index 64e5813a0..eec1d66f9 100644 --- a/infer/models/java/src/android/database/CursorWrapper.java +++ b/infer/models/java/src/android/database/CursorWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/android/database/sqlite/SQLiteConnectionPool.java b/infer/models/java/src/android/database/sqlite/SQLiteConnectionPool.java index 8f15be06b..6af85aa5b 100644 --- a/infer/models/java/src/android/database/sqlite/SQLiteConnectionPool.java +++ b/infer/models/java/src/android/database/sqlite/SQLiteConnectionPool.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/android/database/sqlite/SQLiteCursor.java b/infer/models/java/src/android/database/sqlite/SQLiteCursor.java index 7d98ce37e..9910808a9 100644 --- a/infer/models/java/src/android/database/sqlite/SQLiteCursor.java +++ b/infer/models/java/src/android/database/sqlite/SQLiteCursor.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/android/database/sqlite/SQLiteDatabase.java b/infer/models/java/src/android/database/sqlite/SQLiteDatabase.java index a6bead267..4ae8711c6 100644 --- a/infer/models/java/src/android/database/sqlite/SQLiteDatabase.java +++ b/infer/models/java/src/android/database/sqlite/SQLiteDatabase.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/android/database/sqlite/SQLiteDatabaseConfiguration.java b/infer/models/java/src/android/database/sqlite/SQLiteDatabaseConfiguration.java index 131c21dac..b8d9d18b8 100644 --- a/infer/models/java/src/android/database/sqlite/SQLiteDatabaseConfiguration.java +++ b/infer/models/java/src/android/database/sqlite/SQLiteDatabaseConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/android/database/sqlite/SQLiteQueryBuilder.java b/infer/models/java/src/android/database/sqlite/SQLiteQueryBuilder.java index 08808febb..66882329a 100644 --- a/infer/models/java/src/android/database/sqlite/SQLiteQueryBuilder.java +++ b/infer/models/java/src/android/database/sqlite/SQLiteQueryBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/android/provider/MediaStore.java b/infer/models/java/src/android/provider/MediaStore.java index 67fb69f5d..84cca60c1 100644 --- a/infer/models/java/src/android/provider/MediaStore.java +++ b/infer/models/java/src/android/provider/MediaStore.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/com/facebook/infer/annotation/Assertions.java b/infer/models/java/src/com/facebook/infer/annotation/Assertions.java index 382c506bc..7f2466877 100644 --- a/infer/models/java/src/com/facebook/infer/annotation/Assertions.java +++ b/infer/models/java/src/com/facebook/infer/annotation/Assertions.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/com/fasterxml/jackson/core/JsonFactory.java b/infer/models/java/src/com/fasterxml/jackson/core/JsonFactory.java index e12a94185..7b96c21e1 100644 --- a/infer/models/java/src/com/fasterxml/jackson/core/JsonFactory.java +++ b/infer/models/java/src/com/fasterxml/jackson/core/JsonFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/com/fasterxml/jackson/core/JsonParser.java b/infer/models/java/src/com/fasterxml/jackson/core/JsonParser.java index f5c3412b2..9ec9cc19c 100644 --- a/infer/models/java/src/com/fasterxml/jackson/core/JsonParser.java +++ b/infer/models/java/src/com/fasterxml/jackson/core/JsonParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/com/fasterxml/jackson/core/json/UTF8StreamJsonParser.java b/infer/models/java/src/com/fasterxml/jackson/core/json/UTF8StreamJsonParser.java index ee1088a29..6daf60a20 100644 --- a/infer/models/java/src/com/fasterxml/jackson/core/json/UTF8StreamJsonParser.java +++ b/infer/models/java/src/com/fasterxml/jackson/core/json/UTF8StreamJsonParser.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/com/google/common/base/Optional.java b/infer/models/java/src/com/google/common/base/Optional.java index 02ca3e897..39b1df7d5 100644 --- a/infer/models/java/src/com/google/common/base/Optional.java +++ b/infer/models/java/src/com/google/common/base/Optional.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/com/google/common/base/Preconditions.java b/infer/models/java/src/com/google/common/base/Preconditions.java index afa450bd2..f402e9ba0 100644 --- a/infer/models/java/src/com/google/common/base/Preconditions.java +++ b/infer/models/java/src/com/google/common/base/Preconditions.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/com/google/common/collect/ImmutableList.java b/infer/models/java/src/com/google/common/collect/ImmutableList.java index 34000697f..6d4696aac 100644 --- a/infer/models/java/src/com/google/common/collect/ImmutableList.java +++ b/infer/models/java/src/com/google/common/collect/ImmutableList.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/com/google/common/collect/Iterators.java b/infer/models/java/src/com/google/common/collect/Iterators.java index 305967050..5c2ffc5d3 100644 --- a/infer/models/java/src/com/google/common/collect/Iterators.java +++ b/infer/models/java/src/com/google/common/collect/Iterators.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/com/google/common/io/Closeables.java b/infer/models/java/src/com/google/common/io/Closeables.java index 2deea3059..f5a2bdb11 100644 --- a/infer/models/java/src/com/google/common/io/Closeables.java +++ b/infer/models/java/src/com/google/common/io/Closeables.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/dalvik/system/CloseGuard.java b/infer/models/java/src/dalvik/system/CloseGuard.java index e3bf779f0..06aa63a02 100644 --- a/infer/models/java/src/dalvik/system/CloseGuard.java +++ b/infer/models/java/src/dalvik/system/CloseGuard.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/io/BufferedInputStream.java b/infer/models/java/src/java/io/BufferedInputStream.java index 0568b271d..2840dfc72 100644 --- a/infer/models/java/src/java/io/BufferedInputStream.java +++ b/infer/models/java/src/java/io/BufferedInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/io/BufferedOutputStream.java b/infer/models/java/src/java/io/BufferedOutputStream.java index 97344e42e..8c371c215 100644 --- a/infer/models/java/src/java/io/BufferedOutputStream.java +++ b/infer/models/java/src/java/io/BufferedOutputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/io/BufferedReader.java b/infer/models/java/src/java/io/BufferedReader.java index 1d9de6b7c..1c66f3702 100644 --- a/infer/models/java/src/java/io/BufferedReader.java +++ b/infer/models/java/src/java/io/BufferedReader.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/io/BufferedWriter.java b/infer/models/java/src/java/io/BufferedWriter.java index 0b7739d94..dd17d01e1 100644 --- a/infer/models/java/src/java/io/BufferedWriter.java +++ b/infer/models/java/src/java/io/BufferedWriter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/io/DataInputStream.java b/infer/models/java/src/java/io/DataInputStream.java index 182947076..a562c56ee 100644 --- a/infer/models/java/src/java/io/DataInputStream.java +++ b/infer/models/java/src/java/io/DataInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/io/DataOutputStream.java b/infer/models/java/src/java/io/DataOutputStream.java index b897f72f4..ba1b79fc2 100644 --- a/infer/models/java/src/java/io/DataOutputStream.java +++ b/infer/models/java/src/java/io/DataOutputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/io/File.java b/infer/models/java/src/java/io/File.java index 1f896081c..7002a7527 100644 --- a/infer/models/java/src/java/io/File.java +++ b/infer/models/java/src/java/io/File.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/io/FileInputStream.java b/infer/models/java/src/java/io/FileInputStream.java index cb24fafdf..a6b1743d7 100644 --- a/infer/models/java/src/java/io/FileInputStream.java +++ b/infer/models/java/src/java/io/FileInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/io/FileOutputStream.java b/infer/models/java/src/java/io/FileOutputStream.java index 10d8f1127..89e380199 100644 --- a/infer/models/java/src/java/io/FileOutputStream.java +++ b/infer/models/java/src/java/io/FileOutputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/io/FilterInputStream.java b/infer/models/java/src/java/io/FilterInputStream.java index 9cee59d1d..1f6291c9a 100644 --- a/infer/models/java/src/java/io/FilterInputStream.java +++ b/infer/models/java/src/java/io/FilterInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/io/FilterOutputStream.java b/infer/models/java/src/java/io/FilterOutputStream.java index 7a764020d..1980a8420 100644 --- a/infer/models/java/src/java/io/FilterOutputStream.java +++ b/infer/models/java/src/java/io/FilterOutputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/io/FilterReader.java b/infer/models/java/src/java/io/FilterReader.java index 649a7b467..01186bc51 100644 --- a/infer/models/java/src/java/io/FilterReader.java +++ b/infer/models/java/src/java/io/FilterReader.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/io/InputStream.java b/infer/models/java/src/java/io/InputStream.java index c76c89b0b..b98016732 100644 --- a/infer/models/java/src/java/io/InputStream.java +++ b/infer/models/java/src/java/io/InputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/io/InputStreamReader.java b/infer/models/java/src/java/io/InputStreamReader.java index f563affc8..17856b5fe 100644 --- a/infer/models/java/src/java/io/InputStreamReader.java +++ b/infer/models/java/src/java/io/InputStreamReader.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/io/ObjectInputStream.java b/infer/models/java/src/java/io/ObjectInputStream.java index 778889861..d76eed3ad 100644 --- a/infer/models/java/src/java/io/ObjectInputStream.java +++ b/infer/models/java/src/java/io/ObjectInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/io/ObjectOutputStream.java b/infer/models/java/src/java/io/ObjectOutputStream.java index bf5629ba9..b5dde2d4b 100644 --- a/infer/models/java/src/java/io/ObjectOutputStream.java +++ b/infer/models/java/src/java/io/ObjectOutputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/io/OutputStream.java b/infer/models/java/src/java/io/OutputStream.java index 6303e0b29..82321aec8 100644 --- a/infer/models/java/src/java/io/OutputStream.java +++ b/infer/models/java/src/java/io/OutputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/io/OutputStreamWriter.java b/infer/models/java/src/java/io/OutputStreamWriter.java index 6c3c5a5ee..e9fde599e 100644 --- a/infer/models/java/src/java/io/OutputStreamWriter.java +++ b/infer/models/java/src/java/io/OutputStreamWriter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/io/PipedInputStream.java b/infer/models/java/src/java/io/PipedInputStream.java index fc87b5539..d86fd08d6 100644 --- a/infer/models/java/src/java/io/PipedInputStream.java +++ b/infer/models/java/src/java/io/PipedInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/io/PipedOutputStream.java b/infer/models/java/src/java/io/PipedOutputStream.java index 23cf85817..45bd0f24c 100644 --- a/infer/models/java/src/java/io/PipedOutputStream.java +++ b/infer/models/java/src/java/io/PipedOutputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/io/PipedReader.java b/infer/models/java/src/java/io/PipedReader.java index 6a84fc88d..82f1664b1 100644 --- a/infer/models/java/src/java/io/PipedReader.java +++ b/infer/models/java/src/java/io/PipedReader.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/io/PipedWriter.java b/infer/models/java/src/java/io/PipedWriter.java index 25da3ff19..7fbf240dc 100644 --- a/infer/models/java/src/java/io/PipedWriter.java +++ b/infer/models/java/src/java/io/PipedWriter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/io/PrintWriter.java b/infer/models/java/src/java/io/PrintWriter.java index 843c5e33f..9837341db 100644 --- a/infer/models/java/src/java/io/PrintWriter.java +++ b/infer/models/java/src/java/io/PrintWriter.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/io/PushbackInputStream.java b/infer/models/java/src/java/io/PushbackInputStream.java index 20a815770..1ddafe851 100644 --- a/infer/models/java/src/java/io/PushbackInputStream.java +++ b/infer/models/java/src/java/io/PushbackInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/io/PushbackReader.java b/infer/models/java/src/java/io/PushbackReader.java index 6c7d28750..a7d4c73b1 100644 --- a/infer/models/java/src/java/io/PushbackReader.java +++ b/infer/models/java/src/java/io/PushbackReader.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/io/RandomAccessFile.java b/infer/models/java/src/java/io/RandomAccessFile.java index 3f6776395..92287058e 100644 --- a/infer/models/java/src/java/io/RandomAccessFile.java +++ b/infer/models/java/src/java/io/RandomAccessFile.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/io/Reader.java b/infer/models/java/src/java/io/Reader.java index d5f3b58af..fb8dc0ecd 100644 --- a/infer/models/java/src/java/io/Reader.java +++ b/infer/models/java/src/java/io/Reader.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/io/Writer.java b/infer/models/java/src/java/io/Writer.java index cac7a0202..8f3dba779 100644 --- a/infer/models/java/src/java/io/Writer.java +++ b/infer/models/java/src/java/io/Writer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/lang/Class.java b/infer/models/java/src/java/lang/Class.java index 981b50523..e79dde623 100644 --- a/infer/models/java/src/java/lang/Class.java +++ b/infer/models/java/src/java/lang/Class.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/lang/Double.java b/infer/models/java/src/java/lang/Double.java index bd36873c9..e598a1b88 100644 --- a/infer/models/java/src/java/lang/Double.java +++ b/infer/models/java/src/java/lang/Double.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/lang/Integer.java b/infer/models/java/src/java/lang/Integer.java index 71e219bd5..9774dce36 100644 --- a/infer/models/java/src/java/lang/Integer.java +++ b/infer/models/java/src/java/lang/Integer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/lang/NullPointerException.java b/infer/models/java/src/java/lang/NullPointerException.java index fad7a7d85..4eef9af53 100644 --- a/infer/models/java/src/java/lang/NullPointerException.java +++ b/infer/models/java/src/java/lang/NullPointerException.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/lang/Object.java b/infer/models/java/src/java/lang/Object.java index 7dac90a34..e49b457bc 100644 --- a/infer/models/java/src/java/lang/Object.java +++ b/infer/models/java/src/java/lang/Object.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/lang/Process.java b/infer/models/java/src/java/lang/Process.java index 7b9e2d581..ed1e3c283 100644 --- a/infer/models/java/src/java/lang/Process.java +++ b/infer/models/java/src/java/lang/Process.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/lang/ProcessManager.java b/infer/models/java/src/java/lang/ProcessManager.java index 28129d9c1..00f9a5020 100644 --- a/infer/models/java/src/java/lang/ProcessManager.java +++ b/infer/models/java/src/java/lang/ProcessManager.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/lang/Runtime.java b/infer/models/java/src/java/lang/Runtime.java index 1a08e4f94..e80464c7c 100644 --- a/infer/models/java/src/java/lang/Runtime.java +++ b/infer/models/java/src/java/lang/Runtime.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/lang/String.java b/infer/models/java/src/java/lang/String.java index e351f698e..799a1a413 100644 --- a/infer/models/java/src/java/lang/String.java +++ b/infer/models/java/src/java/lang/String.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/lang/System.java b/infer/models/java/src/java/lang/System.java index f0388f1b1..eb69c2e4b 100644 --- a/infer/models/java/src/java/lang/System.java +++ b/infer/models/java/src/java/lang/System.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/lang/Thread.java b/infer/models/java/src/java/lang/Thread.java index a6bd0e267..312f5ebcf 100644 --- a/infer/models/java/src/java/lang/Thread.java +++ b/infer/models/java/src/java/lang/Thread.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/lang/reflect/Array.java b/infer/models/java/src/java/lang/reflect/Array.java index 8d4652f97..88107c12a 100644 --- a/infer/models/java/src/java/lang/reflect/Array.java +++ b/infer/models/java/src/java/lang/reflect/Array.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/net/HttpURLConnection.java b/infer/models/java/src/java/net/HttpURLConnection.java index 4ed7ec4cd..e562c5422 100644 --- a/infer/models/java/src/java/net/HttpURLConnection.java +++ b/infer/models/java/src/java/net/HttpURLConnection.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/net/JarURLConnection.java b/infer/models/java/src/java/net/JarURLConnection.java index f4faa25ae..2f8de3578 100644 --- a/infer/models/java/src/java/net/JarURLConnection.java +++ b/infer/models/java/src/java/net/JarURLConnection.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/net/PlainSocketImpl.java b/infer/models/java/src/java/net/PlainSocketImpl.java index 349c04883..b359fa096 100644 --- a/infer/models/java/src/java/net/PlainSocketImpl.java +++ b/infer/models/java/src/java/net/PlainSocketImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/net/ServerSocket.java b/infer/models/java/src/java/net/ServerSocket.java index 3eb254971..20c5fc264 100644 --- a/infer/models/java/src/java/net/ServerSocket.java +++ b/infer/models/java/src/java/net/ServerSocket.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/net/Socket.java b/infer/models/java/src/java/net/Socket.java index 10717c12d..58076b422 100644 --- a/infer/models/java/src/java/net/Socket.java +++ b/infer/models/java/src/java/net/Socket.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/net/URL.java b/infer/models/java/src/java/net/URL.java index d35e6e4ca..8c4b454e2 100644 --- a/infer/models/java/src/java/net/URL.java +++ b/infer/models/java/src/java/net/URL.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/net/URLConnection.java b/infer/models/java/src/java/net/URLConnection.java index dacf170cb..c05d49bb3 100644 --- a/infer/models/java/src/java/net/URLConnection.java +++ b/infer/models/java/src/java/net/URLConnection.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/nio/FileChannelImpl.java b/infer/models/java/src/java/nio/FileChannelImpl.java index 7547aef5c..eac03d04d 100644 --- a/infer/models/java/src/java/nio/FileChannelImpl.java +++ b/infer/models/java/src/java/nio/FileChannelImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/nio/channels/FileChannel.java b/infer/models/java/src/java/nio/channels/FileChannel.java index e6599b3ba..ca84b081b 100644 --- a/infer/models/java/src/java/nio/channels/FileChannel.java +++ b/infer/models/java/src/java/nio/channels/FileChannel.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/nio/channels/spi/AbstractInterruptibleChannel.java b/infer/models/java/src/java/nio/channels/spi/AbstractInterruptibleChannel.java index 1eb4b0a30..c66bdf741 100644 --- a/infer/models/java/src/java/nio/channels/spi/AbstractInterruptibleChannel.java +++ b/infer/models/java/src/java/nio/channels/spi/AbstractInterruptibleChannel.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/security/DigestInputStream.java b/infer/models/java/src/java/security/DigestInputStream.java index 544663d53..a0285bba8 100644 --- a/infer/models/java/src/java/security/DigestInputStream.java +++ b/infer/models/java/src/java/security/DigestInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/security/DigestOutputStream.java b/infer/models/java/src/java/security/DigestOutputStream.java index 0d6ebc9ab..14883ebcf 100644 --- a/infer/models/java/src/java/security/DigestOutputStream.java +++ b/infer/models/java/src/java/security/DigestOutputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/util/AbstractList.java b/infer/models/java/src/java/util/AbstractList.java index 98947dbcd..cc7e6ba3e 100644 --- a/infer/models/java/src/java/util/AbstractList.java +++ b/infer/models/java/src/java/util/AbstractList.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/util/ArrayList.java b/infer/models/java/src/java/util/ArrayList.java index 715e08ce7..65c603e62 100644 --- a/infer/models/java/src/java/util/ArrayList.java +++ b/infer/models/java/src/java/util/ArrayList.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/util/HashMap.java b/infer/models/java/src/java/util/HashMap.java index 0cd231946..40af20c0e 100644 --- a/infer/models/java/src/java/util/HashMap.java +++ b/infer/models/java/src/java/util/HashMap.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/util/LinkedList.java b/infer/models/java/src/java/util/LinkedList.java index e194b42b0..41d3a0142 100644 --- a/infer/models/java/src/java/util/LinkedList.java +++ b/infer/models/java/src/java/util/LinkedList.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/util/List.java b/infer/models/java/src/java/util/List.java index bcbba66b1..813478fc8 100644 --- a/infer/models/java/src/java/util/List.java +++ b/infer/models/java/src/java/util/List.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/util/Properties.java b/infer/models/java/src/java/util/Properties.java index 5f0ee24bc..116cf6db2 100644 --- a/infer/models/java/src/java/util/Properties.java +++ b/infer/models/java/src/java/util/Properties.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/util/Scanner.java b/infer/models/java/src/java/util/Scanner.java index 52c338688..8ce0e3124 100644 --- a/infer/models/java/src/java/util/Scanner.java +++ b/infer/models/java/src/java/util/Scanner.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/util/Vector.java b/infer/models/java/src/java/util/Vector.java index ddd7d8737..b75ad7638 100644 --- a/infer/models/java/src/java/util/Vector.java +++ b/infer/models/java/src/java/util/Vector.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/util/concurrent/Lock.java b/infer/models/java/src/java/util/concurrent/Lock.java index 9802eca0f..a28fca2f3 100644 --- a/infer/models/java/src/java/util/concurrent/Lock.java +++ b/infer/models/java/src/java/util/concurrent/Lock.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/util/concurrent/ReentrantLock.java b/infer/models/java/src/java/util/concurrent/ReentrantLock.java index f41138e91..a879c918b 100644 --- a/infer/models/java/src/java/util/concurrent/ReentrantLock.java +++ b/infer/models/java/src/java/util/concurrent/ReentrantLock.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/util/jar/JarFile.java b/infer/models/java/src/java/util/jar/JarFile.java index 9ff2690e3..914bf9de8 100644 --- a/infer/models/java/src/java/util/jar/JarFile.java +++ b/infer/models/java/src/java/util/jar/JarFile.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/util/jar/JarInputStream.java b/infer/models/java/src/java/util/jar/JarInputStream.java index c2713bdd4..0f7337992 100644 --- a/infer/models/java/src/java/util/jar/JarInputStream.java +++ b/infer/models/java/src/java/util/jar/JarInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/util/jar/JarOutputStream.java b/infer/models/java/src/java/util/jar/JarOutputStream.java index 71cbad254..1cb7eeb65 100644 --- a/infer/models/java/src/java/util/jar/JarOutputStream.java +++ b/infer/models/java/src/java/util/jar/JarOutputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/util/zip/CheckedInputStream.java b/infer/models/java/src/java/util/zip/CheckedInputStream.java index 756b47220..7ce6168bb 100644 --- a/infer/models/java/src/java/util/zip/CheckedInputStream.java +++ b/infer/models/java/src/java/util/zip/CheckedInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/util/zip/CheckedOutputStream.java b/infer/models/java/src/java/util/zip/CheckedOutputStream.java index a3ee513e5..f26a3e4e8 100644 --- a/infer/models/java/src/java/util/zip/CheckedOutputStream.java +++ b/infer/models/java/src/java/util/zip/CheckedOutputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/util/zip/Deflater.java b/infer/models/java/src/java/util/zip/Deflater.java index aaf605bd9..642df361b 100644 --- a/infer/models/java/src/java/util/zip/Deflater.java +++ b/infer/models/java/src/java/util/zip/Deflater.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/util/zip/DeflaterInputStream.java b/infer/models/java/src/java/util/zip/DeflaterInputStream.java index 8a43fca16..dde84a5be 100644 --- a/infer/models/java/src/java/util/zip/DeflaterInputStream.java +++ b/infer/models/java/src/java/util/zip/DeflaterInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/util/zip/DeflaterOutputStream.java b/infer/models/java/src/java/util/zip/DeflaterOutputStream.java index b0e0becf2..5760ca1d3 100644 --- a/infer/models/java/src/java/util/zip/DeflaterOutputStream.java +++ b/infer/models/java/src/java/util/zip/DeflaterOutputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/util/zip/GZIPInputStream.java b/infer/models/java/src/java/util/zip/GZIPInputStream.java index a88399451..bc537d63c 100644 --- a/infer/models/java/src/java/util/zip/GZIPInputStream.java +++ b/infer/models/java/src/java/util/zip/GZIPInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/util/zip/GZIPOutputStream.java b/infer/models/java/src/java/util/zip/GZIPOutputStream.java index 135b77912..699b4533c 100644 --- a/infer/models/java/src/java/util/zip/GZIPOutputStream.java +++ b/infer/models/java/src/java/util/zip/GZIPOutputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/util/zip/Inflater.java b/infer/models/java/src/java/util/zip/Inflater.java index 8f33a8ff2..0e1d7e113 100644 --- a/infer/models/java/src/java/util/zip/Inflater.java +++ b/infer/models/java/src/java/util/zip/Inflater.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/util/zip/InflaterInputStream.java b/infer/models/java/src/java/util/zip/InflaterInputStream.java index b400f695a..26c587414 100644 --- a/infer/models/java/src/java/util/zip/InflaterInputStream.java +++ b/infer/models/java/src/java/util/zip/InflaterInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/util/zip/InflaterOutputStream.java b/infer/models/java/src/java/util/zip/InflaterOutputStream.java index 554d01e95..c55ff1915 100644 --- a/infer/models/java/src/java/util/zip/InflaterOutputStream.java +++ b/infer/models/java/src/java/util/zip/InflaterOutputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/util/zip/ZipFile.java b/infer/models/java/src/java/util/zip/ZipFile.java index d3a621c42..ba12c5872 100644 --- a/infer/models/java/src/java/util/zip/ZipFile.java +++ b/infer/models/java/src/java/util/zip/ZipFile.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/util/zip/ZipInputStream.java b/infer/models/java/src/java/util/zip/ZipInputStream.java index 6bfefe9b2..926e6b9da 100644 --- a/infer/models/java/src/java/util/zip/ZipInputStream.java +++ b/infer/models/java/src/java/util/zip/ZipInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/java/util/zip/ZipOutputStream.java b/infer/models/java/src/java/util/zip/ZipOutputStream.java index d060a2d32..d564608fd 100644 --- a/infer/models/java/src/java/util/zip/ZipOutputStream.java +++ b/infer/models/java/src/java/util/zip/ZipOutputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/javax/crypto/CipherInputStream.java b/infer/models/java/src/javax/crypto/CipherInputStream.java index 783c20014..f58288145 100644 --- a/infer/models/java/src/javax/crypto/CipherInputStream.java +++ b/infer/models/java/src/javax/crypto/CipherInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/javax/crypto/CipherOutputStream.java b/infer/models/java/src/javax/crypto/CipherOutputStream.java index 819cc79bf..f778be9fc 100644 --- a/infer/models/java/src/javax/crypto/CipherOutputStream.java +++ b/infer/models/java/src/javax/crypto/CipherOutputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/javax/net/ssl/HttpsURLConnection.java b/infer/models/java/src/javax/net/ssl/HttpsURLConnection.java index 1d80fda9d..e41b093c6 100644 --- a/infer/models/java/src/javax/net/ssl/HttpsURLConnection.java +++ b/infer/models/java/src/javax/net/ssl/HttpsURLConnection.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/javax/net/ssl/SSLSocketFactory.java b/infer/models/java/src/javax/net/ssl/SSLSocketFactory.java index 4afa94f4c..f10fa8942 100644 --- a/infer/models/java/src/javax/net/ssl/SSLSocketFactory.java +++ b/infer/models/java/src/javax/net/ssl/SSLSocketFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/junit/framework/Assert.java b/infer/models/java/src/junit/framework/Assert.java index 3974d6811..4f111ce14 100644 --- a/infer/models/java/src/junit/framework/Assert.java +++ b/infer/models/java/src/junit/framework/Assert.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/java/src/org/assertj/core/util/Preconditions.java b/infer/models/java/src/org/assertj/core/util/Preconditions.java index 63c1f3bc5..40d7c0586 100644 --- a/infer/models/java/src/org/assertj/core/util/Preconditions.java +++ b/infer/models/java/src/org/assertj/core/util/Preconditions.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/models-config.make b/infer/models/models-config.make index b7c5244cc..66c0e032b 100644 --- a/infer/models/models-config.make +++ b/infer/models/models-config.make @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/models/objc/src/CADisplayLink.h b/infer/models/objc/src/CADisplayLink.h index e43e2296e..c5b6ad015 100644 --- a/infer/models/objc/src/CADisplayLink.h +++ b/infer/models/objc/src/CADisplayLink.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/objc/src/CADisplayLink.m b/infer/models/objc/src/CADisplayLink.m index 4b9321d02..b0d266417 100644 --- a/infer/models/objc/src/CADisplayLink.m +++ b/infer/models/objc/src/CADisplayLink.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/objc/src/CoreFoundation.c b/infer/models/objc/src/CoreFoundation.c index b4062bf7b..5214f13ee 100644 --- a/infer/models/objc/src/CoreFoundation.c +++ b/infer/models/objc/src/CoreFoundation.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/objc/src/CoreGraph.c b/infer/models/objc/src/CoreGraph.c index 0462625ed..274f3e793 100644 --- a/infer/models/objc/src/CoreGraph.c +++ b/infer/models/objc/src/CoreGraph.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/objc/src/CoreVideo.c b/infer/models/objc/src/CoreVideo.c index 29b8f498c..1fb7a083a 100644 --- a/infer/models/objc/src/CoreVideo.c +++ b/infer/models/objc/src/CoreVideo.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/objc/src/Dispatch.m b/infer/models/objc/src/Dispatch.m index ac7f5fd5a..3fa930033 100644 --- a/infer/models/objc/src/Dispatch.m +++ b/infer/models/objc/src/Dispatch.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/objc/src/Dispatch_once.m b/infer/models/objc/src/Dispatch_once.m index 186d28d60..86a67c4d0 100644 --- a/infer/models/objc/src/Dispatch_once.m +++ b/infer/models/objc/src/Dispatch_once.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/objc/src/Makefile b/infer/models/objc/src/Makefile index fe9254fce..6c1c61350 100644 --- a/infer/models/objc/src/Makefile +++ b/infer/models/objc/src/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/models/objc/src/NSArray.h b/infer/models/objc/src/NSArray.h index c9be3ba69..095a51008 100644 --- a/infer/models/objc/src/NSArray.h +++ b/infer/models/objc/src/NSArray.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/objc/src/NSArray.m b/infer/models/objc/src/NSArray.m index 94d9ffc5c..47a1ef44a 100644 --- a/infer/models/objc/src/NSArray.m +++ b/infer/models/objc/src/NSArray.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/objc/src/NSAutoreleasePool.m b/infer/models/objc/src/NSAutoreleasePool.m index f9cd9d7ac..bf8d27ae3 100644 --- a/infer/models/objc/src/NSAutoreleasePool.m +++ b/infer/models/objc/src/NSAutoreleasePool.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/objc/src/NSData.m b/infer/models/objc/src/NSData.m index 65c9add29..4ed1b03bc 100644 --- a/infer/models/objc/src/NSData.m +++ b/infer/models/objc/src/NSData.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/objc/src/NSDictionary.h b/infer/models/objc/src/NSDictionary.h index 265def424..0d17f3790 100644 --- a/infer/models/objc/src/NSDictionary.h +++ b/infer/models/objc/src/NSDictionary.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/objc/src/NSDictionary.m b/infer/models/objc/src/NSDictionary.m index 783d500a1..829d1c568 100644 --- a/infer/models/objc/src/NSDictionary.m +++ b/infer/models/objc/src/NSDictionary.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/objc/src/NSFileHandle.m b/infer/models/objc/src/NSFileHandle.m index cc1ec41e7..9c923b045 100644 --- a/infer/models/objc/src/NSFileHandle.m +++ b/infer/models/objc/src/NSFileHandle.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/objc/src/NSHTTPCookie.m b/infer/models/objc/src/NSHTTPCookie.m index b4cd1c426..a66aba540 100644 --- a/infer/models/objc/src/NSHTTPCookie.m +++ b/infer/models/objc/src/NSHTTPCookie.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/objc/src/NSMapTable.h b/infer/models/objc/src/NSMapTable.h index 38028d408..43ca2fadf 100644 --- a/infer/models/objc/src/NSMapTable.h +++ b/infer/models/objc/src/NSMapTable.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/objc/src/NSMapTable.m b/infer/models/objc/src/NSMapTable.m index cf47bb91b..1ece5515c 100644 --- a/infer/models/objc/src/NSMapTable.m +++ b/infer/models/objc/src/NSMapTable.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/objc/src/NSMutableArray.h b/infer/models/objc/src/NSMutableArray.h index b940beb6c..f24ac465e 100644 --- a/infer/models/objc/src/NSMutableArray.h +++ b/infer/models/objc/src/NSMutableArray.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/objc/src/NSMutableArray.m b/infer/models/objc/src/NSMutableArray.m index 0f81b2e55..cf228e9d7 100644 --- a/infer/models/objc/src/NSMutableArray.m +++ b/infer/models/objc/src/NSMutableArray.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/objc/src/NSMutableDictionary.h b/infer/models/objc/src/NSMutableDictionary.h index dfecc7878..b4841beb6 100644 --- a/infer/models/objc/src/NSMutableDictionary.h +++ b/infer/models/objc/src/NSMutableDictionary.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/objc/src/NSMutableDictionary.m b/infer/models/objc/src/NSMutableDictionary.m index de5346131..f6d87b1ad 100644 --- a/infer/models/objc/src/NSMutableDictionary.m +++ b/infer/models/objc/src/NSMutableDictionary.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/objc/src/NSNotificationCenter.m b/infer/models/objc/src/NSNotificationCenter.m index a55ee70d6..61ec79cd5 100644 --- a/infer/models/objc/src/NSNotificationCenter.m +++ b/infer/models/objc/src/NSNotificationCenter.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/objc/src/NSNumber.h b/infer/models/objc/src/NSNumber.h index 43c4d848b..f504ee459 100644 --- a/infer/models/objc/src/NSNumber.h +++ b/infer/models/objc/src/NSNumber.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/objc/src/NSNumber.m b/infer/models/objc/src/NSNumber.m index df0c88015..d9553d106 100644 --- a/infer/models/objc/src/NSNumber.m +++ b/infer/models/objc/src/NSNumber.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/objc/src/NSObject.m b/infer/models/objc/src/NSObject.m index 9e84b8077..671d72f7c 100644 --- a/infer/models/objc/src/NSObject.m +++ b/infer/models/objc/src/NSObject.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/objc/src/NSRunLoop.h b/infer/models/objc/src/NSRunLoop.h index 1abd0e1d9..b857feb23 100644 --- a/infer/models/objc/src/NSRunLoop.h +++ b/infer/models/objc/src/NSRunLoop.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/objc/src/NSRunLoop.m b/infer/models/objc/src/NSRunLoop.m index 0a2c6b259..fad583e4e 100644 --- a/infer/models/objc/src/NSRunLoop.m +++ b/infer/models/objc/src/NSRunLoop.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/objc/src/NSString.h b/infer/models/objc/src/NSString.h index fc2fbb1ae..e25d0c6a7 100644 --- a/infer/models/objc/src/NSString.h +++ b/infer/models/objc/src/NSString.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/objc/src/NSString.m b/infer/models/objc/src/NSString.m index a50d67315..82e71dc14 100644 --- a/infer/models/objc/src/NSString.m +++ b/infer/models/objc/src/NSString.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/objc/src/NSTimer.h b/infer/models/objc/src/NSTimer.h index a2d9d6717..1d628ba45 100644 --- a/infer/models/objc/src/NSTimer.h +++ b/infer/models/objc/src/NSTimer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/objc/src/NSTimer.m b/infer/models/objc/src/NSTimer.m index b6a4adf21..050a5406b 100644 --- a/infer/models/objc/src/NSTimer.m +++ b/infer/models/objc/src/NSTimer.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/models/objcpp/src/Makefile b/infer/models/objcpp/src/Makefile index a5dc964ad..0f737c010 100644 --- a/infer/models/objcpp/src/Makefile +++ b/infer/models/objcpp/src/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/AccessPath.ml b/infer/src/IR/AccessPath.ml index 39766018e..5d65faaf2 100644 --- a/infer/src/IR/AccessPath.ml +++ b/infer/src/IR/AccessPath.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/AccessPath.mli b/infer/src/IR/AccessPath.mli index a804e58e0..1ce7eb29e 100644 --- a/infer/src/IR/AccessPath.mli +++ b/infer/src/IR/AccessPath.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Annot.ml b/infer/src/IR/Annot.ml index 187726c76..37e753dfd 100644 --- a/infer/src/IR/Annot.ml +++ b/infer/src/IR/Annot.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Annot.mli b/infer/src/IR/Annot.mli index 01883d495..6e3e7b8b2 100644 --- a/infer/src/IR/Annot.mli +++ b/infer/src/IR/Annot.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Attributes.ml b/infer/src/IR/Attributes.ml index 66008295c..725dbe64a 100644 --- a/infer/src/IR/Attributes.ml +++ b/infer/src/IR/Attributes.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Attributes.mli b/infer/src/IR/Attributes.mli index 9c93073b4..e6bdf479e 100644 --- a/infer/src/IR/Attributes.mli +++ b/infer/src/IR/Attributes.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/BUILTINS.ml b/infer/src/IR/BUILTINS.ml index 2a1cab028..fa7dfe0ce 100644 --- a/infer/src/IR/BUILTINS.ml +++ b/infer/src/IR/BUILTINS.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Binop.ml b/infer/src/IR/Binop.ml index 5cc5a71ec..831b5990b 100644 --- a/infer/src/IR/Binop.ml +++ b/infer/src/IR/Binop.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Binop.mli b/infer/src/IR/Binop.mli index cb677c3c2..7984818f0 100644 --- a/infer/src/IR/Binop.mli +++ b/infer/src/IR/Binop.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/BuiltinDecl.ml b/infer/src/IR/BuiltinDecl.ml index 6fc2f8be8..6ca0c835a 100644 --- a/infer/src/IR/BuiltinDecl.ml +++ b/infer/src/IR/BuiltinDecl.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/BuiltinDecl.mli b/infer/src/IR/BuiltinDecl.mli index 939651b43..5a7282f9b 100644 --- a/infer/src/IR/BuiltinDecl.mli +++ b/infer/src/IR/BuiltinDecl.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/CallFlags.ml b/infer/src/IR/CallFlags.ml index 68593f2ea..c4933b771 100644 --- a/infer/src/IR/CallFlags.ml +++ b/infer/src/IR/CallFlags.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/CallFlags.mli b/infer/src/IR/CallFlags.mli index c82a8958c..67e4b2a5a 100644 --- a/infer/src/IR/CallFlags.mli +++ b/infer/src/IR/CallFlags.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/CallSite.ml b/infer/src/IR/CallSite.ml index d509f8193..2760c8edd 100644 --- a/infer/src/IR/CallSite.ml +++ b/infer/src/IR/CallSite.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/CallSite.mli b/infer/src/IR/CallSite.mli index bc3a91d6e..a3eebcf02 100644 --- a/infer/src/IR/CallSite.mli +++ b/infer/src/IR/CallSite.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Cfg.ml b/infer/src/IR/Cfg.ml index 60e826ae4..57c5e1afd 100644 --- a/infer/src/IR/Cfg.ml +++ b/infer/src/IR/Cfg.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Cfg.mli b/infer/src/IR/Cfg.mli index d121318f6..929b3ac3a 100644 --- a/infer/src/IR/Cfg.mli +++ b/infer/src/IR/Cfg.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/ClangMethodKind.ml b/infer/src/IR/ClangMethodKind.ml index 2759c7499..67501cb55 100644 --- a/infer/src/IR/ClangMethodKind.ml +++ b/infer/src/IR/ClangMethodKind.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/ClangMethodKind.mli b/infer/src/IR/ClangMethodKind.mli index deaffe649..c4a27ef5c 100644 --- a/infer/src/IR/ClangMethodKind.mli +++ b/infer/src/IR/ClangMethodKind.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Const.ml b/infer/src/IR/Const.ml index b0e85ab23..c7d12b03a 100644 --- a/infer/src/IR/Const.ml +++ b/infer/src/IR/Const.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Const.mli b/infer/src/IR/Const.mli index e9f866530..b40a15d65 100644 --- a/infer/src/IR/Const.mli +++ b/infer/src/IR/Const.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/DecompiledExp.ml b/infer/src/IR/DecompiledExp.ml index 8bec31c0c..02bc0f7e2 100644 --- a/infer/src/IR/DecompiledExp.ml +++ b/infer/src/IR/DecompiledExp.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/DecompiledExp.mli b/infer/src/IR/DecompiledExp.mli index 7ada4d46c..0e97c29d9 100644 --- a/infer/src/IR/DecompiledExp.mli +++ b/infer/src/IR/DecompiledExp.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Errlog.ml b/infer/src/IR/Errlog.ml index ed0f51a2b..b6e80932a 100644 --- a/infer/src/IR/Errlog.ml +++ b/infer/src/IR/Errlog.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Errlog.mli b/infer/src/IR/Errlog.mli index 199786ddf..69d90f4c1 100644 --- a/infer/src/IR/Errlog.mli +++ b/infer/src/IR/Errlog.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Exceptions.ml b/infer/src/IR/Exceptions.ml index cc8c22bd8..36e6f6302 100644 --- a/infer/src/IR/Exceptions.ml +++ b/infer/src/IR/Exceptions.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Exceptions.mli b/infer/src/IR/Exceptions.mli index 56ce3e755..cdc3c9ac6 100644 --- a/infer/src/IR/Exceptions.mli +++ b/infer/src/IR/Exceptions.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Exp.ml b/infer/src/IR/Exp.ml index 53290a116..83f4a54a5 100644 --- a/infer/src/IR/Exp.ml +++ b/infer/src/IR/Exp.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Exp.mli b/infer/src/IR/Exp.mli index 6ae087d07..6bf88b335 100644 --- a/infer/src/IR/Exp.mli +++ b/infer/src/IR/Exp.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Filtering.ml b/infer/src/IR/Filtering.ml index 89de17fa0..3b9ab4013 100644 --- a/infer/src/IR/Filtering.ml +++ b/infer/src/IR/Filtering.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Filtering.mli b/infer/src/IR/Filtering.mli index 79579db3c..1968640d0 100644 --- a/infer/src/IR/Filtering.mli +++ b/infer/src/IR/Filtering.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/HilExp.ml b/infer/src/IR/HilExp.ml index a9166d5fd..e0c0f987c 100644 --- a/infer/src/IR/HilExp.ml +++ b/infer/src/IR/HilExp.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/HilExp.mli b/infer/src/IR/HilExp.mli index e846f6add..8b3dc6c8e 100644 --- a/infer/src/IR/HilExp.mli +++ b/infer/src/IR/HilExp.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/HilInstr.ml b/infer/src/IR/HilInstr.ml index 5d5865e1b..d5acda020 100644 --- a/infer/src/IR/HilInstr.ml +++ b/infer/src/IR/HilInstr.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/HilInstr.mli b/infer/src/IR/HilInstr.mli index 8dbfeba6c..6a28b4dbb 100644 --- a/infer/src/IR/HilInstr.mli +++ b/infer/src/IR/HilInstr.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Ident.ml b/infer/src/IR/Ident.ml index 19abf4e96..c78ea3b38 100644 --- a/infer/src/IR/Ident.ml +++ b/infer/src/IR/Ident.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Ident.mli b/infer/src/IR/Ident.mli index 3e6684614..b288ea945 100644 --- a/infer/src/IR/Ident.mli +++ b/infer/src/IR/Ident.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Instrs.ml b/infer/src/IR/Instrs.ml index 5f9be774f..55b3aec15 100644 --- a/infer/src/IR/Instrs.ml +++ b/infer/src/IR/Instrs.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Instrs.mli b/infer/src/IR/Instrs.mli index 8e115d735..0b36959a0 100644 --- a/infer/src/IR/Instrs.mli +++ b/infer/src/IR/Instrs.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/IntLit.ml b/infer/src/IR/IntLit.ml index bb5297ac6..33206dc21 100644 --- a/infer/src/IR/IntLit.ml +++ b/infer/src/IR/IntLit.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/IntLit.mli b/infer/src/IR/IntLit.mli index 231071efe..6686fff83 100644 --- a/infer/src/IR/IntLit.mli +++ b/infer/src/IR/IntLit.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Io_infer.ml b/infer/src/IR/Io_infer.ml index bc4f68845..1308253ae 100644 --- a/infer/src/IR/Io_infer.ml +++ b/infer/src/IR/Io_infer.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Io_infer.mli b/infer/src/IR/Io_infer.mli index 6bcba8d98..98e2b79e4 100644 --- a/infer/src/IR/Io_infer.mli +++ b/infer/src/IR/Io_infer.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/IssueLog.ml b/infer/src/IR/IssueLog.ml index e9ababf79..444a4adb9 100644 --- a/infer/src/IR/IssueLog.ml +++ b/infer/src/IR/IssueLog.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/IssueLog.mli b/infer/src/IR/IssueLog.mli index 3b48bfc1a..f5f03fcc6 100644 --- a/infer/src/IR/IssueLog.mli +++ b/infer/src/IR/IssueLog.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Localise.ml b/infer/src/IR/Localise.ml index 3aaaf6b5f..6c3c5af9b 100644 --- a/infer/src/IR/Localise.ml +++ b/infer/src/IR/Localise.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Localise.mli b/infer/src/IR/Localise.mli index d8d244eda..25020cf2b 100644 --- a/infer/src/IR/Localise.mli +++ b/infer/src/IR/Localise.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Mangled.ml b/infer/src/IR/Mangled.ml index b860bcca9..758fc6ffb 100644 --- a/infer/src/IR/Mangled.ml +++ b/infer/src/IR/Mangled.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Mangled.mli b/infer/src/IR/Mangled.mli index 86578c40f..da7b629e5 100644 --- a/infer/src/IR/Mangled.mli +++ b/infer/src/IR/Mangled.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Mleak_buckets.ml b/infer/src/IR/Mleak_buckets.ml index 0f244c5f3..f41087562 100644 --- a/infer/src/IR/Mleak_buckets.ml +++ b/infer/src/IR/Mleak_buckets.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Mleak_buckets.mli b/infer/src/IR/Mleak_buckets.mli index 3cf2fe306..20d2b75c6 100644 --- a/infer/src/IR/Mleak_buckets.mli +++ b/infer/src/IR/Mleak_buckets.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Objc_models.ml b/infer/src/IR/Objc_models.ml index d73264c8b..047fd865d 100644 --- a/infer/src/IR/Objc_models.ml +++ b/infer/src/IR/Objc_models.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Objc_models.mli b/infer/src/IR/Objc_models.mli index 45867244f..b8adf0f90 100644 --- a/infer/src/IR/Objc_models.mli +++ b/infer/src/IR/Objc_models.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/PredSymb.ml b/infer/src/IR/PredSymb.ml index 199679c02..3aed76701 100644 --- a/infer/src/IR/PredSymb.ml +++ b/infer/src/IR/PredSymb.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/PredSymb.mli b/infer/src/IR/PredSymb.mli index 662116dfe..d18067930 100644 --- a/infer/src/IR/PredSymb.mli +++ b/infer/src/IR/PredSymb.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/ProcAttributes.ml b/infer/src/IR/ProcAttributes.ml index fef5a323e..cb577d5e7 100644 --- a/infer/src/IR/ProcAttributes.ml +++ b/infer/src/IR/ProcAttributes.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/ProcAttributes.mli b/infer/src/IR/ProcAttributes.mli index ea9365133..1896791af 100644 --- a/infer/src/IR/ProcAttributes.mli +++ b/infer/src/IR/ProcAttributes.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Procdesc.ml b/infer/src/IR/Procdesc.ml index ffdad67e2..674b9d361 100644 --- a/infer/src/IR/Procdesc.ml +++ b/infer/src/IR/Procdesc.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Procdesc.mli b/infer/src/IR/Procdesc.mli index fd1fae9d3..c5f842ba9 100644 --- a/infer/src/IR/Procdesc.mli +++ b/infer/src/IR/Procdesc.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/ProcnameDispatcher.ml b/infer/src/IR/ProcnameDispatcher.ml index 694632dcf..28cfecb4b 100644 --- a/infer/src/IR/ProcnameDispatcher.ml +++ b/infer/src/IR/ProcnameDispatcher.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/ProcnameDispatcher.mli b/infer/src/IR/ProcnameDispatcher.mli index cf01439cd..4a30641d2 100644 --- a/infer/src/IR/ProcnameDispatcher.mli +++ b/infer/src/IR/ProcnameDispatcher.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Pvar.ml b/infer/src/IR/Pvar.ml index f7079dce3..4d7464a50 100644 --- a/infer/src/IR/Pvar.ml +++ b/infer/src/IR/Pvar.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Pvar.mli b/infer/src/IR/Pvar.mli index 8e172e978..da389cdad 100644 --- a/infer/src/IR/Pvar.mli +++ b/infer/src/IR/Pvar.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/QualifiedCppName.ml b/infer/src/IR/QualifiedCppName.ml index 39ce10d16..95967b781 100644 --- a/infer/src/IR/QualifiedCppName.ml +++ b/infer/src/IR/QualifiedCppName.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/QualifiedCppName.mli b/infer/src/IR/QualifiedCppName.mli index 58eb6f948..1c49deac0 100644 --- a/infer/src/IR/QualifiedCppName.mli +++ b/infer/src/IR/QualifiedCppName.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Sil.ml b/infer/src/IR/Sil.ml index 9f77f9318..059d85851 100644 --- a/infer/src/IR/Sil.ml +++ b/infer/src/IR/Sil.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Sil.mli b/infer/src/IR/Sil.mli index 7df2c15c1..9207c40f7 100644 --- a/infer/src/IR/Sil.mli +++ b/infer/src/IR/Sil.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/SourceFiles.ml b/infer/src/IR/SourceFiles.ml index 689e9e8fa..fa1ba1a2e 100644 --- a/infer/src/IR/SourceFiles.ml +++ b/infer/src/IR/SourceFiles.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/SourceFiles.mli b/infer/src/IR/SourceFiles.mli index 23dabe937..85291f504 100644 --- a/infer/src/IR/SourceFiles.mli +++ b/infer/src/IR/SourceFiles.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/SpecializeProcdesc.ml b/infer/src/IR/SpecializeProcdesc.ml index e77543291..3e7e0b35d 100644 --- a/infer/src/IR/SpecializeProcdesc.ml +++ b/infer/src/IR/SpecializeProcdesc.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/SpecializeProcdesc.mli b/infer/src/IR/SpecializeProcdesc.mli index a6baa9712..1d7a35744 100644 --- a/infer/src/IR/SpecializeProcdesc.mli +++ b/infer/src/IR/SpecializeProcdesc.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Subtype.ml b/infer/src/IR/Subtype.ml index 99712b8c5..7ec606e40 100644 --- a/infer/src/IR/Subtype.ml +++ b/infer/src/IR/Subtype.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Subtype.mli b/infer/src/IR/Subtype.mli index 3261c55cd..623a1ea1b 100644 --- a/infer/src/IR/Subtype.mli +++ b/infer/src/IR/Subtype.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Tenv.ml b/infer/src/IR/Tenv.ml index 0d5ac6717..e7a3089c3 100644 --- a/infer/src/IR/Tenv.ml +++ b/infer/src/IR/Tenv.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Tenv.mli b/infer/src/IR/Tenv.mli index deb3b8ed4..473f37b72 100644 --- a/infer/src/IR/Tenv.mli +++ b/infer/src/IR/Tenv.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Typ.ml b/infer/src/IR/Typ.ml index e0b38d589..684bd0c30 100644 --- a/infer/src/IR/Typ.ml +++ b/infer/src/IR/Typ.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Typ.mli b/infer/src/IR/Typ.mli index fb753554d..179ec0ba9 100644 --- a/infer/src/IR/Typ.mli +++ b/infer/src/IR/Typ.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Unop.ml b/infer/src/IR/Unop.ml index dab59d17f..b26eeecbb 100644 --- a/infer/src/IR/Unop.ml +++ b/infer/src/IR/Unop.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Unop.mli b/infer/src/IR/Unop.mli index 6d1ebf221..db8ea291e 100644 --- a/infer/src/IR/Unop.mli +++ b/infer/src/IR/Unop.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Var.ml b/infer/src/IR/Var.ml index 4acc69131..a37479668 100644 --- a/infer/src/IR/Var.ml +++ b/infer/src/IR/Var.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/Var.mli b/infer/src/IR/Var.mli index 3f975d26b..abfb8980f 100644 --- a/infer/src/IR/Var.mli +++ b/infer/src/IR/Var.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/WeakTopologicalOrder.ml b/infer/src/IR/WeakTopologicalOrder.ml index 92367d7ae..f4c8b6440 100644 --- a/infer/src/IR/WeakTopologicalOrder.ml +++ b/infer/src/IR/WeakTopologicalOrder.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/WeakTopologicalOrder.mli b/infer/src/IR/WeakTopologicalOrder.mli index ea0b037f8..6f7dc70e2 100644 --- a/infer/src/IR/WeakTopologicalOrder.mli +++ b/infer/src/IR/WeakTopologicalOrder.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/IR/dune.in b/infer/src/IR/dune.in index fbcc85301..be354cc9f 100644 --- a/infer/src/IR/dune.in +++ b/infer/src/IR/dune.in @@ -1,6 +1,6 @@ (* -*- tuareg -*- *) (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/Makefile b/infer/src/Makefile index 02a549952..d0b33a084 100644 --- a/infer/src/Makefile +++ b/infer/src/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2013-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/src/absint/AbstractDomain.ml b/infer/src/absint/AbstractDomain.ml index d2b30cc42..8dad74349 100644 --- a/infer/src/absint/AbstractDomain.ml +++ b/infer/src/absint/AbstractDomain.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/absint/AbstractDomain.mli b/infer/src/absint/AbstractDomain.mli index bae60e689..24fbaf2f1 100644 --- a/infer/src/absint/AbstractDomain.mli +++ b/infer/src/absint/AbstractDomain.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/absint/AbstractInterpreter.ml b/infer/src/absint/AbstractInterpreter.ml index 950b897a5..9eacd2afc 100644 --- a/infer/src/absint/AbstractInterpreter.ml +++ b/infer/src/absint/AbstractInterpreter.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/absint/AbstractInterpreter.mli b/infer/src/absint/AbstractInterpreter.mli index 42dc68364..e27ba63bd 100644 --- a/infer/src/absint/AbstractInterpreter.mli +++ b/infer/src/absint/AbstractInterpreter.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/absint/FormalMap.ml b/infer/src/absint/FormalMap.ml index 0779115af..46becc969 100644 --- a/infer/src/absint/FormalMap.ml +++ b/infer/src/absint/FormalMap.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/absint/FormalMap.mli b/infer/src/absint/FormalMap.mli index 65d866522..edd51c834 100644 --- a/infer/src/absint/FormalMap.mli +++ b/infer/src/absint/FormalMap.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/absint/LowerHil.ml b/infer/src/absint/LowerHil.ml index c0fb86383..374f89e2f 100644 --- a/infer/src/absint/LowerHil.ml +++ b/infer/src/absint/LowerHil.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/absint/LowerHil.mli b/infer/src/absint/LowerHil.mli index f822eac55..8bbfa5e58 100644 --- a/infer/src/absint/LowerHil.mli +++ b/infer/src/absint/LowerHil.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/absint/NodePrinter.ml b/infer/src/absint/NodePrinter.ml index 9852f832c..00ad74393 100644 --- a/infer/src/absint/NodePrinter.ml +++ b/infer/src/absint/NodePrinter.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/absint/NodePrinter.mli b/infer/src/absint/NodePrinter.mli index cf25c1c7f..4e29d8711 100644 --- a/infer/src/absint/NodePrinter.mli +++ b/infer/src/absint/NodePrinter.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/absint/PatternMatch.ml b/infer/src/absint/PatternMatch.ml index bf1c254c0..07531233c 100644 --- a/infer/src/absint/PatternMatch.ml +++ b/infer/src/absint/PatternMatch.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/absint/PatternMatch.mli b/infer/src/absint/PatternMatch.mli index ac433ce4e..e7ca0d942 100644 --- a/infer/src/absint/PatternMatch.mli +++ b/infer/src/absint/PatternMatch.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/absint/ProcCfg.ml b/infer/src/absint/ProcCfg.ml index 013f0c418..66737e64e 100644 --- a/infer/src/absint/ProcCfg.ml +++ b/infer/src/absint/ProcCfg.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/absint/ProcCfg.mli b/infer/src/absint/ProcCfg.mli index b3d845e81..0db4bd16b 100644 --- a/infer/src/absint/ProcCfg.mli +++ b/infer/src/absint/ProcCfg.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/absint/ProcData.ml b/infer/src/absint/ProcData.ml index 2d51e72d0..c77ab2a6a 100644 --- a/infer/src/absint/ProcData.ml +++ b/infer/src/absint/ProcData.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/absint/ProcData.mli b/infer/src/absint/ProcData.mli index 0b8e71c49..4452cb829 100644 --- a/infer/src/absint/ProcData.mli +++ b/infer/src/absint/ProcData.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/absint/Scheduler.ml b/infer/src/absint/Scheduler.ml index aadd98f67..0d82b402d 100644 --- a/infer/src/absint/Scheduler.ml +++ b/infer/src/absint/Scheduler.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/absint/SummaryPayload.ml b/infer/src/absint/SummaryPayload.ml index 094b893c8..886ee9493 100644 --- a/infer/src/absint/SummaryPayload.ml +++ b/infer/src/absint/SummaryPayload.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/absint/SummaryPayload.mli b/infer/src/absint/SummaryPayload.mli index 9a224b883..53e674af7 100644 --- a/infer/src/absint/SummaryPayload.mli +++ b/infer/src/absint/SummaryPayload.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/absint/TransferFunctions.ml b/infer/src/absint/TransferFunctions.ml index 41be53d4e..b33f04009 100644 --- a/infer/src/absint/TransferFunctions.ml +++ b/infer/src/absint/TransferFunctions.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/absint/TransferFunctions.mli b/infer/src/absint/TransferFunctions.mli index ab3ac0e9d..a5d52d89d 100644 --- a/infer/src/absint/TransferFunctions.mli +++ b/infer/src/absint/TransferFunctions.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/atd/InferCommand.ml b/infer/src/atd/InferCommand.ml index b8297cc99..241235976 100644 --- a/infer/src/atd/InferCommand.ml +++ b/infer/src/atd/InferCommand.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/atd/InferCommand.mli b/infer/src/atd/InferCommand.mli index 44be4bf97..ffd523098 100644 --- a/infer/src/atd/InferCommand.mli +++ b/infer/src/atd/InferCommand.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/atd/dune.in b/infer/src/atd/dune.in index 812e585a0..fc70885ff 100644 --- a/infer/src/atd/dune.in +++ b/infer/src/atd/dune.in @@ -1,6 +1,6 @@ (* -*- tuareg -*- *) (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/atd/java_method_decl.atd b/infer/src/atd/java_method_decl.atd index c9e50381d..80c1181a0 100644 --- a/infer/src/atd/java_method_decl.atd +++ b/infer/src/atd/java_method_decl.atd @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/atd/java_profiler_samples.atd b/infer/src/atd/java_profiler_samples.atd index 0b5972b78..b7f855d63 100644 --- a/infer/src/atd/java_profiler_samples.atd +++ b/infer/src/atd/java_profiler_samples.atd @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/atd/jsonbug.atd b/infer/src/atd/jsonbug.atd index 4eb33d6b8..6a7c0bbac 100644 --- a/infer/src/atd/jsonbug.atd +++ b/infer/src/atd/jsonbug.atd @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/atd/perf_profiler.atd b/infer/src/atd/perf_profiler.atd index 7b9663ddb..326d20dc2 100644 --- a/infer/src/atd/perf_profiler.atd +++ b/infer/src/atd/perf_profiler.atd @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/atd/runstate.atd b/infer/src/atd/runstate.atd index b2912b75c..63dffc4a3 100644 --- a/infer/src/atd/runstate.atd +++ b/infer/src/atd/runstate.atd @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/CallGraph.ml b/infer/src/backend/CallGraph.ml index db85e4dd4..39b0a01b7 100644 --- a/infer/src/backend/CallGraph.ml +++ b/infer/src/backend/CallGraph.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/CallGraph.mli b/infer/src/backend/CallGraph.mli index 2dc02caaf..bcdbcd3a0 100644 --- a/infer/src/backend/CallGraph.mli +++ b/infer/src/backend/CallGraph.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/Differential.ml b/infer/src/backend/Differential.ml index 92f409cf6..d9cd08f4b 100644 --- a/infer/src/backend/Differential.ml +++ b/infer/src/backend/Differential.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/Differential.mli b/infer/src/backend/Differential.mli index 61e3db054..acb9c1595 100644 --- a/infer/src/backend/Differential.mli +++ b/infer/src/backend/Differential.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/DifferentialFilters.ml b/infer/src/backend/DifferentialFilters.ml index 800f0b472..a51486894 100644 --- a/infer/src/backend/DifferentialFilters.ml +++ b/infer/src/backend/DifferentialFilters.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/DifferentialFilters.mli b/infer/src/backend/DifferentialFilters.mli index d8ff40e89..29661a769 100644 --- a/infer/src/backend/DifferentialFilters.mli +++ b/infer/src/backend/DifferentialFilters.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/ExternalPerfData.ml b/infer/src/backend/ExternalPerfData.ml index df78c97dc..bc3d5afc2 100644 --- a/infer/src/backend/ExternalPerfData.ml +++ b/infer/src/backend/ExternalPerfData.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/ExternalPerfData.mli b/infer/src/backend/ExternalPerfData.mli index 9e59871a3..3a4eb062c 100644 --- a/infer/src/backend/ExternalPerfData.mli +++ b/infer/src/backend/ExternalPerfData.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/InferAnalyze.ml b/infer/src/backend/InferAnalyze.ml index ee62f3b38..6953b69b2 100644 --- a/infer/src/backend/InferAnalyze.ml +++ b/infer/src/backend/InferAnalyze.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/InferAnalyze.mli b/infer/src/backend/InferAnalyze.mli index caa657f57..c1f7bb54b 100644 --- a/infer/src/backend/InferAnalyze.mli +++ b/infer/src/backend/InferAnalyze.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/InferPrint.ml b/infer/src/backend/InferPrint.ml index 071227077..6958ba419 100644 --- a/infer/src/backend/InferPrint.ml +++ b/infer/src/backend/InferPrint.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/InferPrint.mli b/infer/src/backend/InferPrint.mli index 87d078e5b..1b21c9c9f 100644 --- a/infer/src/backend/InferPrint.mli +++ b/infer/src/backend/InferPrint.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/Issue.ml b/infer/src/backend/Issue.ml index 943763647..f17c594a1 100644 --- a/infer/src/backend/Issue.ml +++ b/infer/src/backend/Issue.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/Issue.mli b/infer/src/backend/Issue.mli index ee1f7ddb3..17f72ac6d 100644 --- a/infer/src/backend/Issue.mli +++ b/infer/src/backend/Issue.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/OndemandCapture.ml b/infer/src/backend/OndemandCapture.ml index 78829b3d6..38c52a1a0 100644 --- a/infer/src/backend/OndemandCapture.ml +++ b/infer/src/backend/OndemandCapture.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/Payloads.ml b/infer/src/backend/Payloads.ml index 44f6bda0b..46ba2768e 100644 --- a/infer/src/backend/Payloads.ml +++ b/infer/src/backend/Payloads.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/Payloads.mli b/infer/src/backend/Payloads.mli index ebb2cd9e7..249b882d2 100644 --- a/infer/src/backend/Payloads.mli +++ b/infer/src/backend/Payloads.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/PerfStats.ml b/infer/src/backend/PerfStats.ml index e96658a69..474eff7fa 100644 --- a/infer/src/backend/PerfStats.ml +++ b/infer/src/backend/PerfStats.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/PerfStats.mli b/infer/src/backend/PerfStats.mli index 85018af0f..82a6289e1 100644 --- a/infer/src/backend/PerfStats.mli +++ b/infer/src/backend/PerfStats.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/Procedures.ml b/infer/src/backend/Procedures.ml index d6efab677..88045f39f 100644 --- a/infer/src/backend/Procedures.ml +++ b/infer/src/backend/Procedures.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/Procedures.mli b/infer/src/backend/Procedures.mli index 224b1849e..33c8393ee 100644 --- a/infer/src/backend/Procedures.mli +++ b/infer/src/backend/Procedures.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/StatsAggregator.ml b/infer/src/backend/StatsAggregator.ml index d21a036e6..54206e227 100644 --- a/infer/src/backend/StatsAggregator.ml +++ b/infer/src/backend/StatsAggregator.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/StatsAggregator.mli b/infer/src/backend/StatsAggregator.mli index 2da758c85..d215be8d4 100644 --- a/infer/src/backend/StatsAggregator.mli +++ b/infer/src/backend/StatsAggregator.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/Summary.ml b/infer/src/backend/Summary.ml index b27737cb4..231e4019f 100644 --- a/infer/src/backend/Summary.ml +++ b/infer/src/backend/Summary.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/Summary.mli b/infer/src/backend/Summary.mli index dd7047076..2df166aa5 100644 --- a/infer/src/backend/Summary.mli +++ b/infer/src/backend/Summary.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/TaskScheduler.ml b/infer/src/backend/TaskScheduler.ml index 4d10f08c4..296c24f1a 100644 --- a/infer/src/backend/TaskScheduler.ml +++ b/infer/src/backend/TaskScheduler.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/TaskScheduler.mli b/infer/src/backend/TaskScheduler.mli index cb436011c..6c8490079 100644 --- a/infer/src/backend/TaskScheduler.mli +++ b/infer/src/backend/TaskScheduler.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/Tasks.ml b/infer/src/backend/Tasks.ml index b26d119dc..73b095438 100644 --- a/infer/src/backend/Tasks.ml +++ b/infer/src/backend/Tasks.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/Tasks.mli b/infer/src/backend/Tasks.mli index 4692e4a62..d870c1513 100644 --- a/infer/src/backend/Tasks.mli +++ b/infer/src/backend/Tasks.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/callbacks.ml b/infer/src/backend/callbacks.ml index 5d0d9a5b6..9743d90f9 100644 --- a/infer/src/backend/callbacks.ml +++ b/infer/src/backend/callbacks.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/callbacks.mli b/infer/src/backend/callbacks.mli index 3e12371bb..f0d284bed 100644 --- a/infer/src/backend/callbacks.mli +++ b/infer/src/backend/callbacks.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/dotty.ml b/infer/src/backend/dotty.ml index 158b4129b..4b81b1190 100644 --- a/infer/src/backend/dotty.ml +++ b/infer/src/backend/dotty.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/dotty.mli b/infer/src/backend/dotty.mli index 4467d42b7..443b425ed 100644 --- a/infer/src/backend/dotty.mli +++ b/infer/src/backend/dotty.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/errdesc.ml b/infer/src/backend/errdesc.ml index edaac36cb..d1cc9b714 100644 --- a/infer/src/backend/errdesc.ml +++ b/infer/src/backend/errdesc.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/errdesc.mli b/infer/src/backend/errdesc.mli index 784f248ea..d866feaf4 100644 --- a/infer/src/backend/errdesc.mli +++ b/infer/src/backend/errdesc.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/exe_env.ml b/infer/src/backend/exe_env.ml index 8f5f117b7..a70f332aa 100644 --- a/infer/src/backend/exe_env.ml +++ b/infer/src/backend/exe_env.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/exe_env.mli b/infer/src/backend/exe_env.mli index 8d4afa54f..58dfc3c3d 100644 --- a/infer/src/backend/exe_env.mli +++ b/infer/src/backend/exe_env.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/inferconfig.ml b/infer/src/backend/inferconfig.ml index 26b8ce608..42604373b 100644 --- a/infer/src/backend/inferconfig.ml +++ b/infer/src/backend/inferconfig.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/inferconfig.mli b/infer/src/backend/inferconfig.mli index 6497637f9..c4230d895 100644 --- a/infer/src/backend/inferconfig.mli +++ b/infer/src/backend/inferconfig.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/mergeCapture.ml b/infer/src/backend/mergeCapture.ml index 35daf13fa..400066044 100644 --- a/infer/src/backend/mergeCapture.ml +++ b/infer/src/backend/mergeCapture.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/mergeCapture.mli b/infer/src/backend/mergeCapture.mli index 5565b7939..ab78eca60 100644 --- a/infer/src/backend/mergeCapture.mli +++ b/infer/src/backend/mergeCapture.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/ondemand.ml b/infer/src/backend/ondemand.ml index df04ecfaf..54d09ad41 100644 --- a/infer/src/backend/ondemand.ml +++ b/infer/src/backend/ondemand.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/ondemand.mli b/infer/src/backend/ondemand.mli index b60b1e51c..2c2e60bea 100644 --- a/infer/src/backend/ondemand.mli +++ b/infer/src/backend/ondemand.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/preanal.ml b/infer/src/backend/preanal.ml index ba7b82d8d..6519d176a 100644 --- a/infer/src/backend/preanal.ml +++ b/infer/src/backend/preanal.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/preanal.mli b/infer/src/backend/preanal.mli index 953623831..dd7b06806 100644 --- a/infer/src/backend/preanal.mli +++ b/infer/src/backend/preanal.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/printer.ml b/infer/src/backend/printer.ml index a183ce276..ad81a18a1 100644 --- a/infer/src/backend/printer.ml +++ b/infer/src/backend/printer.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/printer.mli b/infer/src/backend/printer.mli index 4e44a13e0..d03b960d9 100644 --- a/infer/src/backend/printer.mli +++ b/infer/src/backend/printer.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/reporting.ml b/infer/src/backend/reporting.ml index b87f057e3..dea7f106a 100644 --- a/infer/src/backend/reporting.ml +++ b/infer/src/backend/reporting.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/backend/reporting.mli b/infer/src/backend/reporting.mli index 4febc03f8..cf2d3b4ce 100644 --- a/infer/src/backend/reporting.mli +++ b/infer/src/backend/reporting.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/CommandDoc.ml b/infer/src/base/CommandDoc.ml index 2ad1e1eda..0ff0f937a 100644 --- a/infer/src/base/CommandDoc.ml +++ b/infer/src/base/CommandDoc.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/CommandDoc.mli b/infer/src/base/CommandDoc.mli index 551ce036d..8c515f750 100644 --- a/infer/src/base/CommandDoc.mli +++ b/infer/src/base/CommandDoc.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/CommandLineOption.ml b/infer/src/base/CommandLineOption.ml index 892887bb2..2c8548775 100644 --- a/infer/src/base/CommandLineOption.ml +++ b/infer/src/base/CommandLineOption.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/CommandLineOption.mli b/infer/src/base/CommandLineOption.mli index c086ed0c9..1794d8ce7 100644 --- a/infer/src/base/CommandLineOption.mli +++ b/infer/src/base/CommandLineOption.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/Config.ml b/infer/src/base/Config.ml index c5da916f0..f20fd51bc 100644 --- a/infer/src/base/Config.ml +++ b/infer/src/base/Config.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/Config.mli b/infer/src/base/Config.mli index 19b6712ff..c34f9a79b 100644 --- a/infer/src/base/Config.mli +++ b/infer/src/base/Config.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/DB.ml b/infer/src/base/DB.ml index 02a495b75..3a29986ca 100644 --- a/infer/src/base/DB.ml +++ b/infer/src/base/DB.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/DB.mli b/infer/src/base/DB.mli index f9db7caaa..699301df6 100644 --- a/infer/src/base/DB.mli +++ b/infer/src/base/DB.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/Die.ml b/infer/src/base/Die.ml index 2acae3d10..5401698cf 100644 --- a/infer/src/base/Die.ml +++ b/infer/src/base/Die.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/Die.mli b/infer/src/base/Die.mli index 9c0703726..d0242f3a2 100644 --- a/infer/src/base/Die.mli +++ b/infer/src/base/Die.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/Epilogues.ml b/infer/src/base/Epilogues.ml index 54898d310..a6c2cf1cd 100644 --- a/infer/src/base/Epilogues.ml +++ b/infer/src/base/Epilogues.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/Epilogues.mli b/infer/src/base/Epilogues.mli index d1a1114fe..90c71202e 100644 --- a/infer/src/base/Epilogues.mli +++ b/infer/src/base/Epilogues.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/EventLogger.ml b/infer/src/base/EventLogger.ml index 86c34a3d4..01df0c4dc 100644 --- a/infer/src/base/EventLogger.ml +++ b/infer/src/base/EventLogger.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/EventLogger.mli b/infer/src/base/EventLogger.mli index e209f7ce6..77390010c 100644 --- a/infer/src/base/EventLogger.mli +++ b/infer/src/base/EventLogger.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/FileDiff.ml b/infer/src/base/FileDiff.ml index e8e946dac..3d98bbeff 100644 --- a/infer/src/base/FileDiff.ml +++ b/infer/src/base/FileDiff.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/FileDiff.mli b/infer/src/base/FileDiff.mli index 3181a734f..f0ad43103 100644 --- a/infer/src/base/FileDiff.mli +++ b/infer/src/base/FileDiff.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/IssueType.ml b/infer/src/base/IssueType.ml index f5af546dd..8e18de1b0 100644 --- a/infer/src/base/IssueType.ml +++ b/infer/src/base/IssueType.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/IssueType.mli b/infer/src/base/IssueType.mli index a9bcafa41..1c4511242 100644 --- a/infer/src/base/IssueType.mli +++ b/infer/src/base/IssueType.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/JsonBuilder.ml b/infer/src/base/JsonBuilder.ml index c85c2a5ee..67787beac 100644 --- a/infer/src/base/JsonBuilder.ml +++ b/infer/src/base/JsonBuilder.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/JsonBuilder.mli b/infer/src/base/JsonBuilder.mli index 6b70b20b5..f29cc12a0 100644 --- a/infer/src/base/JsonBuilder.mli +++ b/infer/src/base/JsonBuilder.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/Language.ml b/infer/src/base/Language.ml index f14766ccb..ce42ff6ff 100644 --- a/infer/src/base/Language.ml +++ b/infer/src/base/Language.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/Language.mli b/infer/src/base/Language.mli index 894e79fd3..e108d326d 100644 --- a/infer/src/base/Language.mli +++ b/infer/src/base/Language.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/Location.ml b/infer/src/base/Location.ml index 52d1467e9..23f9076c8 100644 --- a/infer/src/base/Location.ml +++ b/infer/src/base/Location.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/Location.mli b/infer/src/base/Location.mli index 469981a75..c5a958d83 100644 --- a/infer/src/base/Location.mli +++ b/infer/src/base/Location.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/Logging.ml b/infer/src/base/Logging.ml index 7f07bd819..4ad44ff48 100644 --- a/infer/src/base/Logging.ml +++ b/infer/src/base/Logging.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/Logging.mli b/infer/src/base/Logging.mli index 9750a66ef..8c342567c 100644 --- a/infer/src/base/Logging.mli +++ b/infer/src/base/Logging.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/MarkupFormatter.ml b/infer/src/base/MarkupFormatter.ml index 18b88d4f5..2d0a5b9c4 100644 --- a/infer/src/base/MarkupFormatter.ml +++ b/infer/src/base/MarkupFormatter.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/MarkupFormatter.mli b/infer/src/base/MarkupFormatter.mli index b9084f28a..a55267488 100644 --- a/infer/src/base/MarkupFormatter.mli +++ b/infer/src/base/MarkupFormatter.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/Memcached.ml b/infer/src/base/Memcached.ml index 7e143ccaa..4a650a916 100644 --- a/infer/src/base/Memcached.ml +++ b/infer/src/base/Memcached.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/Memcached.mli b/infer/src/base/Memcached.mli index c68649a96..a4eed1c72 100644 --- a/infer/src/base/Memcached.mli +++ b/infer/src/base/Memcached.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/MergeResults.ml b/infer/src/base/MergeResults.ml index 4057d59ef..a7084e385 100644 --- a/infer/src/base/MergeResults.ml +++ b/infer/src/base/MergeResults.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/MergeResults.mli b/infer/src/base/MergeResults.mli index 97c260cd5..3c89f546b 100644 --- a/infer/src/base/MergeResults.mli +++ b/infer/src/base/MergeResults.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/Multilinks.ml b/infer/src/base/Multilinks.ml index bb2487a81..d51bd82c0 100644 --- a/infer/src/base/Multilinks.ml +++ b/infer/src/base/Multilinks.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/Multilinks.mli b/infer/src/base/Multilinks.mli index 9eb631c2b..bafadd37d 100644 --- a/infer/src/base/Multilinks.mli +++ b/infer/src/base/Multilinks.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/PerfEvent.ml b/infer/src/base/PerfEvent.ml index 89e2de033..7a34b6a9a 100644 --- a/infer/src/base/PerfEvent.ml +++ b/infer/src/base/PerfEvent.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/PerfEvent.mli b/infer/src/base/PerfEvent.mli index c3a006c89..16319ce00 100644 --- a/infer/src/base/PerfEvent.mli +++ b/infer/src/base/PerfEvent.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/Process.ml b/infer/src/base/Process.ml index c1fa43a1e..f8d81fd8c 100644 --- a/infer/src/base/Process.ml +++ b/infer/src/base/Process.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/Process.mli b/infer/src/base/Process.mli index 57868b4f5..6d30be017 100644 --- a/infer/src/base/Process.mli +++ b/infer/src/base/Process.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/ProcessPool.ml b/infer/src/base/ProcessPool.ml index 87edb0916..36afe99d3 100644 --- a/infer/src/base/ProcessPool.ml +++ b/infer/src/base/ProcessPool.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/ProcessPool.mli b/infer/src/base/ProcessPool.mli index a7ad3e405..9c9df2c18 100644 --- a/infer/src/base/ProcessPool.mli +++ b/infer/src/base/ProcessPool.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/ProcessPoolState.ml b/infer/src/base/ProcessPoolState.ml index 8166e6cf9..c9b22c2eb 100644 --- a/infer/src/base/ProcessPoolState.ml +++ b/infer/src/base/ProcessPoolState.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/ProcessPoolState.mli b/infer/src/base/ProcessPoolState.mli index f9700a7f3..b5e845c2d 100644 --- a/infer/src/base/ProcessPoolState.mli +++ b/infer/src/base/ProcessPoolState.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/ResultsDatabase.ml b/infer/src/base/ResultsDatabase.ml index e38200958..57822b39e 100644 --- a/infer/src/base/ResultsDatabase.ml +++ b/infer/src/base/ResultsDatabase.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/ResultsDatabase.mli b/infer/src/base/ResultsDatabase.mli index 9ab4a728d..96e56504f 100644 --- a/infer/src/base/ResultsDatabase.mli +++ b/infer/src/base/ResultsDatabase.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/ResultsDir.ml b/infer/src/base/ResultsDir.ml index 31896f601..2ba6c1a82 100644 --- a/infer/src/base/ResultsDir.ml +++ b/infer/src/base/ResultsDir.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/ResultsDir.mli b/infer/src/base/ResultsDir.mli index 0d0d283e3..8f63a35f9 100644 --- a/infer/src/base/ResultsDir.mli +++ b/infer/src/base/ResultsDir.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/RunState.ml b/infer/src/base/RunState.ml index 8a81e70bd..910c43c3d 100644 --- a/infer/src/base/RunState.ml +++ b/infer/src/base/RunState.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/RunState.mli b/infer/src/base/RunState.mli index 80ff0ccd2..3e486ad8f 100644 --- a/infer/src/base/RunState.mli +++ b/infer/src/base/RunState.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/Serialization.ml b/infer/src/base/Serialization.ml index a5437eabb..d981acf4a 100644 --- a/infer/src/base/Serialization.ml +++ b/infer/src/base/Serialization.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/Serialization.mli b/infer/src/base/Serialization.mli index f36aeba5f..33dc52ad0 100644 --- a/infer/src/base/Serialization.mli +++ b/infer/src/base/Serialization.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/SourceFile.ml b/infer/src/base/SourceFile.ml index 9a5778a57..252be1307 100644 --- a/infer/src/base/SourceFile.ml +++ b/infer/src/base/SourceFile.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/SourceFile.mli b/infer/src/base/SourceFile.mli index c825fbb30..f93ad3e2d 100644 --- a/infer/src/base/SourceFile.mli +++ b/infer/src/base/SourceFile.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/SqliteUtils.ml b/infer/src/base/SqliteUtils.ml index 86e3e7cb5..54cbfbf21 100644 --- a/infer/src/base/SqliteUtils.ml +++ b/infer/src/base/SqliteUtils.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/SqliteUtils.mli b/infer/src/base/SqliteUtils.mli index 2b335d133..90c22391e 100644 --- a/infer/src/base/SqliteUtils.mli +++ b/infer/src/base/SqliteUtils.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/SymOp.ml b/infer/src/base/SymOp.ml index 31c520ed2..8c257f348 100644 --- a/infer/src/base/SymOp.ml +++ b/infer/src/base/SymOp.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/SymOp.mli b/infer/src/base/SymOp.mli index ccb50bf26..09dffc19b 100644 --- a/infer/src/base/SymOp.mli +++ b/infer/src/base/SymOp.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/TaskBar.ml b/infer/src/base/TaskBar.ml index 091b6aa7c..d7b9a80e5 100644 --- a/infer/src/base/TaskBar.ml +++ b/infer/src/base/TaskBar.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/TaskBar.mli b/infer/src/base/TaskBar.mli index a7d3728e1..c07a3b8b1 100644 --- a/infer/src/base/TaskBar.mli +++ b/infer/src/base/TaskBar.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/Utils.ml b/infer/src/base/Utils.ml index db44413eb..463115f7a 100644 --- a/infer/src/base/Utils.ml +++ b/infer/src/base/Utils.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/Utils.mli b/infer/src/base/Utils.mli index b9b891f38..d52b0784b 100644 --- a/infer/src/base/Utils.mli +++ b/infer/src/base/Utils.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/Version.ml.in b/infer/src/base/Version.ml.in index 5ef95a093..28b824bcd 100644 --- a/infer/src/base/Version.ml.in +++ b/infer/src/base/Version.ml.in @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/Version.mli b/infer/src/base/Version.mli index eb3cd0e94..46a5ce42a 100644 --- a/infer/src/base/Version.mli +++ b/infer/src/base/Version.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/ZipLib.ml b/infer/src/base/ZipLib.ml index 173c5ed72..cf59811ab 100644 --- a/infer/src/base/ZipLib.ml +++ b/infer/src/base/ZipLib.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/ZipLib.mli b/infer/src/base/ZipLib.mli index 8d049b58a..7a301a308 100644 --- a/infer/src/base/ZipLib.mli +++ b/infer/src/base/ZipLib.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/dune.in b/infer/src/base/dune.in index 6651472b0..672698f6b 100644 --- a/infer/src/base/dune.in +++ b/infer/src/base/dune.in @@ -1,6 +1,6 @@ (* -*- tuareg -*- *) (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/polyFields.ml b/infer/src/base/polyFields.ml index 5016c3321..f19070c1a 100644 --- a/infer/src/base/polyFields.ml +++ b/infer/src/base/polyFields.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/base/polyFields.mli b/infer/src/base/polyFields.mli index bea209afe..0ef165272 100644 --- a/infer/src/base/polyFields.mli +++ b/infer/src/base/polyFields.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/Abs.ml b/infer/src/biabduction/Abs.ml index ecbe321e1..5715168c0 100644 --- a/infer/src/biabduction/Abs.ml +++ b/infer/src/biabduction/Abs.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/Abs.mli b/infer/src/biabduction/Abs.mli index 2c2821e9e..1463ba7df 100644 --- a/infer/src/biabduction/Abs.mli +++ b/infer/src/biabduction/Abs.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/Absarray.ml b/infer/src/biabduction/Absarray.ml index 3fd560ffd..d33d86246 100644 --- a/infer/src/biabduction/Absarray.ml +++ b/infer/src/biabduction/Absarray.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/Absarray.mli b/infer/src/biabduction/Absarray.mli index 77c04c219..d96d81228 100644 --- a/infer/src/biabduction/Absarray.mli +++ b/infer/src/biabduction/Absarray.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/Attribute.ml b/infer/src/biabduction/Attribute.ml index 1e4b7e906..d1e2fced4 100644 --- a/infer/src/biabduction/Attribute.ml +++ b/infer/src/biabduction/Attribute.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/Attribute.mli b/infer/src/biabduction/Attribute.mli index 4b4baf680..685bfab9e 100644 --- a/infer/src/biabduction/Attribute.mli +++ b/infer/src/biabduction/Attribute.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/BiabductionConfig.ml b/infer/src/biabduction/BiabductionConfig.ml index 600b0ebca..0f38b64bf 100644 --- a/infer/src/biabduction/BiabductionConfig.ml +++ b/infer/src/biabduction/BiabductionConfig.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/BiabductionConfig.mli b/infer/src/biabduction/BiabductionConfig.mli index b21411c45..f895cee2d 100644 --- a/infer/src/biabduction/BiabductionConfig.mli +++ b/infer/src/biabduction/BiabductionConfig.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/BiabductionSummary.ml b/infer/src/biabduction/BiabductionSummary.ml index f13a882ed..48df17370 100644 --- a/infer/src/biabduction/BiabductionSummary.ml +++ b/infer/src/biabduction/BiabductionSummary.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/BiabductionSummary.mli b/infer/src/biabduction/BiabductionSummary.mli index fe17b9a54..0742cd6b8 100644 --- a/infer/src/biabduction/BiabductionSummary.mli +++ b/infer/src/biabduction/BiabductionSummary.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/Buckets.ml b/infer/src/biabduction/Buckets.ml index d9b7d3e1a..e5cc93c73 100644 --- a/infer/src/biabduction/Buckets.ml +++ b/infer/src/biabduction/Buckets.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/Buckets.mli b/infer/src/biabduction/Buckets.mli index f1c98ab22..faae0a3a3 100644 --- a/infer/src/biabduction/Buckets.mli +++ b/infer/src/biabduction/Buckets.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/Builtin.ml b/infer/src/biabduction/Builtin.ml index 37559e005..22d5854d3 100644 --- a/infer/src/biabduction/Builtin.ml +++ b/infer/src/biabduction/Builtin.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/Builtin.mli b/infer/src/biabduction/Builtin.mli index 0170a49e7..e78437574 100644 --- a/infer/src/biabduction/Builtin.mli +++ b/infer/src/biabduction/Builtin.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/BuiltinDefn.ml b/infer/src/biabduction/BuiltinDefn.ml index e82406f51..188de2aae 100644 --- a/infer/src/biabduction/BuiltinDefn.ml +++ b/infer/src/biabduction/BuiltinDefn.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/BuiltinDefn.mli b/infer/src/biabduction/BuiltinDefn.mli index 20b0a9b55..aac4ad1b9 100644 --- a/infer/src/biabduction/BuiltinDefn.mli +++ b/infer/src/biabduction/BuiltinDefn.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/Dom.ml b/infer/src/biabduction/Dom.ml index 2e7c132e5..eb98efaa7 100644 --- a/infer/src/biabduction/Dom.ml +++ b/infer/src/biabduction/Dom.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/Dom.mli b/infer/src/biabduction/Dom.mli index e3ae79ad8..fde81d16c 100644 --- a/infer/src/biabduction/Dom.mli +++ b/infer/src/biabduction/Dom.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/JoinState.ml b/infer/src/biabduction/JoinState.ml index a33e680bc..88216e9f9 100644 --- a/infer/src/biabduction/JoinState.ml +++ b/infer/src/biabduction/JoinState.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/JoinState.mli b/infer/src/biabduction/JoinState.mli index a4a7f8654..53e32d225 100644 --- a/infer/src/biabduction/JoinState.mli +++ b/infer/src/biabduction/JoinState.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/Match.ml b/infer/src/biabduction/Match.ml index 61b9aa5b6..438c58987 100644 --- a/infer/src/biabduction/Match.ml +++ b/infer/src/biabduction/Match.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/Match.mli b/infer/src/biabduction/Match.mli index 9e90e422c..12e9f7625 100644 --- a/infer/src/biabduction/Match.mli +++ b/infer/src/biabduction/Match.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/Paths.ml b/infer/src/biabduction/Paths.ml index 47ada725b..01e537a9d 100644 --- a/infer/src/biabduction/Paths.ml +++ b/infer/src/biabduction/Paths.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/Paths.mli b/infer/src/biabduction/Paths.mli index 3e3bd6228..22d71ab42 100644 --- a/infer/src/biabduction/Paths.mli +++ b/infer/src/biabduction/Paths.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/Prop.ml b/infer/src/biabduction/Prop.ml index 70ac1c844..8bef47dfc 100644 --- a/infer/src/biabduction/Prop.ml +++ b/infer/src/biabduction/Prop.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/Prop.mli b/infer/src/biabduction/Prop.mli index d0069db2d..809ff3ce4 100644 --- a/infer/src/biabduction/Prop.mli +++ b/infer/src/biabduction/Prop.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/PropUtil.ml b/infer/src/biabduction/PropUtil.ml index 186ce2ebd..7fd4ae532 100644 --- a/infer/src/biabduction/PropUtil.ml +++ b/infer/src/biabduction/PropUtil.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/PropUtil.mli b/infer/src/biabduction/PropUtil.mli index fe902db22..6986717d8 100644 --- a/infer/src/biabduction/PropUtil.mli +++ b/infer/src/biabduction/PropUtil.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/Propgraph.ml b/infer/src/biabduction/Propgraph.ml index 917661ffb..8ace302d1 100644 --- a/infer/src/biabduction/Propgraph.ml +++ b/infer/src/biabduction/Propgraph.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/Propgraph.mli b/infer/src/biabduction/Propgraph.mli index a27b0394f..28a365709 100644 --- a/infer/src/biabduction/Propgraph.mli +++ b/infer/src/biabduction/Propgraph.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/Propset.ml b/infer/src/biabduction/Propset.ml index a219d62e4..4763d431a 100644 --- a/infer/src/biabduction/Propset.ml +++ b/infer/src/biabduction/Propset.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/Propset.mli b/infer/src/biabduction/Propset.mli index 838b7f5c6..515877db1 100644 --- a/infer/src/biabduction/Propset.mli +++ b/infer/src/biabduction/Propset.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/Prover.ml b/infer/src/biabduction/Prover.ml index 1a7ba044b..65f904323 100644 --- a/infer/src/biabduction/Prover.ml +++ b/infer/src/biabduction/Prover.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/Prover.mli b/infer/src/biabduction/Prover.mli index 219339f03..4f99b3404 100644 --- a/infer/src/biabduction/Prover.mli +++ b/infer/src/biabduction/Prover.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/Rearrange.ml b/infer/src/biabduction/Rearrange.ml index 865dcfcc7..f5bffe1f6 100644 --- a/infer/src/biabduction/Rearrange.ml +++ b/infer/src/biabduction/Rearrange.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/Rearrange.mli b/infer/src/biabduction/Rearrange.mli index db123c6f6..409b9ec54 100644 --- a/infer/src/biabduction/Rearrange.mli +++ b/infer/src/biabduction/Rearrange.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/RetainCycles.ml b/infer/src/biabduction/RetainCycles.ml index 9a5e8c3d1..03927b63a 100644 --- a/infer/src/biabduction/RetainCycles.ml +++ b/infer/src/biabduction/RetainCycles.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/RetainCycles.mli b/infer/src/biabduction/RetainCycles.mli index a527b7797..48ba1518d 100644 --- a/infer/src/biabduction/RetainCycles.mli +++ b/infer/src/biabduction/RetainCycles.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/RetainCyclesType.ml b/infer/src/biabduction/RetainCyclesType.ml index 9e0c2c2ad..96c1f5025 100644 --- a/infer/src/biabduction/RetainCyclesType.ml +++ b/infer/src/biabduction/RetainCyclesType.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/RetainCyclesType.mli b/infer/src/biabduction/RetainCyclesType.mli index b8a0f4afa..7c4c28283 100644 --- a/infer/src/biabduction/RetainCyclesType.mli +++ b/infer/src/biabduction/RetainCyclesType.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/State.ml b/infer/src/biabduction/State.ml index f4e614fbd..c14f346c7 100644 --- a/infer/src/biabduction/State.ml +++ b/infer/src/biabduction/State.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/State.mli b/infer/src/biabduction/State.mli index 6f306aa98..5b7757d3a 100644 --- a/infer/src/biabduction/State.mli +++ b/infer/src/biabduction/State.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/SymExec.ml b/infer/src/biabduction/SymExec.ml index 3a68909c7..02a46e7e7 100644 --- a/infer/src/biabduction/SymExec.ml +++ b/infer/src/biabduction/SymExec.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/SymExec.mli b/infer/src/biabduction/SymExec.mli index cb2ccf5e7..743d1cb39 100644 --- a/infer/src/biabduction/SymExec.mli +++ b/infer/src/biabduction/SymExec.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/SymExecBlocks.ml b/infer/src/biabduction/SymExecBlocks.ml index 6454cf34b..68536fa18 100644 --- a/infer/src/biabduction/SymExecBlocks.ml +++ b/infer/src/biabduction/SymExecBlocks.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/SymExecBlocks.mli b/infer/src/biabduction/SymExecBlocks.mli index 0cf92da69..df6ee6eba 100644 --- a/infer/src/biabduction/SymExecBlocks.mli +++ b/infer/src/biabduction/SymExecBlocks.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/Tabulation.ml b/infer/src/biabduction/Tabulation.ml index 188b9e8af..a418afff2 100644 --- a/infer/src/biabduction/Tabulation.ml +++ b/infer/src/biabduction/Tabulation.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/Tabulation.mli b/infer/src/biabduction/Tabulation.mli index 7333af639..e7b547fda 100644 --- a/infer/src/biabduction/Tabulation.mli +++ b/infer/src/biabduction/Tabulation.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/Timeout.ml b/infer/src/biabduction/Timeout.ml index 31688bcbe..39d86f98e 100644 --- a/infer/src/biabduction/Timeout.ml +++ b/infer/src/biabduction/Timeout.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/Timeout.mli b/infer/src/biabduction/Timeout.mli index fee9bd170..ee30fa568 100644 --- a/infer/src/biabduction/Timeout.mli +++ b/infer/src/biabduction/Timeout.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/interproc.ml b/infer/src/biabduction/interproc.ml index 25bd97307..a9c73374d 100644 --- a/infer/src/biabduction/interproc.ml +++ b/infer/src/biabduction/interproc.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/biabduction/interproc.mli b/infer/src/biabduction/interproc.mli index 10ed13b5e..f2b3ebeb0 100644 --- a/infer/src/biabduction/interproc.mli +++ b/infer/src/biabduction/interproc.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/bufferoverrun/absLoc.ml b/infer/src/bufferoverrun/absLoc.ml index 99b641e61..06b6534e7 100644 --- a/infer/src/bufferoverrun/absLoc.ml +++ b/infer/src/bufferoverrun/absLoc.ml @@ -1,7 +1,7 @@ (* * Copyright (c) 2016-present, Programming Research Laboratory (ROPAS) * Seoul National University, Korea - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/bufferoverrun/arrayBlk.ml b/infer/src/bufferoverrun/arrayBlk.ml index 3f9714fbb..a0566b64d 100644 --- a/infer/src/bufferoverrun/arrayBlk.ml +++ b/infer/src/bufferoverrun/arrayBlk.ml @@ -1,7 +1,7 @@ (* * Copyright (c) 2016-present, Programming Research Laboratory (ROPAS) * Seoul National University, Korea - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/bufferoverrun/boolean.ml b/infer/src/bufferoverrun/boolean.ml index d0ec8d2f6..f1cbf2e84 100644 --- a/infer/src/bufferoverrun/boolean.ml +++ b/infer/src/bufferoverrun/boolean.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/bufferoverrun/boolean.mli b/infer/src/bufferoverrun/boolean.mli index cead4ebbd..90ce58e15 100644 --- a/infer/src/bufferoverrun/boolean.mli +++ b/infer/src/bufferoverrun/boolean.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/bufferoverrun/bounds.ml b/infer/src/bufferoverrun/bounds.ml index 61b70f721..8bb57b2b6 100644 --- a/infer/src/bufferoverrun/bounds.ml +++ b/infer/src/bufferoverrun/bounds.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/bufferoverrun/bounds.mli b/infer/src/bufferoverrun/bounds.mli index d0d38a97c..31bbe6d7d 100644 --- a/infer/src/bufferoverrun/bounds.mli +++ b/infer/src/bufferoverrun/bounds.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/bufferoverrun/bufferOverrunAnalysis.ml b/infer/src/bufferoverrun/bufferOverrunAnalysis.ml index 54e2467f5..280e488bc 100644 --- a/infer/src/bufferoverrun/bufferOverrunAnalysis.ml +++ b/infer/src/bufferoverrun/bufferOverrunAnalysis.ml @@ -1,7 +1,7 @@ (* * Copyright (c) 2016-present, Programming Research Laboratory (ROPAS) * Seoul National University, Korea - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/bufferoverrun/bufferOverrunAnalysis.mli b/infer/src/bufferoverrun/bufferOverrunAnalysis.mli index 7cd175fef..455c119de 100644 --- a/infer/src/bufferoverrun/bufferOverrunAnalysis.mli +++ b/infer/src/bufferoverrun/bufferOverrunAnalysis.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/bufferoverrun/bufferOverrunAnalysisSummary.ml b/infer/src/bufferoverrun/bufferOverrunAnalysisSummary.ml index 4ed463c15..e59aeb5c9 100644 --- a/infer/src/bufferoverrun/bufferOverrunAnalysisSummary.ml +++ b/infer/src/bufferoverrun/bufferOverrunAnalysisSummary.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/bufferoverrun/bufferOverrunChecker.ml b/infer/src/bufferoverrun/bufferOverrunChecker.ml index 1ea5b9a1c..af361295c 100644 --- a/infer/src/bufferoverrun/bufferOverrunChecker.ml +++ b/infer/src/bufferoverrun/bufferOverrunChecker.ml @@ -1,7 +1,7 @@ (* * Copyright (c) 2016-present, Programming Research Laboratory (ROPAS) * Seoul National University, Korea - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/bufferoverrun/bufferOverrunChecker.mli b/infer/src/bufferoverrun/bufferOverrunChecker.mli index aaee7beee..489676eb8 100644 --- a/infer/src/bufferoverrun/bufferOverrunChecker.mli +++ b/infer/src/bufferoverrun/bufferOverrunChecker.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/bufferoverrun/bufferOverrunCheckerSummary.ml b/infer/src/bufferoverrun/bufferOverrunCheckerSummary.ml index 91da69a05..ba503b909 100644 --- a/infer/src/bufferoverrun/bufferOverrunCheckerSummary.ml +++ b/infer/src/bufferoverrun/bufferOverrunCheckerSummary.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/bufferoverrun/bufferOverrunDomain.ml b/infer/src/bufferoverrun/bufferOverrunDomain.ml index 39b89492a..397104b75 100644 --- a/infer/src/bufferoverrun/bufferOverrunDomain.ml +++ b/infer/src/bufferoverrun/bufferOverrunDomain.ml @@ -1,7 +1,7 @@ (* * Copyright (c) 2016-present, Programming Research Laboratory (ROPAS) * Seoul National University, Korea - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/bufferoverrun/bufferOverrunDomainRelation.ml b/infer/src/bufferoverrun/bufferOverrunDomainRelation.ml index fe193f0f9..a59a0463c 100644 --- a/infer/src/bufferoverrun/bufferOverrunDomainRelation.ml +++ b/infer/src/bufferoverrun/bufferOverrunDomainRelation.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/bufferoverrun/bufferOverrunField.ml b/infer/src/bufferoverrun/bufferOverrunField.ml index 576a560ad..b0f958357 100644 --- a/infer/src/bufferoverrun/bufferOverrunField.ml +++ b/infer/src/bufferoverrun/bufferOverrunField.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/bufferoverrun/bufferOverrunModels.ml b/infer/src/bufferoverrun/bufferOverrunModels.ml index f1fbdc72c..df60bec0a 100644 --- a/infer/src/bufferoverrun/bufferOverrunModels.ml +++ b/infer/src/bufferoverrun/bufferOverrunModels.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/bufferoverrun/bufferOverrunOndemandEnv.ml b/infer/src/bufferoverrun/bufferOverrunOndemandEnv.ml index 5ef1e3d2a..d6224b287 100644 --- a/infer/src/bufferoverrun/bufferOverrunOndemandEnv.ml +++ b/infer/src/bufferoverrun/bufferOverrunOndemandEnv.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/bufferoverrun/bufferOverrunProofObligations.ml b/infer/src/bufferoverrun/bufferOverrunProofObligations.ml index 8ef38916a..a21401732 100644 --- a/infer/src/bufferoverrun/bufferOverrunProofObligations.ml +++ b/infer/src/bufferoverrun/bufferOverrunProofObligations.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/bufferoverrun/bufferOverrunProofObligations.mli b/infer/src/bufferoverrun/bufferOverrunProofObligations.mli index dde2bee08..6e59bc513 100644 --- a/infer/src/bufferoverrun/bufferOverrunProofObligations.mli +++ b/infer/src/bufferoverrun/bufferOverrunProofObligations.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/bufferoverrun/bufferOverrunSemantics.ml b/infer/src/bufferoverrun/bufferOverrunSemantics.ml index 317b485de..a8d633743 100644 --- a/infer/src/bufferoverrun/bufferOverrunSemantics.ml +++ b/infer/src/bufferoverrun/bufferOverrunSemantics.ml @@ -1,7 +1,7 @@ (* * Copyright (c) 2016-present, Programming Research Laboratory (ROPAS) * Seoul National University, Korea - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/bufferoverrun/bufferOverrunTrace.ml b/infer/src/bufferoverrun/bufferOverrunTrace.ml index c4d5b2132..eab653bce 100644 --- a/infer/src/bufferoverrun/bufferOverrunTrace.ml +++ b/infer/src/bufferoverrun/bufferOverrunTrace.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/bufferoverrun/bufferOverrunTypModels.ml b/infer/src/bufferoverrun/bufferOverrunTypModels.ml index 5c3eca19b..1ab62bcdb 100644 --- a/infer/src/bufferoverrun/bufferOverrunTypModels.ml +++ b/infer/src/bufferoverrun/bufferOverrunTypModels.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/bufferoverrun/bufferOverrunUtils.ml b/infer/src/bufferoverrun/bufferOverrunUtils.ml index f07180f52..b3f8a8246 100644 --- a/infer/src/bufferoverrun/bufferOverrunUtils.ml +++ b/infer/src/bufferoverrun/bufferOverrunUtils.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/bufferoverrun/bufferOverrunUtils.mli b/infer/src/bufferoverrun/bufferOverrunUtils.mli index cd5647e9b..dacfc4d6c 100644 --- a/infer/src/bufferoverrun/bufferOverrunUtils.mli +++ b/infer/src/bufferoverrun/bufferOverrunUtils.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/bufferoverrun/counter.ml b/infer/src/bufferoverrun/counter.ml index 952aeba4d..42803c902 100644 --- a/infer/src/bufferoverrun/counter.ml +++ b/infer/src/bufferoverrun/counter.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/bufferoverrun/counter.mli b/infer/src/bufferoverrun/counter.mli index 5201cad99..dfeda4a54 100644 --- a/infer/src/bufferoverrun/counter.mli +++ b/infer/src/bufferoverrun/counter.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/bufferoverrun/ints.ml b/infer/src/bufferoverrun/ints.ml index 765e5156f..efae6a0f8 100644 --- a/infer/src/bufferoverrun/ints.ml +++ b/infer/src/bufferoverrun/ints.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/bufferoverrun/ints.mli b/infer/src/bufferoverrun/ints.mli index 63daa80ed..ed348de04 100644 --- a/infer/src/bufferoverrun/ints.mli +++ b/infer/src/bufferoverrun/ints.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/bufferoverrun/itv.ml b/infer/src/bufferoverrun/itv.ml index 45679ac8b..b0a1414db 100644 --- a/infer/src/bufferoverrun/itv.ml +++ b/infer/src/bufferoverrun/itv.ml @@ -1,7 +1,7 @@ (* * Copyright (c) 2016-present, Programming Research Laboratory (ROPAS) * Seoul National University, Korea - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/bufferoverrun/itv.mli b/infer/src/bufferoverrun/itv.mli index a988f68a1..0b2c824dd 100644 --- a/infer/src/bufferoverrun/itv.mli +++ b/infer/src/bufferoverrun/itv.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/bufferoverrun/polynomials.ml b/infer/src/bufferoverrun/polynomials.ml index bffdbfdaa..6b95fbbbf 100644 --- a/infer/src/bufferoverrun/polynomials.ml +++ b/infer/src/bufferoverrun/polynomials.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/bufferoverrun/polynomials.mli b/infer/src/bufferoverrun/polynomials.mli index 8447fee34..d0cfa9c09 100644 --- a/infer/src/bufferoverrun/polynomials.mli +++ b/infer/src/bufferoverrun/polynomials.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/bufferoverrun/symb.ml b/infer/src/bufferoverrun/symb.ml index 802408f1a..f08b3b3e6 100644 --- a/infer/src/bufferoverrun/symb.ml +++ b/infer/src/bufferoverrun/symb.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/bufferoverrun/symb.mli b/infer/src/bufferoverrun/symb.mli index be846196e..b1866d2ab 100644 --- a/infer/src/bufferoverrun/symb.mli +++ b/infer/src/bufferoverrun/symb.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/AnnotReachabilityDomain.ml b/infer/src/checkers/AnnotReachabilityDomain.ml index 70d33a884..ae1cbc1ef 100644 --- a/infer/src/checkers/AnnotReachabilityDomain.ml +++ b/infer/src/checkers/AnnotReachabilityDomain.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/Bindings.ml b/infer/src/checkers/Bindings.ml index 7cc771724..0e0c0982f 100644 --- a/infer/src/checkers/Bindings.ml +++ b/infer/src/checkers/Bindings.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/Bindings.mli b/infer/src/checkers/Bindings.mli index 0b5927d0b..aa55c2819 100644 --- a/infer/src/checkers/Bindings.mli +++ b/infer/src/checkers/Bindings.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/IdAccessPathMapDomain.ml b/infer/src/checkers/IdAccessPathMapDomain.ml index e9507cd04..f410c5056 100644 --- a/infer/src/checkers/IdAccessPathMapDomain.ml +++ b/infer/src/checkers/IdAccessPathMapDomain.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/IdAccessPathMapDomain.mli b/infer/src/checkers/IdAccessPathMapDomain.mli index fd736f334..72c101caf 100644 --- a/infer/src/checkers/IdAccessPathMapDomain.mli +++ b/infer/src/checkers/IdAccessPathMapDomain.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/Litho.ml b/infer/src/checkers/Litho.ml index aade31137..32ea472f6 100644 --- a/infer/src/checkers/Litho.ml +++ b/infer/src/checkers/Litho.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/LithoDomain.ml b/infer/src/checkers/LithoDomain.ml index 5343c7040..6e52318d6 100644 --- a/infer/src/checkers/LithoDomain.ml +++ b/infer/src/checkers/LithoDomain.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/LithoDomain.mli b/infer/src/checkers/LithoDomain.mli index 007a2bb63..cb3fcf032 100644 --- a/infer/src/checkers/LithoDomain.mli +++ b/infer/src/checkers/LithoDomain.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/NullabilityPreanalysis.ml b/infer/src/checkers/NullabilityPreanalysis.ml index eb74bf92c..95c76d535 100644 --- a/infer/src/checkers/NullabilityPreanalysis.ml +++ b/infer/src/checkers/NullabilityPreanalysis.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/NullabilityPreanalysis.mli b/infer/src/checkers/NullabilityPreanalysis.mli index 016c046e0..f9a668f02 100644 --- a/infer/src/checkers/NullabilityPreanalysis.mli +++ b/infer/src/checkers/NullabilityPreanalysis.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/Ownership.ml b/infer/src/checkers/Ownership.ml index faf7f0ba0..770b875f0 100644 --- a/infer/src/checkers/Ownership.ml +++ b/infer/src/checkers/Ownership.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/Ownership.mli b/infer/src/checkers/Ownership.mli index ab013f6a3..489676eb8 100644 --- a/infer/src/checkers/Ownership.mli +++ b/infer/src/checkers/Ownership.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/Passthrough.ml b/infer/src/checkers/Passthrough.ml index 23b53ba2c..2f9dc6d50 100644 --- a/infer/src/checkers/Passthrough.ml +++ b/infer/src/checkers/Passthrough.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/Passthrough.mli b/infer/src/checkers/Passthrough.mli index da285119c..1465a5d73 100644 --- a/infer/src/checkers/Passthrough.mli +++ b/infer/src/checkers/Passthrough.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/Sanitizer.ml b/infer/src/checkers/Sanitizer.ml index 5d93932e7..e715d3cf6 100644 --- a/infer/src/checkers/Sanitizer.ml +++ b/infer/src/checkers/Sanitizer.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/Sanitizer.mli b/infer/src/checkers/Sanitizer.mli index a48af131f..0bfec2ed4 100644 --- a/infer/src/checkers/Sanitizer.mli +++ b/infer/src/checkers/Sanitizer.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/SimpleChecker.ml b/infer/src/checkers/SimpleChecker.ml index 088966c09..c0f7e0de6 100644 --- a/infer/src/checkers/SimpleChecker.ml +++ b/infer/src/checkers/SimpleChecker.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/SimpleChecker.mli b/infer/src/checkers/SimpleChecker.mli index df6e4f4f9..3444df45c 100644 --- a/infer/src/checkers/SimpleChecker.mli +++ b/infer/src/checkers/SimpleChecker.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/Sink.ml b/infer/src/checkers/Sink.ml index dac648f32..11b3330ee 100644 --- a/infer/src/checkers/Sink.ml +++ b/infer/src/checkers/Sink.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/Sink.mli b/infer/src/checkers/Sink.mli index bbc3197f1..bb1a2895f 100644 --- a/infer/src/checkers/Sink.mli +++ b/infer/src/checkers/Sink.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/SinkTrace.ml b/infer/src/checkers/SinkTrace.ml index a0caf1735..192744299 100644 --- a/infer/src/checkers/SinkTrace.ml +++ b/infer/src/checkers/SinkTrace.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/SinkTrace.mli b/infer/src/checkers/SinkTrace.mli index a4525572e..32d821839 100644 --- a/infer/src/checkers/SinkTrace.mli +++ b/infer/src/checkers/SinkTrace.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/Siof.ml b/infer/src/checkers/Siof.ml index 03ec05cde..283cae3bc 100644 --- a/infer/src/checkers/Siof.ml +++ b/infer/src/checkers/Siof.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/Siof.mli b/infer/src/checkers/Siof.mli index 3718d685b..489676eb8 100644 --- a/infer/src/checkers/Siof.mli +++ b/infer/src/checkers/Siof.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/SiofDomain.ml b/infer/src/checkers/SiofDomain.ml index 28ca80b02..8e226c5e9 100644 --- a/infer/src/checkers/SiofDomain.ml +++ b/infer/src/checkers/SiofDomain.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/SiofDomain.mli b/infer/src/checkers/SiofDomain.mli index a1beb760f..6a071e524 100644 --- a/infer/src/checkers/SiofDomain.mli +++ b/infer/src/checkers/SiofDomain.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/SiofTrace.ml b/infer/src/checkers/SiofTrace.ml index 8e8831571..46de7b2b5 100644 --- a/infer/src/checkers/SiofTrace.ml +++ b/infer/src/checkers/SiofTrace.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/SiofTrace.mli b/infer/src/checkers/SiofTrace.mli index 78ea17bc1..ad563309b 100644 --- a/infer/src/checkers/SiofTrace.mli +++ b/infer/src/checkers/SiofTrace.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/Source.ml b/infer/src/checkers/Source.ml index 33dcd729c..5119aa25b 100644 --- a/infer/src/checkers/Source.ml +++ b/infer/src/checkers/Source.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/Source.mli b/infer/src/checkers/Source.mli index c198296ea..cfd1223d5 100644 --- a/infer/src/checkers/Source.mli +++ b/infer/src/checkers/Source.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/Trace.ml b/infer/src/checkers/Trace.ml index a4a381839..879484d0a 100644 --- a/infer/src/checkers/Trace.ml +++ b/infer/src/checkers/Trace.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/Trace.mli b/infer/src/checkers/Trace.mli index 88230ab7e..93db63521 100644 --- a/infer/src/checkers/Trace.mli +++ b/infer/src/checkers/Trace.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/TraceElem.ml b/infer/src/checkers/TraceElem.ml index 26b6659d4..90898511c 100644 --- a/infer/src/checkers/TraceElem.ml +++ b/infer/src/checkers/TraceElem.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/accessPathDomains.ml b/infer/src/checkers/accessPathDomains.ml index 8ce61faea..6a947d6c8 100644 --- a/infer/src/checkers/accessPathDomains.ml +++ b/infer/src/checkers/accessPathDomains.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/accessPathDomains.mli b/infer/src/checkers/accessPathDomains.mli index 1d14e477f..366e48dae 100644 --- a/infer/src/checkers/accessPathDomains.mli +++ b/infer/src/checkers/accessPathDomains.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/accessTree.ml b/infer/src/checkers/accessTree.ml index 11d72fda0..7788cdb7e 100644 --- a/infer/src/checkers/accessTree.ml +++ b/infer/src/checkers/accessTree.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/accessTree.mli b/infer/src/checkers/accessTree.mli index a50c88260..81025cbf8 100644 --- a/infer/src/checkers/accessTree.mli +++ b/infer/src/checkers/accessTree.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/addressTaken.ml b/infer/src/checkers/addressTaken.ml index aa8bd3be1..9e4d3d3d4 100644 --- a/infer/src/checkers/addressTaken.ml +++ b/infer/src/checkers/addressTaken.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/androidFramework.ml b/infer/src/checkers/androidFramework.ml index 64f738ec1..e56268fea 100644 --- a/infer/src/checkers/androidFramework.ml +++ b/infer/src/checkers/androidFramework.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/androidFramework.mli b/infer/src/checkers/androidFramework.mli index efbd0bda9..5aeff190f 100644 --- a/infer/src/checkers/androidFramework.mli +++ b/infer/src/checkers/androidFramework.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/annotationReachability.ml b/infer/src/checkers/annotationReachability.ml index e32a8db26..6aad20578 100644 --- a/infer/src/checkers/annotationReachability.ml +++ b/infer/src/checkers/annotationReachability.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/annotationReachability.mli b/infer/src/checkers/annotationReachability.mli index aaee7beee..489676eb8 100644 --- a/infer/src/checkers/annotationReachability.mli +++ b/infer/src/checkers/annotationReachability.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/annotations.ml b/infer/src/checkers/annotations.ml index 1601a9371..23b77f26b 100644 --- a/infer/src/checkers/annotations.ml +++ b/infer/src/checkers/annotations.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/annotations.mli b/infer/src/checkers/annotations.mli index 734c08747..8a8311a6d 100644 --- a/infer/src/checkers/annotations.mli +++ b/infer/src/checkers/annotations.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/classLoads.ml b/infer/src/checkers/classLoads.ml index 44403168b..6c62602fa 100644 --- a/infer/src/checkers/classLoads.ml +++ b/infer/src/checkers/classLoads.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/classLoads.mli b/infer/src/checkers/classLoads.mli index 79695063e..1c41ed020 100644 --- a/infer/src/checkers/classLoads.mli +++ b/infer/src/checkers/classLoads.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/classLoadsDomain.ml b/infer/src/checkers/classLoadsDomain.ml index 85608f930..4a8df7b4e 100644 --- a/infer/src/checkers/classLoadsDomain.ml +++ b/infer/src/checkers/classLoadsDomain.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/classLoadsDomain.mli b/infer/src/checkers/classLoadsDomain.mli index 5b2575cfd..374a54116 100644 --- a/infer/src/checkers/classLoadsDomain.mli +++ b/infer/src/checkers/classLoadsDomain.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/control.ml b/infer/src/checkers/control.ml index d6c3a3d02..b71a0346a 100644 --- a/infer/src/checkers/control.ml +++ b/infer/src/checkers/control.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/control.mli b/infer/src/checkers/control.mli index c953438ee..38c09857b 100644 --- a/infer/src/checkers/control.mli +++ b/infer/src/checkers/control.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/cost.ml b/infer/src/checkers/cost.ml index 78c5bfa38..150417a6a 100644 --- a/infer/src/checkers/cost.ml +++ b/infer/src/checkers/cost.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/cost.mli b/infer/src/checkers/cost.mli index 2d778b621..476ca8b23 100644 --- a/infer/src/checkers/cost.mli +++ b/infer/src/checkers/cost.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/costDomain.ml b/infer/src/checkers/costDomain.ml index 0ebace6d7..9f98b8404 100644 --- a/infer/src/checkers/costDomain.ml +++ b/infer/src/checkers/costDomain.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/costModels.ml b/infer/src/checkers/costModels.ml index eca24e28a..688a152ba 100644 --- a/infer/src/checkers/costModels.ml +++ b/infer/src/checkers/costModels.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/dataflow.ml b/infer/src/checkers/dataflow.ml index 3afb49320..0752e77c3 100644 --- a/infer/src/checkers/dataflow.ml +++ b/infer/src/checkers/dataflow.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/dataflow.mli b/infer/src/checkers/dataflow.mli index 47086c303..33854f484 100644 --- a/infer/src/checkers/dataflow.mli +++ b/infer/src/checkers/dataflow.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/dominators.ml b/infer/src/checkers/dominators.ml index d70965a1f..64466374b 100644 --- a/infer/src/checkers/dominators.ml +++ b/infer/src/checkers/dominators.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/fragmentRetainsViewChecker.ml b/infer/src/checkers/fragmentRetainsViewChecker.ml index cc07d5d9d..f9ef8729f 100644 --- a/infer/src/checkers/fragmentRetainsViewChecker.ml +++ b/infer/src/checkers/fragmentRetainsViewChecker.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/fragmentRetainsViewChecker.mli b/infer/src/checkers/fragmentRetainsViewChecker.mli index d487eab36..59b2bac59 100644 --- a/infer/src/checkers/fragmentRetainsViewChecker.mli +++ b/infer/src/checkers/fragmentRetainsViewChecker.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/functionPointers.ml b/infer/src/checkers/functionPointers.ml index 0e895b0cf..cb3211a06 100644 --- a/infer/src/checkers/functionPointers.ml +++ b/infer/src/checkers/functionPointers.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/hoisting.ml b/infer/src/checkers/hoisting.ml index c17467e54..44e41df48 100644 --- a/infer/src/checkers/hoisting.ml +++ b/infer/src/checkers/hoisting.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/hoisting.mli b/infer/src/checkers/hoisting.mli index 59ccbbc7d..489676eb8 100644 --- a/infer/src/checkers/hoisting.mli +++ b/infer/src/checkers/hoisting.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/idenv.ml b/infer/src/checkers/idenv.ml index 9fb3aae1b..9850f396b 100644 --- a/infer/src/checkers/idenv.ml +++ b/infer/src/checkers/idenv.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/idenv.mli b/infer/src/checkers/idenv.mli index 3485abe95..36dc2bba1 100644 --- a/infer/src/checkers/idenv.mli +++ b/infer/src/checkers/idenv.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/inefficientKeysetIterator.ml b/infer/src/checkers/inefficientKeysetIterator.ml index a27baee03..8fa25ece3 100644 --- a/infer/src/checkers/inefficientKeysetIterator.ml +++ b/infer/src/checkers/inefficientKeysetIterator.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/liveness.ml b/infer/src/checkers/liveness.ml index 4a59d4ea3..f48260bc8 100644 --- a/infer/src/checkers/liveness.ml +++ b/infer/src/checkers/liveness.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/liveness.mli b/infer/src/checkers/liveness.mli index 9622bc2f6..06a6c2569 100644 --- a/infer/src/checkers/liveness.mli +++ b/infer/src/checkers/liveness.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/loopInvariant.ml b/infer/src/checkers/loopInvariant.ml index b7738e86b..4cf7a2fee 100644 --- a/infer/src/checkers/loopInvariant.ml +++ b/infer/src/checkers/loopInvariant.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/loopInvariant.mli b/infer/src/checkers/loopInvariant.mli index 16df0d0d8..72d57e7b8 100644 --- a/infer/src/checkers/loopInvariant.mli +++ b/infer/src/checkers/loopInvariant.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/loop_control.ml b/infer/src/checkers/loop_control.ml index c13728b3b..34190cc0f 100644 --- a/infer/src/checkers/loop_control.ml +++ b/infer/src/checkers/loop_control.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/loop_control.mli b/infer/src/checkers/loop_control.mli index 88dfcb3ef..5fbf600b9 100644 --- a/infer/src/checkers/loop_control.mli +++ b/infer/src/checkers/loop_control.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/printfArgs.ml b/infer/src/checkers/printfArgs.ml index 3bc5a2e1e..fea1020c8 100644 --- a/infer/src/checkers/printfArgs.ml +++ b/infer/src/checkers/printfArgs.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/printfArgs.mli b/infer/src/checkers/printfArgs.mli index 385e5e003..2d76cc555 100644 --- a/infer/src/checkers/printfArgs.mli +++ b/infer/src/checkers/printfArgs.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/purity.ml b/infer/src/checkers/purity.ml index 232865b61..303c38f4a 100644 --- a/infer/src/checkers/purity.ml +++ b/infer/src/checkers/purity.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/purity.mli b/infer/src/checkers/purity.mli index 59ccbbc7d..489676eb8 100644 --- a/infer/src/checkers/purity.mli +++ b/infer/src/checkers/purity.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/purityDomain.ml b/infer/src/checkers/purityDomain.ml index acb297d0d..53e551902 100644 --- a/infer/src/checkers/purityDomain.ml +++ b/infer/src/checkers/purityDomain.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/purityModels.ml b/infer/src/checkers/purityModels.ml index c86bfa721..70d27c52c 100644 --- a/infer/src/checkers/purityModels.ml +++ b/infer/src/checkers/purityModels.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/reachingDefs.ml b/infer/src/checkers/reachingDefs.ml index 24feec05e..be2e4c97a 100644 --- a/infer/src/checkers/reachingDefs.ml +++ b/infer/src/checkers/reachingDefs.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/reachingDefs.mli b/infer/src/checkers/reachingDefs.mli index 5585e84d2..20c6daa16 100644 --- a/infer/src/checkers/reachingDefs.mli +++ b/infer/src/checkers/reachingDefs.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/registerCheckers.ml b/infer/src/checkers/registerCheckers.ml index c343928d2..043fc50b4 100644 --- a/infer/src/checkers/registerCheckers.ml +++ b/infer/src/checkers/registerCheckers.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/registerCheckers.mli b/infer/src/checkers/registerCheckers.mli index d25dd24ad..87f0381a7 100644 --- a/infer/src/checkers/registerCheckers.mli +++ b/infer/src/checkers/registerCheckers.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/uninit.ml b/infer/src/checkers/uninit.ml index 6a74750e1..f26321a79 100644 --- a/infer/src/checkers/uninit.ml +++ b/infer/src/checkers/uninit.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/checkers/uninitDomain.ml b/infer/src/checkers/uninitDomain.ml index 8bb8315ee..2d6ae9f0f 100644 --- a/infer/src/checkers/uninitDomain.ml +++ b/infer/src/checkers/uninitDomain.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/ALVar.ml b/infer/src/clang/ALVar.ml index e734f2ddb..fc46dc633 100644 --- a/infer/src/clang/ALVar.ml +++ b/infer/src/clang/ALVar.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/ALVar.mli b/infer/src/clang/ALVar.mli index b7e597b22..d6c36d879 100644 --- a/infer/src/clang/ALVar.mli +++ b/infer/src/clang/ALVar.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/CLintersContext.ml b/infer/src/clang/CLintersContext.ml index 85b7d2330..13f42db52 100644 --- a/infer/src/clang/CLintersContext.ml +++ b/infer/src/clang/CLintersContext.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/CLintersContext.mli b/infer/src/clang/CLintersContext.mli index 15599de07..bcf3a2df0 100644 --- a/infer/src/clang/CLintersContext.mli +++ b/infer/src/clang/CLintersContext.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/CMethodProperties.ml b/infer/src/clang/CMethodProperties.ml index f5ea644d0..ce9d3894a 100644 --- a/infer/src/clang/CMethodProperties.ml +++ b/infer/src/clang/CMethodProperties.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/CMethodProperties.mli b/infer/src/clang/CMethodProperties.mli index 43e232d12..b9fc8a7ed 100644 --- a/infer/src/clang/CMethodProperties.mli +++ b/infer/src/clang/CMethodProperties.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/CTLExceptions.ml b/infer/src/clang/CTLExceptions.ml index 00b0e5c20..454b9ebe7 100644 --- a/infer/src/clang/CTLExceptions.ml +++ b/infer/src/clang/CTLExceptions.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/CTLExceptions.mli b/infer/src/clang/CTLExceptions.mli index 3c744ae8a..f62e6145e 100644 --- a/infer/src/clang/CTLExceptions.mli +++ b/infer/src/clang/CTLExceptions.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/CTLParserHelper.ml b/infer/src/clang/CTLParserHelper.ml index 216312b32..e57ce55b2 100644 --- a/infer/src/clang/CTLParserHelper.ml +++ b/infer/src/clang/CTLParserHelper.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/CTLParserHelper.mli b/infer/src/clang/CTLParserHelper.mli index 409b0a75e..7482d996a 100644 --- a/infer/src/clang/CTLParserHelper.mli +++ b/infer/src/clang/CTLParserHelper.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/CType.ml b/infer/src/clang/CType.ml index c7b78c699..d72d034d3 100644 --- a/infer/src/clang/CType.ml +++ b/infer/src/clang/CType.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/CType.mli b/infer/src/clang/CType.mli index f6ed8c26a..7fbd955ed 100644 --- a/infer/src/clang/CType.mli +++ b/infer/src/clang/CType.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/CType_decl.ml b/infer/src/clang/CType_decl.ml index ee5e86907..069bb1e82 100644 --- a/infer/src/clang/CType_decl.ml +++ b/infer/src/clang/CType_decl.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/CType_decl.mli b/infer/src/clang/CType_decl.mli index f282efce1..601d0ac3f 100644 --- a/infer/src/clang/CType_decl.mli +++ b/infer/src/clang/CType_decl.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/Capture.ml b/infer/src/clang/Capture.ml index 4b9fc4ba3..7977e3289 100644 --- a/infer/src/clang/Capture.ml +++ b/infer/src/clang/Capture.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/Capture.mli b/infer/src/clang/Capture.mli index 64253a594..a4e69c527 100644 --- a/infer/src/clang/Capture.mli +++ b/infer/src/clang/Capture.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/CiOSVersionNumbers.ml b/infer/src/clang/CiOSVersionNumbers.ml index 8dc5133ef..649e0c859 100644 --- a/infer/src/clang/CiOSVersionNumbers.ml +++ b/infer/src/clang/CiOSVersionNumbers.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/CiOSVersionNumbers.mli b/infer/src/clang/CiOSVersionNumbers.mli index 3a5465801..2cca7470d 100644 --- a/infer/src/clang/CiOSVersionNumbers.mli +++ b/infer/src/clang/CiOSVersionNumbers.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/ClangCommand.ml b/infer/src/clang/ClangCommand.ml index a4666e994..e2031894b 100644 --- a/infer/src/clang/ClangCommand.ml +++ b/infer/src/clang/ClangCommand.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/ClangCommand.mli b/infer/src/clang/ClangCommand.mli index 68895fb11..e2c6fbae2 100644 --- a/infer/src/clang/ClangCommand.mli +++ b/infer/src/clang/ClangCommand.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/ClangLogging.ml b/infer/src/clang/ClangLogging.ml index 2188bd901..8f734715b 100644 --- a/infer/src/clang/ClangLogging.ml +++ b/infer/src/clang/ClangLogging.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/ClangLogging.mli b/infer/src/clang/ClangLogging.mli index e12ae1214..165005e73 100644 --- a/infer/src/clang/ClangLogging.mli +++ b/infer/src/clang/ClangLogging.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/ClangPointers.ml b/infer/src/clang/ClangPointers.ml index f7b212135..307a5fe26 100644 --- a/infer/src/clang/ClangPointers.ml +++ b/infer/src/clang/ClangPointers.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/ClangPointers.mli b/infer/src/clang/ClangPointers.mli index 90d0c06d7..9135b129a 100644 --- a/infer/src/clang/ClangPointers.mli +++ b/infer/src/clang/ClangPointers.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/ClangWrapper.ml b/infer/src/clang/ClangWrapper.ml index 5e5b86cf8..b3a6b910d 100644 --- a/infer/src/clang/ClangWrapper.ml +++ b/infer/src/clang/ClangWrapper.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/ClangWrapper.mli b/infer/src/clang/ClangWrapper.mli index 96a8d7fd5..0d85c9824 100644 --- a/infer/src/clang/ClangWrapper.mli +++ b/infer/src/clang/ClangWrapper.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/ComponentKit.ml b/infer/src/clang/ComponentKit.ml index 4c0332bd0..34c825a05 100644 --- a/infer/src/clang/ComponentKit.ml +++ b/infer/src/clang/ComponentKit.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/ComponentKit.mli b/infer/src/clang/ComponentKit.mli index 5aeff9ee9..4d15db1df 100644 --- a/infer/src/clang/ComponentKit.mli +++ b/infer/src/clang/ComponentKit.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/SwitchCase.ml b/infer/src/clang/SwitchCase.ml index 73325376e..442d6f14c 100644 --- a/infer/src/clang/SwitchCase.ml +++ b/infer/src/clang/SwitchCase.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/SwitchCase.mli b/infer/src/clang/SwitchCase.mli index 0795b19fb..21c73c8cb 100644 --- a/infer/src/clang/SwitchCase.mli +++ b/infer/src/clang/SwitchCase.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/ast_expressions.ml b/infer/src/clang/ast_expressions.ml index 299791761..dbe90a324 100644 --- a/infer/src/clang/ast_expressions.ml +++ b/infer/src/clang/ast_expressions.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/ast_expressions.mli b/infer/src/clang/ast_expressions.mli index ef9a869f6..b5cb38b58 100644 --- a/infer/src/clang/ast_expressions.mli +++ b/infer/src/clang/ast_expressions.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cArithmetic_trans.ml b/infer/src/clang/cArithmetic_trans.ml index a67e38269..a31741bae 100644 --- a/infer/src/clang/cArithmetic_trans.ml +++ b/infer/src/clang/cArithmetic_trans.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cArithmetic_trans.mli b/infer/src/clang/cArithmetic_trans.mli index 5db1b10e4..6ff919940 100644 --- a/infer/src/clang/cArithmetic_trans.mli +++ b/infer/src/clang/cArithmetic_trans.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cAst_utils.ml b/infer/src/clang/cAst_utils.ml index 964ce8bb7..03ce2c401 100644 --- a/infer/src/clang/cAst_utils.ml +++ b/infer/src/clang/cAst_utils.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cAst_utils.mli b/infer/src/clang/cAst_utils.mli index b83e30e87..27aee1e63 100644 --- a/infer/src/clang/cAst_utils.mli +++ b/infer/src/clang/cAst_utils.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cContext.ml b/infer/src/clang/cContext.ml index 3163eed8c..85db4415d 100644 --- a/infer/src/clang/cContext.ml +++ b/infer/src/clang/cContext.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cContext.mli b/infer/src/clang/cContext.mli index 5cd467078..829923096 100644 --- a/infer/src/clang/cContext.mli +++ b/infer/src/clang/cContext.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cEnum_decl.ml b/infer/src/clang/cEnum_decl.ml index 29c899add..5b636affc 100644 --- a/infer/src/clang/cEnum_decl.ml +++ b/infer/src/clang/cEnum_decl.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cEnum_decl.mli b/infer/src/clang/cEnum_decl.mli index 25bee8f6a..f137b2a24 100644 --- a/infer/src/clang/cEnum_decl.mli +++ b/infer/src/clang/cEnum_decl.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cField_decl.ml b/infer/src/clang/cField_decl.ml index df88dc074..4fc654b74 100644 --- a/infer/src/clang/cField_decl.ml +++ b/infer/src/clang/cField_decl.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cField_decl.mli b/infer/src/clang/cField_decl.mli index 2b869738e..1c19c842e 100644 --- a/infer/src/clang/cField_decl.mli +++ b/infer/src/clang/cField_decl.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cFrontend.ml b/infer/src/clang/cFrontend.ml index a5d2f9ada..7581e7128 100644 --- a/infer/src/clang/cFrontend.ml +++ b/infer/src/clang/cFrontend.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cFrontend.mli b/infer/src/clang/cFrontend.mli index c9e43d59b..42dec9138 100644 --- a/infer/src/clang/cFrontend.mli +++ b/infer/src/clang/cFrontend.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cFrontend_checkers.ml b/infer/src/clang/cFrontend_checkers.ml index 274e616a7..fd348f441 100644 --- a/infer/src/clang/cFrontend_checkers.ml +++ b/infer/src/clang/cFrontend_checkers.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cFrontend_checkers.mli b/infer/src/clang/cFrontend_checkers.mli index edf187ed8..9c7e1351e 100644 --- a/infer/src/clang/cFrontend_checkers.mli +++ b/infer/src/clang/cFrontend_checkers.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cFrontend_checkers_main.ml b/infer/src/clang/cFrontend_checkers_main.ml index c8a39ae4b..7c5bc7f4b 100644 --- a/infer/src/clang/cFrontend_checkers_main.ml +++ b/infer/src/clang/cFrontend_checkers_main.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cFrontend_checkers_main.mli b/infer/src/clang/cFrontend_checkers_main.mli index e0e7411e1..f583419d4 100644 --- a/infer/src/clang/cFrontend_checkers_main.mli +++ b/infer/src/clang/cFrontend_checkers_main.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cFrontend_config.ml b/infer/src/clang/cFrontend_config.ml index 4002b0941..e579081eb 100644 --- a/infer/src/clang/cFrontend_config.ml +++ b/infer/src/clang/cFrontend_config.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cFrontend_config.mli b/infer/src/clang/cFrontend_config.mli index abe390420..e6a6f0617 100644 --- a/infer/src/clang/cFrontend_config.mli +++ b/infer/src/clang/cFrontend_config.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cFrontend_decl.ml b/infer/src/clang/cFrontend_decl.ml index dda89868c..0b5883973 100644 --- a/infer/src/clang/cFrontend_decl.ml +++ b/infer/src/clang/cFrontend_decl.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cFrontend_decl.mli b/infer/src/clang/cFrontend_decl.mli index c8e53bfcb..2f03a1de2 100644 --- a/infer/src/clang/cFrontend_decl.mli +++ b/infer/src/clang/cFrontend_decl.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cFrontend_errors.ml b/infer/src/clang/cFrontend_errors.ml index 84e16ecb3..2c0393ca5 100644 --- a/infer/src/clang/cFrontend_errors.ml +++ b/infer/src/clang/cFrontend_errors.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cFrontend_errors.mli b/infer/src/clang/cFrontend_errors.mli index 747c4afef..bfdf93a15 100644 --- a/infer/src/clang/cFrontend_errors.mli +++ b/infer/src/clang/cFrontend_errors.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cGeneral_utils.ml b/infer/src/clang/cGeneral_utils.ml index 7aaa88ca0..4a8e91257 100644 --- a/infer/src/clang/cGeneral_utils.ml +++ b/infer/src/clang/cGeneral_utils.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cGeneral_utils.mli b/infer/src/clang/cGeneral_utils.mli index f2060ba0d..e75123b12 100644 --- a/infer/src/clang/cGeneral_utils.mli +++ b/infer/src/clang/cGeneral_utils.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cIssue.ml b/infer/src/clang/cIssue.ml index dc984a40e..754d5a6e9 100644 --- a/infer/src/clang/cIssue.ml +++ b/infer/src/clang/cIssue.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cIssue.mli b/infer/src/clang/cIssue.mli index 5c3e744d4..0cbebbcc2 100644 --- a/infer/src/clang/cIssue.mli +++ b/infer/src/clang/cIssue.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cLocation.ml b/infer/src/clang/cLocation.ml index 5f4eebb55..49ff22fc5 100644 --- a/infer/src/clang/cLocation.ml +++ b/infer/src/clang/cLocation.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cLocation.mli b/infer/src/clang/cLocation.mli index 468407d79..096df5a83 100644 --- a/infer/src/clang/cLocation.mli +++ b/infer/src/clang/cLocation.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cMethodSignature.ml b/infer/src/clang/cMethodSignature.ml index 5c589bbd3..01f65aec9 100644 --- a/infer/src/clang/cMethodSignature.ml +++ b/infer/src/clang/cMethodSignature.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cMethodSignature.mli b/infer/src/clang/cMethodSignature.mli index 9eb07aa60..c473c8fb4 100644 --- a/infer/src/clang/cMethodSignature.mli +++ b/infer/src/clang/cMethodSignature.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cMethod_trans.ml b/infer/src/clang/cMethod_trans.ml index 53a0e3397..401e464f8 100644 --- a/infer/src/clang/cMethod_trans.ml +++ b/infer/src/clang/cMethod_trans.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cMethod_trans.mli b/infer/src/clang/cMethod_trans.mli index 2c7d31e65..2c83d3c51 100644 --- a/infer/src/clang/cMethod_trans.mli +++ b/infer/src/clang/cMethod_trans.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cModule_type.ml b/infer/src/clang/cModule_type.ml index 2a52c3382..ca2e519c2 100644 --- a/infer/src/clang/cModule_type.ml +++ b/infer/src/clang/cModule_type.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cPredicates.ml b/infer/src/clang/cPredicates.ml index a5965f12c..3b411c0a3 100644 --- a/infer/src/clang/cPredicates.ml +++ b/infer/src/clang/cPredicates.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cPredicates.mli b/infer/src/clang/cPredicates.mli index 799409820..1ff5273b9 100644 --- a/infer/src/clang/cPredicates.mli +++ b/infer/src/clang/cPredicates.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cTL.ml b/infer/src/clang/cTL.ml index 01513b5c2..c53927976 100644 --- a/infer/src/clang/cTL.ml +++ b/infer/src/clang/cTL.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cTL.mli b/infer/src/clang/cTL.mli index 92c13e28e..12c2a5d24 100644 --- a/infer/src/clang/cTL.mli +++ b/infer/src/clang/cTL.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cTrans.ml b/infer/src/clang/cTrans.ml index d188b99da..a46c829fc 100644 --- a/infer/src/clang/cTrans.ml +++ b/infer/src/clang/cTrans.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cTrans.mli b/infer/src/clang/cTrans.mli index ccf954074..010b9ea8d 100644 --- a/infer/src/clang/cTrans.mli +++ b/infer/src/clang/cTrans.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cTrans_models.ml b/infer/src/clang/cTrans_models.ml index b4e0ea417..8236cf40b 100644 --- a/infer/src/clang/cTrans_models.ml +++ b/infer/src/clang/cTrans_models.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cTrans_models.mli b/infer/src/clang/cTrans_models.mli index a0c751633..91b2d7aa7 100644 --- a/infer/src/clang/cTrans_models.mli +++ b/infer/src/clang/cTrans_models.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cTrans_utils.ml b/infer/src/clang/cTrans_utils.ml index 518384fd8..d3e778c79 100644 --- a/infer/src/clang/cTrans_utils.ml +++ b/infer/src/clang/cTrans_utils.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cTrans_utils.mli b/infer/src/clang/cTrans_utils.mli index f5bd511b6..0db5a1127 100644 --- a/infer/src/clang/cTrans_utils.mli +++ b/infer/src/clang/cTrans_utils.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cType_to_sil_type.ml b/infer/src/clang/cType_to_sil_type.ml index 8ed4280ba..53121c8af 100644 --- a/infer/src/clang/cType_to_sil_type.ml +++ b/infer/src/clang/cType_to_sil_type.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cType_to_sil_type.mli b/infer/src/clang/cType_to_sil_type.mli index 1dc2fe3ca..c4c6d4ab1 100644 --- a/infer/src/clang/cType_to_sil_type.mli +++ b/infer/src/clang/cType_to_sil_type.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cVar_decl.ml b/infer/src/clang/cVar_decl.ml index 4cc7997b3..4985ef088 100644 --- a/infer/src/clang/cVar_decl.ml +++ b/infer/src/clang/cVar_decl.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/cVar_decl.mli b/infer/src/clang/cVar_decl.mli index ae1475ad1..b2c674fac 100644 --- a/infer/src/clang/cVar_decl.mli +++ b/infer/src/clang/cVar_decl.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/clang_ast_extend.ml b/infer/src/clang/clang_ast_extend.ml index 2e3e17533..4e3db1e34 100644 --- a/infer/src/clang/clang_ast_extend.ml +++ b/infer/src/clang/clang_ast_extend.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/ctl_lexer.mll b/infer/src/clang/ctl_lexer.mll index ca8613165..7728d4b49 100644 --- a/infer/src/clang/ctl_lexer.mll +++ b/infer/src/clang/ctl_lexer.mll @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/ctl_parser.mly b/infer/src/clang/ctl_parser.mly index f856ff1b6..da8e02b6b 100644 --- a/infer/src/clang/ctl_parser.mly +++ b/infer/src/clang/ctl_parser.mly @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/ctl_parser_types.ml b/infer/src/clang/ctl_parser_types.ml index 5da7d0a78..7560ac647 100644 --- a/infer/src/clang/ctl_parser_types.ml +++ b/infer/src/clang/ctl_parser_types.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/ctl_parser_types.mli b/infer/src/clang/ctl_parser_types.mli index 7a77db619..edc7ac4bd 100644 --- a/infer/src/clang/ctl_parser_types.mli +++ b/infer/src/clang/ctl_parser_types.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/objcCategory_decl.ml b/infer/src/clang/objcCategory_decl.ml index fa491b27d..67718d296 100644 --- a/infer/src/clang/objcCategory_decl.ml +++ b/infer/src/clang/objcCategory_decl.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/objcCategory_decl.mli b/infer/src/clang/objcCategory_decl.mli index 7456fbbc5..679363fe4 100644 --- a/infer/src/clang/objcCategory_decl.mli +++ b/infer/src/clang/objcCategory_decl.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/objcInterface_decl.ml b/infer/src/clang/objcInterface_decl.ml index 1d5e56718..0844019b3 100644 --- a/infer/src/clang/objcInterface_decl.ml +++ b/infer/src/clang/objcInterface_decl.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/objcInterface_decl.mli b/infer/src/clang/objcInterface_decl.mli index 64fe25e28..37f8b85ef 100644 --- a/infer/src/clang/objcInterface_decl.mli +++ b/infer/src/clang/objcInterface_decl.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/objcMethod_decl.ml b/infer/src/clang/objcMethod_decl.ml index 5ab9b2097..8d20bc2c9 100644 --- a/infer/src/clang/objcMethod_decl.ml +++ b/infer/src/clang/objcMethod_decl.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/objcMethod_decl.mli b/infer/src/clang/objcMethod_decl.mli index f2d479112..e62ba47b5 100644 --- a/infer/src/clang/objcMethod_decl.mli +++ b/infer/src/clang/objcMethod_decl.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/objcProperty_decl.ml b/infer/src/clang/objcProperty_decl.ml index e9db8ac9a..a051343b5 100644 --- a/infer/src/clang/objcProperty_decl.ml +++ b/infer/src/clang/objcProperty_decl.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/objcProperty_decl.mli b/infer/src/clang/objcProperty_decl.mli index e91fe3caa..ad97af059 100644 --- a/infer/src/clang/objcProperty_decl.mli +++ b/infer/src/clang/objcProperty_decl.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/objcProtocol_decl.ml b/infer/src/clang/objcProtocol_decl.ml index b82aaaf91..6b8b1c842 100644 --- a/infer/src/clang/objcProtocol_decl.ml +++ b/infer/src/clang/objcProtocol_decl.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/objcProtocol_decl.mli b/infer/src/clang/objcProtocol_decl.mli index d8373e4ec..7dfa7eadc 100644 --- a/infer/src/clang/objcProtocol_decl.mli +++ b/infer/src/clang/objcProtocol_decl.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/tableaux.ml b/infer/src/clang/tableaux.ml index 7d8b0ce35..407558b74 100644 --- a/infer/src/clang/tableaux.ml +++ b/infer/src/clang/tableaux.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/tableaux.mli b/infer/src/clang/tableaux.mli index c40bc067d..ea589e54a 100644 --- a/infer/src/clang/tableaux.mli +++ b/infer/src/clang/tableaux.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/types_lexer.mll b/infer/src/clang/types_lexer.mll index d625baf8c..afa207fee 100644 --- a/infer/src/clang/types_lexer.mll +++ b/infer/src/clang/types_lexer.mll @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang/types_parser.mly b/infer/src/clang/types_parser.mly index bf28f9372..14f0924ad 100644 --- a/infer/src/clang/types_parser.mly +++ b/infer/src/clang/types_parser.mly @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang_stubs/CTLParserHelper.ml b/infer/src/clang_stubs/CTLParserHelper.ml index c009ae894..e0fbc439b 100644 --- a/infer/src/clang_stubs/CTLParserHelper.ml +++ b/infer/src/clang_stubs/CTLParserHelper.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang_stubs/CTLParserHelper.mli b/infer/src/clang_stubs/CTLParserHelper.mli index b82af0b4c..3cc6c856c 100644 --- a/infer/src/clang_stubs/CTLParserHelper.mli +++ b/infer/src/clang_stubs/CTLParserHelper.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang_stubs/ClangWrapper.ml b/infer/src/clang_stubs/ClangWrapper.ml index 538d660bd..57e37ad59 100644 --- a/infer/src/clang_stubs/ClangWrapper.ml +++ b/infer/src/clang_stubs/ClangWrapper.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/clang_stubs/ClangWrapper.mli b/infer/src/clang_stubs/ClangWrapper.mli index b940c6168..0d85c9824 100644 --- a/infer/src/clang_stubs/ClangWrapper.mli +++ b/infer/src/clang_stubs/ClangWrapper.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/concurrency/ConcurrencyModels.ml b/infer/src/concurrency/ConcurrencyModels.ml index eb8fc33ac..0f83b7c0f 100644 --- a/infer/src/concurrency/ConcurrencyModels.ml +++ b/infer/src/concurrency/ConcurrencyModels.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/concurrency/ConcurrencyModels.mli b/infer/src/concurrency/ConcurrencyModels.mli index c2907a42e..13f1dd35a 100644 --- a/infer/src/concurrency/ConcurrencyModels.mli +++ b/infer/src/concurrency/ConcurrencyModels.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/concurrency/ExplicitTrace.ml b/infer/src/concurrency/ExplicitTrace.ml index a4f075950..0dbc06f1a 100644 --- a/infer/src/concurrency/ExplicitTrace.ml +++ b/infer/src/concurrency/ExplicitTrace.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/concurrency/ExplicitTrace.mli b/infer/src/concurrency/ExplicitTrace.mli index ee68e2655..a5c0cd29e 100644 --- a/infer/src/concurrency/ExplicitTrace.mli +++ b/infer/src/concurrency/ExplicitTrace.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/concurrency/IssueAuxData.ml b/infer/src/concurrency/IssueAuxData.ml index ab8485d62..5cf462693 100644 --- a/infer/src/concurrency/IssueAuxData.ml +++ b/infer/src/concurrency/IssueAuxData.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/concurrency/IssueAuxData.mli b/infer/src/concurrency/IssueAuxData.mli index 295408ded..ad0d8da4c 100644 --- a/infer/src/concurrency/IssueAuxData.mli +++ b/infer/src/concurrency/IssueAuxData.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/concurrency/MethodMatcher.ml b/infer/src/concurrency/MethodMatcher.ml index b86b16a08..a558341ab 100644 --- a/infer/src/concurrency/MethodMatcher.ml +++ b/infer/src/concurrency/MethodMatcher.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/concurrency/MethodMatcher.mli b/infer/src/concurrency/MethodMatcher.mli index 0b4a41579..3153baf6b 100644 --- a/infer/src/concurrency/MethodMatcher.mli +++ b/infer/src/concurrency/MethodMatcher.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/concurrency/RacerD.ml b/infer/src/concurrency/RacerD.ml index 71066943a..25d592ed0 100644 --- a/infer/src/concurrency/RacerD.ml +++ b/infer/src/concurrency/RacerD.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/concurrency/RacerD.mli b/infer/src/concurrency/RacerD.mli index 8de5bfb94..69d9a311b 100644 --- a/infer/src/concurrency/RacerD.mli +++ b/infer/src/concurrency/RacerD.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/concurrency/RacerDDomain.ml b/infer/src/concurrency/RacerDDomain.ml index 9442e025f..0fa99ce23 100644 --- a/infer/src/concurrency/RacerDDomain.ml +++ b/infer/src/concurrency/RacerDDomain.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/concurrency/RacerDDomain.mli b/infer/src/concurrency/RacerDDomain.mli index 7299f7e2a..5e71b17fa 100644 --- a/infer/src/concurrency/RacerDDomain.mli +++ b/infer/src/concurrency/RacerDDomain.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/concurrency/RacerDModels.ml b/infer/src/concurrency/RacerDModels.ml index 433076222..b687e30aa 100644 --- a/infer/src/concurrency/RacerDModels.ml +++ b/infer/src/concurrency/RacerDModels.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/concurrency/RacerDModels.mli b/infer/src/concurrency/RacerDModels.mli index cbd3519ca..a69245d7d 100644 --- a/infer/src/concurrency/RacerDModels.mli +++ b/infer/src/concurrency/RacerDModels.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/concurrency/StarvationModels.ml b/infer/src/concurrency/StarvationModels.ml index dc21148d2..e4083d63f 100644 --- a/infer/src/concurrency/StarvationModels.ml +++ b/infer/src/concurrency/StarvationModels.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/concurrency/StarvationModels.mli b/infer/src/concurrency/StarvationModels.mli index 7539022d2..f9d39fed1 100644 --- a/infer/src/concurrency/StarvationModels.mli +++ b/infer/src/concurrency/StarvationModels.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/concurrency/starvation.ml b/infer/src/concurrency/starvation.ml index de920f17e..2e3e0c1a8 100644 --- a/infer/src/concurrency/starvation.ml +++ b/infer/src/concurrency/starvation.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/concurrency/starvation.mli b/infer/src/concurrency/starvation.mli index 2275a9f99..037b574d2 100644 --- a/infer/src/concurrency/starvation.mli +++ b/infer/src/concurrency/starvation.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/concurrency/starvationDomain.ml b/infer/src/concurrency/starvationDomain.ml index 1ece879c5..070a5991b 100644 --- a/infer/src/concurrency/starvationDomain.ml +++ b/infer/src/concurrency/starvationDomain.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/concurrency/starvationDomain.mli b/infer/src/concurrency/starvationDomain.mli index 6b1601725..cbba142f3 100644 --- a/infer/src/concurrency/starvationDomain.mli +++ b/infer/src/concurrency/starvationDomain.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/deadcode/Makefile b/infer/src/deadcode/Makefile index ce7c54b19..420d501ef 100644 --- a/infer/src/deadcode/Makefile +++ b/infer/src/deadcode/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2018-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/src/deadcode/dune.in b/infer/src/deadcode/dune.in index a7fd3335e..4ce20eba5 100644 --- a/infer/src/deadcode/dune.in +++ b/infer/src/deadcode/dune.in @@ -1,6 +1,6 @@ (* -*- tuareg -*- *) (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/dune-workspace.in b/infer/src/dune-workspace.in index e22f7d83d..ddf1b3cf3 100644 --- a/infer/src/dune-workspace.in +++ b/infer/src/dune-workspace.in @@ -1,5 +1,5 @@ (lang dune 1.0) -; Copyright (c) 2018-present, Facebook, Inc. +; Copyright (c) Facebook, Inc. and its affiliates. ; ; This source code is licensed under the MIT license found in the ; LICENSE file in the root directory of this source tree. diff --git a/infer/src/dune.common.in b/infer/src/dune.common.in index 2f5d525d8..7aeefb9a8 100644 --- a/infer/src/dune.common.in +++ b/infer/src/dune.common.in @@ -1,6 +1,6 @@ (* -*- tuareg -*- *) (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/dune.in b/infer/src/dune.in index 03aac3b64..5e65825e8 100644 --- a/infer/src/dune.in +++ b/infer/src/dune.in @@ -1,6 +1,6 @@ (* -*- tuareg -*- *) (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/infer.ml b/infer/src/infer.ml index 24db6cfab..eca2be6ba 100644 --- a/infer/src/infer.ml +++ b/infer/src/infer.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/infer.mli b/infer/src/infer.mli index 58edd226b..08587ebb0 100644 --- a/infer/src/infer.mli +++ b/infer/src/infer.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/infertop.ml b/infer/src/infertop.ml index 22d73654b..e77b10086 100644 --- a/infer/src/infertop.ml +++ b/infer/src/infertop.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/integration/Buck.ml b/infer/src/integration/Buck.ml index ecb0af298..dcfb15deb 100644 --- a/infer/src/integration/Buck.ml +++ b/infer/src/integration/Buck.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/integration/Buck.mli b/infer/src/integration/Buck.mli index 3616a7e04..90b2ffa2d 100644 --- a/infer/src/integration/Buck.mli +++ b/infer/src/integration/Buck.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/integration/BuckGenrule.ml b/infer/src/integration/BuckGenrule.ml index f86f621d0..9934e69c4 100644 --- a/infer/src/integration/BuckGenrule.ml +++ b/infer/src/integration/BuckGenrule.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/integration/BuckGenrule.mli b/infer/src/integration/BuckGenrule.mli index dc945700a..3168919a2 100644 --- a/infer/src/integration/BuckGenrule.mli +++ b/infer/src/integration/BuckGenrule.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/integration/CaptureCompilationDatabase.ml b/infer/src/integration/CaptureCompilationDatabase.ml index b1d132cba..0378685cc 100644 --- a/infer/src/integration/CaptureCompilationDatabase.ml +++ b/infer/src/integration/CaptureCompilationDatabase.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/integration/CaptureCompilationDatabase.mli b/infer/src/integration/CaptureCompilationDatabase.mli index fb3188d99..849965cc6 100644 --- a/infer/src/integration/CaptureCompilationDatabase.mli +++ b/infer/src/integration/CaptureCompilationDatabase.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/integration/Clang.ml b/infer/src/integration/Clang.ml index b3fa2d65d..1adb0d5a2 100644 --- a/infer/src/integration/Clang.ml +++ b/infer/src/integration/Clang.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/integration/Clang.mli b/infer/src/integration/Clang.mli index e50836d28..888dfd727 100644 --- a/infer/src/integration/Clang.mli +++ b/infer/src/integration/Clang.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/integration/ClangQuotes.ml b/infer/src/integration/ClangQuotes.ml index d0125365b..1c29f146e 100644 --- a/infer/src/integration/ClangQuotes.ml +++ b/infer/src/integration/ClangQuotes.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/integration/ClangQuotes.mli b/infer/src/integration/ClangQuotes.mli index d0191292e..4b44cda21 100644 --- a/infer/src/integration/ClangQuotes.mli +++ b/infer/src/integration/ClangQuotes.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/integration/CompilationDatabase.ml b/infer/src/integration/CompilationDatabase.ml index 758201248..0ecc3635f 100644 --- a/infer/src/integration/CompilationDatabase.ml +++ b/infer/src/integration/CompilationDatabase.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/integration/CompilationDatabase.mli b/infer/src/integration/CompilationDatabase.mli index 5f60a05a0..9bcac3c30 100644 --- a/infer/src/integration/CompilationDatabase.mli +++ b/infer/src/integration/CompilationDatabase.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/integration/Diff.ml b/infer/src/integration/Diff.ml index 776a76cac..95175ac0a 100644 --- a/infer/src/integration/Diff.ml +++ b/infer/src/integration/Diff.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/integration/Diff.mli b/infer/src/integration/Diff.mli index c82499e43..13117a5d3 100644 --- a/infer/src/integration/Diff.mli +++ b/infer/src/integration/Diff.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/integration/Driver.ml b/infer/src/integration/Driver.ml index da3dede43..917fa57d5 100644 --- a/infer/src/integration/Driver.ml +++ b/infer/src/integration/Driver.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/integration/Driver.mli b/infer/src/integration/Driver.mli index cc9f1e8d5..fde177607 100644 --- a/infer/src/integration/Driver.mli +++ b/infer/src/integration/Driver.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/integration/Javac.ml b/infer/src/integration/Javac.ml index 03dae56d9..6ddd09427 100644 --- a/infer/src/integration/Javac.ml +++ b/infer/src/integration/Javac.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/integration/Javac.mli b/infer/src/integration/Javac.mli index fefbb14cd..632861cad 100644 --- a/infer/src/integration/Javac.mli +++ b/infer/src/integration/Javac.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/integration/Maven.ml b/infer/src/integration/Maven.ml index 3cae2c604..29a7b7e07 100644 --- a/infer/src/integration/Maven.ml +++ b/infer/src/integration/Maven.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/integration/Maven.mli b/infer/src/integration/Maven.mli index 0354fd098..9b11361af 100644 --- a/infer/src/integration/Maven.mli +++ b/infer/src/integration/Maven.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/integration/ReportDiff.ml b/infer/src/integration/ReportDiff.ml index 96a97d9b1..bbca11afb 100644 --- a/infer/src/integration/ReportDiff.ml +++ b/infer/src/integration/ReportDiff.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/integration/ReportDiff.mli b/infer/src/integration/ReportDiff.mli index 26420f347..4512627e5 100644 --- a/infer/src/integration/ReportDiff.mli +++ b/infer/src/integration/ReportDiff.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/integration/testDeterminator.ml b/infer/src/integration/testDeterminator.ml index 0d72ba4d6..776378e01 100644 --- a/infer/src/integration/testDeterminator.ml +++ b/infer/src/integration/testDeterminator.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/integration/testDeterminator.mli b/infer/src/integration/testDeterminator.mli index 28c434919..9abbe2dbf 100644 --- a/infer/src/integration/testDeterminator.mli +++ b/infer/src/integration/testDeterminator.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/istd/ARList.ml b/infer/src/istd/ARList.ml index 1424909b0..dff9de2fc 100644 --- a/infer/src/istd/ARList.ml +++ b/infer/src/istd/ARList.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/istd/ARList.mli b/infer/src/istd/ARList.mli index b1ba45b22..aaafc0575 100644 --- a/infer/src/istd/ARList.mli +++ b/infer/src/istd/ARList.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/istd/Escape.ml b/infer/src/istd/Escape.ml index 6aae3a8ac..e3dfe342d 100644 --- a/infer/src/istd/Escape.ml +++ b/infer/src/istd/Escape.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/istd/Escape.mli b/infer/src/istd/Escape.mli index 85472d3e8..a909f38d2 100644 --- a/infer/src/istd/Escape.mli +++ b/infer/src/istd/Escape.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/istd/GOption.ml b/infer/src/istd/GOption.ml index b14d8c444..c185ab223 100644 --- a/infer/src/istd/GOption.ml +++ b/infer/src/istd/GOption.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/istd/GOption.mli b/infer/src/istd/GOption.mli index b46a7e028..52cc838de 100644 --- a/infer/src/istd/GOption.mli +++ b/infer/src/istd/GOption.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/istd/IContainer.ml b/infer/src/istd/IContainer.ml index 36aaf8ab1..18f1e8ef6 100644 --- a/infer/src/istd/IContainer.ml +++ b/infer/src/istd/IContainer.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/istd/IContainer.mli b/infer/src/istd/IContainer.mli index d0396f112..c9d2dfd92 100644 --- a/infer/src/istd/IContainer.mli +++ b/infer/src/istd/IContainer.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/istd/IExn.ml b/infer/src/istd/IExn.ml index bfa94ec42..03e8439ba 100644 --- a/infer/src/istd/IExn.ml +++ b/infer/src/istd/IExn.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/istd/IExn.mli b/infer/src/istd/IExn.mli index 0e18ee120..4481249cc 100644 --- a/infer/src/istd/IExn.mli +++ b/infer/src/istd/IExn.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/istd/IList.ml b/infer/src/istd/IList.ml index 195bfff71..d20780e14 100644 --- a/infer/src/istd/IList.ml +++ b/infer/src/istd/IList.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/istd/IList.mli b/infer/src/istd/IList.mli index 17dd0386e..0b7bae698 100644 --- a/infer/src/istd/IList.mli +++ b/infer/src/istd/IList.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/istd/IOption.ml b/infer/src/istd/IOption.ml index 3570c94a9..478d01a86 100644 --- a/infer/src/istd/IOption.ml +++ b/infer/src/istd/IOption.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/istd/IOption.mli b/infer/src/istd/IOption.mli index dde2d6567..6b06d7037 100644 --- a/infer/src/istd/IOption.mli +++ b/infer/src/istd/IOption.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/istd/ISequence.ml b/infer/src/istd/ISequence.ml index bc86975ca..a613a7191 100644 --- a/infer/src/istd/ISequence.ml +++ b/infer/src/istd/ISequence.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/istd/ISequence.mli b/infer/src/istd/ISequence.mli index c97ed177b..99297b336 100644 --- a/infer/src/istd/ISequence.mli +++ b/infer/src/istd/ISequence.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/istd/IStd.ml b/infer/src/istd/IStd.ml index 49be92638..6dea21dac 100644 --- a/infer/src/istd/IStd.ml +++ b/infer/src/istd/IStd.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/istd/ImperativeUnionFind.ml b/infer/src/istd/ImperativeUnionFind.ml index d9771910c..5c8e0319f 100644 --- a/infer/src/istd/ImperativeUnionFind.ml +++ b/infer/src/istd/ImperativeUnionFind.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/istd/ImperativeUnionFind.mli b/infer/src/istd/ImperativeUnionFind.mli index 290da69ba..b75a90bb3 100644 --- a/infer/src/istd/ImperativeUnionFind.mli +++ b/infer/src/istd/ImperativeUnionFind.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/istd/IntSet.ml b/infer/src/istd/IntSet.ml index 4a288b259..1f78fa0c1 100644 --- a/infer/src/istd/IntSet.ml +++ b/infer/src/istd/IntSet.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/istd/IntSet.mli b/infer/src/istd/IntSet.mli index 02acaa02e..446909411 100644 --- a/infer/src/istd/IntSet.mli +++ b/infer/src/istd/IntSet.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/istd/PartialOrder.ml b/infer/src/istd/PartialOrder.ml index c6590c9e5..6224b4999 100644 --- a/infer/src/istd/PartialOrder.ml +++ b/infer/src/istd/PartialOrder.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/istd/PartialOrder.mli b/infer/src/istd/PartialOrder.mli index e12909522..08c797c99 100644 --- a/infer/src/istd/PartialOrder.mli +++ b/infer/src/istd/PartialOrder.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/istd/PhysEqual.ml b/infer/src/istd/PhysEqual.ml index 05f881887..753f6b04b 100644 --- a/infer/src/istd/PhysEqual.ml +++ b/infer/src/istd/PhysEqual.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/istd/PhysEqual.mli b/infer/src/istd/PhysEqual.mli index 2a0286aaf..4efef660d 100644 --- a/infer/src/istd/PhysEqual.mli +++ b/infer/src/istd/PhysEqual.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/istd/PolyVariantEqual.ml b/infer/src/istd/PolyVariantEqual.ml index eca64c573..9b8deeaf0 100644 --- a/infer/src/istd/PolyVariantEqual.ml +++ b/infer/src/istd/PolyVariantEqual.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/istd/PolyVariantEqual.mli b/infer/src/istd/PolyVariantEqual.mli index c43a94e88..9f397b2b9 100644 --- a/infer/src/istd/PolyVariantEqual.mli +++ b/infer/src/istd/PolyVariantEqual.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/istd/Pp.ml b/infer/src/istd/Pp.ml index 4070df03c..3686ccbbe 100644 --- a/infer/src/istd/Pp.ml +++ b/infer/src/istd/Pp.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/istd/Pp.mli b/infer/src/istd/Pp.mli index 2a660ba6d..23da57978 100644 --- a/infer/src/istd/Pp.mli +++ b/infer/src/istd/Pp.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/istd/PrettyPrintable.ml b/infer/src/istd/PrettyPrintable.ml index c15abb234..47b9b3602 100644 --- a/infer/src/istd/PrettyPrintable.ml +++ b/infer/src/istd/PrettyPrintable.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/istd/PrettyPrintable.mli b/infer/src/istd/PrettyPrintable.mli index 2552db0ee..cd07488be 100644 --- a/infer/src/istd/PrettyPrintable.mli +++ b/infer/src/istd/PrettyPrintable.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/istd/SpecialChars.ml b/infer/src/istd/SpecialChars.ml index 90574aca9..0d308210b 100644 --- a/infer/src/istd/SpecialChars.ml +++ b/infer/src/istd/SpecialChars.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/istd/SpecialChars.mli b/infer/src/istd/SpecialChars.mli index ffbfc8dab..96e5e8042 100644 --- a/infer/src/istd/SpecialChars.mli +++ b/infer/src/istd/SpecialChars.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/istd/StatisticsToolbox.ml b/infer/src/istd/StatisticsToolbox.ml index 487f19352..689a16563 100644 --- a/infer/src/istd/StatisticsToolbox.ml +++ b/infer/src/istd/StatisticsToolbox.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/istd/StatisticsToolbox.mli b/infer/src/istd/StatisticsToolbox.mli index 52689f59a..540cffd5e 100644 --- a/infer/src/istd/StatisticsToolbox.mli +++ b/infer/src/istd/StatisticsToolbox.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/istd/dune.in b/infer/src/istd/dune.in index da9453813..be3c96f03 100644 --- a/infer/src/istd/dune.in +++ b/infer/src/istd/dune.in @@ -1,6 +1,6 @@ (* -*- tuareg -*- *) (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/java/JavaProfilerSamples.ml b/infer/src/java/JavaProfilerSamples.ml index 0ee9b8eb7..ce8d3aa62 100644 --- a/infer/src/java/JavaProfilerSamples.ml +++ b/infer/src/java/JavaProfilerSamples.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/java/JavaProfilerSamples.mli b/infer/src/java/JavaProfilerSamples.mli index 0bfd11013..a05bed2c5 100644 --- a/infer/src/java/JavaProfilerSamples.mli +++ b/infer/src/java/JavaProfilerSamples.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/java/jAnnotation.ml b/infer/src/java/jAnnotation.ml index 8ba61860c..d992de776 100644 --- a/infer/src/java/jAnnotation.ml +++ b/infer/src/java/jAnnotation.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/java/jAnnotation.mli b/infer/src/java/jAnnotation.mli index d0a6271d4..bff760a9a 100644 --- a/infer/src/java/jAnnotation.mli +++ b/infer/src/java/jAnnotation.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/java/jClasspath.ml b/infer/src/java/jClasspath.ml index 8480a4398..311ab769a 100644 --- a/infer/src/java/jClasspath.ml +++ b/infer/src/java/jClasspath.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/java/jClasspath.mli b/infer/src/java/jClasspath.mli index bf895a4d3..319c81e44 100644 --- a/infer/src/java/jClasspath.mli +++ b/infer/src/java/jClasspath.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/java/jConfig.ml b/infer/src/java/jConfig.ml index 8d8cb553d..02fd21e29 100644 --- a/infer/src/java/jConfig.ml +++ b/infer/src/java/jConfig.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/java/jConfig.mli b/infer/src/java/jConfig.mli index 7a17ef696..40a1919ec 100644 --- a/infer/src/java/jConfig.mli +++ b/infer/src/java/jConfig.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/java/jContext.ml b/infer/src/java/jContext.ml index 114891a2f..1626cb46f 100644 --- a/infer/src/java/jContext.ml +++ b/infer/src/java/jContext.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/java/jContext.mli b/infer/src/java/jContext.mli index e6e88a5cf..d6eaa4162 100644 --- a/infer/src/java/jContext.mli +++ b/infer/src/java/jContext.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/java/jFrontend.ml b/infer/src/java/jFrontend.ml index 0f1d8f5cf..4a148c70c 100644 --- a/infer/src/java/jFrontend.ml +++ b/infer/src/java/jFrontend.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/java/jFrontend.mli b/infer/src/java/jFrontend.mli index 0c9f1f9e7..c9c763701 100644 --- a/infer/src/java/jFrontend.mli +++ b/infer/src/java/jFrontend.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/java/jMain.ml b/infer/src/java/jMain.ml index e037ed626..6c2484e36 100644 --- a/infer/src/java/jMain.ml +++ b/infer/src/java/jMain.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/java/jMain.mli b/infer/src/java/jMain.mli index 508931333..32033f0df 100644 --- a/infer/src/java/jMain.mli +++ b/infer/src/java/jMain.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/java/jTrans.ml b/infer/src/java/jTrans.ml index 2651b2326..67213cac0 100644 --- a/infer/src/java/jTrans.ml +++ b/infer/src/java/jTrans.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/java/jTrans.mli b/infer/src/java/jTrans.mli index 26d9d938e..f08ec7cad 100644 --- a/infer/src/java/jTrans.mli +++ b/infer/src/java/jTrans.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/java/jTransExn.ml b/infer/src/java/jTransExn.ml index f336c6709..dac7e28c3 100644 --- a/infer/src/java/jTransExn.ml +++ b/infer/src/java/jTransExn.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/java/jTransExn.mli b/infer/src/java/jTransExn.mli index 7d68c8f89..7623c6642 100644 --- a/infer/src/java/jTransExn.mli +++ b/infer/src/java/jTransExn.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/java/jTransType.ml b/infer/src/java/jTransType.ml index 9a88a4138..1a87f16af 100644 --- a/infer/src/java/jTransType.ml +++ b/infer/src/java/jTransType.ml @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/java/jTransType.mli b/infer/src/java/jTransType.mli index da34a79bf..66128409a 100644 --- a/infer/src/java/jTransType.mli +++ b/infer/src/java/jTransType.mli @@ -1,6 +1,6 @@ (* * Copyright (c) 2009-2013, Monoidics ltd. - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/java_stubs/jMain.ml b/infer/src/java_stubs/jMain.ml index d63eea685..0c22616fb 100644 --- a/infer/src/java_stubs/jMain.ml +++ b/infer/src/java_stubs/jMain.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/labs/00_dummy_checker/ResourceLeakDomain.ml b/infer/src/labs/00_dummy_checker/ResourceLeakDomain.ml index 6e62a2b6e..d9108510f 100644 --- a/infer/src/labs/00_dummy_checker/ResourceLeakDomain.ml +++ b/infer/src/labs/00_dummy_checker/ResourceLeakDomain.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/labs/00_dummy_checker/ResourceLeakDomain.mli b/infer/src/labs/00_dummy_checker/ResourceLeakDomain.mli index f0ebf38ed..4c889ef56 100644 --- a/infer/src/labs/00_dummy_checker/ResourceLeakDomain.mli +++ b/infer/src/labs/00_dummy_checker/ResourceLeakDomain.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/labs/00_dummy_checker/ResourceLeaks.ml b/infer/src/labs/00_dummy_checker/ResourceLeaks.ml index 620f53e9a..754586622 100644 --- a/infer/src/labs/00_dummy_checker/ResourceLeaks.ml +++ b/infer/src/labs/00_dummy_checker/ResourceLeaks.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/labs/00_dummy_checker/ResourceLeaks.mli b/infer/src/labs/00_dummy_checker/ResourceLeaks.mli index aaee7beee..489676eb8 100644 --- a/infer/src/labs/00_dummy_checker/ResourceLeaks.mli +++ b/infer/src/labs/00_dummy_checker/ResourceLeaks.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/labs/01_integer_domain/ResourceLeakDomain.ml b/infer/src/labs/01_integer_domain/ResourceLeakDomain.ml index f068d6a68..675257c37 100644 --- a/infer/src/labs/01_integer_domain/ResourceLeakDomain.ml +++ b/infer/src/labs/01_integer_domain/ResourceLeakDomain.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/labs/01_integer_domain/ResourceLeakDomain.mli b/infer/src/labs/01_integer_domain/ResourceLeakDomain.mli index 5fa59e8a4..654605d0b 100644 --- a/infer/src/labs/01_integer_domain/ResourceLeakDomain.mli +++ b/infer/src/labs/01_integer_domain/ResourceLeakDomain.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/labs/01_integer_domain/ResourceLeaks.ml b/infer/src/labs/01_integer_domain/ResourceLeaks.ml index 0dfb171e4..0b7d3c693 100644 --- a/infer/src/labs/01_integer_domain/ResourceLeaks.ml +++ b/infer/src/labs/01_integer_domain/ResourceLeaks.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/labs/01_integer_domain/ResourceLeaks.mli b/infer/src/labs/01_integer_domain/ResourceLeaks.mli index aaee7beee..489676eb8 100644 --- a/infer/src/labs/01_integer_domain/ResourceLeaks.mli +++ b/infer/src/labs/01_integer_domain/ResourceLeaks.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/labs/02_domain_join/ResourceLeakDomain.ml b/infer/src/labs/02_domain_join/ResourceLeakDomain.ml index 5048d0a78..98c0c3f10 100644 --- a/infer/src/labs/02_domain_join/ResourceLeakDomain.ml +++ b/infer/src/labs/02_domain_join/ResourceLeakDomain.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/labs/02_domain_join/ResourceLeakDomain.mli b/infer/src/labs/02_domain_join/ResourceLeakDomain.mli index 5fa59e8a4..654605d0b 100644 --- a/infer/src/labs/02_domain_join/ResourceLeakDomain.mli +++ b/infer/src/labs/02_domain_join/ResourceLeakDomain.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/labs/02_domain_join/ResourceLeaks.ml b/infer/src/labs/02_domain_join/ResourceLeaks.ml index 0dfb171e4..0b7d3c693 100644 --- a/infer/src/labs/02_domain_join/ResourceLeaks.ml +++ b/infer/src/labs/02_domain_join/ResourceLeaks.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/labs/02_domain_join/ResourceLeaks.mli b/infer/src/labs/02_domain_join/ResourceLeaks.mli index aaee7beee..489676eb8 100644 --- a/infer/src/labs/02_domain_join/ResourceLeaks.mli +++ b/infer/src/labs/02_domain_join/ResourceLeaks.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/labs/03_domain_top/ResourceLeakDomain.ml b/infer/src/labs/03_domain_top/ResourceLeakDomain.ml index ae5e183a3..c86c01c48 100644 --- a/infer/src/labs/03_domain_top/ResourceLeakDomain.ml +++ b/infer/src/labs/03_domain_top/ResourceLeakDomain.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/labs/03_domain_top/ResourceLeakDomain.mli b/infer/src/labs/03_domain_top/ResourceLeakDomain.mli index 5fa59e8a4..654605d0b 100644 --- a/infer/src/labs/03_domain_top/ResourceLeakDomain.mli +++ b/infer/src/labs/03_domain_top/ResourceLeakDomain.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/labs/03_domain_top/ResourceLeaks.ml b/infer/src/labs/03_domain_top/ResourceLeaks.ml index 0dfb171e4..0b7d3c693 100644 --- a/infer/src/labs/03_domain_top/ResourceLeaks.ml +++ b/infer/src/labs/03_domain_top/ResourceLeaks.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/labs/03_domain_top/ResourceLeaks.mli b/infer/src/labs/03_domain_top/ResourceLeaks.mli index aaee7beee..489676eb8 100644 --- a/infer/src/labs/03_domain_top/ResourceLeaks.mli +++ b/infer/src/labs/03_domain_top/ResourceLeaks.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/labs/04_interprocedural/ResourceLeakDomain.ml b/infer/src/labs/04_interprocedural/ResourceLeakDomain.ml index 68fb60f59..47047aa4b 100644 --- a/infer/src/labs/04_interprocedural/ResourceLeakDomain.ml +++ b/infer/src/labs/04_interprocedural/ResourceLeakDomain.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/labs/04_interprocedural/ResourceLeakDomain.mli b/infer/src/labs/04_interprocedural/ResourceLeakDomain.mli index b3ccf874a..2616fa45e 100644 --- a/infer/src/labs/04_interprocedural/ResourceLeakDomain.mli +++ b/infer/src/labs/04_interprocedural/ResourceLeakDomain.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/labs/04_interprocedural/ResourceLeaks.ml b/infer/src/labs/04_interprocedural/ResourceLeaks.ml index 272685e36..71a6e563f 100644 --- a/infer/src/labs/04_interprocedural/ResourceLeaks.ml +++ b/infer/src/labs/04_interprocedural/ResourceLeaks.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/labs/04_interprocedural/ResourceLeaks.mli b/infer/src/labs/04_interprocedural/ResourceLeaks.mli index aaee7beee..489676eb8 100644 --- a/infer/src/labs/04_interprocedural/ResourceLeaks.mli +++ b/infer/src/labs/04_interprocedural/ResourceLeaks.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/labs/05_access_paths_interprocedural/ResourceLeakDomain.ml b/infer/src/labs/05_access_paths_interprocedural/ResourceLeakDomain.ml index d12d5904e..5bd5bc011 100644 --- a/infer/src/labs/05_access_paths_interprocedural/ResourceLeakDomain.ml +++ b/infer/src/labs/05_access_paths_interprocedural/ResourceLeakDomain.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/labs/05_access_paths_interprocedural/ResourceLeakDomain.mli b/infer/src/labs/05_access_paths_interprocedural/ResourceLeakDomain.mli index 466143f98..78e771a9b 100644 --- a/infer/src/labs/05_access_paths_interprocedural/ResourceLeakDomain.mli +++ b/infer/src/labs/05_access_paths_interprocedural/ResourceLeakDomain.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/labs/05_access_paths_interprocedural/ResourceLeaks.ml b/infer/src/labs/05_access_paths_interprocedural/ResourceLeaks.ml index 16b6e7306..b9407f01a 100644 --- a/infer/src/labs/05_access_paths_interprocedural/ResourceLeaks.ml +++ b/infer/src/labs/05_access_paths_interprocedural/ResourceLeaks.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/labs/05_access_paths_interprocedural/ResourceLeaks.mli b/infer/src/labs/05_access_paths_interprocedural/ResourceLeaks.mli index aaee7beee..489676eb8 100644 --- a/infer/src/labs/05_access_paths_interprocedural/ResourceLeaks.mli +++ b/infer/src/labs/05_access_paths_interprocedural/ResourceLeaks.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/labs/ResourceLeakDomain.ml b/infer/src/labs/ResourceLeakDomain.ml index 6e62a2b6e..d9108510f 100644 --- a/infer/src/labs/ResourceLeakDomain.ml +++ b/infer/src/labs/ResourceLeakDomain.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/labs/ResourceLeakDomain.mli b/infer/src/labs/ResourceLeakDomain.mli index f0ebf38ed..4c889ef56 100644 --- a/infer/src/labs/ResourceLeakDomain.mli +++ b/infer/src/labs/ResourceLeakDomain.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/labs/ResourceLeaks.ml b/infer/src/labs/ResourceLeaks.ml index fda4bc86f..7e021698f 100644 --- a/infer/src/labs/ResourceLeaks.ml +++ b/infer/src/labs/ResourceLeaks.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/labs/ResourceLeaks.mli b/infer/src/labs/ResourceLeaks.mli index aaee7beee..489676eb8 100644 --- a/infer/src/labs/ResourceLeaks.mli +++ b/infer/src/labs/ResourceLeaks.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/llvm/Makefile b/infer/src/llvm/Makefile index bba876553..7949350f8 100644 --- a/infer/src/llvm/Makefile +++ b/infer/src/llvm/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2018-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/src/llvm/llvm_sil.ml b/infer/src/llvm/llvm_sil.ml index 6bd653191..f74d336d3 100644 --- a/infer/src/llvm/llvm_sil.ml +++ b/infer/src/llvm/llvm_sil.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/nullsafe/AnnotatedSignature.ml b/infer/src/nullsafe/AnnotatedSignature.ml index 1b5f3ae12..f83e4e642 100644 --- a/infer/src/nullsafe/AnnotatedSignature.ml +++ b/infer/src/nullsafe/AnnotatedSignature.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/nullsafe/AnnotatedSignature.mli b/infer/src/nullsafe/AnnotatedSignature.mli index 4e147d697..e438bcf12 100644 --- a/infer/src/nullsafe/AnnotatedSignature.mli +++ b/infer/src/nullsafe/AnnotatedSignature.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/nullsafe/NullabilityCheck.ml b/infer/src/nullsafe/NullabilityCheck.ml index a6cbe1911..1fb95dc68 100644 --- a/infer/src/nullsafe/NullabilityCheck.ml +++ b/infer/src/nullsafe/NullabilityCheck.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/nullsafe/NullabilityCheck.mli b/infer/src/nullsafe/NullabilityCheck.mli index aaee7beee..489676eb8 100644 --- a/infer/src/nullsafe/NullabilityCheck.mli +++ b/infer/src/nullsafe/NullabilityCheck.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/nullsafe/NullabilitySuggest.ml b/infer/src/nullsafe/NullabilitySuggest.ml index c2eaf8b7d..839ef2277 100644 --- a/infer/src/nullsafe/NullabilitySuggest.ml +++ b/infer/src/nullsafe/NullabilitySuggest.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/nullsafe/NullabilitySuggest.mli b/infer/src/nullsafe/NullabilitySuggest.mli index eda518281..e49449258 100644 --- a/infer/src/nullsafe/NullabilitySuggest.mli +++ b/infer/src/nullsafe/NullabilitySuggest.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/nullsafe/eradicate.ml b/infer/src/nullsafe/eradicate.ml index 567f10c3c..9b3c3a574 100644 --- a/infer/src/nullsafe/eradicate.ml +++ b/infer/src/nullsafe/eradicate.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/nullsafe/eradicate.mli b/infer/src/nullsafe/eradicate.mli index 530281efc..c9788f580 100644 --- a/infer/src/nullsafe/eradicate.mli +++ b/infer/src/nullsafe/eradicate.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/nullsafe/eradicateCheckers.ml b/infer/src/nullsafe/eradicateCheckers.ml index a74a2bba8..2070cb216 100644 --- a/infer/src/nullsafe/eradicateCheckers.ml +++ b/infer/src/nullsafe/eradicateCheckers.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/nullsafe/eradicateCheckers.mli b/infer/src/nullsafe/eradicateCheckers.mli index cd1e2c935..d0cdfa138 100644 --- a/infer/src/nullsafe/eradicateCheckers.mli +++ b/infer/src/nullsafe/eradicateCheckers.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/nullsafe/eradicateChecks.ml b/infer/src/nullsafe/eradicateChecks.ml index f17447e90..a56d502cf 100644 --- a/infer/src/nullsafe/eradicateChecks.ml +++ b/infer/src/nullsafe/eradicateChecks.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/nullsafe/immutableChecker.ml b/infer/src/nullsafe/immutableChecker.ml index f7ea3a160..280f8ed36 100644 --- a/infer/src/nullsafe/immutableChecker.ml +++ b/infer/src/nullsafe/immutableChecker.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/nullsafe/immutableChecker.mli b/infer/src/nullsafe/immutableChecker.mli index 5f7413e9e..36dca9fac 100644 --- a/infer/src/nullsafe/immutableChecker.mli +++ b/infer/src/nullsafe/immutableChecker.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/nullsafe/modelTables.ml b/infer/src/nullsafe/modelTables.ml index 3bdf0d18d..becaebbb3 100644 --- a/infer/src/nullsafe/modelTables.ml +++ b/infer/src/nullsafe/modelTables.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/nullsafe/modelTables.mli b/infer/src/nullsafe/modelTables.mli index 530efe463..7b7ca65ea 100644 --- a/infer/src/nullsafe/modelTables.mli +++ b/infer/src/nullsafe/modelTables.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/nullsafe/models.ml b/infer/src/nullsafe/models.ml index 787ee6266..4c07862c2 100644 --- a/infer/src/nullsafe/models.ml +++ b/infer/src/nullsafe/models.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/nullsafe/typeAnnotation.ml b/infer/src/nullsafe/typeAnnotation.ml index 6eca72b98..e68a7d9b1 100644 --- a/infer/src/nullsafe/typeAnnotation.ml +++ b/infer/src/nullsafe/typeAnnotation.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/nullsafe/typeAnnotation.mli b/infer/src/nullsafe/typeAnnotation.mli index f10a23c18..b26659489 100644 --- a/infer/src/nullsafe/typeAnnotation.mli +++ b/infer/src/nullsafe/typeAnnotation.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/nullsafe/typeCheck.ml b/infer/src/nullsafe/typeCheck.ml index d03b17b86..c8455f472 100644 --- a/infer/src/nullsafe/typeCheck.ml +++ b/infer/src/nullsafe/typeCheck.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/nullsafe/typeCheck.mli b/infer/src/nullsafe/typeCheck.mli index 51c4bd95f..e1ea75534 100644 --- a/infer/src/nullsafe/typeCheck.mli +++ b/infer/src/nullsafe/typeCheck.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/nullsafe/typeErr.ml b/infer/src/nullsafe/typeErr.ml index 05a1b6ae9..b0aa10869 100644 --- a/infer/src/nullsafe/typeErr.ml +++ b/infer/src/nullsafe/typeErr.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/nullsafe/typeErr.mli b/infer/src/nullsafe/typeErr.mli index 078ddd0fc..2aae36a28 100644 --- a/infer/src/nullsafe/typeErr.mli +++ b/infer/src/nullsafe/typeErr.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/nullsafe/typeOrigin.ml b/infer/src/nullsafe/typeOrigin.ml index 59fa22c32..33827a0bd 100644 --- a/infer/src/nullsafe/typeOrigin.ml +++ b/infer/src/nullsafe/typeOrigin.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/nullsafe/typeOrigin.mli b/infer/src/nullsafe/typeOrigin.mli index ce445354d..1b4e20b7a 100644 --- a/infer/src/nullsafe/typeOrigin.mli +++ b/infer/src/nullsafe/typeOrigin.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/nullsafe/typeState.ml b/infer/src/nullsafe/typeState.ml index 66727bbb7..533c1ed52 100644 --- a/infer/src/nullsafe/typeState.ml +++ b/infer/src/nullsafe/typeState.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/nullsafe/typeState.mli b/infer/src/nullsafe/typeState.mli index 9f451e683..0c983d9a9 100644 --- a/infer/src/nullsafe/typeState.mli +++ b/infer/src/nullsafe/typeState.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/opensource/FbThreadSafety.ml b/infer/src/opensource/FbThreadSafety.ml index f713314a3..62c07e3db 100644 --- a/infer/src/opensource/FbThreadSafety.ml +++ b/infer/src/opensource/FbThreadSafety.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/opensource/FbThreadSafety.mli b/infer/src/opensource/FbThreadSafety.mli index 9494109b6..e7aad6087 100644 --- a/infer/src/opensource/FbThreadSafety.mli +++ b/infer/src/opensource/FbThreadSafety.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/opensource/Scribe.ml b/infer/src/opensource/Scribe.ml index b03a0a646..63bec68a8 100644 --- a/infer/src/opensource/Scribe.ml +++ b/infer/src/opensource/Scribe.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/opensource/Scribe.mli b/infer/src/opensource/Scribe.mli index 2087dff1c..fbea98fac 100644 --- a/infer/src/opensource/Scribe.mli +++ b/infer/src/opensource/Scribe.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/pulse/Pulse.ml b/infer/src/pulse/Pulse.ml index 68a84aad7..83a171bb5 100644 --- a/infer/src/pulse/Pulse.ml +++ b/infer/src/pulse/Pulse.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/pulse/Pulse.mli b/infer/src/pulse/Pulse.mli index bac0b3993..949618830 100644 --- a/infer/src/pulse/Pulse.mli +++ b/infer/src/pulse/Pulse.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/pulse/PulseAbductiveDomain.ml b/infer/src/pulse/PulseAbductiveDomain.ml index 773026c23..c1f3b58d3 100644 --- a/infer/src/pulse/PulseAbductiveDomain.ml +++ b/infer/src/pulse/PulseAbductiveDomain.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/pulse/PulseAbductiveDomain.mli b/infer/src/pulse/PulseAbductiveDomain.mli index 9fa3f3c8c..779f31f3d 100644 --- a/infer/src/pulse/PulseAbductiveDomain.mli +++ b/infer/src/pulse/PulseAbductiveDomain.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/pulse/PulseDiagnostic.ml b/infer/src/pulse/PulseDiagnostic.ml index 8067aa32c..e459b7ce8 100644 --- a/infer/src/pulse/PulseDiagnostic.ml +++ b/infer/src/pulse/PulseDiagnostic.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/pulse/PulseDiagnostic.mli b/infer/src/pulse/PulseDiagnostic.mli index 07b379e8a..de72dbcdc 100644 --- a/infer/src/pulse/PulseDiagnostic.mli +++ b/infer/src/pulse/PulseDiagnostic.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/pulse/PulseDomain.ml b/infer/src/pulse/PulseDomain.ml index ca4464e8e..e70636441 100644 --- a/infer/src/pulse/PulseDomain.ml +++ b/infer/src/pulse/PulseDomain.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/pulse/PulseDomain.mli b/infer/src/pulse/PulseDomain.mli index d5bf7803b..c53969efc 100644 --- a/infer/src/pulse/PulseDomain.mli +++ b/infer/src/pulse/PulseDomain.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/pulse/PulseInvalidation.ml b/infer/src/pulse/PulseInvalidation.ml index fbf852ff9..303235ece 100644 --- a/infer/src/pulse/PulseInvalidation.ml +++ b/infer/src/pulse/PulseInvalidation.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/pulse/PulseInvalidation.mli b/infer/src/pulse/PulseInvalidation.mli index fd68557ef..dc5242301 100644 --- a/infer/src/pulse/PulseInvalidation.mli +++ b/infer/src/pulse/PulseInvalidation.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/pulse/PulseModels.ml b/infer/src/pulse/PulseModels.ml index 0c5fabaf1..b83eacc26 100644 --- a/infer/src/pulse/PulseModels.ml +++ b/infer/src/pulse/PulseModels.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/pulse/PulseModels.mli b/infer/src/pulse/PulseModels.mli index 5188e17df..22a32f556 100644 --- a/infer/src/pulse/PulseModels.mli +++ b/infer/src/pulse/PulseModels.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/pulse/PulseOperations.ml b/infer/src/pulse/PulseOperations.ml index 83a9c0b9c..44ac155fe 100644 --- a/infer/src/pulse/PulseOperations.ml +++ b/infer/src/pulse/PulseOperations.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/pulse/PulseOperations.mli b/infer/src/pulse/PulseOperations.mli index b006825ef..f2adc8ee0 100644 --- a/infer/src/pulse/PulseOperations.mli +++ b/infer/src/pulse/PulseOperations.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/pulse/PulseSummary.ml b/infer/src/pulse/PulseSummary.ml index 464cd25f2..81cef0698 100644 --- a/infer/src/pulse/PulseSummary.ml +++ b/infer/src/pulse/PulseSummary.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/pulse/PulseSummary.mli b/infer/src/pulse/PulseSummary.mli index beb5c7e27..17c25350f 100644 --- a/infer/src/pulse/PulseSummary.mli +++ b/infer/src/pulse/PulseSummary.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/pulse/PulseTrace.ml b/infer/src/pulse/PulseTrace.ml index b16a242f8..23ff30598 100644 --- a/infer/src/pulse/PulseTrace.ml +++ b/infer/src/pulse/PulseTrace.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/pulse/PulseTrace.mli b/infer/src/pulse/PulseTrace.mli index 91af3fe11..e2e03f8f6 100644 --- a/infer/src/pulse/PulseTrace.mli +++ b/infer/src/pulse/PulseTrace.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/quandary/ClangTaintAnalysis.ml b/infer/src/quandary/ClangTaintAnalysis.ml index 52df03f6d..0818fe43f 100644 --- a/infer/src/quandary/ClangTaintAnalysis.ml +++ b/infer/src/quandary/ClangTaintAnalysis.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/quandary/ClangTaintAnalysis.mli b/infer/src/quandary/ClangTaintAnalysis.mli index aaee7beee..489676eb8 100644 --- a/infer/src/quandary/ClangTaintAnalysis.mli +++ b/infer/src/quandary/ClangTaintAnalysis.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/quandary/ClangTrace.ml b/infer/src/quandary/ClangTrace.ml index be7425e24..99c4c0ce4 100644 --- a/infer/src/quandary/ClangTrace.ml +++ b/infer/src/quandary/ClangTrace.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/quandary/ClangTrace.mli b/infer/src/quandary/ClangTrace.mli index b25c6ef38..e0a06165f 100644 --- a/infer/src/quandary/ClangTrace.mli +++ b/infer/src/quandary/ClangTrace.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/quandary/JavaTaintAnalysis.ml b/infer/src/quandary/JavaTaintAnalysis.ml index f6320d709..f005cdac4 100644 --- a/infer/src/quandary/JavaTaintAnalysis.ml +++ b/infer/src/quandary/JavaTaintAnalysis.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/quandary/JavaTaintAnalysis.mli b/infer/src/quandary/JavaTaintAnalysis.mli index aaee7beee..489676eb8 100644 --- a/infer/src/quandary/JavaTaintAnalysis.mli +++ b/infer/src/quandary/JavaTaintAnalysis.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/quandary/JavaTrace.ml b/infer/src/quandary/JavaTrace.ml index 2544b386b..06b228b1f 100644 --- a/infer/src/quandary/JavaTrace.ml +++ b/infer/src/quandary/JavaTrace.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/quandary/JavaTrace.mli b/infer/src/quandary/JavaTrace.mli index b3eb2aea3..e0a06165f 100644 --- a/infer/src/quandary/JavaTrace.mli +++ b/infer/src/quandary/JavaTrace.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/quandary/QuandaryConfig.ml b/infer/src/quandary/QuandaryConfig.ml index c82b8cbb1..6efa7a302 100644 --- a/infer/src/quandary/QuandaryConfig.ml +++ b/infer/src/quandary/QuandaryConfig.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/quandary/QuandaryConfig.mli b/infer/src/quandary/QuandaryConfig.mli index 4f7ae3024..a0ac363aa 100644 --- a/infer/src/quandary/QuandaryConfig.mli +++ b/infer/src/quandary/QuandaryConfig.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/quandary/QuandarySummary.ml b/infer/src/quandary/QuandarySummary.ml index 83bfbc496..fa7e340ef 100644 --- a/infer/src/quandary/QuandarySummary.ml +++ b/infer/src/quandary/QuandarySummary.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/quandary/QuandarySummary.mli b/infer/src/quandary/QuandarySummary.mli index 3322bf8cb..886c2e4e4 100644 --- a/infer/src/quandary/QuandarySummary.mli +++ b/infer/src/quandary/QuandarySummary.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/quandary/TaintAnalysis.ml b/infer/src/quandary/TaintAnalysis.ml index 5a9f79079..1f98fb481 100644 --- a/infer/src/quandary/TaintAnalysis.ml +++ b/infer/src/quandary/TaintAnalysis.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/quandary/TaintSpec.ml b/infer/src/quandary/TaintSpec.ml index fd214cf70..f15659ea1 100644 --- a/infer/src/quandary/TaintSpec.ml +++ b/infer/src/quandary/TaintSpec.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/quandary/quandaryBO.ml b/infer/src/quandary/quandaryBO.ml index f2b612e16..8a100d958 100644 --- a/infer/src/quandary/quandaryBO.ml +++ b/infer/src/quandary/quandaryBO.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/quandary/quandaryBO.mli b/infer/src/quandary/quandaryBO.mli index 711e9809d..1db0726d2 100644 --- a/infer/src/quandary/quandaryBO.mli +++ b/infer/src/quandary/quandaryBO.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/scripts/checkCopyright.ml b/infer/src/scripts/checkCopyright.ml index 4908c3129..57b8c275b 100644 --- a/infer/src/scripts/checkCopyright.ml +++ b/infer/src/scripts/checkCopyright.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/scripts/checkCopyright.mli b/infer/src/scripts/checkCopyright.mli index 271ac3b25..81857a06f 100644 --- a/infer/src/scripts/checkCopyright.mli +++ b/infer/src/scripts/checkCopyright.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/scripts/dune.in b/infer/src/scripts/dune.in index b1b60025d..efee68bc7 100644 --- a/infer/src/scripts/dune.in +++ b/infer/src/scripts/dune.in @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/scuba/Scuba.ml b/infer/src/scuba/Scuba.ml index d1994a820..9839b1128 100644 --- a/infer/src/scuba/Scuba.ml +++ b/infer/src/scuba/Scuba.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/scuba/Scuba.mli b/infer/src/scuba/Scuba.mli index 551acc558..4de568520 100644 --- a/infer/src/scuba/Scuba.mli +++ b/infer/src/scuba/Scuba.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/scuba/ScubaEventLogging.ml b/infer/src/scuba/ScubaEventLogging.ml index cb4a91d1a..21958cb00 100644 --- a/infer/src/scuba/ScubaEventLogging.ml +++ b/infer/src/scuba/ScubaEventLogging.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/scuba/ScubaEventLogging.mli b/infer/src/scuba/ScubaEventLogging.mli index 1fe894640..e86dc577d 100644 --- a/infer/src/scuba/ScubaEventLogging.mli +++ b/infer/src/scuba/ScubaEventLogging.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/topl/Topl.ml b/infer/src/topl/Topl.ml index 9d432c009..8cde595f6 100644 --- a/infer/src/topl/Topl.ml +++ b/infer/src/topl/Topl.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/topl/Topl.mli b/infer/src/topl/Topl.mli index 59e0e1ee5..69fad433b 100644 --- a/infer/src/topl/Topl.mli +++ b/infer/src/topl/Topl.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/topl/ToplAst.ml b/infer/src/topl/ToplAst.ml index 142b7bb9b..04d4226a8 100644 --- a/infer/src/topl/ToplAst.ml +++ b/infer/src/topl/ToplAst.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/topl/ToplAutomaton.ml b/infer/src/topl/ToplAutomaton.ml index 748d1cc2d..b23544b45 100644 --- a/infer/src/topl/ToplAutomaton.ml +++ b/infer/src/topl/ToplAutomaton.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/topl/ToplAutomaton.mli b/infer/src/topl/ToplAutomaton.mli index f772212fe..08d7ba4d6 100644 --- a/infer/src/topl/ToplAutomaton.mli +++ b/infer/src/topl/ToplAutomaton.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/topl/ToplLexer.mll b/infer/src/topl/ToplLexer.mll index 43850fb7d..ba39fedec 100644 --- a/infer/src/topl/ToplLexer.mll +++ b/infer/src/topl/ToplLexer.mll @@ -1,5 +1,5 @@ (* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/topl/ToplMonitor.ml b/infer/src/topl/ToplMonitor.ml index 5d2e039ae..80417211a 100644 --- a/infer/src/topl/ToplMonitor.ml +++ b/infer/src/topl/ToplMonitor.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/topl/ToplMonitor.mli b/infer/src/topl/ToplMonitor.mli index 01238e9a5..653fdd085 100644 --- a/infer/src/topl/ToplMonitor.mli +++ b/infer/src/topl/ToplMonitor.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/topl/ToplName.ml b/infer/src/topl/ToplName.ml index d11592157..fc968aab7 100644 --- a/infer/src/topl/ToplName.ml +++ b/infer/src/topl/ToplName.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/topl/ToplName.mli b/infer/src/topl/ToplName.mli index 4caa02d74..e63b44ef5 100644 --- a/infer/src/topl/ToplName.mli +++ b/infer/src/topl/ToplName.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/topl/ToplParser.mly b/infer/src/topl/ToplParser.mly index 46e52085e..8ffd8ec8d 100644 --- a/infer/src/topl/ToplParser.mly +++ b/infer/src/topl/ToplParser.mly @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/topl/ToplUtils.ml b/infer/src/topl/ToplUtils.ml index 21f667b41..ce406672e 100644 --- a/infer/src/topl/ToplUtils.ml +++ b/infer/src/topl/ToplUtils.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/topl/ToplUtils.mli b/infer/src/topl/ToplUtils.mli index e5cff9f24..d741575f2 100644 --- a/infer/src/topl/ToplUtils.mli +++ b/infer/src/topl/ToplUtils.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/unit/DifferentialFiltersTests.ml b/infer/src/unit/DifferentialFiltersTests.ml index 40afa7007..170d02263 100644 --- a/infer/src/unit/DifferentialFiltersTests.ml +++ b/infer/src/unit/DifferentialFiltersTests.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/unit/DifferentialTests.ml b/infer/src/unit/DifferentialTests.ml index 834f22179..cb545facf 100644 --- a/infer/src/unit/DifferentialTests.ml +++ b/infer/src/unit/DifferentialTests.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/unit/DifferentialTestsUtils.ml b/infer/src/unit/DifferentialTestsUtils.ml index 0c8374a04..8b090c0ad 100644 --- a/infer/src/unit/DifferentialTestsUtils.ml +++ b/infer/src/unit/DifferentialTestsUtils.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/unit/FileDiffTests.ml b/infer/src/unit/FileDiffTests.ml index 1984196dd..1b7e16383 100644 --- a/infer/src/unit/FileDiffTests.ml +++ b/infer/src/unit/FileDiffTests.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/unit/IListTests.ml b/infer/src/unit/IListTests.ml index 1a4ca85a5..5e200a636 100644 --- a/infer/src/unit/IListTests.ml +++ b/infer/src/unit/IListTests.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/unit/JavaProfilerSamplesTest.ml b/infer/src/unit/JavaProfilerSamplesTest.ml index ecfe17abc..ff14a4c38 100644 --- a/infer/src/unit/JavaProfilerSamplesTest.ml +++ b/infer/src/unit/JavaProfilerSamplesTest.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/unit/PerfProfilerATDParserTest.ml b/infer/src/unit/PerfProfilerATDParserTest.ml index 846ca1c64..de68ff021 100644 --- a/infer/src/unit/PerfProfilerATDParserTest.ml +++ b/infer/src/unit/PerfProfilerATDParserTest.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/unit/SeverityTests.ml b/infer/src/unit/SeverityTests.ml index 422f09bfe..c235542da 100644 --- a/infer/src/unit/SeverityTests.ml +++ b/infer/src/unit/SeverityTests.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/unit/TaintTests.ml b/infer/src/unit/TaintTests.ml index 71e2722da..b71156e1d 100644 --- a/infer/src/unit/TaintTests.ml +++ b/infer/src/unit/TaintTests.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/unit/TraceTests.ml b/infer/src/unit/TraceTests.ml index a84cc6402..335d961ce 100644 --- a/infer/src/unit/TraceTests.ml +++ b/infer/src/unit/TraceTests.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/unit/abstractInterpreterTests.ml b/infer/src/unit/abstractInterpreterTests.ml index e10da7a30..5dd58881a 100644 --- a/infer/src/unit/abstractInterpreterTests.ml +++ b/infer/src/unit/abstractInterpreterTests.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/unit/accessPathTestUtils.ml b/infer/src/unit/accessPathTestUtils.ml index 62ac61485..4f11c05e2 100644 --- a/infer/src/unit/accessPathTestUtils.ml +++ b/infer/src/unit/accessPathTestUtils.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/unit/accessPathTestUtils.mli b/infer/src/unit/accessPathTestUtils.mli index a0f0937e6..87b658511 100644 --- a/infer/src/unit/accessPathTestUtils.mli +++ b/infer/src/unit/accessPathTestUtils.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/unit/accessPathTests.ml b/infer/src/unit/accessPathTests.ml index 37576e7ba..994bdab45 100644 --- a/infer/src/unit/accessPathTests.ml +++ b/infer/src/unit/accessPathTests.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/unit/accessTreeTests.ml b/infer/src/unit/accessTreeTests.ml index c3b0afed7..7fd621aec 100644 --- a/infer/src/unit/accessTreeTests.ml +++ b/infer/src/unit/accessTreeTests.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/unit/addressTakenTests.ml b/infer/src/unit/addressTakenTests.ml index dba51f907..0fe4c2d71 100644 --- a/infer/src/unit/addressTakenTests.ml +++ b/infer/src/unit/addressTakenTests.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/unit/analyzerTester.ml b/infer/src/unit/analyzerTester.ml index fdcb0c173..17e55afdd 100644 --- a/infer/src/unit/analyzerTester.ml +++ b/infer/src/unit/analyzerTester.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/unit/clang/CFrontend_errorsTests.ml b/infer/src/unit/clang/CFrontend_errorsTests.ml index 8f86040a8..9eed3f73f 100644 --- a/infer/src/unit/clang/CFrontend_errorsTests.ml +++ b/infer/src/unit/clang/CFrontend_errorsTests.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/unit/clang/CiOSVersionNumbersTests.ml b/infer/src/unit/clang/CiOSVersionNumbersTests.ml index 4f9505ed8..846733eb3 100644 --- a/infer/src/unit/clang/CiOSVersionNumbersTests.ml +++ b/infer/src/unit/clang/CiOSVersionNumbersTests.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/unit/clang/ClangTests.ml b/infer/src/unit/clang/ClangTests.ml index 8945e295c..8a1a9e2e9 100644 --- a/infer/src/unit/clang/ClangTests.ml +++ b/infer/src/unit/clang/ClangTests.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/unit/clang/ClangTests.mli b/infer/src/unit/clang/ClangTests.mli index ec984451b..38e35a830 100644 --- a/infer/src/unit/clang/ClangTests.mli +++ b/infer/src/unit/clang/ClangTests.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/unit/clang/QualifiedCppNameTests.ml b/infer/src/unit/clang/QualifiedCppNameTests.ml index 5851a4d57..1c547f98f 100644 --- a/infer/src/unit/clang/QualifiedCppNameTests.ml +++ b/infer/src/unit/clang/QualifiedCppNameTests.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/unit/clang/QualifiedCppNameTests.mli b/infer/src/unit/clang/QualifiedCppNameTests.mli index 440e586c3..73bb61726 100644 --- a/infer/src/unit/clang/QualifiedCppNameTests.mli +++ b/infer/src/unit/clang/QualifiedCppNameTests.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/unit/clang_stubs/ClangTests.ml b/infer/src/unit/clang_stubs/ClangTests.ml index d2801dc21..3b25c888f 100644 --- a/infer/src/unit/clang_stubs/ClangTests.ml +++ b/infer/src/unit/clang_stubs/ClangTests.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/unit/inferunit.ml b/infer/src/unit/inferunit.ml index 0cfb14439..897e0c97d 100644 --- a/infer/src/unit/inferunit.ml +++ b/infer/src/unit/inferunit.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/unit/inferunit.mli b/infer/src/unit/inferunit.mli index 11bab6788..7aea147dd 100644 --- a/infer/src/unit/inferunit.mli +++ b/infer/src/unit/inferunit.mli @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/unit/livenessTests.ml b/infer/src/unit/livenessTests.ml index 9283869ea..2237df8e9 100644 --- a/infer/src/unit/livenessTests.ml +++ b/infer/src/unit/livenessTests.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/unit/procCfgTests.ml b/infer/src/unit/procCfgTests.ml index 1e07f0667..ea8b7ffb1 100644 --- a/infer/src/unit/procCfgTests.ml +++ b/infer/src/unit/procCfgTests.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/unit/schedulerTests.ml b/infer/src/unit/schedulerTests.ml index 6979a5a01..b7f4ec990 100644 --- a/infer/src/unit/schedulerTests.ml +++ b/infer/src/unit/schedulerTests.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/src/unit/weakTopologicalOrderTests.ml b/infer/src/unit/weakTopologicalOrderTests.ml index 4c4bbb628..585ca9c4e 100644 --- a/infer/src/unit/weakTopologicalOrderTests.ml +++ b/infer/src/unit/weakTopologicalOrderTests.ml @@ -1,5 +1,5 @@ (* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/base.make b/infer/tests/base.make index a487d9295..52cb484ce 100644 --- a/infer/tests/base.make +++ b/infer/tests/base.make @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/ant/Makefile b/infer/tests/build_systems/ant/Makefile index 389a74492..6d053596c 100644 --- a/infer/tests/build_systems/ant/Makefile +++ b/infer/tests/build_systems/ant/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/assembly/Makefile b/infer/tests/build_systems/assembly/Makefile index 04b51b243..45f0cad59 100644 --- a/infer/tests/build_systems/assembly/Makefile +++ b/infer/tests/build_systems/assembly/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/backtrack_level/Makefile b/infer/tests/build_systems/backtrack_level/Makefile index c304fb60a..3d506a13a 100644 --- a/infer/tests/build_systems/backtrack_level/Makefile +++ b/infer/tests/build_systems/backtrack_level/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2018-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/backtrack_level/backtrack_level.make b/infer/tests/build_systems/backtrack_level/backtrack_level.make index dc4be181f..c972f0c27 100644 --- a/infer/tests/build_systems/backtrack_level/backtrack_level.make +++ b/infer/tests/build_systems/backtrack_level/backtrack_level.make @@ -1,4 +1,4 @@ -# Copyright (c) 2018-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/backtrack_level/hello.c b/infer/tests/build_systems/backtrack_level/hello.c index d1dd780a4..d21a6cdbd 100644 --- a/infer/tests/build_systems/backtrack_level/hello.c +++ b/infer/tests/build_systems/backtrack_level/hello.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/backtrack_level/level1/Makefile b/infer/tests/build_systems/backtrack_level/level1/Makefile index 1bafe81b0..6409354b4 100644 --- a/infer/tests/build_systems/backtrack_level/level1/Makefile +++ b/infer/tests/build_systems/backtrack_level/level1/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2018-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/backtrack_level/level1/level2/Makefile b/infer/tests/build_systems/backtrack_level/level1/level2/Makefile index 9e927467e..9a200c747 100644 --- a/infer/tests/build_systems/backtrack_level/level1/level2/Makefile +++ b/infer/tests/build_systems/backtrack_level/level1/level2/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2018-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/backtrack_level/level1/level2/level3/Makefile b/infer/tests/build_systems/backtrack_level/level1/level2/level3/Makefile index 1eb472d63..46b77042c 100644 --- a/infer/tests/build_systems/backtrack_level/level1/level2/level3/Makefile +++ b/infer/tests/build_systems/backtrack_level/level1/level2/level3/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2018-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/buck-clang-db/Makefile b/infer/tests/build_systems/buck-clang-db/Makefile index b4283005d..6546677f9 100644 --- a/infer/tests/build_systems/buck-clang-db/Makefile +++ b/infer/tests/build_systems/buck-clang-db/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/buck/Makefile b/infer/tests/build_systems/buck/Makefile index 709094427..543cf9f95 100644 --- a/infer/tests/build_systems/buck/Makefile +++ b/infer/tests/build_systems/buck/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/buck/annotations/Nullable.java b/infer/tests/build_systems/buck/annotations/Nullable.java index 429589abb..f87c223c5 100644 --- a/infer/tests/build_systems/buck/annotations/Nullable.java +++ b/infer/tests/build_systems/buck/annotations/Nullable.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/buck/module1/Class1.java b/infer/tests/build_systems/buck/module1/Class1.java index 08a6b63b4..418840bc7 100644 --- a/infer/tests/build_systems/buck/module1/Class1.java +++ b/infer/tests/build_systems/buck/module1/Class1.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/buck/module1/SkipImplementationClass1.java b/infer/tests/build_systems/buck/module1/SkipImplementationClass1.java index e7cffcf4e..d5b060418 100644 --- a/infer/tests/build_systems/buck/module1/SkipImplementationClass1.java +++ b/infer/tests/build_systems/buck/module1/SkipImplementationClass1.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/buck/module2/Class2.java b/infer/tests/build_systems/buck/module2/Class2.java index a5b1dcfe1..013577507 100644 --- a/infer/tests/build_systems/buck/module2/Class2.java +++ b/infer/tests/build_systems/buck/module2/Class2.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/buck_blacklist/Makefile b/infer/tests/build_systems/buck_blacklist/Makefile index 81f09a70b..a5e4aec77 100644 --- a/infer/tests/build_systems/buck_blacklist/Makefile +++ b/infer/tests/build_systems/buck_blacklist/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/buck_blacklist/src/hello.c b/infer/tests/build_systems/buck_blacklist/src/hello.c index d1dd780a4..d21a6cdbd 100644 --- a/infer/tests/build_systems/buck_blacklist/src/hello.c +++ b/infer/tests/build_systems/buck_blacklist/src/hello.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/buck_blacklist/src/hello2.c b/infer/tests/build_systems/buck_blacklist/src/hello2.c index f8a4a290d..f23d5274e 100644 --- a/infer/tests/build_systems/buck_blacklist/src/hello2.c +++ b/infer/tests/build_systems/buck_blacklist/src/hello2.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/buck_blacklist/src/hello3.c b/infer/tests/build_systems/buck_blacklist/src/hello3.c index 8c615dffc..0860703d5 100644 --- a/infer/tests/build_systems/buck_blacklist/src/hello3.c +++ b/infer/tests/build_systems/buck_blacklist/src/hello3.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/buck_blacklist/src/subtarget1/subhello1.c b/infer/tests/build_systems/buck_blacklist/src/subtarget1/subhello1.c index 272941b07..fb0acc2a5 100644 --- a/infer/tests/build_systems/buck_blacklist/src/subtarget1/subhello1.c +++ b/infer/tests/build_systems/buck_blacklist/src/subtarget1/subhello1.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/buck_blacklist/src/subtarget1/z_filename_greater_than_subhello1.c b/infer/tests/build_systems/buck_blacklist/src/subtarget1/z_filename_greater_than_subhello1.c index b830c7fc3..fa956da0a 100644 --- a/infer/tests/build_systems/buck_blacklist/src/subtarget1/z_filename_greater_than_subhello1.c +++ b/infer/tests/build_systems/buck_blacklist/src/subtarget1/z_filename_greater_than_subhello1.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/buck_blacklist/src/subtarget2/subhello2.c b/infer/tests/build_systems/buck_blacklist/src/subtarget2/subhello2.c index c6e368027..8d4f688b8 100644 --- a/infer/tests/build_systems/buck_blacklist/src/subtarget2/subhello2.c +++ b/infer/tests/build_systems/buck_blacklist/src/subtarget2/subhello2.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/buck_cross_module/Makefile b/infer/tests/build_systems/buck_cross_module/Makefile index f2c271e8c..ca57fc083 100644 --- a/infer/tests/build_systems/buck_cross_module/Makefile +++ b/infer/tests/build_systems/buck_cross_module/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/buck_cross_module/annotations/Nullable.java b/infer/tests/build_systems/buck_cross_module/annotations/Nullable.java index 429589abb..f87c223c5 100644 --- a/infer/tests/build_systems/buck_cross_module/annotations/Nullable.java +++ b/infer/tests/build_systems/buck_cross_module/annotations/Nullable.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/buck_cross_module/module1/Class1.java b/infer/tests/build_systems/buck_cross_module/module1/Class1.java index a80178938..3cc5ed0b8 100644 --- a/infer/tests/build_systems/buck_cross_module/module1/Class1.java +++ b/infer/tests/build_systems/buck_cross_module/module1/Class1.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/buck_cross_module/module2/Class2.java b/infer/tests/build_systems/buck_cross_module/module2/Class2.java index a78bf74e4..a71e0d430 100644 --- a/infer/tests/build_systems/buck_cross_module/module2/Class2.java +++ b/infer/tests/build_systems/buck_cross_module/module2/Class2.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/buck_flavors/Makefile b/infer/tests/build_systems/buck_flavors/Makefile index 563dda80c..d251c6fa9 100644 --- a/infer/tests/build_systems/buck_flavors/Makefile +++ b/infer/tests/build_systems/buck_flavors/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/buck_flavors/src/hello.c b/infer/tests/build_systems/buck_flavors/src/hello.c index d1dd780a4..d21a6cdbd 100644 --- a/infer/tests/build_systems/buck_flavors/src/hello.c +++ b/infer/tests/build_systems/buck_flavors/src/hello.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/buck_flavors/src/hello2.c b/infer/tests/build_systems/buck_flavors/src/hello2.c index f8a4a290d..f23d5274e 100644 --- a/infer/tests/build_systems/buck_flavors/src/hello2.c +++ b/infer/tests/build_systems/buck_flavors/src/hello2.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/buck_flavors/src/hello3.c b/infer/tests/build_systems/buck_flavors/src/hello3.c index 8c615dffc..0860703d5 100644 --- a/infer/tests/build_systems/buck_flavors/src/hello3.c +++ b/infer/tests/build_systems/buck_flavors/src/hello3.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/buck_flavors/src/subtarget1/subhello1.c b/infer/tests/build_systems/buck_flavors/src/subtarget1/subhello1.c index 272941b07..fb0acc2a5 100644 --- a/infer/tests/build_systems/buck_flavors/src/subtarget1/subhello1.c +++ b/infer/tests/build_systems/buck_flavors/src/subtarget1/subhello1.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/buck_flavors/src/subtarget1/z_filename_greater_than_subhello1.c b/infer/tests/build_systems/buck_flavors/src/subtarget1/z_filename_greater_than_subhello1.c index b830c7fc3..fa956da0a 100644 --- a/infer/tests/build_systems/buck_flavors/src/subtarget1/z_filename_greater_than_subhello1.c +++ b/infer/tests/build_systems/buck_flavors/src/subtarget1/z_filename_greater_than_subhello1.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/buck_flavors/src/subtarget2/subhello2.c b/infer/tests/build_systems/buck_flavors/src/subtarget2/subhello2.c index c6e368027..8d4f688b8 100644 --- a/infer/tests/build_systems/buck_flavors/src/subtarget2/subhello2.c +++ b/infer/tests/build_systems/buck_flavors/src/subtarget2/subhello2.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/buck_flavors_deterministic/Makefile b/infer/tests/build_systems/buck_flavors_deterministic/Makefile index 3abf7ee1a..f45f46b88 100644 --- a/infer/tests/build_systems/buck_flavors_deterministic/Makefile +++ b/infer/tests/build_systems/buck_flavors_deterministic/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/buck_flavors_deterministic/src/hello.c b/infer/tests/build_systems/buck_flavors_deterministic/src/hello.c index d1dd780a4..d21a6cdbd 100644 --- a/infer/tests/build_systems/buck_flavors_deterministic/src/hello.c +++ b/infer/tests/build_systems/buck_flavors_deterministic/src/hello.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/buck_flavors_deterministic/src/hello2.c b/infer/tests/build_systems/buck_flavors_deterministic/src/hello2.c index f8a4a290d..f23d5274e 100644 --- a/infer/tests/build_systems/buck_flavors_deterministic/src/hello2.c +++ b/infer/tests/build_systems/buck_flavors_deterministic/src/hello2.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/buck_flavors_diff/Makefile b/infer/tests/build_systems/buck_flavors_diff/Makefile index 2d4cc625a..545629a29 100644 --- a/infer/tests/build_systems/buck_flavors_diff/Makefile +++ b/infer/tests/build_systems/buck_flavors_diff/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/buck_flavors_diff/src/hello2.c b/infer/tests/build_systems/buck_flavors_diff/src/hello2.c index 0d0919254..51e0aca0f 100644 --- a/infer/tests/build_systems/buck_flavors_diff/src/hello2.c +++ b/infer/tests/build_systems/buck_flavors_diff/src/hello2.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/buck_flavors_run/Makefile b/infer/tests/build_systems/buck_flavors_run/Makefile index 4537af1ed..afda76483 100644 --- a/infer/tests/build_systems/buck_flavors_run/Makefile +++ b/infer/tests/build_systems/buck_flavors_run/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/buck_flavors_run/src/hello.c b/infer/tests/build_systems/buck_flavors_run/src/hello.c index 20f9102de..d21a6cdbd 100644 --- a/infer/tests/build_systems/buck_flavors_run/src/hello.c +++ b/infer/tests/build_systems/buck_flavors_run/src/hello.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/buck_flavors_run/src/hello2.c b/infer/tests/build_systems/buck_flavors_run/src/hello2.c index 0c8c6dbee..f23d5274e 100644 --- a/infer/tests/build_systems/buck_flavors_run/src/hello2.c +++ b/infer/tests/build_systems/buck_flavors_run/src/hello2.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/buck_javac_jar/Makefile b/infer/tests/build_systems/buck_javac_jar/Makefile index c03c21813..422fbff1d 100644 --- a/infer/tests/build_systems/buck_javac_jar/Makefile +++ b/infer/tests/build_systems/buck_javac_jar/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2018-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/buck_javac_jar/src/UsingJavacJar.java b/infer/tests/build_systems/buck_javac_jar/src/UsingJavacJar.java index 79fa040c9..c1636fb9c 100644 --- a/infer/tests/build_systems/buck_javac_jar/src/UsingJavacJar.java +++ b/infer/tests/build_systems/buck_javac_jar/src/UsingJavacJar.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/buck_test_determinator/Makefile b/infer/tests/build_systems/buck_test_determinator/Makefile index dcf1629ca..48904694d 100644 --- a/infer/tests/build_systems/buck_test_determinator/Makefile +++ b/infer/tests/build_systems/buck_test_determinator/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2019-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/buck_test_determinator/src/a.cpp b/infer/tests/build_systems/buck_test_determinator/src/a.cpp index 6aa4f3fab..d21a6cdbd 100644 --- a/infer/tests/build_systems/buck_test_determinator/src/a.cpp +++ b/infer/tests/build_systems/buck_test_determinator/src/a.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/buck_test_determinator/src/b.cpp b/infer/tests/build_systems/buck_test_determinator/src/b.cpp index ac46031ca..d63c0fa86 100644 --- a/infer/tests/build_systems/buck_test_determinator/src/b.cpp +++ b/infer/tests/build_systems/buck_test_determinator/src/b.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/buck_test_determinator/src/mod-a.cpp b/infer/tests/build_systems/buck_test_determinator/src/mod-a.cpp index de0cd4796..d5537ba75 100644 --- a/infer/tests/build_systems/buck_test_determinator/src/mod-a.cpp +++ b/infer/tests/build_systems/buck_test_determinator/src/mod-a.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/buck_test_determinator/src/mod-b.cpp b/infer/tests/build_systems/buck_test_determinator/src/mod-b.cpp index e8dc0ad31..f6ec16d39 100644 --- a/infer/tests/build_systems/buck_test_determinator/src/mod-b.cpp +++ b/infer/tests/build_systems/buck_test_determinator/src/mod-b.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/ck_analytics/Makefile b/infer/tests/build_systems/ck_analytics/Makefile index a05254824..4e8453ca5 100644 --- a/infer/tests/build_systems/ck_analytics/Makefile +++ b/infer/tests/build_systems/ck_analytics/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/ck_imports/Makefile b/infer/tests/build_systems/ck_imports/Makefile index 0013e89e1..67cffc648 100644 --- a/infer/tests/build_systems/ck_imports/Makefile +++ b/infer/tests/build_systems/ck_imports/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/clang_compilation_db/Makefile b/infer/tests/build_systems/clang_compilation_db/Makefile index 3386d9bab..81ec61e98 100644 --- a/infer/tests/build_systems/clang_compilation_db/Makefile +++ b/infer/tests/build_systems/clang_compilation_db/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/clang_compilation_db_escaped/Makefile b/infer/tests/build_systems/clang_compilation_db_escaped/Makefile index 36a84fafe..e761b66ef 100644 --- a/infer/tests/build_systems/clang_compilation_db_escaped/Makefile +++ b/infer/tests/build_systems/clang_compilation_db_escaped/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/clang_compilation_db_relpath/Makefile b/infer/tests/build_systems/clang_compilation_db_relpath/Makefile index 6332a1101..d0f5fd8a3 100644 --- a/infer/tests/build_systems/clang_compilation_db_relpath/Makefile +++ b/infer/tests/build_systems/clang_compilation_db_relpath/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/clang_multiple_files/Makefile b/infer/tests/build_systems/clang_multiple_files/Makefile index 2c8bc0dd6..ab74a7dea 100644 --- a/infer/tests/build_systems/clang_multiple_files/Makefile +++ b/infer/tests/build_systems/clang_multiple_files/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/clang_test_determinator/Makefile b/infer/tests/build_systems/clang_test_determinator/Makefile index d1306587a..66255666e 100644 --- a/infer/tests/build_systems/clang_test_determinator/Makefile +++ b/infer/tests/build_systems/clang_test_determinator/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/clang_test_determinator/mod1-A.cpp b/infer/tests/build_systems/clang_test_determinator/mod1-A.cpp index e5936db06..8e1199f55 100644 --- a/infer/tests/build_systems/clang_test_determinator/mod1-A.cpp +++ b/infer/tests/build_systems/clang_test_determinator/mod1-A.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/clang_test_determinator/mod2-A.cpp b/infer/tests/build_systems/clang_test_determinator/mod2-A.cpp index f4bb3a03e..ab7c6a271 100644 --- a/infer/tests/build_systems/clang_test_determinator/mod2-A.cpp +++ b/infer/tests/build_systems/clang_test_determinator/mod2-A.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/clang_test_determinator/orig-A.cpp b/infer/tests/build_systems/clang_test_determinator/orig-A.cpp index 8b4c58595..81b985a1f 100644 --- a/infer/tests/build_systems/clang_test_determinator/orig-A.cpp +++ b/infer/tests/build_systems/clang_test_determinator/orig-A.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/clang_translation/Makefile b/infer/tests/build_systems/clang_translation/Makefile index 202220d31..07eadf0f3 100644 --- a/infer/tests/build_systems/clang_translation/Makefile +++ b/infer/tests/build_systems/clang_translation/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/clang_unknown_ext/Makefile b/infer/tests/build_systems/clang_unknown_ext/Makefile index bafd286a2..1e8e4e396 100644 --- a/infer/tests/build_systems/clang_unknown_ext/Makefile +++ b/infer/tests/build_systems/clang_unknown_ext/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/clang_with_E_flag/Makefile b/infer/tests/build_systems/clang_with_E_flag/Makefile index 328045487..85b4252e6 100644 --- a/infer/tests/build_systems/clang_with_E_flag/Makefile +++ b/infer/tests/build_systems/clang_with_E_flag/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/clang_with_MD_flag/Makefile b/infer/tests/build_systems/clang_with_MD_flag/Makefile index 57b747c87..88f606d32 100644 --- a/infer/tests/build_systems/clang_with_MD_flag/Makefile +++ b/infer/tests/build_systems/clang_with_MD_flag/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/clang_with_M_flag/Makefile b/infer/tests/build_systems/clang_with_M_flag/Makefile index 779a685cd..30de0c5b0 100644 --- a/infer/tests/build_systems/clang_with_M_flag/Makefile +++ b/infer/tests/build_systems/clang_with_M_flag/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/clang_with_blacklisted_flags/Makefile b/infer/tests/build_systems/clang_with_blacklisted_flags/Makefile index dddeea8c1..614a46577 100644 --- a/infer/tests/build_systems/clang_with_blacklisted_flags/Makefile +++ b/infer/tests/build_systems/clang_with_blacklisted_flags/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/cmake/Makefile b/infer/tests/build_systems/cmake/Makefile index 518878324..69ddcc885 100644 --- a/infer/tests/build_systems/cmake/Makefile +++ b/infer/tests/build_systems/cmake/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/clang_compilation_database/hello.cpp b/infer/tests/build_systems/codetoanalyze/clang_compilation_database/hello.cpp index 578c5c25b..261945d6c 100644 --- a/infer/tests/build_systems/codetoanalyze/clang_compilation_database/hello.cpp +++ b/infer/tests/build_systems/codetoanalyze/clang_compilation_database/hello.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/clang_compilation_database/hello_test.c b/infer/tests/build_systems/codetoanalyze/clang_compilation_database/hello_test.c index d9356ac02..0645feea2 100644 --- a/infer/tests/build_systems/codetoanalyze/clang_compilation_database/hello_test.c +++ b/infer/tests/build_systems/codetoanalyze/clang_compilation_database/hello_test.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/clang_compilation_database/lib1.cpp b/infer/tests/build_systems/codetoanalyze/clang_compilation_database/lib1.cpp index 8da1adc7a..888312e45 100644 --- a/infer/tests/build_systems/codetoanalyze/clang_compilation_database/lib1.cpp +++ b/infer/tests/build_systems/codetoanalyze/clang_compilation_database/lib1.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/clang_compilation_database/lib1.h b/infer/tests/build_systems/codetoanalyze/clang_compilation_database/lib1.h index b31f858de..3d9a97673 100644 --- a/infer/tests/build_systems/codetoanalyze/clang_compilation_database/lib1.h +++ b/infer/tests/build_systems/codetoanalyze/clang_compilation_database/lib1.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/clang_compilation_database/lib2.cpp b/infer/tests/build_systems/codetoanalyze/clang_compilation_database/lib2.cpp index 1f05321fb..fb548f08f 100644 --- a/infer/tests/build_systems/codetoanalyze/clang_compilation_database/lib2.cpp +++ b/infer/tests/build_systems/codetoanalyze/clang_compilation_database/lib2.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/clang_compilation_database/lib2.h b/infer/tests/build_systems/codetoanalyze/clang_compilation_database/lib2.h index 83351ebd7..b08bfa6c5 100644 --- a/infer/tests/build_systems/codetoanalyze/clang_compilation_database/lib2.h +++ b/infer/tests/build_systems/codetoanalyze/clang_compilation_database/lib2.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/clang_compilation_database/lib3.cpp b/infer/tests/build_systems/codetoanalyze/clang_compilation_database/lib3.cpp index bd8eef8db..5c37cc5d9 100644 --- a/infer/tests/build_systems/codetoanalyze/clang_compilation_database/lib3.cpp +++ b/infer/tests/build_systems/codetoanalyze/clang_compilation_database/lib3.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/clang_compilation_database/lib3.h b/infer/tests/build_systems/codetoanalyze/clang_compilation_database/lib3.h index ec827ea9d..ce01cbc46 100644 --- a/infer/tests/build_systems/codetoanalyze/clang_compilation_database/lib3.h +++ b/infer/tests/build_systems/codetoanalyze/clang_compilation_database/lib3.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/clang_translation/external_dir/external_lib.h b/infer/tests/build_systems/codetoanalyze/clang_translation/external_dir/external_lib.h index a6cf3f612..fba022b32 100644 --- a/infer/tests/build_systems/codetoanalyze/clang_translation/external_dir/external_lib.h +++ b/infer/tests/build_systems/codetoanalyze/clang_translation/external_dir/external_lib.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/clang_translation/src/exclude_dir/lib.h b/infer/tests/build_systems/codetoanalyze/clang_translation/src/exclude_dir/lib.h index a489de3f0..a9b1c68ce 100644 --- a/infer/tests/build_systems/codetoanalyze/clang_translation/src/exclude_dir/lib.h +++ b/infer/tests/build_systems/codetoanalyze/clang_translation/src/exclude_dir/lib.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/clang_translation/src/main.cpp b/infer/tests/build_systems/codetoanalyze/clang_translation/src/main.cpp index 45907c589..6cf893eb2 100644 --- a/infer/tests/build_systems/codetoanalyze/clang_translation/src/main.cpp +++ b/infer/tests/build_systems/codetoanalyze/clang_translation/src/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/clang_translation/src/main.h b/infer/tests/build_systems/codetoanalyze/clang_translation/src/main.h index 093cbf466..59cedb5f8 100644 --- a/infer/tests/build_systems/codetoanalyze/clang_translation/src/main.h +++ b/infer/tests/build_systems/codetoanalyze/clang_translation/src/main.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/clang_translation/src/project_lib.h b/infer/tests/build_systems/codetoanalyze/clang_translation/src/project_lib.h index 81419ff85..695063026 100644 --- a/infer/tests/build_systems/codetoanalyze/clang_translation/src/project_lib.h +++ b/infer/tests/build_systems/codetoanalyze/clang_translation/src/project_lib.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/componentkit/HeaderWithMutableLocalVar.h b/infer/tests/build_systems/codetoanalyze/componentkit/HeaderWithMutableLocalVar.h index df78b5bca..a8b4774ae 100644 --- a/infer/tests/build_systems/codetoanalyze/componentkit/HeaderWithMutableLocalVar.h +++ b/infer/tests/build_systems/codetoanalyze/componentkit/HeaderWithMutableLocalVar.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/componentkit/TestComponentKitAnalytics.mm b/infer/tests/build_systems/codetoanalyze/componentkit/TestComponentKitAnalytics.mm index 0edd8a1f5..991d2eaca 100644 --- a/infer/tests/build_systems/codetoanalyze/componentkit/TestComponentKitAnalytics.mm +++ b/infer/tests/build_systems/codetoanalyze/componentkit/TestComponentKitAnalytics.mm @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/componentkit/TestIgnoreImports.mm b/infer/tests/build_systems/codetoanalyze/componentkit/TestIgnoreImports.mm index 651dd3a52..2895c05c3 100644 --- a/infer/tests/build_systems/codetoanalyze/componentkit/TestIgnoreImports.mm +++ b/infer/tests/build_systems/codetoanalyze/componentkit/TestIgnoreImports.mm @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/example.S b/infer/tests/build_systems/codetoanalyze/example.S index 80b41489f..b847333d1 100644 --- a/infer/tests/build_systems/codetoanalyze/example.S +++ b/infer/tests/build_systems/codetoanalyze/example.S @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/hello.c b/infer/tests/build_systems/codetoanalyze/hello.c index d1dd780a4..d21a6cdbd 100644 --- a/infer/tests/build_systems/codetoanalyze/hello.c +++ b/infer/tests/build_systems/codetoanalyze/hello.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/hello.unknown_ext b/infer/tests/build_systems/codetoanalyze/hello.unknown_ext index d1dd780a4..d21a6cdbd 100644 --- a/infer/tests/build_systems/codetoanalyze/hello.unknown_ext +++ b/infer/tests/build_systems/codetoanalyze/hello.unknown_ext @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/hello2.c b/infer/tests/build_systems/codetoanalyze/hello2.c index f8a4a290d..f23d5274e 100644 --- a/infer/tests/build_systems/codetoanalyze/hello2.c +++ b/infer/tests/build_systems/codetoanalyze/hello2.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/hello3.c b/infer/tests/build_systems/codetoanalyze/hello3.c index 8c615dffc..0860703d5 100644 --- a/infer/tests/build_systems/codetoanalyze/hello3.c +++ b/infer/tests/build_systems/codetoanalyze/hello3.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/hello_dup.c b/infer/tests/build_systems/codetoanalyze/hello_dup.c index d1dd780a4..d21a6cdbd 100644 --- a/infer/tests/build_systems/codetoanalyze/hello_dup.c +++ b/infer/tests/build_systems/codetoanalyze/hello_dup.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/linters/src/main.mm b/infer/tests/build_systems/codetoanalyze/linters/src/main.mm index 47e75fe03..5976d3ea6 100644 --- a/infer/tests/build_systems/codetoanalyze/linters/src/main.mm +++ b/infer/tests/build_systems/codetoanalyze/linters/src/main.mm @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/make/Hello.java b/infer/tests/build_systems/codetoanalyze/make/Hello.java index 09c2442d9..a5c42702e 100644 --- a/infer/tests/build_systems/codetoanalyze/make/Hello.java +++ b/infer/tests/build_systems/codetoanalyze/make/Hello.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/make/Makefile b/infer/tests/build_systems/codetoanalyze/make/Makefile index d27c7ecdd..83e26e678 100644 --- a/infer/tests/build_systems/codetoanalyze/make/Makefile +++ b/infer/tests/build_systems/codetoanalyze/make/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/make/Pointers.java b/infer/tests/build_systems/codetoanalyze/make/Pointers.java index 4f0001187..6db153934 100644 --- a/infer/tests/build_systems/codetoanalyze/make/Pointers.java +++ b/infer/tests/build_systems/codetoanalyze/make/Pointers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/make/Resources.java b/infer/tests/build_systems/codetoanalyze/make/Resources.java index 0f4f7201d..50dac48a9 100644 --- a/infer/tests/build_systems/codetoanalyze/make/Resources.java +++ b/infer/tests/build_systems/codetoanalyze/make/Resources.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/make/utf8_in_function_names.c b/infer/tests/build_systems/codetoanalyze/make/utf8_in_function_names.c index e6b0349d0..6063efbcb 100644 --- a/infer/tests/build_systems/codetoanalyze/make/utf8_in_function_names.c +++ b/infer/tests/build_systems/codetoanalyze/make/utf8_in_function_names.c @@ -1,9 +1,10 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ + int test_성공() { int* x = 0; return *x; diff --git a/infer/tests/build_systems/codetoanalyze/mvn/app_with_submodules/module2parent/module2/src/main/java/com/mycompany/Hello2.java b/infer/tests/build_systems/codetoanalyze/mvn/app_with_submodules/module2parent/module2/src/main/java/com/mycompany/Hello2.java index cd4925317..519b12bf3 100644 --- a/infer/tests/build_systems/codetoanalyze/mvn/app_with_submodules/module2parent/module2/src/main/java/com/mycompany/Hello2.java +++ b/infer/tests/build_systems/codetoanalyze/mvn/app_with_submodules/module2parent/module2/src/main/java/com/mycompany/Hello2.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/mvn/simple_app/src/main/java/com/mycompany/Hello.java b/infer/tests/build_systems/codetoanalyze/mvn/simple_app/src/main/java/com/mycompany/Hello.java index 09c2442d9..a5c42702e 100644 --- a/infer/tests/build_systems/codetoanalyze/mvn/simple_app/src/main/java/com/mycompany/Hello.java +++ b/infer/tests/build_systems/codetoanalyze/mvn/simple_app/src/main/java/com/mycompany/Hello.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/mvn/simple_app/src/main/java/com/mycompany/Pointers.java b/infer/tests/build_systems/codetoanalyze/mvn/simple_app/src/main/java/com/mycompany/Pointers.java index 4f0001187..6db153934 100644 --- a/infer/tests/build_systems/codetoanalyze/mvn/simple_app/src/main/java/com/mycompany/Pointers.java +++ b/infer/tests/build_systems/codetoanalyze/mvn/simple_app/src/main/java/com/mycompany/Pointers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/mvn/simple_app/src/main/java/com/mycompany/Resources.java b/infer/tests/build_systems/codetoanalyze/mvn/simple_app/src/main/java/com/mycompany/Resources.java index 0f4f7201d..50dac48a9 100644 --- a/infer/tests/build_systems/codetoanalyze/mvn/simple_app/src/main/java/com/mycompany/Resources.java +++ b/infer/tests/build_systems/codetoanalyze/mvn/simple_app/src/main/java/com/mycompany/Resources.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/ndk-build/hello_app/hello.c b/infer/tests/build_systems/codetoanalyze/ndk-build/hello_app/hello.c index d1dd780a4..d21a6cdbd 100644 --- a/infer/tests/build_systems/codetoanalyze/ndk-build/hello_app/hello.c +++ b/infer/tests/build_systems/codetoanalyze/ndk-build/hello_app/hello.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/ndk-build/hello_app/jni/Android.mk b/infer/tests/build_systems/codetoanalyze/ndk-build/hello_app/jni/Android.mk index b05a8cfe5..f2df4f0c3 100644 --- a/infer/tests/build_systems/codetoanalyze/ndk-build/hello_app/jni/Android.mk +++ b/infer/tests/build_systems/codetoanalyze/ndk-build/hello_app/jni/Android.mk @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/ndk-build/hello_app/jni/Application.mk b/infer/tests/build_systems/codetoanalyze/ndk-build/hello_app/jni/Application.mk index 9663939c6..972ccd62f 100644 --- a/infer/tests/build_systems/codetoanalyze/ndk-build/hello_app/jni/Application.mk +++ b/infer/tests/build_systems/codetoanalyze/ndk-build/hello_app/jni/Application.mk @@ -1,4 +1,4 @@ -# Copyright (c) 2019-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/objc_getters_setters/A.h b/infer/tests/build_systems/codetoanalyze/objc_getters_setters/A.h index 93031fc83..0eb6823ae 100644 --- a/infer/tests/build_systems/codetoanalyze/objc_getters_setters/A.h +++ b/infer/tests/build_systems/codetoanalyze/objc_getters_setters/A.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/objc_getters_setters/A.m b/infer/tests/build_systems/codetoanalyze/objc_getters_setters/A.m index 021cf8a97..d42e2b6c5 100644 --- a/infer/tests/build_systems/codetoanalyze/objc_getters_setters/A.m +++ b/infer/tests/build_systems/codetoanalyze/objc_getters_setters/A.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/objc_getters_setters/B.h b/infer/tests/build_systems/codetoanalyze/objc_getters_setters/B.h index 823320067..d6e5bd872 100644 --- a/infer/tests/build_systems/codetoanalyze/objc_getters_setters/B.h +++ b/infer/tests/build_systems/codetoanalyze/objc_getters_setters/B.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/objc_getters_setters/B.m b/infer/tests/build_systems/codetoanalyze/objc_getters_setters/B.m index 3ccb71198..a78d10ea9 100644 --- a/infer/tests/build_systems/codetoanalyze/objc_getters_setters/B.m +++ b/infer/tests/build_systems/codetoanalyze/objc_getters_setters/B.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/objc_missing_fld/A.h b/infer/tests/build_systems/codetoanalyze/objc_missing_fld/A.h index c8e360cb5..24cb0e61b 100644 --- a/infer/tests/build_systems/codetoanalyze/objc_missing_fld/A.h +++ b/infer/tests/build_systems/codetoanalyze/objc_missing_fld/A.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/objc_missing_fld/A.m b/infer/tests/build_systems/codetoanalyze/objc_missing_fld/A.m index 9ce5051fd..6e8988b4b 100644 --- a/infer/tests/build_systems/codetoanalyze/objc_missing_fld/A.m +++ b/infer/tests/build_systems/codetoanalyze/objc_missing_fld/A.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/objc_missing_fld/B.m b/infer/tests/build_systems/codetoanalyze/objc_missing_fld/B.m index b53f66244..603e51257 100644 --- a/infer/tests/build_systems/codetoanalyze/objc_missing_fld/B.m +++ b/infer/tests/build_systems/codetoanalyze/objc_missing_fld/B.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/objc_retain_cycles/Caller.m b/infer/tests/build_systems/codetoanalyze/objc_retain_cycles/Caller.m index e88d4f482..83e90bc58 100644 --- a/infer/tests/build_systems/codetoanalyze/objc_retain_cycles/Caller.m +++ b/infer/tests/build_systems/codetoanalyze/objc_retain_cycles/Caller.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/objc_retain_cycles/View.h b/infer/tests/build_systems/codetoanalyze/objc_retain_cycles/View.h index 47ad2ea5a..d6af68f57 100644 --- a/infer/tests/build_systems/codetoanalyze/objc_retain_cycles/View.h +++ b/infer/tests/build_systems/codetoanalyze/objc_retain_cycles/View.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/objc_retain_cycles/View.m b/infer/tests/build_systems/codetoanalyze/objc_retain_cycles/View.m index 309fbaaea..c0e01e96e 100644 --- a/infer/tests/build_systems/codetoanalyze/objc_retain_cycles/View.m +++ b/infer/tests/build_systems/codetoanalyze/objc_retain_cycles/View.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/objc_retain_cycles/ViewController.h b/infer/tests/build_systems/codetoanalyze/objc_retain_cycles/ViewController.h index 0bd1e72b6..c49ec2f41 100644 --- a/infer/tests/build_systems/codetoanalyze/objc_retain_cycles/ViewController.h +++ b/infer/tests/build_systems/codetoanalyze/objc_retain_cycles/ViewController.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/objc_retain_cycles/ViewController.m b/infer/tests/build_systems/codetoanalyze/objc_retain_cycles/ViewController.m index c18798b18..c078401e6 100644 --- a/infer/tests/build_systems/codetoanalyze/objc_retain_cycles/ViewController.m +++ b/infer/tests/build_systems/codetoanalyze/objc_retain_cycles/ViewController.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/objc_retain_cycles_weak/AnalyticsTimeSpent.h b/infer/tests/build_systems/codetoanalyze/objc_retain_cycles_weak/AnalyticsTimeSpent.h index 5f361ecde..ffa21a091 100644 --- a/infer/tests/build_systems/codetoanalyze/objc_retain_cycles_weak/AnalyticsTimeSpent.h +++ b/infer/tests/build_systems/codetoanalyze/objc_retain_cycles_weak/AnalyticsTimeSpent.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/objc_retain_cycles_weak/AnalyticsTimeSpent.m b/infer/tests/build_systems/codetoanalyze/objc_retain_cycles_weak/AnalyticsTimeSpent.m index 09c5e8676..fcb9f58aa 100644 --- a/infer/tests/build_systems/codetoanalyze/objc_retain_cycles_weak/AnalyticsTimeSpent.m +++ b/infer/tests/build_systems/codetoanalyze/objc_retain_cycles_weak/AnalyticsTimeSpent.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/objc_retain_cycles_weak/ListAdapter.h b/infer/tests/build_systems/codetoanalyze/objc_retain_cycles_weak/ListAdapter.h index bf80eb0f4..e44ab9507 100644 --- a/infer/tests/build_systems/codetoanalyze/objc_retain_cycles_weak/ListAdapter.h +++ b/infer/tests/build_systems/codetoanalyze/objc_retain_cycles_weak/ListAdapter.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/objc_retain_cycles_weak/ListAdapter.m b/infer/tests/build_systems/codetoanalyze/objc_retain_cycles_weak/ListAdapter.m index 7231cfdcf..b80ac5422 100644 --- a/infer/tests/build_systems/codetoanalyze/objc_retain_cycles_weak/ListAdapter.m +++ b/infer/tests/build_systems/codetoanalyze/objc_retain_cycles_weak/ListAdapter.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/objc_retain_cycles_weak/TimeSpent.h b/infer/tests/build_systems/codetoanalyze/objc_retain_cycles_weak/TimeSpent.h index 2fcdc83d5..66b128d51 100644 --- a/infer/tests/build_systems/codetoanalyze/objc_retain_cycles_weak/TimeSpent.h +++ b/infer/tests/build_systems/codetoanalyze/objc_retain_cycles_weak/TimeSpent.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/objc_retain_cycles_weak/TimeSpent.m b/infer/tests/build_systems/codetoanalyze/objc_retain_cycles_weak/TimeSpent.m index 5a4fd72b5..2f2d795b2 100644 --- a/infer/tests/build_systems/codetoanalyze/objc_retain_cycles_weak/TimeSpent.m +++ b/infer/tests/build_systems/codetoanalyze/objc_retain_cycles_weak/TimeSpent.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/path_with_spaces/hel_lo.c b/infer/tests/build_systems/codetoanalyze/path_with_spaces/hel_lo.c index efe05a659..af8e91b4c 100644 --- a/infer/tests/build_systems/codetoanalyze/path_with_spaces/hel_lo.c +++ b/infer/tests/build_systems/codetoanalyze/path_with_spaces/hel_lo.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/path_with_spaces/hel_lo2.c b/infer/tests/build_systems/codetoanalyze/path_with_spaces/hel_lo2.c index f1f2189b7..88f04adab 100644 --- a/infer/tests/build_systems/codetoanalyze/path_with_spaces/hel_lo2.c +++ b/infer/tests/build_systems/codetoanalyze/path_with_spaces/hel_lo2.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/preprocessed.c b/infer/tests/build_systems/codetoanalyze/preprocessed.c index f757f82f4..76805b43a 100644 --- a/infer/tests/build_systems/codetoanalyze/preprocessed.c +++ b/infer/tests/build_systems/codetoanalyze/preprocessed.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/some_bugs.c b/infer/tests/build_systems/codetoanalyze/some_bugs.c index ef3c97e16..ce6798ca5 100644 --- a/infer/tests/build_systems/codetoanalyze/some_bugs.c +++ b/infer/tests/build_systems/codetoanalyze/some_bugs.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/some_different_bugs.c b/infer/tests/build_systems/codetoanalyze/some_different_bugs.c index 5f4fd35d6..692fdab54 100644 --- a/infer/tests/build_systems/codetoanalyze/some_different_bugs.c +++ b/infer/tests/build_systems/codetoanalyze/some_different_bugs.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/xcodebuild/simple_app/simple_app/AppDelegate.h b/infer/tests/build_systems/codetoanalyze/xcodebuild/simple_app/simple_app/AppDelegate.h index ce051c1ad..1c087a037 100644 --- a/infer/tests/build_systems/codetoanalyze/xcodebuild/simple_app/simple_app/AppDelegate.h +++ b/infer/tests/build_systems/codetoanalyze/xcodebuild/simple_app/simple_app/AppDelegate.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/xcodebuild/simple_app/simple_app/AppDelegate.m b/infer/tests/build_systems/codetoanalyze/xcodebuild/simple_app/simple_app/AppDelegate.m index 3a66331ed..223a65f5c 100644 --- a/infer/tests/build_systems/codetoanalyze/xcodebuild/simple_app/simple_app/AppDelegate.m +++ b/infer/tests/build_systems/codetoanalyze/xcodebuild/simple_app/simple_app/AppDelegate.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/xcodebuild/simple_app/simple_app/ViewController.h b/infer/tests/build_systems/codetoanalyze/xcodebuild/simple_app/simple_app/ViewController.h index 8d2378f5a..56c092391 100644 --- a/infer/tests/build_systems/codetoanalyze/xcodebuild/simple_app/simple_app/ViewController.h +++ b/infer/tests/build_systems/codetoanalyze/xcodebuild/simple_app/simple_app/ViewController.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/xcodebuild/simple_app/simple_app/ViewController.m b/infer/tests/build_systems/codetoanalyze/xcodebuild/simple_app/simple_app/ViewController.m index cec893fce..3c270d28e 100644 --- a/infer/tests/build_systems/codetoanalyze/xcodebuild/simple_app/simple_app/ViewController.m +++ b/infer/tests/build_systems/codetoanalyze/xcodebuild/simple_app/simple_app/ViewController.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/codetoanalyze/xcodebuild/simple_app/simple_app/main.m b/infer/tests/build_systems/codetoanalyze/xcodebuild/simple_app/simple_app/main.m index a8ee0ece8..aecc89736 100644 --- a/infer/tests/build_systems/codetoanalyze/xcodebuild/simple_app/simple_app/main.m +++ b/infer/tests/build_systems/codetoanalyze/xcodebuild/simple_app/simple_app/main.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/deduplicate_template_warnings/Makefile b/infer/tests/build_systems/deduplicate_template_warnings/Makefile index ddfea196a..aaed62f1e 100644 --- a/infer/tests/build_systems/deduplicate_template_warnings/Makefile +++ b/infer/tests/build_systems/deduplicate_template_warnings/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/deduplicate_template_warnings/src/templates.cpp b/infer/tests/build_systems/deduplicate_template_warnings/src/templates.cpp index fd4cf8f5f..fa43abe57 100644 --- a/infer/tests/build_systems/deduplicate_template_warnings/src/templates.cpp +++ b/infer/tests/build_systems/deduplicate_template_warnings/src/templates.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/delete_results_dir/Makefile b/infer/tests/build_systems/delete_results_dir/Makefile index 7652fc428..7cde0d999 100644 --- a/infer/tests/build_systems/delete_results_dir/Makefile +++ b/infer/tests/build_systems/delete_results_dir/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/diff/Makefile b/infer/tests/build_systems/diff/Makefile index ed352855d..0df332bbf 100644 --- a/infer/tests/build_systems/diff/Makefile +++ b/infer/tests/build_systems/diff/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/diff_gen_build_script/Makefile b/infer/tests/build_systems/diff_gen_build_script/Makefile index 3dcc064c7..f447b1d0d 100644 --- a/infer/tests/build_systems/diff_gen_build_script/Makefile +++ b/infer/tests/build_systems/diff_gen_build_script/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/differential_interesting_paths_filter/Makefile b/infer/tests/build_systems/differential_interesting_paths_filter/Makefile index 9c4749474..a359bc97d 100644 --- a/infer/tests/build_systems/differential_interesting_paths_filter/Makefile +++ b/infer/tests/build_systems/differential_interesting_paths_filter/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/differential_interesting_paths_filter/src/com/example/DiffClass1.java.current b/infer/tests/build_systems/differential_interesting_paths_filter/src/com/example/DiffClass1.java.current index c2802e548..c1f7b92af 100644 --- a/infer/tests/build_systems/differential_interesting_paths_filter/src/com/example/DiffClass1.java.current +++ b/infer/tests/build_systems/differential_interesting_paths_filter/src/com/example/DiffClass1.java.current @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/differential_interesting_paths_filter/src/com/example/DiffClass1.java.previous b/infer/tests/build_systems/differential_interesting_paths_filter/src/com/example/DiffClass1.java.previous index c2802e548..c1f7b92af 100644 --- a/infer/tests/build_systems/differential_interesting_paths_filter/src/com/example/DiffClass1.java.previous +++ b/infer/tests/build_systems/differential_interesting_paths_filter/src/com/example/DiffClass1.java.previous @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/differential_interesting_paths_filter/src/com/example/DiffClass2.java.current b/infer/tests/build_systems/differential_interesting_paths_filter/src/com/example/DiffClass2.java.current index 017277026..ba37380c1 100644 --- a/infer/tests/build_systems/differential_interesting_paths_filter/src/com/example/DiffClass2.java.current +++ b/infer/tests/build_systems/differential_interesting_paths_filter/src/com/example/DiffClass2.java.current @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/differential_interesting_paths_filter/src/com/example/DiffClass2.java.previous b/infer/tests/build_systems/differential_interesting_paths_filter/src/com/example/DiffClass2.java.previous index d809bf88b..37b4a2d1c 100644 --- a/infer/tests/build_systems/differential_interesting_paths_filter/src/com/example/DiffClass2.java.previous +++ b/infer/tests/build_systems/differential_interesting_paths_filter/src/com/example/DiffClass2.java.previous @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/differential_interesting_paths_filter/src/com/example/DiffClass3.java.current b/infer/tests/build_systems/differential_interesting_paths_filter/src/com/example/DiffClass3.java.current index 4be1ad67d..1c74abf52 100644 --- a/infer/tests/build_systems/differential_interesting_paths_filter/src/com/example/DiffClass3.java.current +++ b/infer/tests/build_systems/differential_interesting_paths_filter/src/com/example/DiffClass3.java.current @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/differential_interesting_paths_filter/src/com/example/DiffClassThree.java.previous b/infer/tests/build_systems/differential_interesting_paths_filter/src/com/example/DiffClassThree.java.previous index dd44bb055..f3ad6faf0 100644 --- a/infer/tests/build_systems/differential_interesting_paths_filter/src/com/example/DiffClassThree.java.previous +++ b/infer/tests/build_systems/differential_interesting_paths_filter/src/com/example/DiffClassThree.java.previous @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/differential_interesting_paths_filter/src/com/example/DiffClassUnchanged.java.unchanged b/infer/tests/build_systems/differential_interesting_paths_filter/src/com/example/DiffClassUnchanged.java.unchanged index cf712643b..815e0efc9 100644 --- a/infer/tests/build_systems/differential_interesting_paths_filter/src/com/example/DiffClassUnchanged.java.unchanged +++ b/infer/tests/build_systems/differential_interesting_paths_filter/src/com/example/DiffClassUnchanged.java.unchanged @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/differential_of_costs_report/Makefile b/infer/tests/build_systems/differential_of_costs_report/Makefile index 99ff5e9cc..0c28b0ddf 100644 --- a/infer/tests/build_systems/differential_of_costs_report/Makefile +++ b/infer/tests/build_systems/differential_of_costs_report/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/differential_of_costs_report/src/DiffExample.java.current b/infer/tests/build_systems/differential_of_costs_report/src/DiffExample.java.current index 8ef4dbe53..a25f26752 100644 --- a/infer/tests/build_systems/differential_of_costs_report/src/DiffExample.java.current +++ b/infer/tests/build_systems/differential_of_costs_report/src/DiffExample.java.current @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/differential_of_costs_report/src/DiffExample.java.previous b/infer/tests/build_systems/differential_of_costs_report/src/DiffExample.java.previous index 9470f8ea1..62fd57ec0 100644 --- a/infer/tests/build_systems/differential_of_costs_report/src/DiffExample.java.previous +++ b/infer/tests/build_systems/differential_of_costs_report/src/DiffExample.java.previous @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/differential_of_costs_report/src/DiffExampleColdStart.java.current b/infer/tests/build_systems/differential_of_costs_report/src/DiffExampleColdStart.java.current index 7d990b4da..fa91f5634 100644 --- a/infer/tests/build_systems/differential_of_costs_report/src/DiffExampleColdStart.java.current +++ b/infer/tests/build_systems/differential_of_costs_report/src/DiffExampleColdStart.java.current @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/differential_of_costs_report/src/DiffExampleColdStart.java.previous b/infer/tests/build_systems/differential_of_costs_report/src/DiffExampleColdStart.java.previous index 228e886ee..8c22a0181 100644 --- a/infer/tests/build_systems/differential_of_costs_report/src/DiffExampleColdStart.java.previous +++ b/infer/tests/build_systems/differential_of_costs_report/src/DiffExampleColdStart.java.previous @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/differential_skip_anonymous_class_renamings/Makefile b/infer/tests/build_systems/differential_skip_anonymous_class_renamings/Makefile index 7405af23c..01f0046e8 100644 --- a/infer/tests/build_systems/differential_skip_anonymous_class_renamings/Makefile +++ b/infer/tests/build_systems/differential_skip_anonymous_class_renamings/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/differential_skip_anonymous_class_renamings/src/DiffExample.java.current b/infer/tests/build_systems/differential_skip_anonymous_class_renamings/src/DiffExample.java.current index 2235989e8..aac3a1a46 100644 --- a/infer/tests/build_systems/differential_skip_anonymous_class_renamings/src/DiffExample.java.current +++ b/infer/tests/build_systems/differential_skip_anonymous_class_renamings/src/DiffExample.java.current @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/differential_skip_anonymous_class_renamings/src/DiffExample.java.previous b/infer/tests/build_systems/differential_skip_anonymous_class_renamings/src/DiffExample.java.previous index 00fc8a4e7..e446a8eb5 100644 --- a/infer/tests/build_systems/differential_skip_anonymous_class_renamings/src/DiffExample.java.previous +++ b/infer/tests/build_systems/differential_skip_anonymous_class_renamings/src/DiffExample.java.previous @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/differential_skip_anonymous_class_renamings/src/SimpleInterfaceExample.java b/infer/tests/build_systems/differential_skip_anonymous_class_renamings/src/SimpleInterfaceExample.java index b965cde24..9358d397c 100644 --- a/infer/tests/build_systems/differential_skip_anonymous_class_renamings/src/SimpleInterfaceExample.java +++ b/infer/tests/build_systems/differential_skip_anonymous_class_renamings/src/SimpleInterfaceExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/differential_skip_anonymous_class_renamings/src/SimpleNestedInterface.java b/infer/tests/build_systems/differential_skip_anonymous_class_renamings/src/SimpleNestedInterface.java index b1310b3ff..82ce0b1a1 100644 --- a/infer/tests/build_systems/differential_skip_anonymous_class_renamings/src/SimpleNestedInterface.java +++ b/infer/tests/build_systems/differential_skip_anonymous_class_renamings/src/SimpleNestedInterface.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/differential_skip_duplicated_types_on_filenames/Makefile b/infer/tests/build_systems/differential_skip_duplicated_types_on_filenames/Makefile index dd42fb068..21c08edcd 100644 --- a/infer/tests/build_systems/differential_skip_duplicated_types_on_filenames/Makefile +++ b/infer/tests/build_systems/differential_skip_duplicated_types_on_filenames/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/differential_skip_duplicated_types_on_filenames/src/DiffExample.java.current b/infer/tests/build_systems/differential_skip_duplicated_types_on_filenames/src/DiffExample.java.current index 5a0b93b7d..e337d62dc 100644 --- a/infer/tests/build_systems/differential_skip_duplicated_types_on_filenames/src/DiffExample.java.current +++ b/infer/tests/build_systems/differential_skip_duplicated_types_on_filenames/src/DiffExample.java.current @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/differential_skip_duplicated_types_on_filenames/src/DiffExample.java.previous b/infer/tests/build_systems/differential_skip_duplicated_types_on_filenames/src/DiffExample.java.previous index 4840c644c..40dc0ce28 100644 --- a/infer/tests/build_systems/differential_skip_duplicated_types_on_filenames/src/DiffExample.java.previous +++ b/infer/tests/build_systems/differential_skip_duplicated_types_on_filenames/src/DiffExample.java.previous @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/differential_skip_duplicated_types_on_filenames/src/DiffExampleTwo.java.current b/infer/tests/build_systems/differential_skip_duplicated_types_on_filenames/src/DiffExampleTwo.java.current index bdd6fb9a7..d1de1b153 100644 --- a/infer/tests/build_systems/differential_skip_duplicated_types_on_filenames/src/DiffExampleTwo.java.current +++ b/infer/tests/build_systems/differential_skip_duplicated_types_on_filenames/src/DiffExampleTwo.java.current @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/differential_skip_duplicated_types_on_filenames_with_renamings/Makefile b/infer/tests/build_systems/differential_skip_duplicated_types_on_filenames_with_renamings/Makefile index e97352342..30d52c770 100644 --- a/infer/tests/build_systems/differential_skip_duplicated_types_on_filenames_with_renamings/Makefile +++ b/infer/tests/build_systems/differential_skip_duplicated_types_on_filenames_with_renamings/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/differential_skip_duplicated_types_on_filenames_with_renamings/src/DiffExample.java.previous b/infer/tests/build_systems/differential_skip_duplicated_types_on_filenames_with_renamings/src/DiffExample.java.previous index c905a0d94..a05622555 100644 --- a/infer/tests/build_systems/differential_skip_duplicated_types_on_filenames_with_renamings/src/DiffExample.java.previous +++ b/infer/tests/build_systems/differential_skip_duplicated_types_on_filenames_with_renamings/src/DiffExample.java.previous @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/differential_skip_duplicated_types_on_filenames_with_renamings/src/DiffExampleRenamed.java.current b/infer/tests/build_systems/differential_skip_duplicated_types_on_filenames_with_renamings/src/DiffExampleRenamed.java.current index e37de6daa..eb836d5f8 100644 --- a/infer/tests/build_systems/differential_skip_duplicated_types_on_filenames_with_renamings/src/DiffExampleRenamed.java.current +++ b/infer/tests/build_systems/differential_skip_duplicated_types_on_filenames_with_renamings/src/DiffExampleRenamed.java.current @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/duplicate_symbols/Makefile b/infer/tests/build_systems/duplicate_symbols/Makefile index fd06e119a..ba763b8b5 100644 --- a/infer/tests/build_systems/duplicate_symbols/Makefile +++ b/infer/tests/build_systems/duplicate_symbols/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/fail_on_issue/Makefile b/infer/tests/build_systems/fail_on_issue/Makefile index 14b6d4497..ddb7ee053 100644 --- a/infer/tests/build_systems/fail_on_issue/Makefile +++ b/infer/tests/build_systems/fail_on_issue/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/genrule/Makefile b/infer/tests/build_systems/genrule/Makefile index c29b88101..8b43cb77e 100644 --- a/infer/tests/build_systems/genrule/Makefile +++ b/infer/tests/build_systems/genrule/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/genrule/annotations/Nullable.java b/infer/tests/build_systems/genrule/annotations/Nullable.java index 429589abb..f87c223c5 100644 --- a/infer/tests/build_systems/genrule/annotations/Nullable.java +++ b/infer/tests/build_systems/genrule/annotations/Nullable.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/genrule/module1/Class1.java b/infer/tests/build_systems/genrule/module1/Class1.java index 08a6b63b4..418840bc7 100644 --- a/infer/tests/build_systems/genrule/module1/Class1.java +++ b/infer/tests/build_systems/genrule/module1/Class1.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/genrule/module1/SkipImplementationClass1.java b/infer/tests/build_systems/genrule/module1/SkipImplementationClass1.java index e7cffcf4e..d5b060418 100644 --- a/infer/tests/build_systems/genrule/module1/SkipImplementationClass1.java +++ b/infer/tests/build_systems/genrule/module1/SkipImplementationClass1.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/genrule/module2/Class2.java b/infer/tests/build_systems/genrule/module2/Class2.java index a5b1dcfe1..013577507 100644 --- a/infer/tests/build_systems/genrule/module2/Class2.java +++ b/infer/tests/build_systems/genrule/module2/Class2.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/genrulecapture/Makefile b/infer/tests/build_systems/genrulecapture/Makefile index b1666eee2..f8e83f037 100644 --- a/infer/tests/build_systems/genrulecapture/Makefile +++ b/infer/tests/build_systems/genrulecapture/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/genrulecapture/annotations/ThreadSafe.java b/infer/tests/build_systems/genrulecapture/annotations/ThreadSafe.java index f1b0094da..dd80d5ab2 100644 --- a/infer/tests/build_systems/genrulecapture/annotations/ThreadSafe.java +++ b/infer/tests/build_systems/genrulecapture/annotations/ThreadSafe.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/genrulecapture/module1/Class1.java b/infer/tests/build_systems/genrulecapture/module1/Class1.java index b4a36e090..0731dc5a2 100644 --- a/infer/tests/build_systems/genrulecapture/module1/Class1.java +++ b/infer/tests/build_systems/genrulecapture/module1/Class1.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/genrulecapture/module2/Class2.java b/infer/tests/build_systems/genrulecapture/module2/Class2.java index c48ebc29d..ea3e6658d 100644 --- a/infer/tests/build_systems/genrulecapture/module2/Class2.java +++ b/infer/tests/build_systems/genrulecapture/module2/Class2.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/genrulecapture/module3/some_c_code.c b/infer/tests/build_systems/genrulecapture/module3/some_c_code.c index 8ebbe2866..11c462a9f 100644 --- a/infer/tests/build_systems/genrulecapture/module3/some_c_code.c +++ b/infer/tests/build_systems/genrulecapture/module3/some_c_code.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/gradle/Makefile b/infer/tests/build_systems/gradle/Makefile index a498d7b49..5e4857387 100644 --- a/infer/tests/build_systems/gradle/Makefile +++ b/infer/tests/build_systems/gradle/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/inferconfig/Makefile b/infer/tests/build_systems/inferconfig/Makefile index c306609f1..c0304c1d3 100644 --- a/infer/tests/build_systems/inferconfig/Makefile +++ b/infer/tests/build_systems/inferconfig/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/inferconfig_not_strict/Makefile b/infer/tests/build_systems/inferconfig_not_strict/Makefile index 684745deb..2169a9659 100644 --- a/infer/tests/build_systems/inferconfig_not_strict/Makefile +++ b/infer/tests/build_systems/inferconfig_not_strict/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/infertop/Makefile b/infer/tests/build_systems/infertop/Makefile index 57ae4b71a..a49877ead 100644 --- a/infer/tests/build_systems/infertop/Makefile +++ b/infer/tests/build_systems/infertop/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/j1/Makefile b/infer/tests/build_systems/j1/Makefile index 17d9db9a2..bc34e4554 100644 --- a/infer/tests/build_systems/j1/Makefile +++ b/infer/tests/build_systems/j1/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/java_test_determinator/Makefile b/infer/tests/build_systems/java_test_determinator/Makefile index 0fdc8a421..2714684da 100644 --- a/infer/tests/build_systems/java_test_determinator/Makefile +++ b/infer/tests/build_systems/java_test_determinator/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/java_test_determinator/MyFavouriteClassTwo.java.mod1 b/infer/tests/build_systems/java_test_determinator/MyFavouriteClassTwo.java.mod1 index 9e18ceded..20066b009 100644 --- a/infer/tests/build_systems/java_test_determinator/MyFavouriteClassTwo.java.mod1 +++ b/infer/tests/build_systems/java_test_determinator/MyFavouriteClassTwo.java.mod1 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/java_test_determinator/MyFavouriteClassTwo.java.mod2 b/infer/tests/build_systems/java_test_determinator/MyFavouriteClassTwo.java.mod2 index 78d4bded1..004b84166 100644 --- a/infer/tests/build_systems/java_test_determinator/MyFavouriteClassTwo.java.mod2 +++ b/infer/tests/build_systems/java_test_determinator/MyFavouriteClassTwo.java.mod2 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/java_test_determinator/MyFavouriteClassTwo.java.original b/infer/tests/build_systems/java_test_determinator/MyFavouriteClassTwo.java.original index bfd52fdeb..d7281b517 100644 --- a/infer/tests/build_systems/java_test_determinator/MyFavouriteClassTwo.java.original +++ b/infer/tests/build_systems/java_test_determinator/MyFavouriteClassTwo.java.original @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/javac/Makefile b/infer/tests/build_systems/javac/Makefile index 74006f8bd..9bf5d9318 100644 --- a/infer/tests/build_systems/javac/Makefile +++ b/infer/tests/build_systems/javac/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/linters/Makefile b/infer/tests/build_systems/linters/Makefile index 60c28c9ae..211e68a21 100644 --- a/infer/tests/build_systems/linters/Makefile +++ b/infer/tests/build_systems/linters/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/make/Makefile b/infer/tests/build_systems/make/Makefile index 2a1d553f8..760c380cd 100644 --- a/infer/tests/build_systems/make/Makefile +++ b/infer/tests/build_systems/make/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/mock/gradle b/infer/tests/build_systems/mock/gradle index ef94a3e9a..a8901e6d2 100755 --- a/infer/tests/build_systems/mock/gradle +++ b/infer/tests/build_systems/mock/gradle @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/mvn/Makefile b/infer/tests/build_systems/mvn/Makefile index 9b79806fa..593fb2d09 100644 --- a/infer/tests/build_systems/mvn/Makefile +++ b/infer/tests/build_systems/mvn/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/ndk_build/Makefile b/infer/tests/build_systems/ndk_build/Makefile index 31f07aeaa..e5c2229a1 100644 --- a/infer/tests/build_systems/ndk_build/Makefile +++ b/infer/tests/build_systems/ndk_build/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/objc_getters_setters/Makefile b/infer/tests/build_systems/objc_getters_setters/Makefile index 068c7a607..3a810cb20 100644 --- a/infer/tests/build_systems/objc_getters_setters/Makefile +++ b/infer/tests/build_systems/objc_getters_setters/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/objc_missing_fld/Makefile b/infer/tests/build_systems/objc_missing_fld/Makefile index 7f260ad1d..b7de25972 100644 --- a/infer/tests/build_systems/objc_missing_fld/Makefile +++ b/infer/tests/build_systems/objc_missing_fld/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/objc_retain_cycles/Makefile b/infer/tests/build_systems/objc_retain_cycles/Makefile index bc707ba2b..e18b5ed1f 100644 --- a/infer/tests/build_systems/objc_retain_cycles/Makefile +++ b/infer/tests/build_systems/objc_retain_cycles/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/objc_retain_cycles_weak/Makefile b/infer/tests/build_systems/objc_retain_cycles_weak/Makefile index 37836717d..018b76151 100644 --- a/infer/tests/build_systems/objc_retain_cycles_weak/Makefile +++ b/infer/tests/build_systems/objc_retain_cycles_weak/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/preprocessed/Makefile b/infer/tests/build_systems/preprocessed/Makefile index d0f583d54..6f5ccffe8 100644 --- a/infer/tests/build_systems/preprocessed/Makefile +++ b/infer/tests/build_systems/preprocessed/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/project_root_rel/Makefile b/infer/tests/build_systems/project_root_rel/Makefile index 735291cb0..36f6ca1ac 100644 --- a/infer/tests/build_systems/project_root_rel/Makefile +++ b/infer/tests/build_systems/project_root_rel/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/racerd_dedup/Makefile b/infer/tests/build_systems/racerd_dedup/Makefile index acd3e3447..2484f5580 100644 --- a/infer/tests/build_systems/racerd_dedup/Makefile +++ b/infer/tests/build_systems/racerd_dedup/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/racerd_dedup/src/DeDup.java b/infer/tests/build_systems/racerd_dedup/src/DeDup.java index 5354fad19..856385ae2 100644 --- a/infer/tests/build_systems/racerd_dedup/src/DeDup.java +++ b/infer/tests/build_systems/racerd_dedup/src/DeDup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/racerd_dedup/src/Locals.java b/infer/tests/build_systems/racerd_dedup/src/Locals.java index ca3339fb7..3c3393335 100644 --- a/infer/tests/build_systems/racerd_dedup/src/Locals.java +++ b/infer/tests/build_systems/racerd_dedup/src/Locals.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/reactive/Makefile b/infer/tests/build_systems/reactive/Makefile index b86c0b431..ec1d42c05 100644 --- a/infer/tests/build_systems/reactive/Makefile +++ b/infer/tests/build_systems/reactive/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/resource_leak_exception_lines/Makefile b/infer/tests/build_systems/resource_leak_exception_lines/Makefile index d112a07ac..344e7bbe3 100644 --- a/infer/tests/build_systems/resource_leak_exception_lines/Makefile +++ b/infer/tests/build_systems/resource_leak_exception_lines/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/resource_leak_exception_lines/SimpleLeak.java b/infer/tests/build_systems/resource_leak_exception_lines/SimpleLeak.java index 7ce759429..074bda9ff 100644 --- a/infer/tests/build_systems/resource_leak_exception_lines/SimpleLeak.java +++ b/infer/tests/build_systems/resource_leak_exception_lines/SimpleLeak.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/results_xml/Makefile b/infer/tests/build_systems/results_xml/Makefile index 7883eed33..fc6eb80e0 100644 --- a/infer/tests/build_systems/results_xml/Makefile +++ b/infer/tests/build_systems/results_xml/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/run_hidden_linters/Makefile b/infer/tests/build_systems/run_hidden_linters/Makefile index abdd707ce..8a3419753 100644 --- a/infer/tests/build_systems/run_hidden_linters/Makefile +++ b/infer/tests/build_systems/run_hidden_linters/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/tracebugs/Makefile b/infer/tests/build_systems/tracebugs/Makefile index a3a040868..17df7e442 100644 --- a/infer/tests/build_systems/tracebugs/Makefile +++ b/infer/tests/build_systems/tracebugs/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/utf8_in_procname/Makefile b/infer/tests/build_systems/utf8_in_procname/Makefile index 96fc428a7..966b6dd23 100644 --- a/infer/tests/build_systems/utf8_in_procname/Makefile +++ b/infer/tests/build_systems/utf8_in_procname/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/utf8_in_pwd/Makefile b/infer/tests/build_systems/utf8_in_pwd/Makefile index ecabb4cdb..46ff70f81 100644 --- a/infer/tests/build_systems/utf8_in_pwd/Makefile +++ b/infer/tests/build_systems/utf8_in_pwd/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/waf/Makefile b/infer/tests/build_systems/waf/Makefile index 6b063160f..1b299981c 100644 --- a/infer/tests/build_systems/waf/Makefile +++ b/infer/tests/build_systems/waf/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/xcodebuild/Makefile b/infer/tests/build_systems/xcodebuild/Makefile index 98a11393c..dababfb3c 100644 --- a/infer/tests/build_systems/xcodebuild/Makefile +++ b/infer/tests/build_systems/xcodebuild/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/build_systems/xcodebuild_no_xcpretty/Makefile b/infer/tests/build_systems/xcodebuild_no_xcpretty/Makefile index 400e17ffb..674e2b4ff 100644 --- a/infer/tests/build_systems/xcodebuild_no_xcpretty/Makefile +++ b/infer/tests/build_systems/xcodebuild_no_xcpretty/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/clang-base.make b/infer/tests/clang-base.make index 1ad430158..c0b72d611 100644 --- a/infer/tests/clang-base.make +++ b/infer/tests/clang-base.make @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/clang-frontend.make b/infer/tests/clang-frontend.make index a37cf0d59..eec717e7c 100644 --- a/infer/tests/clang-frontend.make +++ b/infer/tests/clang-frontend.make @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/clang.make b/infer/tests/clang.make index 77fe38552..d4d70106e 100644 --- a/infer/tests/clang.make +++ b/infer/tests/clang.make @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/biabduction/Makefile b/infer/tests/codetoanalyze/c/biabduction/Makefile index 74aaf5663..e813f1a2f 100644 --- a/infer/tests/codetoanalyze/c/biabduction/Makefile +++ b/infer/tests/codetoanalyze/c/biabduction/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/biabduction/abduce.c b/infer/tests/codetoanalyze/c/biabduction/abduce.c index 8f243a719..582bb6269 100644 --- a/infer/tests/codetoanalyze/c/biabduction/abduce.c +++ b/infer/tests/codetoanalyze/c/biabduction/abduce.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/biabduction/arrays.c b/infer/tests/codetoanalyze/c/biabduction/arrays.c index 4cda33dbd..2321147bd 100644 --- a/infer/tests/codetoanalyze/c/biabduction/arrays.c +++ b/infer/tests/codetoanalyze/c/biabduction/arrays.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/biabduction/example.c b/infer/tests/codetoanalyze/c/biabduction/example.c index 898ab2df3..ebf70f46b 100644 --- a/infer/tests/codetoanalyze/c/biabduction/example.c +++ b/infer/tests/codetoanalyze/c/biabduction/example.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/biabduction/nulluse.c b/infer/tests/codetoanalyze/c/biabduction/nulluse.c index 200ec4e46..440779ea8 100644 --- a/infer/tests/codetoanalyze/c/biabduction/nulluse.c +++ b/infer/tests/codetoanalyze/c/biabduction/nulluse.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/biabduction/shift.c b/infer/tests/codetoanalyze/c/biabduction/shift.c index dcb607ba9..54b11d213 100644 --- a/infer/tests/codetoanalyze/c/biabduction/shift.c +++ b/infer/tests/codetoanalyze/c/biabduction/shift.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/bufferoverrun/Makefile b/infer/tests/codetoanalyze/c/bufferoverrun/Makefile index 6e5c8364a..285942803 100644 --- a/infer/tests/codetoanalyze/c/bufferoverrun/Makefile +++ b/infer/tests/codetoanalyze/c/bufferoverrun/Makefile @@ -1,6 +1,6 @@ # Copyright (c) 2016-present, Programming Research Laboratory (ROPAS) # Seoul National University, Korea -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/bufferoverrun/arith.c b/infer/tests/codetoanalyze/c/bufferoverrun/arith.c index 6be3b9b6e..e389fbdaa 100644 --- a/infer/tests/codetoanalyze/c/bufferoverrun/arith.c +++ b/infer/tests/codetoanalyze/c/bufferoverrun/arith.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/bufferoverrun/array_content.c b/infer/tests/codetoanalyze/c/bufferoverrun/array_content.c index 11c89cf32..0b4516bf7 100644 --- a/infer/tests/codetoanalyze/c/bufferoverrun/array_content.c +++ b/infer/tests/codetoanalyze/c/bufferoverrun/array_content.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/bufferoverrun/array_dynlength.c b/infer/tests/codetoanalyze/c/bufferoverrun/array_dynlength.c index a385bcb02..3acc6c44c 100644 --- a/infer/tests/codetoanalyze/c/bufferoverrun/array_dynlength.c +++ b/infer/tests/codetoanalyze/c/bufferoverrun/array_dynlength.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/bufferoverrun/array_field.c b/infer/tests/codetoanalyze/c/bufferoverrun/array_field.c index 31b767244..f698ad4a8 100644 --- a/infer/tests/codetoanalyze/c/bufferoverrun/array_field.c +++ b/infer/tests/codetoanalyze/c/bufferoverrun/array_field.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/bufferoverrun/array_multidim.c b/infer/tests/codetoanalyze/c/bufferoverrun/array_multidim.c index b258177ec..f7ca98bc5 100644 --- a/infer/tests/codetoanalyze/c/bufferoverrun/array_multidim.c +++ b/infer/tests/codetoanalyze/c/bufferoverrun/array_multidim.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/bufferoverrun/big_array.c b/infer/tests/codetoanalyze/c/bufferoverrun/big_array.c index 5142638e1..97f312529 100644 --- a/infer/tests/codetoanalyze/c/bufferoverrun/big_array.c +++ b/infer/tests/codetoanalyze/c/bufferoverrun/big_array.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/bufferoverrun/break_continue_return.c b/infer/tests/codetoanalyze/c/bufferoverrun/break_continue_return.c index 090892909..bf49dcdcc 100644 --- a/infer/tests/codetoanalyze/c/bufferoverrun/break_continue_return.c +++ b/infer/tests/codetoanalyze/c/bufferoverrun/break_continue_return.c @@ -1,7 +1,7 @@ /* * Copyright (c) 2016-present, Programming Research Laboratory (ROPAS) * Seoul National University, Korea - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/bufferoverrun/calloc.c b/infer/tests/codetoanalyze/c/bufferoverrun/calloc.c index d05aeeae4..ff8c00151 100644 --- a/infer/tests/codetoanalyze/c/bufferoverrun/calloc.c +++ b/infer/tests/codetoanalyze/c/bufferoverrun/calloc.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/bufferoverrun/cast.c b/infer/tests/codetoanalyze/c/bufferoverrun/cast.c index 9194fe035..37fa35504 100644 --- a/infer/tests/codetoanalyze/c/bufferoverrun/cast.c +++ b/infer/tests/codetoanalyze/c/bufferoverrun/cast.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/bufferoverrun/do_while.c b/infer/tests/codetoanalyze/c/bufferoverrun/do_while.c index d229a0671..fe330956c 100644 --- a/infer/tests/codetoanalyze/c/bufferoverrun/do_while.c +++ b/infer/tests/codetoanalyze/c/bufferoverrun/do_while.c @@ -1,7 +1,7 @@ /* * Copyright (c) 2016-present, Programming Research Laboratory (ROPAS) * Seoul National University, Korea - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/bufferoverrun/duplicates.c b/infer/tests/codetoanalyze/c/bufferoverrun/duplicates.c index 4a860f1fd..27035a9f2 100644 --- a/infer/tests/codetoanalyze/c/bufferoverrun/duplicates.c +++ b/infer/tests/codetoanalyze/c/bufferoverrun/duplicates.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/bufferoverrun/external.c b/infer/tests/codetoanalyze/c/bufferoverrun/external.c index 765c3f6a4..7f6ae30ef 100644 --- a/infer/tests/codetoanalyze/c/bufferoverrun/external.c +++ b/infer/tests/codetoanalyze/c/bufferoverrun/external.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/bufferoverrun/flexible_array.c b/infer/tests/codetoanalyze/c/bufferoverrun/flexible_array.c index bc410a8aa..637c713b4 100644 --- a/infer/tests/codetoanalyze/c/bufferoverrun/flexible_array.c +++ b/infer/tests/codetoanalyze/c/bufferoverrun/flexible_array.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/bufferoverrun/for_loop.c b/infer/tests/codetoanalyze/c/bufferoverrun/for_loop.c index 22bec2a5e..3882e6c40 100644 --- a/infer/tests/codetoanalyze/c/bufferoverrun/for_loop.c +++ b/infer/tests/codetoanalyze/c/bufferoverrun/for_loop.c @@ -1,7 +1,7 @@ /* * Copyright (c) 2016-present, Programming Research Laboratory (ROPAS) * Seoul National University, Korea - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/bufferoverrun/function_call.c b/infer/tests/codetoanalyze/c/bufferoverrun/function_call.c index 63dd1cffa..f52e421ff 100644 --- a/infer/tests/codetoanalyze/c/bufferoverrun/function_call.c +++ b/infer/tests/codetoanalyze/c/bufferoverrun/function_call.c @@ -1,7 +1,7 @@ /* * Copyright (c) 2016-present, Programming Research Laboratory (ROPAS) * Seoul National University, Korea - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/bufferoverrun/get_field.c b/infer/tests/codetoanalyze/c/bufferoverrun/get_field.c index b04c004b4..571f0efc1 100644 --- a/infer/tests/codetoanalyze/c/bufferoverrun/get_field.c +++ b/infer/tests/codetoanalyze/c/bufferoverrun/get_field.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/bufferoverrun/get_field_wrapper.c b/infer/tests/codetoanalyze/c/bufferoverrun/get_field_wrapper.c index 6b4040853..6588fdf47 100644 --- a/infer/tests/codetoanalyze/c/bufferoverrun/get_field_wrapper.c +++ b/infer/tests/codetoanalyze/c/bufferoverrun/get_field_wrapper.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/bufferoverrun/global.c b/infer/tests/codetoanalyze/c/bufferoverrun/global.c index f9062a34c..6468ea088 100644 --- a/infer/tests/codetoanalyze/c/bufferoverrun/global.c +++ b/infer/tests/codetoanalyze/c/bufferoverrun/global.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/bufferoverrun/goto_loop.c b/infer/tests/codetoanalyze/c/bufferoverrun/goto_loop.c index 14bd41956..58fd7da6c 100644 --- a/infer/tests/codetoanalyze/c/bufferoverrun/goto_loop.c +++ b/infer/tests/codetoanalyze/c/bufferoverrun/goto_loop.c @@ -1,7 +1,7 @@ /* * Copyright (c) 2016-present, Programming Research Laboratory (ROPAS) * Seoul National University, Korea - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/bufferoverrun/inf_loop.c b/infer/tests/codetoanalyze/c/bufferoverrun/inf_loop.c index 9cd104579..9df1bf3ec 100644 --- a/infer/tests/codetoanalyze/c/bufferoverrun/inf_loop.c +++ b/infer/tests/codetoanalyze/c/bufferoverrun/inf_loop.c @@ -1,7 +1,7 @@ /* * Copyright (c) 2016-present, Programming Research Laboratory (ROPAS) * Seoul National University, Korea - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/bufferoverrun/issue_kinds.c b/infer/tests/codetoanalyze/c/bufferoverrun/issue_kinds.c index c9b249028..c69b8ca3d 100644 --- a/infer/tests/codetoanalyze/c/bufferoverrun/issue_kinds.c +++ b/infer/tests/codetoanalyze/c/bufferoverrun/issue_kinds.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/bufferoverrun/minmax.c b/infer/tests/codetoanalyze/c/bufferoverrun/minmax.c index cd6fa6407..b2bc296b8 100644 --- a/infer/tests/codetoanalyze/c/bufferoverrun/minmax.c +++ b/infer/tests/codetoanalyze/c/bufferoverrun/minmax.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/bufferoverrun/models.c b/infer/tests/codetoanalyze/c/bufferoverrun/models.c index fa9a59ca0..878b0ba0f 100644 --- a/infer/tests/codetoanalyze/c/bufferoverrun/models.c +++ b/infer/tests/codetoanalyze/c/bufferoverrun/models.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/bufferoverrun/my_typedef.h b/infer/tests/codetoanalyze/c/bufferoverrun/my_typedef.h index 397561b92..cc19fc963 100644 --- a/infer/tests/codetoanalyze/c/bufferoverrun/my_typedef.h +++ b/infer/tests/codetoanalyze/c/bufferoverrun/my_typedef.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/bufferoverrun/nested_loop.c b/infer/tests/codetoanalyze/c/bufferoverrun/nested_loop.c index 575cc653d..e1445a007 100644 --- a/infer/tests/codetoanalyze/c/bufferoverrun/nested_loop.c +++ b/infer/tests/codetoanalyze/c/bufferoverrun/nested_loop.c @@ -1,7 +1,7 @@ /* * Copyright (c) 2016-present, Programming Research Laboratory (ROPAS) * Seoul National University, Korea - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/bufferoverrun/nested_loop_with_label.c b/infer/tests/codetoanalyze/c/bufferoverrun/nested_loop_with_label.c index fd7658e1b..1e5ae3926 100644 --- a/infer/tests/codetoanalyze/c/bufferoverrun/nested_loop_with_label.c +++ b/infer/tests/codetoanalyze/c/bufferoverrun/nested_loop_with_label.c @@ -1,7 +1,7 @@ /* * Copyright (c) 2016-present, Programming Research Laboratory (ROPAS) * Seoul National University, Korea - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/bufferoverrun/pointer_arith.c b/infer/tests/codetoanalyze/c/bufferoverrun/pointer_arith.c index dc9738a40..e1aa6cde1 100644 --- a/infer/tests/codetoanalyze/c/bufferoverrun/pointer_arith.c +++ b/infer/tests/codetoanalyze/c/bufferoverrun/pointer_arith.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/bufferoverrun/prune_alias.c b/infer/tests/codetoanalyze/c/bufferoverrun/prune_alias.c index e598f0ff6..d83d816b6 100644 --- a/infer/tests/codetoanalyze/c/bufferoverrun/prune_alias.c +++ b/infer/tests/codetoanalyze/c/bufferoverrun/prune_alias.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/bufferoverrun/prune_constant.c b/infer/tests/codetoanalyze/c/bufferoverrun/prune_constant.c index 447ba3ec4..066ba5574 100644 --- a/infer/tests/codetoanalyze/c/bufferoverrun/prune_constant.c +++ b/infer/tests/codetoanalyze/c/bufferoverrun/prune_constant.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/bufferoverrun/relation.c b/infer/tests/codetoanalyze/c/bufferoverrun/relation.c index 2eafffbd2..a8f059dca 100644 --- a/infer/tests/codetoanalyze/c/bufferoverrun/relation.c +++ b/infer/tests/codetoanalyze/c/bufferoverrun/relation.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/bufferoverrun/sizeof.c b/infer/tests/codetoanalyze/c/bufferoverrun/sizeof.c index f2ac30f58..719a344c8 100644 --- a/infer/tests/codetoanalyze/c/bufferoverrun/sizeof.c +++ b/infer/tests/codetoanalyze/c/bufferoverrun/sizeof.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/bufferoverrun/trivial.c b/infer/tests/codetoanalyze/c/bufferoverrun/trivial.c index f0b6f565c..b0fa503b8 100644 --- a/infer/tests/codetoanalyze/c/bufferoverrun/trivial.c +++ b/infer/tests/codetoanalyze/c/bufferoverrun/trivial.c @@ -1,7 +1,7 @@ /* * Copyright (c) 2016-present, Programming Research Laboratory (ROPAS) * Seoul National University, Korea - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/bufferoverrun/unreachable.c b/infer/tests/codetoanalyze/c/bufferoverrun/unreachable.c index a488c9345..4b9e52c6b 100644 --- a/infer/tests/codetoanalyze/c/bufferoverrun/unreachable.c +++ b/infer/tests/codetoanalyze/c/bufferoverrun/unreachable.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/bufferoverrun/unrolling.c b/infer/tests/codetoanalyze/c/bufferoverrun/unrolling.c index 15bb8fd50..f314c2bf4 100644 --- a/infer/tests/codetoanalyze/c/bufferoverrun/unrolling.c +++ b/infer/tests/codetoanalyze/c/bufferoverrun/unrolling.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/bufferoverrun/while_loop.c b/infer/tests/codetoanalyze/c/bufferoverrun/while_loop.c index 478e03e3b..d03101b87 100644 --- a/infer/tests/codetoanalyze/c/bufferoverrun/while_loop.c +++ b/infer/tests/codetoanalyze/c/bufferoverrun/while_loop.c @@ -1,7 +1,7 @@ /* * Copyright (c) 2016-present, Programming Research Laboratory (ROPAS) * Seoul National University, Korea - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/errors/Makefile b/infer/tests/codetoanalyze/c/errors/Makefile index e85a919be..0e40214d9 100644 --- a/infer/tests/codetoanalyze/c/errors/Makefile +++ b/infer/tests/codetoanalyze/c/errors/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/errors/arithmetic/array_out_of_bounds.c b/infer/tests/codetoanalyze/c/errors/arithmetic/array_out_of_bounds.c index e67f5e90e..ea6192d5d 100644 --- a/infer/tests/codetoanalyze/c/errors/arithmetic/array_out_of_bounds.c +++ b/infer/tests/codetoanalyze/c/errors/arithmetic/array_out_of_bounds.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/errors/arithmetic/divide_by_zero.c b/infer/tests/codetoanalyze/c/errors/arithmetic/divide_by_zero.c index 383b37f1b..a11428c30 100644 --- a/infer/tests/codetoanalyze/c/errors/arithmetic/divide_by_zero.c +++ b/infer/tests/codetoanalyze/c/errors/arithmetic/divide_by_zero.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/errors/arithmetic/test_sizeof.c b/infer/tests/codetoanalyze/c/errors/arithmetic/test_sizeof.c index 2ce819c60..768c8bf22 100644 --- a/infer/tests/codetoanalyze/c/errors/arithmetic/test_sizeof.c +++ b/infer/tests/codetoanalyze/c/errors/arithmetic/test_sizeof.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/errors/arithmetic/unsigned_values.c b/infer/tests/codetoanalyze/c/errors/arithmetic/unsigned_values.c index ac38ce2ff..9c62a826c 100644 --- a/infer/tests/codetoanalyze/c/errors/arithmetic/unsigned_values.c +++ b/infer/tests/codetoanalyze/c/errors/arithmetic/unsigned_values.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/errors/assertions/assertion_example.c b/infer/tests/codetoanalyze/c/errors/assertions/assertion_example.c index 0d20e04e9..78c2f9d1b 100644 --- a/infer/tests/codetoanalyze/c/errors/assertions/assertion_example.c +++ b/infer/tests/codetoanalyze/c/errors/assertions/assertion_example.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/errors/assertions/assertion_failure.c b/infer/tests/codetoanalyze/c/errors/assertions/assertion_failure.c index 9677fade4..23f6fcfec 100644 --- a/infer/tests/codetoanalyze/c/errors/assertions/assertion_failure.c +++ b/infer/tests/codetoanalyze/c/errors/assertions/assertion_failure.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/errors/attributes/sentinel.c b/infer/tests/codetoanalyze/c/errors/attributes/sentinel.c index a8044a86d..c58995578 100644 --- a/infer/tests/codetoanalyze/c/errors/attributes/sentinel.c +++ b/infer/tests/codetoanalyze/c/errors/attributes/sentinel.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/errors/custom_error/custom.c b/infer/tests/codetoanalyze/c/errors/custom_error/custom.c index e3af21211..030d6b7b7 100644 --- a/infer/tests/codetoanalyze/c/errors/custom_error/custom.c +++ b/infer/tests/codetoanalyze/c/errors/custom_error/custom.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/errors/dangling_deref/dpd.c b/infer/tests/codetoanalyze/c/errors/dangling_deref/dpd.c index 13651fbb7..7ecd1ec3b 100644 --- a/infer/tests/codetoanalyze/c/errors/dangling_deref/dpd.c +++ b/infer/tests/codetoanalyze/c/errors/dangling_deref/dpd.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/errors/generic.mk b/infer/tests/codetoanalyze/c/errors/generic.mk index d41cdd0ee..9432c1e76 100644 --- a/infer/tests/codetoanalyze/c/errors/generic.mk +++ b/infer/tests/codetoanalyze/c/errors/generic.mk @@ -1,4 +1,4 @@ -# Copyright (c) 2015-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/errors/initialization/abduce_structured_types.c b/infer/tests/codetoanalyze/c/errors/initialization/abduce_structured_types.c index 2d9660e60..95ecc9646 100644 --- a/infer/tests/codetoanalyze/c/errors/initialization/abduce_structured_types.c +++ b/infer/tests/codetoanalyze/c/errors/initialization/abduce_structured_types.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/errors/initialization/compound_literal.c b/infer/tests/codetoanalyze/c/errors/initialization/compound_literal.c index d2afc9572..ca94d76a1 100644 --- a/infer/tests/codetoanalyze/c/errors/initialization/compound_literal.c +++ b/infer/tests/codetoanalyze/c/errors/initialization/compound_literal.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/errors/initialization/initlistexpr.c b/infer/tests/codetoanalyze/c/errors/initialization/initlistexpr.c index 8d17ccdb5..802c67e1b 100644 --- a/infer/tests/codetoanalyze/c/errors/initialization/initlistexpr.c +++ b/infer/tests/codetoanalyze/c/errors/initialization/initlistexpr.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/errors/lists/list_api.c b/infer/tests/codetoanalyze/c/errors/lists/list_api.c index d34fe4140..16e7c017e 100644 --- a/infer/tests/codetoanalyze/c/errors/lists/list_api.c +++ b/infer/tests/codetoanalyze/c/errors/lists/list_api.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/errors/lists/lists.c b/infer/tests/codetoanalyze/c/errors/lists/lists.c index 303b3bfbb..a85a013b6 100644 --- a/infer/tests/codetoanalyze/c/errors/lists/lists.c +++ b/infer/tests/codetoanalyze/c/errors/lists/lists.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/errors/local_vars/local_vars.c b/infer/tests/codetoanalyze/c/errors/local_vars/local_vars.c index 4a13e41e3..29b07e99f 100644 --- a/infer/tests/codetoanalyze/c/errors/local_vars/local_vars.c +++ b/infer/tests/codetoanalyze/c/errors/local_vars/local_vars.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/errors/memory_leaks/cleanup_attribute.c b/infer/tests/codetoanalyze/c/errors/memory_leaks/cleanup_attribute.c index ef01ee257..7f13739ef 100644 --- a/infer/tests/codetoanalyze/c/errors/memory_leaks/cleanup_attribute.c +++ b/infer/tests/codetoanalyze/c/errors/memory_leaks/cleanup_attribute.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/errors/memory_leaks/test.c b/infer/tests/codetoanalyze/c/errors/memory_leaks/test.c index c1999f1a9..1d8de535f 100644 --- a/infer/tests/codetoanalyze/c/errors/memory_leaks/test.c +++ b/infer/tests/codetoanalyze/c/errors/memory_leaks/test.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/errors/mutex/pthread_create.c b/infer/tests/codetoanalyze/c/errors/mutex/pthread_create.c index ff61d5b1f..df50f978b 100644 --- a/infer/tests/codetoanalyze/c/errors/mutex/pthread_create.c +++ b/infer/tests/codetoanalyze/c/errors/mutex/pthread_create.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/errors/mutex/pthread_mutex.c b/infer/tests/codetoanalyze/c/errors/mutex/pthread_mutex.c index cbefa7d94..12a31109a 100644 --- a/infer/tests/codetoanalyze/c/errors/mutex/pthread_mutex.c +++ b/infer/tests/codetoanalyze/c/errors/mutex/pthread_mutex.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/errors/mutex/pthread_spinlock.c b/infer/tests/codetoanalyze/c/errors/mutex/pthread_spinlock.c index 3b327fa8f..ea49af3e7 100644 --- a/infer/tests/codetoanalyze/c/errors/mutex/pthread_spinlock.c +++ b/infer/tests/codetoanalyze/c/errors/mutex/pthread_spinlock.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/errors/null_dereference/angelism.c b/infer/tests/codetoanalyze/c/errors/null_dereference/angelism.c index 675770853..39901dff6 100644 --- a/infer/tests/codetoanalyze/c/errors/null_dereference/angelism.c +++ b/infer/tests/codetoanalyze/c/errors/null_dereference/angelism.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/errors/null_dereference/asm_angelism.c b/infer/tests/codetoanalyze/c/errors/null_dereference/asm_angelism.c index 22f0276e2..a5cffd6f3 100644 --- a/infer/tests/codetoanalyze/c/errors/null_dereference/asm_angelism.c +++ b/infer/tests/codetoanalyze/c/errors/null_dereference/asm_angelism.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/errors/null_dereference/exit_example.c b/infer/tests/codetoanalyze/c/errors/null_dereference/exit_example.c index da9228873..c804893e2 100644 --- a/infer/tests/codetoanalyze/c/errors/null_dereference/exit_example.c +++ b/infer/tests/codetoanalyze/c/errors/null_dereference/exit_example.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/errors/null_dereference/getc.c b/infer/tests/codetoanalyze/c/errors/null_dereference/getc.c index 1ea5045de..29bd2697f 100644 --- a/infer/tests/codetoanalyze/c/errors/null_dereference/getc.c +++ b/infer/tests/codetoanalyze/c/errors/null_dereference/getc.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/errors/null_dereference/getcwd.c b/infer/tests/codetoanalyze/c/errors/null_dereference/getcwd.c index b8d6ad9c1..99b4d5a08 100644 --- a/infer/tests/codetoanalyze/c/errors/null_dereference/getcwd.c +++ b/infer/tests/codetoanalyze/c/errors/null_dereference/getcwd.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/errors/null_dereference/issue_680.c b/infer/tests/codetoanalyze/c/errors/null_dereference/issue_680.c index e311cde4b..381c35979 100644 --- a/infer/tests/codetoanalyze/c/errors/null_dereference/issue_680.c +++ b/infer/tests/codetoanalyze/c/errors/null_dereference/issue_680.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/errors/null_dereference/malloc_no_null_check.c b/infer/tests/codetoanalyze/c/errors/null_dereference/malloc_no_null_check.c index 4c27fc52e..29627e2f3 100644 --- a/infer/tests/codetoanalyze/c/errors/null_dereference/malloc_no_null_check.c +++ b/infer/tests/codetoanalyze/c/errors/null_dereference/malloc_no_null_check.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/errors/null_dereference/memcpy-test.c b/infer/tests/codetoanalyze/c/errors/null_dereference/memcpy-test.c index 44351dbf3..eed8162ef 100644 --- a/infer/tests/codetoanalyze/c/errors/null_dereference/memcpy-test.c +++ b/infer/tests/codetoanalyze/c/errors/null_dereference/memcpy-test.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/errors/null_dereference/null_pointer_dereference.c b/infer/tests/codetoanalyze/c/errors/null_dereference/null_pointer_dereference.c index 8c61c1d23..9025d5dd9 100644 --- a/infer/tests/codetoanalyze/c/errors/null_dereference/null_pointer_dereference.c +++ b/infer/tests/codetoanalyze/c/errors/null_dereference/null_pointer_dereference.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/errors/null_dereference/setlocale.c b/infer/tests/codetoanalyze/c/errors/null_dereference/setlocale.c index 4c9257f8d..7f15ff195 100644 --- a/infer/tests/codetoanalyze/c/errors/null_dereference/setlocale.c +++ b/infer/tests/codetoanalyze/c/errors/null_dereference/setlocale.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/errors/null_dereference/short.c b/infer/tests/codetoanalyze/c/errors/null_dereference/short.c index ab7f03f59..7cfa31d86 100644 --- a/infer/tests/codetoanalyze/c/errors/null_dereference/short.c +++ b/infer/tests/codetoanalyze/c/errors/null_dereference/short.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/errors/null_test_after_deref/basic.c b/infer/tests/codetoanalyze/c/errors/null_test_after_deref/basic.c index 2625fcd53..a648444b8 100644 --- a/infer/tests/codetoanalyze/c/errors/null_test_after_deref/basic.c +++ b/infer/tests/codetoanalyze/c/errors/null_test_after_deref/basic.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/errors/resource_leaks/leak.c b/infer/tests/codetoanalyze/c/errors/resource_leaks/leak.c index c9612c88d..0ea6d3889 100644 --- a/infer/tests/codetoanalyze/c/errors/resource_leaks/leak.c +++ b/infer/tests/codetoanalyze/c/errors/resource_leaks/leak.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/errors/sizeof/sizeof_706.c b/infer/tests/codetoanalyze/c/errors/sizeof/sizeof_706.c index 8b616e5ca..9ad0829d1 100644 --- a/infer/tests/codetoanalyze/c/errors/sizeof/sizeof_706.c +++ b/infer/tests/codetoanalyze/c/errors/sizeof/sizeof_706.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/Makefile b/infer/tests/codetoanalyze/c/frontend/Makefile index a195accb7..8b9094616 100644 --- a/infer/tests/codetoanalyze/c/frontend/Makefile +++ b/infer/tests/codetoanalyze/c/frontend/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/arithmetic/compound_assignment.c b/infer/tests/codetoanalyze/c/frontend/arithmetic/compound_assignment.c index 022d92bcd..7611cabda 100644 --- a/infer/tests/codetoanalyze/c/frontend/arithmetic/compound_assignment.c +++ b/infer/tests/codetoanalyze/c/frontend/arithmetic/compound_assignment.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/arithmetic/int_const.c b/infer/tests/codetoanalyze/c/frontend/arithmetic/int_const.c index f55c9a193..4073ff28c 100644 --- a/infer/tests/codetoanalyze/c/frontend/arithmetic/int_const.c +++ b/infer/tests/codetoanalyze/c/frontend/arithmetic/int_const.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/arithmetic/negate.c b/infer/tests/codetoanalyze/c/frontend/arithmetic/negate.c index 8238b5197..668e5cfb9 100644 --- a/infer/tests/codetoanalyze/c/frontend/arithmetic/negate.c +++ b/infer/tests/codetoanalyze/c/frontend/arithmetic/negate.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/arithmetic/plus_expr.c b/infer/tests/codetoanalyze/c/frontend/arithmetic/plus_expr.c index 3324747c8..e6df452a8 100644 --- a/infer/tests/codetoanalyze/c/frontend/arithmetic/plus_expr.c +++ b/infer/tests/codetoanalyze/c/frontend/arithmetic/plus_expr.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/arithmetic/unary.c b/infer/tests/codetoanalyze/c/frontend/arithmetic/unary.c index 653a1c727..4abe0327c 100644 --- a/infer/tests/codetoanalyze/c/frontend/arithmetic/unary.c +++ b/infer/tests/codetoanalyze/c/frontend/arithmetic/unary.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/booleans/bool_example.c b/infer/tests/codetoanalyze/c/frontend/booleans/bool_example.c index 5beddfa42..c336782af 100644 --- a/infer/tests/codetoanalyze/c/frontend/booleans/bool_example.c +++ b/infer/tests/codetoanalyze/c/frontend/booleans/bool_example.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/booleans/condition_as_param.c b/infer/tests/codetoanalyze/c/frontend/booleans/condition_as_param.c index 7560aad69..51f3fe3f3 100644 --- a/infer/tests/codetoanalyze/c/frontend/booleans/condition_as_param.c +++ b/infer/tests/codetoanalyze/c/frontend/booleans/condition_as_param.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/c_prototype/prototype.c b/infer/tests/codetoanalyze/c/frontend/c_prototype/prototype.c index 25b3c4705..911ff7b4b 100644 --- a/infer/tests/codetoanalyze/c/frontend/c_prototype/prototype.c +++ b/infer/tests/codetoanalyze/c/frontend/c_prototype/prototype.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/comma/comma.c b/infer/tests/codetoanalyze/c/frontend/comma/comma.c index 73763e9e2..d5052e5e0 100644 --- a/infer/tests/codetoanalyze/c/frontend/comma/comma.c +++ b/infer/tests/codetoanalyze/c/frontend/comma/comma.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/conditional_operator/array_access.c b/infer/tests/codetoanalyze/c/frontend/conditional_operator/array_access.c index c59f1641e..3ea604413 100644 --- a/infer/tests/codetoanalyze/c/frontend/conditional_operator/array_access.c +++ b/infer/tests/codetoanalyze/c/frontend/conditional_operator/array_access.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/conditional_operator/binary_operator.c b/infer/tests/codetoanalyze/c/frontend/conditional_operator/binary_operator.c index 00c420e9c..d02e9c1af 100644 --- a/infer/tests/codetoanalyze/c/frontend/conditional_operator/binary_operator.c +++ b/infer/tests/codetoanalyze/c/frontend/conditional_operator/binary_operator.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/conditional_operator/cond2.c b/infer/tests/codetoanalyze/c/frontend/conditional_operator/cond2.c index 087cac80f..e7bba608e 100644 --- a/infer/tests/codetoanalyze/c/frontend/conditional_operator/cond2.c +++ b/infer/tests/codetoanalyze/c/frontend/conditional_operator/cond2.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/conditional_operator/conditional_operator.c b/infer/tests/codetoanalyze/c/frontend/conditional_operator/conditional_operator.c index b399e6551..2af5cf920 100644 --- a/infer/tests/codetoanalyze/c/frontend/conditional_operator/conditional_operator.c +++ b/infer/tests/codetoanalyze/c/frontend/conditional_operator/conditional_operator.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/conditional_operator/function_call.c b/infer/tests/codetoanalyze/c/frontend/conditional_operator/function_call.c index f28197107..cd4257d98 100644 --- a/infer/tests/codetoanalyze/c/frontend/conditional_operator/function_call.c +++ b/infer/tests/codetoanalyze/c/frontend/conditional_operator/function_call.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/conditional_operator/if_short_circuit.c b/infer/tests/codetoanalyze/c/frontend/conditional_operator/if_short_circuit.c index 3665c285f..72775cb6b 100644 --- a/infer/tests/codetoanalyze/c/frontend/conditional_operator/if_short_circuit.c +++ b/infer/tests/codetoanalyze/c/frontend/conditional_operator/if_short_circuit.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/conditional_operator/int_negation.c b/infer/tests/codetoanalyze/c/frontend/conditional_operator/int_negation.c index bd9181719..246b8d566 100644 --- a/infer/tests/codetoanalyze/c/frontend/conditional_operator/int_negation.c +++ b/infer/tests/codetoanalyze/c/frontend/conditional_operator/int_negation.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/conditional_operator/member_access.c b/infer/tests/codetoanalyze/c/frontend/conditional_operator/member_access.c index 1ef9e7163..f562e589b 100644 --- a/infer/tests/codetoanalyze/c/frontend/conditional_operator/member_access.c +++ b/infer/tests/codetoanalyze/c/frontend/conditional_operator/member_access.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/conditional_operator/preincrement.c b/infer/tests/codetoanalyze/c/frontend/conditional_operator/preincrement.c index 088a4bff4..145e6a6ed 100644 --- a/infer/tests/codetoanalyze/c/frontend/conditional_operator/preincrement.c +++ b/infer/tests/codetoanalyze/c/frontend/conditional_operator/preincrement.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/conditional_operator/unary_operator.c b/infer/tests/codetoanalyze/c/frontend/conditional_operator/unary_operator.c index 211e50281..7e35f9339 100644 --- a/infer/tests/codetoanalyze/c/frontend/conditional_operator/unary_operator.c +++ b/infer/tests/codetoanalyze/c/frontend/conditional_operator/unary_operator.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/enumeration/enum.c b/infer/tests/codetoanalyze/c/frontend/enumeration/enum.c index 0585f140e..70d54e2aa 100644 --- a/infer/tests/codetoanalyze/c/frontend/enumeration/enum.c +++ b/infer/tests/codetoanalyze/c/frontend/enumeration/enum.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/enumeration/enum_bitmask.c b/infer/tests/codetoanalyze/c/frontend/enumeration/enum_bitmask.c index 83fcedf5b..541ca0a72 100644 --- a/infer/tests/codetoanalyze/c/frontend/enumeration/enum_bitmask.c +++ b/infer/tests/codetoanalyze/c/frontend/enumeration/enum_bitmask.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/enumeration/other_enum.c b/infer/tests/codetoanalyze/c/frontend/enumeration/other_enum.c index 047d17ec7..8a81fe0cc 100644 --- a/infer/tests/codetoanalyze/c/frontend/enumeration/other_enum.c +++ b/infer/tests/codetoanalyze/c/frontend/enumeration/other_enum.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/gotostmt/goto_ex.c b/infer/tests/codetoanalyze/c/frontend/gotostmt/goto_ex.c index c54851f71..b741d3824 100644 --- a/infer/tests/codetoanalyze/c/frontend/gotostmt/goto_ex.c +++ b/infer/tests/codetoanalyze/c/frontend/gotostmt/goto_ex.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/gotostmt/jjb1.c b/infer/tests/codetoanalyze/c/frontend/gotostmt/jjb1.c index 89fa8024d..0344a6370 100644 --- a/infer/tests/codetoanalyze/c/frontend/gotostmt/jjb1.c +++ b/infer/tests/codetoanalyze/c/frontend/gotostmt/jjb1.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/initialization/array_initlistexpr.c b/infer/tests/codetoanalyze/c/frontend/initialization/array_initlistexpr.c index cc2cb7c66..9987702b7 100644 --- a/infer/tests/codetoanalyze/c/frontend/initialization/array_initlistexpr.c +++ b/infer/tests/codetoanalyze/c/frontend/initialization/array_initlistexpr.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/initialization/compound_literal.c b/infer/tests/codetoanalyze/c/frontend/initialization/compound_literal.c index 2e5ea1a0c..98e9fd523 100644 --- a/infer/tests/codetoanalyze/c/frontend/initialization/compound_literal.c +++ b/infer/tests/codetoanalyze/c/frontend/initialization/compound_literal.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/initialization/enum_initlistexpr.c b/infer/tests/codetoanalyze/c/frontend/initialization/enum_initlistexpr.c index de458b338..4e5abe989 100644 --- a/infer/tests/codetoanalyze/c/frontend/initialization/enum_initlistexpr.c +++ b/infer/tests/codetoanalyze/c/frontend/initialization/enum_initlistexpr.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/initialization/struct_initlistexpr.c b/infer/tests/codetoanalyze/c/frontend/initialization/struct_initlistexpr.c index abdc13852..04e15331b 100644 --- a/infer/tests/codetoanalyze/c/frontend/initialization/struct_initlistexpr.c +++ b/infer/tests/codetoanalyze/c/frontend/initialization/struct_initlistexpr.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/loops/do_while.c b/infer/tests/codetoanalyze/c/frontend/loops/do_while.c index b02f884df..a32993e89 100644 --- a/infer/tests/codetoanalyze/c/frontend/loops/do_while.c +++ b/infer/tests/codetoanalyze/c/frontend/loops/do_while.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/loops/do_while_condition_side_effects.c b/infer/tests/codetoanalyze/c/frontend/loops/do_while_condition_side_effects.c index 2e0467954..fb71af902 100644 --- a/infer/tests/codetoanalyze/c/frontend/loops/do_while_condition_side_effects.c +++ b/infer/tests/codetoanalyze/c/frontend/loops/do_while_condition_side_effects.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/loops/do_while_nested.c b/infer/tests/codetoanalyze/c/frontend/loops/do_while_nested.c index 3ddd09a6e..e7c515111 100644 --- a/infer/tests/codetoanalyze/c/frontend/loops/do_while_nested.c +++ b/infer/tests/codetoanalyze/c/frontend/loops/do_while_nested.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/loops/for_condition_side_effects.c b/infer/tests/codetoanalyze/c/frontend/loops/for_condition_side_effects.c index eaa966cbd..f3da11484 100644 --- a/infer/tests/codetoanalyze/c/frontend/loops/for_condition_side_effects.c +++ b/infer/tests/codetoanalyze/c/frontend/loops/for_condition_side_effects.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/loops/for_nested.c b/infer/tests/codetoanalyze/c/frontend/loops/for_nested.c index 29843c2d7..6526b0104 100644 --- a/infer/tests/codetoanalyze/c/frontend/loops/for_nested.c +++ b/infer/tests/codetoanalyze/c/frontend/loops/for_nested.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/loops/for_no_condition.c b/infer/tests/codetoanalyze/c/frontend/loops/for_no_condition.c index fa43eb2f0..e969e9268 100644 --- a/infer/tests/codetoanalyze/c/frontend/loops/for_no_condition.c +++ b/infer/tests/codetoanalyze/c/frontend/loops/for_no_condition.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/loops/for_no_condition_incr.c b/infer/tests/codetoanalyze/c/frontend/loops/for_no_condition_incr.c index 459ca2ea0..dac1f995a 100644 --- a/infer/tests/codetoanalyze/c/frontend/loops/for_no_condition_incr.c +++ b/infer/tests/codetoanalyze/c/frontend/loops/for_no_condition_incr.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/loops/for_no_condition_incr_body.c b/infer/tests/codetoanalyze/c/frontend/loops/for_no_condition_incr_body.c index 5cd389adf..7131366de 100644 --- a/infer/tests/codetoanalyze/c/frontend/loops/for_no_condition_incr_body.c +++ b/infer/tests/codetoanalyze/c/frontend/loops/for_no_condition_incr_body.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/loops/for_only_body.c b/infer/tests/codetoanalyze/c/frontend/loops/for_only_body.c index d3533c7ee..7b1d9f3f8 100644 --- a/infer/tests/codetoanalyze/c/frontend/loops/for_only_body.c +++ b/infer/tests/codetoanalyze/c/frontend/loops/for_only_body.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/loops/for_simple.c b/infer/tests/codetoanalyze/c/frontend/loops/for_simple.c index d6a5e7314..b1f433eb6 100644 --- a/infer/tests/codetoanalyze/c/frontend/loops/for_simple.c +++ b/infer/tests/codetoanalyze/c/frontend/loops/for_simple.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/loops/for_while_nested.c b/infer/tests/codetoanalyze/c/frontend/loops/for_while_nested.c index b90a6f821..2d439453a 100644 --- a/infer/tests/codetoanalyze/c/frontend/loops/for_while_nested.c +++ b/infer/tests/codetoanalyze/c/frontend/loops/for_while_nested.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/loops/while.c b/infer/tests/codetoanalyze/c/frontend/loops/while.c index 661a01cda..d21b77826 100644 --- a/infer/tests/codetoanalyze/c/frontend/loops/while.c +++ b/infer/tests/codetoanalyze/c/frontend/loops/while.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/loops/while_condition_side_effects.c b/infer/tests/codetoanalyze/c/frontend/loops/while_condition_side_effects.c index ef59b4ab7..2fc9e6351 100644 --- a/infer/tests/codetoanalyze/c/frontend/loops/while_condition_side_effects.c +++ b/infer/tests/codetoanalyze/c/frontend/loops/while_condition_side_effects.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/loops/while_nested.c b/infer/tests/codetoanalyze/c/frontend/loops/while_nested.c index 0914b1797..f27c136ae 100644 --- a/infer/tests/codetoanalyze/c/frontend/loops/while_nested.c +++ b/infer/tests/codetoanalyze/c/frontend/loops/while_nested.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/loops/while_no_body.c b/infer/tests/codetoanalyze/c/frontend/loops/while_no_body.c index e69c4bd7c..7d6b92f4b 100644 --- a/infer/tests/codetoanalyze/c/frontend/loops/while_no_body.c +++ b/infer/tests/codetoanalyze/c/frontend/loops/while_no_body.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/loops/while_with_continue_and_break.c b/infer/tests/codetoanalyze/c/frontend/loops/while_with_continue_and_break.c index c6a6bcb5c..ddb610473 100644 --- a/infer/tests/codetoanalyze/c/frontend/loops/while_with_continue_and_break.c +++ b/infer/tests/codetoanalyze/c/frontend/loops/while_with_continue_and_break.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/nestedoperators/assign_in_condition.c b/infer/tests/codetoanalyze/c/frontend/nestedoperators/assign_in_condition.c index 3e51d4b92..0acb12573 100644 --- a/infer/tests/codetoanalyze/c/frontend/nestedoperators/assign_in_condition.c +++ b/infer/tests/codetoanalyze/c/frontend/nestedoperators/assign_in_condition.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/nestedoperators/assign_with_increment.c b/infer/tests/codetoanalyze/c/frontend/nestedoperators/assign_with_increment.c index 9768bc1ca..3d7be836f 100644 --- a/infer/tests/codetoanalyze/c/frontend/nestedoperators/assign_with_increment.c +++ b/infer/tests/codetoanalyze/c/frontend/nestedoperators/assign_with_increment.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/nestedoperators/gnuexpr.c b/infer/tests/codetoanalyze/c/frontend/nestedoperators/gnuexpr.c index 1de648a71..5e645a625 100644 --- a/infer/tests/codetoanalyze/c/frontend/nestedoperators/gnuexpr.c +++ b/infer/tests/codetoanalyze/c/frontend/nestedoperators/gnuexpr.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/nestedoperators/nestedassignment.c b/infer/tests/codetoanalyze/c/frontend/nestedoperators/nestedassignment.c index cf25371c3..49f74452f 100644 --- a/infer/tests/codetoanalyze/c/frontend/nestedoperators/nestedassignment.c +++ b/infer/tests/codetoanalyze/c/frontend/nestedoperators/nestedassignment.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/nestedoperators/union.c b/infer/tests/codetoanalyze/c/frontend/nestedoperators/union.c index 4f3852ec8..ad9b54eb5 100644 --- a/infer/tests/codetoanalyze/c/frontend/nestedoperators/union.c +++ b/infer/tests/codetoanalyze/c/frontend/nestedoperators/union.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/offsetof_expr/offsetof_expr.c b/infer/tests/codetoanalyze/c/frontend/offsetof_expr/offsetof_expr.c index f4d3e935f..3e959f355 100644 --- a/infer/tests/codetoanalyze/c/frontend/offsetof_expr/offsetof_expr.c +++ b/infer/tests/codetoanalyze/c/frontend/offsetof_expr/offsetof_expr.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/struct.c b/infer/tests/codetoanalyze/c/frontend/struct.c index bf0fe0a94..518c22a97 100644 --- a/infer/tests/codetoanalyze/c/frontend/struct.c +++ b/infer/tests/codetoanalyze/c/frontend/struct.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/switchstmt/switch.c b/infer/tests/codetoanalyze/c/frontend/switchstmt/switch.c index 77c4d736a..e1b8f82ef 100644 --- a/infer/tests/codetoanalyze/c/frontend/switchstmt/switch.c +++ b/infer/tests/codetoanalyze/c/frontend/switchstmt/switch.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/switchstmt/switch_unroll.c b/infer/tests/codetoanalyze/c/frontend/switchstmt/switch_unroll.c index b77f93b0a..7c6a2d881 100644 --- a/infer/tests/codetoanalyze/c/frontend/switchstmt/switch_unroll.c +++ b/infer/tests/codetoanalyze/c/frontend/switchstmt/switch_unroll.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/switchstmt/switch_with_labels.c b/infer/tests/codetoanalyze/c/frontend/switchstmt/switch_with_labels.c index 5df35ac94..48f5be6b8 100644 --- a/infer/tests/codetoanalyze/c/frontend/switchstmt/switch_with_labels.c +++ b/infer/tests/codetoanalyze/c/frontend/switchstmt/switch_with_labels.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/types/struct.c b/infer/tests/codetoanalyze/c/frontend/types/struct.c index e4487adfe..30a1ff95c 100644 --- a/infer/tests/codetoanalyze/c/frontend/types/struct.c +++ b/infer/tests/codetoanalyze/c/frontend/types/struct.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/unusual_exps/generic_exp.c b/infer/tests/codetoanalyze/c/frontend/unusual_exps/generic_exp.c index 90a48f621..df78c3807 100644 --- a/infer/tests/codetoanalyze/c/frontend/unusual_exps/generic_exp.c +++ b/infer/tests/codetoanalyze/c/frontend/unusual_exps/generic_exp.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/unusual_stmts/asm.c b/infer/tests/codetoanalyze/c/frontend/unusual_stmts/asm.c index d46bf1d81..64f34f913 100644 --- a/infer/tests/codetoanalyze/c/frontend/unusual_stmts/asm.c +++ b/infer/tests/codetoanalyze/c/frontend/unusual_stmts/asm.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/frontend/vaarg_expr/vaarg_expr.c b/infer/tests/codetoanalyze/c/frontend/vaarg_expr/vaarg_expr.c index 68c654856..278bcbe1a 100644 --- a/infer/tests/codetoanalyze/c/frontend/vaarg_expr/vaarg_expr.c +++ b/infer/tests/codetoanalyze/c/frontend/vaarg_expr/vaarg_expr.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/performance/Makefile b/infer/tests/codetoanalyze/c/performance/Makefile index 22307a333..916c9d9fc 100644 --- a/infer/tests/codetoanalyze/c/performance/Makefile +++ b/infer/tests/codetoanalyze/c/performance/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2018-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/performance/break.c b/infer/tests/codetoanalyze/c/performance/break.c index b6559c66a..a46fc0127 100644 --- a/infer/tests/codetoanalyze/c/performance/break.c +++ b/infer/tests/codetoanalyze/c/performance/break.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/performance/compound_loop_guard.c b/infer/tests/codetoanalyze/c/performance/compound_loop_guard.c index ce177180c..fecf4e2e8 100644 --- a/infer/tests/codetoanalyze/c/performance/compound_loop_guard.c +++ b/infer/tests/codetoanalyze/c/performance/compound_loop_guard.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/performance/cost_test.c b/infer/tests/codetoanalyze/c/performance/cost_test.c index 38cd8f15f..fb6afec16 100644 --- a/infer/tests/codetoanalyze/c/performance/cost_test.c +++ b/infer/tests/codetoanalyze/c/performance/cost_test.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/performance/cost_test_deps.c b/infer/tests/codetoanalyze/c/performance/cost_test_deps.c index 661a5d4ad..adca991f7 100644 --- a/infer/tests/codetoanalyze/c/performance/cost_test_deps.c +++ b/infer/tests/codetoanalyze/c/performance/cost_test_deps.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/performance/instantiate.c b/infer/tests/codetoanalyze/c/performance/instantiate.c index 5b2ae06f8..3ad7e1b80 100644 --- a/infer/tests/codetoanalyze/c/performance/instantiate.c +++ b/infer/tests/codetoanalyze/c/performance/instantiate.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/performance/invariant.c b/infer/tests/codetoanalyze/c/performance/invariant.c index ff5546d5c..93765ab4a 100644 --- a/infer/tests/codetoanalyze/c/performance/invariant.c +++ b/infer/tests/codetoanalyze/c/performance/invariant.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/performance/jump_inside_loop.c b/infer/tests/codetoanalyze/c/performance/jump_inside_loop.c index f6f35c7ba..fad9e4cce 100644 --- a/infer/tests/codetoanalyze/c/performance/jump_inside_loop.c +++ b/infer/tests/codetoanalyze/c/performance/jump_inside_loop.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/performance/loops.c b/infer/tests/codetoanalyze/c/performance/loops.c index 4adee58e8..27be258b9 100644 --- a/infer/tests/codetoanalyze/c/performance/loops.c +++ b/infer/tests/codetoanalyze/c/performance/loops.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/performance/purity.c b/infer/tests/codetoanalyze/c/performance/purity.c index b32725bb0..0d3da5f54 100644 --- a/infer/tests/codetoanalyze/c/performance/purity.c +++ b/infer/tests/codetoanalyze/c/performance/purity.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/performance/switch_continue.c b/infer/tests/codetoanalyze/c/performance/switch_continue.c index 3a0d2e6e1..002dc71d9 100644 --- a/infer/tests/codetoanalyze/c/performance/switch_continue.c +++ b/infer/tests/codetoanalyze/c/performance/switch_continue.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/performance/two_loops_symbolic.c b/infer/tests/codetoanalyze/c/performance/two_loops_symbolic.c index aa84d8fb8..81f42f5bb 100644 --- a/infer/tests/codetoanalyze/c/performance/two_loops_symbolic.c +++ b/infer/tests/codetoanalyze/c/performance/two_loops_symbolic.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/purity/Makefile b/infer/tests/codetoanalyze/c/purity/Makefile index 84d7bd68c..7544d361c 100644 --- a/infer/tests/codetoanalyze/c/purity/Makefile +++ b/infer/tests/codetoanalyze/c/purity/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2019-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/purity/array.c b/infer/tests/codetoanalyze/c/purity/array.c index 2d493b19f..86bdbd633 100644 --- a/infer/tests/codetoanalyze/c/purity/array.c +++ b/infer/tests/codetoanalyze/c/purity/array.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/purity/global_test.c b/infer/tests/codetoanalyze/c/purity/global_test.c index c70499b1d..449137b45 100644 --- a/infer/tests/codetoanalyze/c/purity/global_test.c +++ b/infer/tests/codetoanalyze/c/purity/global_test.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/purity/struct.c b/infer/tests/codetoanalyze/c/purity/struct.c index 954f4369d..3514471f0 100644 --- a/infer/tests/codetoanalyze/c/purity/struct.c +++ b/infer/tests/codetoanalyze/c/purity/struct.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/uninit/Makefile b/infer/tests/codetoanalyze/c/uninit/Makefile index 6c414c7b7..925a06053 100644 --- a/infer/tests/codetoanalyze/c/uninit/Makefile +++ b/infer/tests/codetoanalyze/c/uninit/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2018-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/uninit/arrays.c b/infer/tests/codetoanalyze/c/uninit/arrays.c index a276e2c59..6002bf42b 100644 --- a/infer/tests/codetoanalyze/c/uninit/arrays.c +++ b/infer/tests/codetoanalyze/c/uninit/arrays.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/c/uninit/uninit.c b/infer/tests/codetoanalyze/c/uninit/uninit.c index 63c09354d..eb892cdf0 100644 --- a/infer/tests/codetoanalyze/c/uninit/uninit.c +++ b/infer/tests/codetoanalyze/c/uninit/uninit.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/annotation-reachability/Makefile b/infer/tests/codetoanalyze/cpp/annotation-reachability/Makefile index 6b2e6c518..88074ed62 100644 --- a/infer/tests/codetoanalyze/cpp/annotation-reachability/Makefile +++ b/infer/tests/codetoanalyze/cpp/annotation-reachability/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2019-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/annotation-reachability/reachability-approved.cpp b/infer/tests/codetoanalyze/cpp/annotation-reachability/reachability-approved.cpp index 98f49758f..e04d20038 100644 --- a/infer/tests/codetoanalyze/cpp/annotation-reachability/reachability-approved.cpp +++ b/infer/tests/codetoanalyze/cpp/annotation-reachability/reachability-approved.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/annotation-reachability/reachability-approved.h b/infer/tests/codetoanalyze/cpp/annotation-reachability/reachability-approved.h index 7470fcf12..bb0eb74d9 100644 --- a/infer/tests/codetoanalyze/cpp/annotation-reachability/reachability-approved.h +++ b/infer/tests/codetoanalyze/cpp/annotation-reachability/reachability-approved.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/annotation-reachability/reachability.cpp b/infer/tests/codetoanalyze/cpp/annotation-reachability/reachability.cpp index 70c62c6a8..d0a89c709 100644 --- a/infer/tests/codetoanalyze/cpp/annotation-reachability/reachability.cpp +++ b/infer/tests/codetoanalyze/cpp/annotation-reachability/reachability.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/annotation-reachability/sources-override/Makefile b/infer/tests/codetoanalyze/cpp/annotation-reachability/sources-override/Makefile index 4a0f28665..c3f86a17f 100644 --- a/infer/tests/codetoanalyze/cpp/annotation-reachability/sources-override/Makefile +++ b/infer/tests/codetoanalyze/cpp/annotation-reachability/sources-override/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2019-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/bufferoverrun/Makefile b/infer/tests/codetoanalyze/cpp/bufferoverrun/Makefile index f7c584692..caae6fe4a 100644 --- a/infer/tests/codetoanalyze/cpp/bufferoverrun/Makefile +++ b/infer/tests/codetoanalyze/cpp/bufferoverrun/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/bufferoverrun/arith.cpp b/infer/tests/codetoanalyze/cpp/bufferoverrun/arith.cpp index 08777d4e5..a7444c182 100644 --- a/infer/tests/codetoanalyze/cpp/bufferoverrun/arith.cpp +++ b/infer/tests/codetoanalyze/cpp/bufferoverrun/arith.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/bufferoverrun/class.cpp b/infer/tests/codetoanalyze/cpp/bufferoverrun/class.cpp index bbabae6d2..43194a77c 100644 --- a/infer/tests/codetoanalyze/cpp/bufferoverrun/class.cpp +++ b/infer/tests/codetoanalyze/cpp/bufferoverrun/class.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/bufferoverrun/conditional_proof_obligation.cpp b/infer/tests/codetoanalyze/cpp/bufferoverrun/conditional_proof_obligation.cpp index 66efcbc51..a74e2f96d 100644 --- a/infer/tests/codetoanalyze/cpp/bufferoverrun/conditional_proof_obligation.cpp +++ b/infer/tests/codetoanalyze/cpp/bufferoverrun/conditional_proof_obligation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/bufferoverrun/cpp_is_tricky.cpp b/infer/tests/codetoanalyze/cpp/bufferoverrun/cpp_is_tricky.cpp index e47884d15..2b4a148a6 100644 --- a/infer/tests/codetoanalyze/cpp/bufferoverrun/cpp_is_tricky.cpp +++ b/infer/tests/codetoanalyze/cpp/bufferoverrun/cpp_is_tricky.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/bufferoverrun/external.cpp b/infer/tests/codetoanalyze/cpp/bufferoverrun/external.cpp index 765c3f6a4..7f6ae30ef 100644 --- a/infer/tests/codetoanalyze/cpp/bufferoverrun/external.cpp +++ b/infer/tests/codetoanalyze/cpp/bufferoverrun/external.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/bufferoverrun/folly_split.cpp b/infer/tests/codetoanalyze/cpp/bufferoverrun/folly_split.cpp index 3c012f5bc..b6c1908d9 100644 --- a/infer/tests/codetoanalyze/cpp/bufferoverrun/folly_split.cpp +++ b/infer/tests/codetoanalyze/cpp/bufferoverrun/folly_split.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/bufferoverrun/function_call.cpp b/infer/tests/codetoanalyze/cpp/bufferoverrun/function_call.cpp index 7c8646b63..6abeb8cee 100644 --- a/infer/tests/codetoanalyze/cpp/bufferoverrun/function_call.cpp +++ b/infer/tests/codetoanalyze/cpp/bufferoverrun/function_call.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/bufferoverrun/realloc.cpp b/infer/tests/codetoanalyze/cpp/bufferoverrun/realloc.cpp index 4ffea879d..9832ed5d3 100644 --- a/infer/tests/codetoanalyze/cpp/bufferoverrun/realloc.cpp +++ b/infer/tests/codetoanalyze/cpp/bufferoverrun/realloc.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/bufferoverrun/relation.cpp b/infer/tests/codetoanalyze/cpp/bufferoverrun/relation.cpp index 97b7d8e3b..b74c0e9d2 100644 --- a/infer/tests/codetoanalyze/cpp/bufferoverrun/relation.cpp +++ b/infer/tests/codetoanalyze/cpp/bufferoverrun/relation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/bufferoverrun/remove_temps.cpp b/infer/tests/codetoanalyze/cpp/bufferoverrun/remove_temps.cpp index 65f07b391..378f15d5c 100644 --- a/infer/tests/codetoanalyze/cpp/bufferoverrun/remove_temps.cpp +++ b/infer/tests/codetoanalyze/cpp/bufferoverrun/remove_temps.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/bufferoverrun/repro1.cpp b/infer/tests/codetoanalyze/cpp/bufferoverrun/repro1.cpp index b9d984a2e..36d707b23 100644 --- a/infer/tests/codetoanalyze/cpp/bufferoverrun/repro1.cpp +++ b/infer/tests/codetoanalyze/cpp/bufferoverrun/repro1.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/bufferoverrun/simple_vector.cpp b/infer/tests/codetoanalyze/cpp/bufferoverrun/simple_vector.cpp index 783318f63..f13a30e55 100644 --- a/infer/tests/codetoanalyze/cpp/bufferoverrun/simple_vector.cpp +++ b/infer/tests/codetoanalyze/cpp/bufferoverrun/simple_vector.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/bufferoverrun/std_array.cpp b/infer/tests/codetoanalyze/cpp/bufferoverrun/std_array.cpp index 6ff28311e..e534e2ebf 100644 --- a/infer/tests/codetoanalyze/cpp/bufferoverrun/std_array.cpp +++ b/infer/tests/codetoanalyze/cpp/bufferoverrun/std_array.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/bufferoverrun/std_string.cpp b/infer/tests/codetoanalyze/cpp/bufferoverrun/std_string.cpp index 3c248f852..0a0fb5732 100644 --- a/infer/tests/codetoanalyze/cpp/bufferoverrun/std_string.cpp +++ b/infer/tests/codetoanalyze/cpp/bufferoverrun/std_string.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/bufferoverrun/symb_arr.cpp b/infer/tests/codetoanalyze/cpp/bufferoverrun/symb_arr.cpp index 441888734..a2489fe3e 100644 --- a/infer/tests/codetoanalyze/cpp/bufferoverrun/symb_arr.cpp +++ b/infer/tests/codetoanalyze/cpp/bufferoverrun/symb_arr.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/bufferoverrun/this.cpp b/infer/tests/codetoanalyze/cpp/bufferoverrun/this.cpp index 9af232c96..33dc17c7f 100644 --- a/infer/tests/codetoanalyze/cpp/bufferoverrun/this.cpp +++ b/infer/tests/codetoanalyze/cpp/bufferoverrun/this.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/bufferoverrun/trivial.cpp b/infer/tests/codetoanalyze/cpp/bufferoverrun/trivial.cpp index cb368f5b7..aa4f407a0 100644 --- a/infer/tests/codetoanalyze/cpp/bufferoverrun/trivial.cpp +++ b/infer/tests/codetoanalyze/cpp/bufferoverrun/trivial.cpp @@ -1,7 +1,7 @@ /* * Copyright (c) 2016-present, Programming Research Laboratory (ROPAS) * Seoul National University, Korea - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/bufferoverrun/vector.cpp b/infer/tests/codetoanalyze/cpp/bufferoverrun/vector.cpp index 7613da08b..ff4151135 100644 --- a/infer/tests/codetoanalyze/cpp/bufferoverrun/vector.cpp +++ b/infer/tests/codetoanalyze/cpp/bufferoverrun/vector.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/conflicts/Makefile b/infer/tests/codetoanalyze/cpp/conflicts/Makefile index 89bcc2b3b..665dcbd58 100644 --- a/infer/tests/codetoanalyze/cpp/conflicts/Makefile +++ b/infer/tests/codetoanalyze/cpp/conflicts/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/conflicts/test.cpp b/infer/tests/codetoanalyze/cpp/conflicts/test.cpp index 44d511fe7..b615ebb7c 100644 --- a/infer/tests/codetoanalyze/cpp/conflicts/test.cpp +++ b/infer/tests/codetoanalyze/cpp/conflicts/test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/Makefile b/infer/tests/codetoanalyze/cpp/errors/Makefile index 3a986d81e..dff44b9ad 100644 --- a/infer/tests/codetoanalyze/cpp/errors/Makefile +++ b/infer/tests/codetoanalyze/cpp/errors/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/assertions/check_examples.cpp b/infer/tests/codetoanalyze/cpp/errors/assertions/check_examples.cpp index e8f1ec4ee..5d2821024 100644 --- a/infer/tests/codetoanalyze/cpp/errors/assertions/check_examples.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/assertions/check_examples.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/biabduction/process_splitting_assert.cpp b/infer/tests/codetoanalyze/cpp/errors/biabduction/process_splitting_assert.cpp index e6d6797fa..d4d069643 100644 --- a/infer/tests/codetoanalyze/cpp/errors/biabduction/process_splitting_assert.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/biabduction/process_splitting_assert.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. @@ -10,16 +10,16 @@ struct foo { // globals are treated differntly - char * memory_; + char* memory_; size_t memory_size_; - bool ReadBytes(void *buffer, size_t size, off_t offset) { + bool ReadBytes(void* buffer, size_t size, off_t offset) { if (memory_) { if (offset < 0) { return false; } if (offset + size >= memory_size_) { - return false; + return false; } memcpy(buffer, memory_ + offset, size); return true; @@ -28,15 +28,14 @@ struct foo { // globals are treated differntly } } - void FindHeader(off_t &offset) { + void FindHeader(off_t& offset) { int magic; ReadBytes(&magic, sizeof(magic), 0); ReadBytes(&magic, sizeof(magic), 0); } - }; -void fail(char * x) { +void fail(char* x) { if (x == 0) { *x = 'a'; } diff --git a/infer/tests/codetoanalyze/cpp/errors/c_tests/c_bugs.cpp b/infer/tests/codetoanalyze/cpp/errors/c_tests/c_bugs.cpp index e823c7c5c..671dc1fbf 100644 --- a/infer/tests/codetoanalyze/cpp/errors/c_tests/c_bugs.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/c_tests/c_bugs.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/generic_models/generic_model.cpp b/infer/tests/codetoanalyze/cpp/errors/generic_models/generic_model.cpp index 9996ea160..ade78c933 100644 --- a/infer/tests/codetoanalyze/cpp/errors/generic_models/generic_model.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/generic_models/generic_model.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/generic_models/generic_model.h b/infer/tests/codetoanalyze/cpp/errors/generic_models/generic_model.h index 60722d807..c9d0489b6 100644 --- a/infer/tests/codetoanalyze/cpp/errors/generic_models/generic_model.h +++ b/infer/tests/codetoanalyze/cpp/errors/generic_models/generic_model.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/generic_models/generic_model_test.cpp b/infer/tests/codetoanalyze/cpp/errors/generic_models/generic_model_test.cpp index 12cbf7ddc..3c0d39123 100644 --- a/infer/tests/codetoanalyze/cpp/errors/generic_models/generic_model_test.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/generic_models/generic_model_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/include_header/header.h b/infer/tests/codetoanalyze/cpp/errors/include_header/header.h index 1e487b50b..2b6e40f10 100644 --- a/infer/tests/codetoanalyze/cpp/errors/include_header/header.h +++ b/infer/tests/codetoanalyze/cpp/errors/include_header/header.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/include_header/header2.h b/infer/tests/codetoanalyze/cpp/errors/include_header/header2.h index 6e5b45eb3..1dde43133 100644 --- a/infer/tests/codetoanalyze/cpp/errors/include_header/header2.h +++ b/infer/tests/codetoanalyze/cpp/errors/include_header/header2.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/include_header/include_templ.cpp b/infer/tests/codetoanalyze/cpp/errors/include_header/include_templ.cpp index dde31a2d3..a56dfa6cd 100644 --- a/infer/tests/codetoanalyze/cpp/errors/include_header/include_templ.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/include_header/include_templ.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/memory_leaks/array_leak.cpp b/infer/tests/codetoanalyze/cpp/errors/memory_leaks/array_leak.cpp index 83f70e2e8..066f13096 100644 --- a/infer/tests/codetoanalyze/cpp/errors/memory_leaks/array_leak.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/memory_leaks/array_leak.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/memory_leaks/object_leak.cpp b/infer/tests/codetoanalyze/cpp/errors/memory_leaks/object_leak.cpp index 0b6313b76..f28496728 100644 --- a/infer/tests/codetoanalyze/cpp/errors/memory_leaks/object_leak.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/memory_leaks/object_leak.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/memory_leaks/raii_malloc.cpp b/infer/tests/codetoanalyze/cpp/errors/memory_leaks/raii_malloc.cpp index 2c7d1759c..a0374463a 100644 --- a/infer/tests/codetoanalyze/cpp/errors/memory_leaks/raii_malloc.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/memory_leaks/raii_malloc.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/models/atomic.cpp b/infer/tests/codetoanalyze/cpp/errors/models/atomic.cpp index 205257ed8..a89f1c608 100644 --- a/infer/tests/codetoanalyze/cpp/errors/models/atomic.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/models/atomic.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/models/cmp.cpp b/infer/tests/codetoanalyze/cpp/errors/models/cmp.cpp index 3506cdb2a..ed04da317 100644 --- a/infer/tests/codetoanalyze/cpp/errors/models/cmp.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/models/cmp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/models/move.cpp b/infer/tests/codetoanalyze/cpp/errors/models/move.cpp index 978fc3cc1..fa59b31a3 100644 --- a/infer/tests/codetoanalyze/cpp/errors/models/move.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/models/move.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/models/pair.cpp b/infer/tests/codetoanalyze/cpp/errors/models/pair.cpp index 7e2246304..a83bbef06 100644 --- a/infer/tests/codetoanalyze/cpp/errors/models/pair.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/models/pair.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/models/swap.cpp b/infer/tests/codetoanalyze/cpp/errors/models/swap.cpp index 1fb9aee4b..3f9efb238 100644 --- a/infer/tests/codetoanalyze/cpp/errors/models/swap.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/models/swap.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/models/throw_wrapper.cpp b/infer/tests/codetoanalyze/cpp/errors/models/throw_wrapper.cpp index cd5ec080e..cc39205c0 100644 --- a/infer/tests/codetoanalyze/cpp/errors/models/throw_wrapper.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/models/throw_wrapper.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/mutex/std_mutex.cpp b/infer/tests/codetoanalyze/cpp/errors/mutex/std_mutex.cpp index 9eaafad69..c09201305 100644 --- a/infer/tests/codetoanalyze/cpp/errors/mutex/std_mutex.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/mutex/std_mutex.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/mutex/std_mutex_lock_profiling.cpp b/infer/tests/codetoanalyze/cpp/errors/mutex/std_mutex_lock_profiling.cpp index 1ae8bc77b..b67327256 100644 --- a/infer/tests/codetoanalyze/cpp/errors/mutex/std_mutex_lock_profiling.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/mutex/std_mutex_lock_profiling.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/mutex/timed_mutex.cpp b/infer/tests/codetoanalyze/cpp/errors/mutex/timed_mutex.cpp index 255169cf8..b22018573 100644 --- a/infer/tests/codetoanalyze/cpp/errors/mutex/timed_mutex.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/mutex/timed_mutex.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/npe/boxed_ptr.cpp b/infer/tests/codetoanalyze/cpp/errors/npe/boxed_ptr.cpp index eb59121ce..0fed6ce07 100644 --- a/infer/tests/codetoanalyze/cpp/errors/npe/boxed_ptr.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/npe/boxed_ptr.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/npe/cancellation.cpp b/infer/tests/codetoanalyze/cpp/errors/npe/cancellation.cpp index 050261857..377369dc3 100644 --- a/infer/tests/codetoanalyze/cpp/errors/npe/cancellation.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/npe/cancellation.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/npe/npe_added_to_b1.cpp b/infer/tests/codetoanalyze/cpp/errors/npe/npe_added_to_b1.cpp index 9192cb1f3..3b92b3152 100644 --- a/infer/tests/codetoanalyze/cpp/errors/npe/npe_added_to_b1.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/npe/npe_added_to_b1.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/npe/null_returned_by_method.cpp b/infer/tests/codetoanalyze/cpp/errors/npe/null_returned_by_method.cpp index 65330156f..535a89285 100644 --- a/infer/tests/codetoanalyze/cpp/errors/npe/null_returned_by_method.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/npe/null_returned_by_method.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/npe/object_deref.cpp b/infer/tests/codetoanalyze/cpp/errors/npe/object_deref.cpp index a7aba5176..0689d7ab1 100644 --- a/infer/tests/codetoanalyze/cpp/errors/npe/object_deref.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/npe/object_deref.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/npe/recursive_call.cpp b/infer/tests/codetoanalyze/cpp/errors/npe/recursive_call.cpp index f7470585c..93f9dc6ad 100644 --- a/infer/tests/codetoanalyze/cpp/errors/npe/recursive_call.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/npe/recursive_call.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/npe/skip_function_with_const_formals.cpp b/infer/tests/codetoanalyze/cpp/errors/npe/skip_function_with_const_formals.cpp index 2d87fc7ec..6b765ec08 100644 --- a/infer/tests/codetoanalyze/cpp/errors/npe/skip_function_with_const_formals.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/npe/skip_function_with_const_formals.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/npe/this_not_null.cpp b/infer/tests/codetoanalyze/cpp/errors/npe/this_not_null.cpp index b51be8216..04087222d 100644 --- a/infer/tests/codetoanalyze/cpp/errors/npe/this_not_null.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/npe/this_not_null.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/npe/throw_as_assert.cpp b/infer/tests/codetoanalyze/cpp/errors/npe/throw_as_assert.cpp index ac1e83c7d..dee953657 100644 --- a/infer/tests/codetoanalyze/cpp/errors/npe/throw_as_assert.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/npe/throw_as_assert.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/numeric/min_max.cpp b/infer/tests/codetoanalyze/cpp/errors/numeric/min_max.cpp index 946e54e3b..b95aa48f0 100644 --- a/infer/tests/codetoanalyze/cpp/errors/numeric/min_max.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/numeric/min_max.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/overwrite_attribute/lib.cpp b/infer/tests/codetoanalyze/cpp/errors/overwrite_attribute/lib.cpp index eb8149630..8c4cfb5cc 100644 --- a/infer/tests/codetoanalyze/cpp/errors/overwrite_attribute/lib.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/overwrite_attribute/lib.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/overwrite_attribute/lib.h b/infer/tests/codetoanalyze/cpp/errors/overwrite_attribute/lib.h index 711641716..8860d8597 100644 --- a/infer/tests/codetoanalyze/cpp/errors/overwrite_attribute/lib.h +++ b/infer/tests/codetoanalyze/cpp/errors/overwrite_attribute/lib.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/overwrite_attribute/main.cpp b/infer/tests/codetoanalyze/cpp/errors/overwrite_attribute/main.cpp index 3bd927012..18939f713 100644 --- a/infer/tests/codetoanalyze/cpp/errors/overwrite_attribute/main.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/overwrite_attribute/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/pointers/unintialized.cpp b/infer/tests/codetoanalyze/cpp/errors/pointers/unintialized.cpp index e99ae8cb3..2fe45a0bd 100644 --- a/infer/tests/codetoanalyze/cpp/errors/pointers/unintialized.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/pointers/unintialized.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/resource_leaks/raii.cpp b/infer/tests/codetoanalyze/cpp/errors/resource_leaks/raii.cpp index 5c3c40e5f..ecdc78ed5 100644 --- a/infer/tests/codetoanalyze/cpp/errors/resource_leaks/raii.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/resource_leaks/raii.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/smart_ptr/const_volatile_type.cpp b/infer/tests/codetoanalyze/cpp/errors/smart_ptr/const_volatile_type.cpp index 95022da48..362fc7d74 100644 --- a/infer/tests/codetoanalyze/cpp/errors/smart_ptr/const_volatile_type.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/smart_ptr/const_volatile_type.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/smart_ptr/deref_after_move_example.cpp b/infer/tests/codetoanalyze/cpp/errors/smart_ptr/deref_after_move_example.cpp index a4e5852d1..68cbfe1a8 100644 --- a/infer/tests/codetoanalyze/cpp/errors/smart_ptr/deref_after_move_example.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/smart_ptr/deref_after_move_example.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/smart_ptr/shared_ptr_compil.cpp b/infer/tests/codetoanalyze/cpp/errors/smart_ptr/shared_ptr_compil.cpp index 6493df8d3..e72284dad 100644 --- a/infer/tests/codetoanalyze/cpp/errors/smart_ptr/shared_ptr_compil.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/smart_ptr/shared_ptr_compil.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/smart_ptr/shared_ptr_constructors.cpp b/infer/tests/codetoanalyze/cpp/errors/smart_ptr/shared_ptr_constructors.cpp index 46776d517..83c61be50 100644 --- a/infer/tests/codetoanalyze/cpp/errors/smart_ptr/shared_ptr_constructors.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/smart_ptr/shared_ptr_constructors.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/smart_ptr/shared_ptr_deref.cpp b/infer/tests/codetoanalyze/cpp/errors/smart_ptr/shared_ptr_deref.cpp index c7e86aace..0b45f931f 100644 --- a/infer/tests/codetoanalyze/cpp/errors/smart_ptr/shared_ptr_deref.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/smart_ptr/shared_ptr_deref.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/smart_ptr/unique_ptr_deref.cpp b/infer/tests/codetoanalyze/cpp/errors/smart_ptr/unique_ptr_deref.cpp index b00547f11..8e4fb09a4 100644 --- a/infer/tests/codetoanalyze/cpp/errors/smart_ptr/unique_ptr_deref.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/smart_ptr/unique_ptr_deref.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/smart_ptr/weak_ptr.cpp b/infer/tests/codetoanalyze/cpp/errors/smart_ptr/weak_ptr.cpp index cb1a49c1e..c9bac8eb1 100644 --- a/infer/tests/codetoanalyze/cpp/errors/smart_ptr/weak_ptr.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/smart_ptr/weak_ptr.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/smart_ptr/weak_ptr_compil.cpp b/infer/tests/codetoanalyze/cpp/errors/smart_ptr/weak_ptr_compil.cpp index 4c588ebbb..d2fc07650 100644 --- a/infer/tests/codetoanalyze/cpp/errors/smart_ptr/weak_ptr_compil.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/smart_ptr/weak_ptr_compil.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/stack_escape/basic.cpp b/infer/tests/codetoanalyze/cpp/errors/stack_escape/basic.cpp index be596abdd..10248e88a 100644 --- a/infer/tests/codetoanalyze/cpp/errors/stack_escape/basic.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/stack_escape/basic.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/static_local/nonstatic_local_bad.cpp b/infer/tests/codetoanalyze/cpp/errors/static_local/nonstatic_local_bad.cpp index 0cd6bf68d..a62aea5a5 100644 --- a/infer/tests/codetoanalyze/cpp/errors/static_local/nonstatic_local_bad.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/static_local/nonstatic_local_bad.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/static_local/static_local_ok.cpp b/infer/tests/codetoanalyze/cpp/errors/static_local/static_local_ok.cpp index 9e34502cf..8ae571b78 100644 --- a/infer/tests/codetoanalyze/cpp/errors/static_local/static_local_ok.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/static_local/static_local_ok.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/subtyping/cast_with_enforce.cpp b/infer/tests/codetoanalyze/cpp/errors/subtyping/cast_with_enforce.cpp index c7438a0f9..da5d804fd 100644 --- a/infer/tests/codetoanalyze/cpp/errors/subtyping/cast_with_enforce.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/subtyping/cast_with_enforce.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/subtyping/dynamic_cast.cpp b/infer/tests/codetoanalyze/cpp/errors/subtyping/dynamic_cast.cpp index 5008a038b..337746f6e 100644 --- a/infer/tests/codetoanalyze/cpp/errors/subtyping/dynamic_cast.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/subtyping/dynamic_cast.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/subtyping/implicit_cast_with_const.cpp b/infer/tests/codetoanalyze/cpp/errors/subtyping/implicit_cast_with_const.cpp index 35191faae..d8005bb69 100644 --- a/infer/tests/codetoanalyze/cpp/errors/subtyping/implicit_cast_with_const.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/subtyping/implicit_cast_with_const.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/subtyping/subtyping_check.cpp b/infer/tests/codetoanalyze/cpp/errors/subtyping/subtyping_check.cpp index 7a2467211..5919d3bd8 100644 --- a/infer/tests/codetoanalyze/cpp/errors/subtyping/subtyping_check.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/subtyping/subtyping_check.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/templates/dependent_parent.cpp b/infer/tests/codetoanalyze/cpp/errors/templates/dependent_parent.cpp index 0c5804b90..b0f23b298 100644 --- a/infer/tests/codetoanalyze/cpp/errors/templates/dependent_parent.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/templates/dependent_parent.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/templates/mangling.cpp b/infer/tests/codetoanalyze/cpp/errors/templates/mangling.cpp index 304b04a35..f12fee0b0 100644 --- a/infer/tests/codetoanalyze/cpp/errors/templates/mangling.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/templates/mangling.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/types/typeid_expr.cpp b/infer/tests/codetoanalyze/cpp/errors/types/typeid_expr.cpp index 2d89458af..2801fdba2 100644 --- a/infer/tests/codetoanalyze/cpp/errors/types/typeid_expr.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/types/typeid_expr.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/use_after_free/foreach_map.cpp b/infer/tests/codetoanalyze/cpp/errors/use_after_free/foreach_map.cpp index 462dc9ace..72d718875 100644 --- a/infer/tests/codetoanalyze/cpp/errors/use_after_free/foreach_map.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/use_after_free/foreach_map.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/vector/access_field_later.cpp b/infer/tests/codetoanalyze/cpp/errors/vector/access_field_later.cpp index f42a47126..f209ff24c 100644 --- a/infer/tests/codetoanalyze/cpp/errors/vector/access_field_later.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/vector/access_field_later.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/vector/empty_access.cpp b/infer/tests/codetoanalyze/cpp/errors/vector/empty_access.cpp index 146e03b59..922eaf46a 100644 --- a/infer/tests/codetoanalyze/cpp/errors/vector/empty_access.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/vector/empty_access.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/vector/iterator_access.cpp b/infer/tests/codetoanalyze/cpp/errors/vector/iterator_access.cpp index 10e11c253..9a8054a6e 100644 --- a/infer/tests/codetoanalyze/cpp/errors/vector/iterator_access.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/vector/iterator_access.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/vector/iterator_cmp.cpp b/infer/tests/codetoanalyze/cpp/errors/vector/iterator_cmp.cpp index 27ac81bb0..a7ccdba3c 100644 --- a/infer/tests/codetoanalyze/cpp/errors/vector/iterator_cmp.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/vector/iterator_cmp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/vector/loop.cpp b/infer/tests/codetoanalyze/cpp/errors/vector/loop.cpp index 90f8ab4d2..826e32a67 100644 --- a/infer/tests/codetoanalyze/cpp/errors/vector/loop.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/vector/loop.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/errors/vector/use_models_headers.cpp b/infer/tests/codetoanalyze/cpp/errors/vector/use_models_headers.cpp index a3b348c77..2491b2341 100644 --- a/infer/tests/codetoanalyze/cpp/errors/vector/use_models_headers.cpp +++ b/infer/tests/codetoanalyze/cpp/errors/vector/use_models_headers.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/frontend/Makefile b/infer/tests/codetoanalyze/cpp/frontend/Makefile index b7b78a02e..c9449b3e3 100644 --- a/infer/tests/codetoanalyze/cpp/frontend/Makefile +++ b/infer/tests/codetoanalyze/cpp/frontend/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/frontend/attributes/clang_fallthrough.cpp b/infer/tests/codetoanalyze/cpp/frontend/attributes/clang_fallthrough.cpp index 7c98eff04..ba25fdfe3 100644 --- a/infer/tests/codetoanalyze/cpp/frontend/attributes/clang_fallthrough.cpp +++ b/infer/tests/codetoanalyze/cpp/frontend/attributes/clang_fallthrough.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/frontend/builtin/new.cpp b/infer/tests/codetoanalyze/cpp/frontend/builtin/new.cpp index 14fe7ea08..f2f4de51c 100644 --- a/infer/tests/codetoanalyze/cpp/frontend/builtin/new.cpp +++ b/infer/tests/codetoanalyze/cpp/frontend/builtin/new.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/frontend/destructors/break_scope.cpp b/infer/tests/codetoanalyze/cpp/frontend/destructors/break_scope.cpp index d28068b00..477dc4bee 100644 --- a/infer/tests/codetoanalyze/cpp/frontend/destructors/break_scope.cpp +++ b/infer/tests/codetoanalyze/cpp/frontend/destructors/break_scope.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/frontend/destructors/call_destructor.cpp b/infer/tests/codetoanalyze/cpp/frontend/destructors/call_destructor.cpp index 61d4ee91e..c51413639 100644 --- a/infer/tests/codetoanalyze/cpp/frontend/destructors/call_destructor.cpp +++ b/infer/tests/codetoanalyze/cpp/frontend/destructors/call_destructor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/frontend/destructors/call_on_delete.cpp b/infer/tests/codetoanalyze/cpp/frontend/destructors/call_on_delete.cpp index 554756218..df47e8025 100644 --- a/infer/tests/codetoanalyze/cpp/frontend/destructors/call_on_delete.cpp +++ b/infer/tests/codetoanalyze/cpp/frontend/destructors/call_on_delete.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/frontend/destructors/continue_scope.cpp b/infer/tests/codetoanalyze/cpp/frontend/destructors/continue_scope.cpp index f03e6237d..037a8a6e9 100644 --- a/infer/tests/codetoanalyze/cpp/frontend/destructors/continue_scope.cpp +++ b/infer/tests/codetoanalyze/cpp/frontend/destructors/continue_scope.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/frontend/destructors/destructor_bases.cpp b/infer/tests/codetoanalyze/cpp/frontend/destructors/destructor_bases.cpp index ef5a772fc..17b28dfbc 100644 --- a/infer/tests/codetoanalyze/cpp/frontend/destructors/destructor_bases.cpp +++ b/infer/tests/codetoanalyze/cpp/frontend/destructors/destructor_bases.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/frontend/destructors/pseudo_destructor_expr.cpp b/infer/tests/codetoanalyze/cpp/frontend/destructors/pseudo_destructor_expr.cpp index 3a67d1a4e..4fcb1ea22 100644 --- a/infer/tests/codetoanalyze/cpp/frontend/destructors/pseudo_destructor_expr.cpp +++ b/infer/tests/codetoanalyze/cpp/frontend/destructors/pseudo_destructor_expr.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/frontend/destructors/scope.cpp b/infer/tests/codetoanalyze/cpp/frontend/destructors/scope.cpp index fbc137270..9c4cb0714 100644 --- a/infer/tests/codetoanalyze/cpp/frontend/destructors/scope.cpp +++ b/infer/tests/codetoanalyze/cpp/frontend/destructors/scope.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/frontend/destructors/simple_decl.cpp b/infer/tests/codetoanalyze/cpp/frontend/destructors/simple_decl.cpp index fd8c738fc..d001890f8 100644 --- a/infer/tests/codetoanalyze/cpp/frontend/destructors/simple_decl.cpp +++ b/infer/tests/codetoanalyze/cpp/frontend/destructors/simple_decl.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/frontend/globals/global_const1.cpp b/infer/tests/codetoanalyze/cpp/frontend/globals/global_const1.cpp index e8a1f8ea4..cad303b00 100644 --- a/infer/tests/codetoanalyze/cpp/frontend/globals/global_const1.cpp +++ b/infer/tests/codetoanalyze/cpp/frontend/globals/global_const1.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/frontend/globals/global_const2.cpp b/infer/tests/codetoanalyze/cpp/frontend/globals/global_const2.cpp index 584c50c61..ead478e7a 100644 --- a/infer/tests/codetoanalyze/cpp/frontend/globals/global_const2.cpp +++ b/infer/tests/codetoanalyze/cpp/frontend/globals/global_const2.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/frontend/globals/initializer.cpp b/infer/tests/codetoanalyze/cpp/frontend/globals/initializer.cpp index c76c16c78..7323d8a0c 100644 --- a/infer/tests/codetoanalyze/cpp/frontend/globals/initializer.cpp +++ b/infer/tests/codetoanalyze/cpp/frontend/globals/initializer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/frontend/globals/initializer.h b/infer/tests/codetoanalyze/cpp/frontend/globals/initializer.h index f539feffa..613ae734f 100644 --- a/infer/tests/codetoanalyze/cpp/frontend/globals/initializer.h +++ b/infer/tests/codetoanalyze/cpp/frontend/globals/initializer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/frontend/if.cpp b/infer/tests/codetoanalyze/cpp/frontend/if.cpp index 76224336f..10c067a61 100644 --- a/infer/tests/codetoanalyze/cpp/frontend/if.cpp +++ b/infer/tests/codetoanalyze/cpp/frontend/if.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/frontend/include_header/header.h b/infer/tests/codetoanalyze/cpp/frontend/include_header/header.h index 936b5d1aa..a63e52a24 100644 --- a/infer/tests/codetoanalyze/cpp/frontend/include_header/header.h +++ b/infer/tests/codetoanalyze/cpp/frontend/include_header/header.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/frontend/include_header/include_only.cpp b/infer/tests/codetoanalyze/cpp/frontend/include_header/include_only.cpp index cbbc1ef2b..806df43d9 100644 --- a/infer/tests/codetoanalyze/cpp/frontend/include_header/include_only.cpp +++ b/infer/tests/codetoanalyze/cpp/frontend/include_header/include_only.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/frontend/include_header/include_templ.cpp b/infer/tests/codetoanalyze/cpp/frontend/include_header/include_templ.cpp index d4bd44318..29a064a8f 100644 --- a/infer/tests/codetoanalyze/cpp/frontend/include_header/include_templ.cpp +++ b/infer/tests/codetoanalyze/cpp/frontend/include_header/include_templ.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/frontend/initialization/inheriting_constructor.cpp b/infer/tests/codetoanalyze/cpp/frontend/initialization/inheriting_constructor.cpp index 024189f39..c412f57dd 100644 --- a/infer/tests/codetoanalyze/cpp/frontend/initialization/inheriting_constructor.cpp +++ b/infer/tests/codetoanalyze/cpp/frontend/initialization/inheriting_constructor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/frontend/initialization/init_list.cpp b/infer/tests/codetoanalyze/cpp/frontend/initialization/init_list.cpp index 9e1ced4cb..da961352c 100644 --- a/infer/tests/codetoanalyze/cpp/frontend/initialization/init_list.cpp +++ b/infer/tests/codetoanalyze/cpp/frontend/initialization/init_list.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/frontend/keywords/self_parameter.cpp b/infer/tests/codetoanalyze/cpp/frontend/keywords/self_parameter.cpp index 16db78395..22b2433a2 100644 --- a/infer/tests/codetoanalyze/cpp/frontend/keywords/self_parameter.cpp +++ b/infer/tests/codetoanalyze/cpp/frontend/keywords/self_parameter.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/frontend/literals/nullptr.cpp b/infer/tests/codetoanalyze/cpp/frontend/literals/nullptr.cpp index c5543ab13..312b52259 100644 --- a/infer/tests/codetoanalyze/cpp/frontend/literals/nullptr.cpp +++ b/infer/tests/codetoanalyze/cpp/frontend/literals/nullptr.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/frontend/literals/scalar_value_init.cpp b/infer/tests/codetoanalyze/cpp/frontend/literals/scalar_value_init.cpp index a04093590..e6337fbc9 100644 --- a/infer/tests/codetoanalyze/cpp/frontend/literals/scalar_value_init.cpp +++ b/infer/tests/codetoanalyze/cpp/frontend/literals/scalar_value_init.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/frontend/literals/user_defined.cpp b/infer/tests/codetoanalyze/cpp/frontend/literals/user_defined.cpp index 14f0ca6a5..0390fa1b8 100644 --- a/infer/tests/codetoanalyze/cpp/frontend/literals/user_defined.cpp +++ b/infer/tests/codetoanalyze/cpp/frontend/literals/user_defined.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/frontend/loops/do_while.cpp b/infer/tests/codetoanalyze/cpp/frontend/loops/do_while.cpp index dbe405bb6..39c51e515 100644 --- a/infer/tests/codetoanalyze/cpp/frontend/loops/do_while.cpp +++ b/infer/tests/codetoanalyze/cpp/frontend/loops/do_while.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/frontend/loops/foreach1.cpp b/infer/tests/codetoanalyze/cpp/frontend/loops/foreach1.cpp index 0f441675b..5a2b49fce 100644 --- a/infer/tests/codetoanalyze/cpp/frontend/loops/foreach1.cpp +++ b/infer/tests/codetoanalyze/cpp/frontend/loops/foreach1.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/frontend/nestedoperators/assign_in_condition.cpp b/infer/tests/codetoanalyze/cpp/frontend/nestedoperators/assign_in_condition.cpp index 3e51d4b92..0acb12573 100644 --- a/infer/tests/codetoanalyze/cpp/frontend/nestedoperators/assign_in_condition.cpp +++ b/infer/tests/codetoanalyze/cpp/frontend/nestedoperators/assign_in_condition.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/frontend/nestedoperators/assign_with_increment.cpp b/infer/tests/codetoanalyze/cpp/frontend/nestedoperators/assign_with_increment.cpp index 9768bc1ca..3d7be836f 100644 --- a/infer/tests/codetoanalyze/cpp/frontend/nestedoperators/assign_with_increment.cpp +++ b/infer/tests/codetoanalyze/cpp/frontend/nestedoperators/assign_with_increment.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/frontend/nestedoperators/union.cpp b/infer/tests/codetoanalyze/cpp/frontend/nestedoperators/union.cpp index 3a65decae..c746ea4c5 100644 --- a/infer/tests/codetoanalyze/cpp/frontend/nestedoperators/union.cpp +++ b/infer/tests/codetoanalyze/cpp/frontend/nestedoperators/union.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/frontend/vectors/shuffle_vector.cpp b/infer/tests/codetoanalyze/cpp/frontend/vectors/shuffle_vector.cpp index b7250c13b..460000733 100644 --- a/infer/tests/codetoanalyze/cpp/frontend/vectors/shuffle_vector.cpp +++ b/infer/tests/codetoanalyze/cpp/frontend/vectors/shuffle_vector.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/linters-for-test-only/Makefile b/infer/tests/codetoanalyze/cpp/linters-for-test-only/Makefile index b40123d22..f00ba4df2 100644 --- a/infer/tests/codetoanalyze/cpp/linters-for-test-only/Makefile +++ b/infer/tests/codetoanalyze/cpp/linters-for-test-only/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/linters-for-test-only/linters_example.al b/infer/tests/codetoanalyze/cpp/linters-for-test-only/linters_example.al index e76bcc7eb..0fe56e0bd 100644 --- a/infer/tests/codetoanalyze/cpp/linters-for-test-only/linters_example.al +++ b/infer/tests/codetoanalyze/cpp/linters-for-test-only/linters_example.al @@ -1,4 +1,4 @@ -// Copyright (c) 2018-present, Facebook, Inc. +// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/linters-for-test-only/test_constructor.cpp b/infer/tests/codetoanalyze/cpp/linters-for-test-only/test_constructor.cpp index 922fb40fc..fbdcd383d 100644 --- a/infer/tests/codetoanalyze/cpp/linters-for-test-only/test_constructor.cpp +++ b/infer/tests/codetoanalyze/cpp/linters-for-test-only/test_constructor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/linters-for-test-only/test_fully_qualified_names.cpp b/infer/tests/codetoanalyze/cpp/linters-for-test-only/test_fully_qualified_names.cpp index bf26f108c..fe4b79178 100644 --- a/infer/tests/codetoanalyze/cpp/linters-for-test-only/test_fully_qualified_names.cpp +++ b/infer/tests/codetoanalyze/cpp/linters-for-test-only/test_fully_qualified_names.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/linters-for-test-only/test_included.h b/infer/tests/codetoanalyze/cpp/linters-for-test-only/test_included.h index 830bd1f5f..63203d36f 100644 --- a/infer/tests/codetoanalyze/cpp/linters-for-test-only/test_included.h +++ b/infer/tests/codetoanalyze/cpp/linters-for-test-only/test_included.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/linters-for-test-only/test_includer.cpp b/infer/tests/codetoanalyze/cpp/linters-for-test-only/test_includer.cpp index 59f59a988..f47c81478 100644 --- a/infer/tests/codetoanalyze/cpp/linters-for-test-only/test_includer.cpp +++ b/infer/tests/codetoanalyze/cpp/linters-for-test-only/test_includer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/linters-for-test-only/test_overrides.cpp b/infer/tests/codetoanalyze/cpp/linters-for-test-only/test_overrides.cpp index 1fa7d263c..545851859 100644 --- a/infer/tests/codetoanalyze/cpp/linters-for-test-only/test_overrides.cpp +++ b/infer/tests/codetoanalyze/cpp/linters-for-test-only/test_overrides.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/linters-for-test-only/test_partial_spec_template.cpp b/infer/tests/codetoanalyze/cpp/linters-for-test-only/test_partial_spec_template.cpp index 20998e4ad..ccbcd5ca6 100644 --- a/infer/tests/codetoanalyze/cpp/linters-for-test-only/test_partial_spec_template.cpp +++ b/infer/tests/codetoanalyze/cpp/linters-for-test-only/test_partial_spec_template.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/linters-for-test-only/test_symbol_lists.cpp b/infer/tests/codetoanalyze/cpp/linters-for-test-only/test_symbol_lists.cpp index 7dd0cc4fa..fc4012e40 100644 --- a/infer/tests/codetoanalyze/cpp/linters-for-test-only/test_symbol_lists.cpp +++ b/infer/tests/codetoanalyze/cpp/linters-for-test-only/test_symbol_lists.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/linters/Makefile b/infer/tests/codetoanalyze/cpp/linters/Makefile index 114456b1d..c44baf4b2 100644 --- a/infer/tests/codetoanalyze/cpp/linters/Makefile +++ b/infer/tests/codetoanalyze/cpp/linters/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/linters/call_cxx_method.al b/infer/tests/codetoanalyze/cpp/linters/call_cxx_method.al index 700467713..b3a072ed5 100644 --- a/infer/tests/codetoanalyze/cpp/linters/call_cxx_method.al +++ b/infer/tests/codetoanalyze/cpp/linters/call_cxx_method.al @@ -1,4 +1,4 @@ -// Copyright (c) 2019-present, Facebook, Inc. +// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/linters/call_cxx_method.cpp b/infer/tests/codetoanalyze/cpp/linters/call_cxx_method.cpp index 68a1da714..99d5d8977 100644 --- a/infer/tests/codetoanalyze/cpp/linters/call_cxx_method.cpp +++ b/infer/tests/codetoanalyze/cpp/linters/call_cxx_method.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/linters/call_function.al b/infer/tests/codetoanalyze/cpp/linters/call_function.al index 1a884db42..c93aa4380 100644 --- a/infer/tests/codetoanalyze/cpp/linters/call_function.al +++ b/infer/tests/codetoanalyze/cpp/linters/call_function.al @@ -1,4 +1,4 @@ -// Copyright (c) 2019-present, Facebook, Inc. +// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/linters/call_function.cpp b/infer/tests/codetoanalyze/cpp/linters/call_function.cpp index 04edef8cb..efbe25833 100644 --- a/infer/tests/codetoanalyze/cpp/linters/call_function.cpp +++ b/infer/tests/codetoanalyze/cpp/linters/call_function.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/linters/cxxconst.cpp b/infer/tests/codetoanalyze/cpp/linters/cxxconst.cpp index 8b5ac6b0e..a5b9a5f9d 100644 --- a/infer/tests/codetoanalyze/cpp/linters/cxxconst.cpp +++ b/infer/tests/codetoanalyze/cpp/linters/cxxconst.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/linters/extracopy.al b/infer/tests/codetoanalyze/cpp/linters/extracopy.al index b015e576b..e8a2b46b3 100644 --- a/infer/tests/codetoanalyze/cpp/linters/extracopy.al +++ b/infer/tests/codetoanalyze/cpp/linters/extracopy.al @@ -1,4 +1,4 @@ -// Copyright (c) 2018-present, Facebook, Inc. +// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/linters/extracopy.cpp b/infer/tests/codetoanalyze/cpp/linters/extracopy.cpp index 2af074a1a..9f0fdb6f5 100644 --- a/infer/tests/codetoanalyze/cpp/linters/extracopy.cpp +++ b/infer/tests/codetoanalyze/cpp/linters/extracopy.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/linters/iter.cpp b/infer/tests/codetoanalyze/cpp/linters/iter.cpp index eb82db083..7f3795e83 100644 --- a/infer/tests/codetoanalyze/cpp/linters/iter.cpp +++ b/infer/tests/codetoanalyze/cpp/linters/iter.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/linters/type_namespace.cpp b/infer/tests/codetoanalyze/cpp/linters/type_namespace.cpp index 29b9fca57..c1ad32008 100644 --- a/infer/tests/codetoanalyze/cpp/linters/type_namespace.cpp +++ b/infer/tests/codetoanalyze/cpp/linters/type_namespace.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/liveness/Makefile b/infer/tests/codetoanalyze/cpp/liveness/Makefile index 637f73dfd..91d8a2a47 100644 --- a/infer/tests/codetoanalyze/cpp/liveness/Makefile +++ b/infer/tests/codetoanalyze/cpp/liveness/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/liveness/dead_stores.cpp b/infer/tests/codetoanalyze/cpp/liveness/dead_stores.cpp index 25fccb5c1..0ab7c4eb9 100644 --- a/infer/tests/codetoanalyze/cpp/liveness/dead_stores.cpp +++ b/infer/tests/codetoanalyze/cpp/liveness/dead_stores.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/liveness/dead_stores_constexpr.cpp b/infer/tests/codetoanalyze/cpp/liveness/dead_stores_constexpr.cpp index 313814df8..d3b430370 100644 --- a/infer/tests/codetoanalyze/cpp/liveness/dead_stores_constexpr.cpp +++ b/infer/tests/codetoanalyze/cpp/liveness/dead_stores_constexpr.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/liveness/non_type_template_param.cpp b/infer/tests/codetoanalyze/cpp/liveness/non_type_template_param.cpp index fbb8498c7..c4df02dd7 100644 --- a/infer/tests/codetoanalyze/cpp/liveness/non_type_template_param.cpp +++ b/infer/tests/codetoanalyze/cpp/liveness/non_type_template_param.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/nullable/Makefile b/infer/tests/codetoanalyze/cpp/nullable/Makefile index 8ef5bf9a5..1cb682130 100644 --- a/infer/tests/codetoanalyze/cpp/nullable/Makefile +++ b/infer/tests/codetoanalyze/cpp/nullable/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/nullable/example.cpp b/infer/tests/codetoanalyze/cpp/nullable/example.cpp index 91e05a361..abf5457d5 100644 --- a/infer/tests/codetoanalyze/cpp/nullable/example.cpp +++ b/infer/tests/codetoanalyze/cpp/nullable/example.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/nullable/method.cpp b/infer/tests/codetoanalyze/cpp/nullable/method.cpp index 65454fc88..9f794de3c 100644 --- a/infer/tests/codetoanalyze/cpp/nullable/method.cpp +++ b/infer/tests/codetoanalyze/cpp/nullable/method.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/ownership/Makefile b/infer/tests/codetoanalyze/cpp/ownership/Makefile index b86eba04b..0a1c672f3 100644 --- a/infer/tests/codetoanalyze/cpp/ownership/Makefile +++ b/infer/tests/codetoanalyze/cpp/ownership/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2018-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/ownership/basics.cpp b/infer/tests/codetoanalyze/cpp/ownership/basics.cpp index 772509981..9ec9b48f4 100644 --- a/infer/tests/codetoanalyze/cpp/ownership/basics.cpp +++ b/infer/tests/codetoanalyze/cpp/ownership/basics.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/ownership/closures.cpp b/infer/tests/codetoanalyze/cpp/ownership/closures.cpp index d33df48eb..a9a34b985 100644 --- a/infer/tests/codetoanalyze/cpp/ownership/closures.cpp +++ b/infer/tests/codetoanalyze/cpp/ownership/closures.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/ownership/reference_wrapper.cpp b/infer/tests/codetoanalyze/cpp/ownership/reference_wrapper.cpp index 9b1ff26f3..92823f312 100644 --- a/infer/tests/codetoanalyze/cpp/ownership/reference_wrapper.cpp +++ b/infer/tests/codetoanalyze/cpp/ownership/reference_wrapper.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/ownership/returns.cpp b/infer/tests/codetoanalyze/cpp/ownership/returns.cpp index fc6f990f1..522285feb 100644 --- a/infer/tests/codetoanalyze/cpp/ownership/returns.cpp +++ b/infer/tests/codetoanalyze/cpp/ownership/returns.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/ownership/use_after_delete.cpp b/infer/tests/codetoanalyze/cpp/ownership/use_after_delete.cpp index 5f867130b..357e239a8 100644 --- a/infer/tests/codetoanalyze/cpp/ownership/use_after_delete.cpp +++ b/infer/tests/codetoanalyze/cpp/ownership/use_after_delete.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/ownership/use_after_destructor.cpp b/infer/tests/codetoanalyze/cpp/ownership/use_after_destructor.cpp index 22d8c7ed8..001fcea98 100644 --- a/infer/tests/codetoanalyze/cpp/ownership/use_after_destructor.cpp +++ b/infer/tests/codetoanalyze/cpp/ownership/use_after_destructor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/pulse/Makefile b/infer/tests/codetoanalyze/cpp/pulse/Makefile index 248da497e..e06ebd71d 100644 --- a/infer/tests/codetoanalyze/cpp/pulse/Makefile +++ b/infer/tests/codetoanalyze/cpp/pulse/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2018-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/pulse/basics.cpp b/infer/tests/codetoanalyze/cpp/pulse/basics.cpp index 89703b0cb..52927dbe0 100644 --- a/infer/tests/codetoanalyze/cpp/pulse/basics.cpp +++ b/infer/tests/codetoanalyze/cpp/pulse/basics.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/pulse/closures.cpp b/infer/tests/codetoanalyze/cpp/pulse/closures.cpp index abd651c6c..397b5cb53 100644 --- a/infer/tests/codetoanalyze/cpp/pulse/closures.cpp +++ b/infer/tests/codetoanalyze/cpp/pulse/closures.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/pulse/deduplication.cpp b/infer/tests/codetoanalyze/cpp/pulse/deduplication.cpp index 1384704c2..84c8570a9 100644 --- a/infer/tests/codetoanalyze/cpp/pulse/deduplication.cpp +++ b/infer/tests/codetoanalyze/cpp/pulse/deduplication.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/pulse/folly_DestructorGuard.cpp b/infer/tests/codetoanalyze/cpp/pulse/folly_DestructorGuard.cpp index fddba9b9a..72f27acc5 100644 --- a/infer/tests/codetoanalyze/cpp/pulse/folly_DestructorGuard.cpp +++ b/infer/tests/codetoanalyze/cpp/pulse/folly_DestructorGuard.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/pulse/interprocedural.cpp b/infer/tests/codetoanalyze/cpp/pulse/interprocedural.cpp index 7cb8be308..533fcf830 100644 --- a/infer/tests/codetoanalyze/cpp/pulse/interprocedural.cpp +++ b/infer/tests/codetoanalyze/cpp/pulse/interprocedural.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/pulse/join.cpp b/infer/tests/codetoanalyze/cpp/pulse/join.cpp index 1f0a79a6b..b980a3e62 100644 --- a/infer/tests/codetoanalyze/cpp/pulse/join.cpp +++ b/infer/tests/codetoanalyze/cpp/pulse/join.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/pulse/reference_wrapper.cpp b/infer/tests/codetoanalyze/cpp/pulse/reference_wrapper.cpp index acf5613f2..92031101d 100644 --- a/infer/tests/codetoanalyze/cpp/pulse/reference_wrapper.cpp +++ b/infer/tests/codetoanalyze/cpp/pulse/reference_wrapper.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/pulse/returns.cpp b/infer/tests/codetoanalyze/cpp/pulse/returns.cpp index b77f3d97b..d8b3ec1f7 100644 --- a/infer/tests/codetoanalyze/cpp/pulse/returns.cpp +++ b/infer/tests/codetoanalyze/cpp/pulse/returns.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/pulse/temporaries.cpp b/infer/tests/codetoanalyze/cpp/pulse/temporaries.cpp index 8495f987f..1ea66bdfd 100644 --- a/infer/tests/codetoanalyze/cpp/pulse/temporaries.cpp +++ b/infer/tests/codetoanalyze/cpp/pulse/temporaries.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/pulse/use_after_delete.cpp b/infer/tests/codetoanalyze/cpp/pulse/use_after_delete.cpp index fbf1d52b5..6cf1d9314 100644 --- a/infer/tests/codetoanalyze/cpp/pulse/use_after_delete.cpp +++ b/infer/tests/codetoanalyze/cpp/pulse/use_after_delete.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/pulse/use_after_destructor.cpp b/infer/tests/codetoanalyze/cpp/pulse/use_after_destructor.cpp index bffcfc42c..151c74d36 100644 --- a/infer/tests/codetoanalyze/cpp/pulse/use_after_destructor.cpp +++ b/infer/tests/codetoanalyze/cpp/pulse/use_after_destructor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. @@ -254,8 +254,9 @@ std::unique_ptr* allocate_in_branch_ok(bool b) { std::string mk_string(); bool variable_init_ternary_ok(bool b) { - // this can cause issues because of the way the frontend treatment of ternary ?: interacts with - // the treatment of passing return values by reference as parameters + // this can cause issues because of the way the frontend treatment of ternary + // ?: interacts with the treatment of passing return values by reference as + // parameters std::string newPath = b ? "" : mk_string(); } diff --git a/infer/tests/codetoanalyze/cpp/pulse/use_after_free.cpp b/infer/tests/codetoanalyze/cpp/pulse/use_after_free.cpp index 1d06bf0cb..7ff1679d3 100644 --- a/infer/tests/codetoanalyze/cpp/pulse/use_after_free.cpp +++ b/infer/tests/codetoanalyze/cpp/pulse/use_after_free.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/pulse/vector.cpp b/infer/tests/codetoanalyze/cpp/pulse/vector.cpp index fbf75dd87..f215a8d18 100644 --- a/infer/tests/codetoanalyze/cpp/pulse/vector.cpp +++ b/infer/tests/codetoanalyze/cpp/pulse/vector.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/quandary/Makefile b/infer/tests/codetoanalyze/cpp/quandary/Makefile index c544dd8be..0e2bdf88c 100644 --- a/infer/tests/codetoanalyze/cpp/quandary/Makefile +++ b/infer/tests/codetoanalyze/cpp/quandary/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/quandary/allocs.cpp b/infer/tests/codetoanalyze/cpp/quandary/allocs.cpp index a1a645c7d..5596e9c31 100644 --- a/infer/tests/codetoanalyze/cpp/quandary/allocs.cpp +++ b/infer/tests/codetoanalyze/cpp/quandary/allocs.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/quandary/arrays.cpp b/infer/tests/codetoanalyze/cpp/quandary/arrays.cpp index 5b8d0328d..1d6508f20 100644 --- a/infer/tests/codetoanalyze/cpp/quandary/arrays.cpp +++ b/infer/tests/codetoanalyze/cpp/quandary/arrays.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/quandary/basics.cpp b/infer/tests/codetoanalyze/cpp/quandary/basics.cpp index 0287c6fbd..40b69b701 100644 --- a/infer/tests/codetoanalyze/cpp/quandary/basics.cpp +++ b/infer/tests/codetoanalyze/cpp/quandary/basics.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/quandary/endpoints.cpp b/infer/tests/codetoanalyze/cpp/quandary/endpoints.cpp index 3553ceaf8..dc1d10cbc 100644 --- a/infer/tests/codetoanalyze/cpp/quandary/endpoints.cpp +++ b/infer/tests/codetoanalyze/cpp/quandary/endpoints.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/quandary/execs.cpp b/infer/tests/codetoanalyze/cpp/quandary/execs.cpp index ce8a8d002..51989a424 100644 --- a/infer/tests/codetoanalyze/cpp/quandary/execs.cpp +++ b/infer/tests/codetoanalyze/cpp/quandary/execs.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/quandary/expressions.cpp b/infer/tests/codetoanalyze/cpp/quandary/expressions.cpp index 1356c8f6e..eae1023cc 100644 --- a/infer/tests/codetoanalyze/cpp/quandary/expressions.cpp +++ b/infer/tests/codetoanalyze/cpp/quandary/expressions.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/quandary/files.cpp b/infer/tests/codetoanalyze/cpp/quandary/files.cpp index aae202d99..284974c51 100644 --- a/infer/tests/codetoanalyze/cpp/quandary/files.cpp +++ b/infer/tests/codetoanalyze/cpp/quandary/files.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/quandary/pointers.cpp b/infer/tests/codetoanalyze/cpp/quandary/pointers.cpp index 8710de46f..f38755d39 100644 --- a/infer/tests/codetoanalyze/cpp/quandary/pointers.cpp +++ b/infer/tests/codetoanalyze/cpp/quandary/pointers.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/quandary/sanitizers.cpp b/infer/tests/codetoanalyze/cpp/quandary/sanitizers.cpp index 183f70fa7..1d113e9c3 100644 --- a/infer/tests/codetoanalyze/cpp/quandary/sanitizers.cpp +++ b/infer/tests/codetoanalyze/cpp/quandary/sanitizers.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/quandary/strings.cpp b/infer/tests/codetoanalyze/cpp/quandary/strings.cpp index de0c0bd9d..227e41000 100644 --- a/infer/tests/codetoanalyze/cpp/quandary/strings.cpp +++ b/infer/tests/codetoanalyze/cpp/quandary/strings.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/quandary/structs.cpp b/infer/tests/codetoanalyze/cpp/quandary/structs.cpp index 87ca5e8b9..4ba1c8f8e 100644 --- a/infer/tests/codetoanalyze/cpp/quandary/structs.cpp +++ b/infer/tests/codetoanalyze/cpp/quandary/structs.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/quandary/unknown_code.cpp b/infer/tests/codetoanalyze/cpp/quandary/unknown_code.cpp index 54fad7e3b..4093f7609 100644 --- a/infer/tests/codetoanalyze/cpp/quandary/unknown_code.cpp +++ b/infer/tests/codetoanalyze/cpp/quandary/unknown_code.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/quandary/vectors.cpp b/infer/tests/codetoanalyze/cpp/quandary/vectors.cpp index e17191986..912483b6b 100644 --- a/infer/tests/codetoanalyze/cpp/quandary/vectors.cpp +++ b/infer/tests/codetoanalyze/cpp/quandary/vectors.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/quandaryBO/Makefile b/infer/tests/codetoanalyze/cpp/quandaryBO/Makefile index d0ee9be6c..92816d881 100644 --- a/infer/tests/codetoanalyze/cpp/quandaryBO/Makefile +++ b/infer/tests/codetoanalyze/cpp/quandaryBO/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2018-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/quandaryBO/codec.cpp b/infer/tests/codetoanalyze/cpp/quandaryBO/codec.cpp index 0e7bc3181..64f1acdf2 100644 --- a/infer/tests/codetoanalyze/cpp/quandaryBO/codec.cpp +++ b/infer/tests/codetoanalyze/cpp/quandaryBO/codec.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/quandaryBO/multitest.make b/infer/tests/codetoanalyze/cpp/quandaryBO/multitest.make index cd2eef434..8b3bdd24c 100644 --- a/infer/tests/codetoanalyze/cpp/quandaryBO/multitest.make +++ b/infer/tests/codetoanalyze/cpp/quandaryBO/multitest.make @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/quandaryBO/tainted_index.cpp b/infer/tests/codetoanalyze/cpp/quandaryBO/tainted_index.cpp index d101920dc..ef887f030 100644 --- a/infer/tests/codetoanalyze/cpp/quandaryBO/tainted_index.cpp +++ b/infer/tests/codetoanalyze/cpp/quandaryBO/tainted_index.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/racerd/Makefile b/infer/tests/codetoanalyze/cpp/racerd/Makefile index 71e3083b0..8af2f490d 100644 --- a/infer/tests/codetoanalyze/cpp/racerd/Makefile +++ b/infer/tests/codetoanalyze/cpp/racerd/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/racerd/basics.cpp b/infer/tests/codetoanalyze/cpp/racerd/basics.cpp index 48283cf33..de7de697d 100644 --- a/infer/tests/codetoanalyze/cpp/racerd/basics.cpp +++ b/infer/tests/codetoanalyze/cpp/racerd/basics.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/racerd/basics_no_mutex.cpp b/infer/tests/codetoanalyze/cpp/racerd/basics_no_mutex.cpp index bfde03a72..56d9d7a58 100644 --- a/infer/tests/codetoanalyze/cpp/racerd/basics_no_mutex.cpp +++ b/infer/tests/codetoanalyze/cpp/racerd/basics_no_mutex.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/racerd/constructor_formals.cpp b/infer/tests/codetoanalyze/cpp/racerd/constructor_formals.cpp index ecdec2e38..7c8c9c665 100644 --- a/infer/tests/codetoanalyze/cpp/racerd/constructor_formals.cpp +++ b/infer/tests/codetoanalyze/cpp/racerd/constructor_formals.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/racerd/constructor_ownership.cpp b/infer/tests/codetoanalyze/cpp/racerd/constructor_ownership.cpp index f8e8133e2..e277f8803 100644 --- a/infer/tests/codetoanalyze/cpp/racerd/constructor_ownership.cpp +++ b/infer/tests/codetoanalyze/cpp/racerd/constructor_ownership.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/racerd/containers.cpp b/infer/tests/codetoanalyze/cpp/racerd/containers.cpp index 0ff5b2b97..af3cf5e0d 100644 --- a/infer/tests/codetoanalyze/cpp/racerd/containers.cpp +++ b/infer/tests/codetoanalyze/cpp/racerd/containers.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/racerd/dereferencing.cpp b/infer/tests/codetoanalyze/cpp/racerd/dereferencing.cpp index e05672bfd..3f8a5e5f4 100644 --- a/infer/tests/codetoanalyze/cpp/racerd/dereferencing.cpp +++ b/infer/tests/codetoanalyze/cpp/racerd/dereferencing.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/racerd/locals_char_array.cpp b/infer/tests/codetoanalyze/cpp/racerd/locals_char_array.cpp index 4981f695b..ab26816e2 100644 --- a/infer/tests/codetoanalyze/cpp/racerd/locals_char_array.cpp +++ b/infer/tests/codetoanalyze/cpp/racerd/locals_char_array.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/racerd/locals_ownership.cpp b/infer/tests/codetoanalyze/cpp/racerd/locals_ownership.cpp index 647037761..20ebeec24 100644 --- a/infer/tests/codetoanalyze/cpp/racerd/locals_ownership.cpp +++ b/infer/tests/codetoanalyze/cpp/racerd/locals_ownership.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/racerd/lock_guard.cpp b/infer/tests/codetoanalyze/cpp/racerd/lock_guard.cpp index 2c675e900..29bd1d29d 100644 --- a/infer/tests/codetoanalyze/cpp/racerd/lock_guard.cpp +++ b/infer/tests/codetoanalyze/cpp/racerd/lock_guard.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/racerd/lock_guard_with_scope.cpp b/infer/tests/codetoanalyze/cpp/racerd/lock_guard_with_scope.cpp index b7257c095..0d5d1563d 100644 --- a/infer/tests/codetoanalyze/cpp/racerd/lock_guard_with_scope.cpp +++ b/infer/tests/codetoanalyze/cpp/racerd/lock_guard_with_scope.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/racerd/reporting.cpp b/infer/tests/codetoanalyze/cpp/racerd/reporting.cpp index 1f72f317d..6d78601dd 100644 --- a/infer/tests/codetoanalyze/cpp/racerd/reporting.cpp +++ b/infer/tests/codetoanalyze/cpp/racerd/reporting.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/racerd/std_lock.cpp b/infer/tests/codetoanalyze/cpp/racerd/std_lock.cpp index 8e10fb0d1..ed3673e56 100644 --- a/infer/tests/codetoanalyze/cpp/racerd/std_lock.cpp +++ b/infer/tests/codetoanalyze/cpp/racerd/std_lock.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/racerd/string_literal.cpp b/infer/tests/codetoanalyze/cpp/racerd/string_literal.cpp index e99a78584..5b28fb81e 100644 --- a/infer/tests/codetoanalyze/cpp/racerd/string_literal.cpp +++ b/infer/tests/codetoanalyze/cpp/racerd/string_literal.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/racerd/unique_lock.cpp b/infer/tests/codetoanalyze/cpp/racerd/unique_lock.cpp index 22016f4e8..415694f2f 100644 --- a/infer/tests/codetoanalyze/cpp/racerd/unique_lock.cpp +++ b/infer/tests/codetoanalyze/cpp/racerd/unique_lock.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/racerd/variadic.cpp b/infer/tests/codetoanalyze/cpp/racerd/variadic.cpp index 821f7ca49..01decd8a2 100644 --- a/infer/tests/codetoanalyze/cpp/racerd/variadic.cpp +++ b/infer/tests/codetoanalyze/cpp/racerd/variadic.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/attributes/annotate.cpp b/infer/tests/codetoanalyze/cpp/shared/attributes/annotate.cpp index 113129cde..5d766baa0 100644 --- a/infer/tests/codetoanalyze/cpp/shared/attributes/annotate.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/attributes/annotate.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/conditional/binary_conditional.cpp b/infer/tests/codetoanalyze/cpp/shared/conditional/binary_conditional.cpp index 8a65cbc32..6bf24f217 100644 --- a/infer/tests/codetoanalyze/cpp/shared/conditional/binary_conditional.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/conditional/binary_conditional.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/conditional/lvalue_conditional.cpp b/infer/tests/codetoanalyze/cpp/shared/conditional/lvalue_conditional.cpp index ab94b3c48..703b507a6 100644 --- a/infer/tests/codetoanalyze/cpp/shared/conditional/lvalue_conditional.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/conditional/lvalue_conditional.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/constructors/constructor_array.cpp b/infer/tests/codetoanalyze/cpp/shared/constructors/constructor_array.cpp index 0a7cc81aa..b4061834c 100644 --- a/infer/tests/codetoanalyze/cpp/shared/constructors/constructor_array.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/constructors/constructor_array.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/constructors/constructor_default_arg.cpp b/infer/tests/codetoanalyze/cpp/shared/constructors/constructor_default_arg.cpp index a8770c1a8..ead4f9195 100644 --- a/infer/tests/codetoanalyze/cpp/shared/constructors/constructor_default_arg.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/constructors/constructor_default_arg.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/constructors/constructor_init.cpp b/infer/tests/codetoanalyze/cpp/shared/constructors/constructor_init.cpp index c41ca9dfa..b002f26b7 100644 --- a/infer/tests/codetoanalyze/cpp/shared/constructors/constructor_init.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/constructors/constructor_init.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/constructors/constructor_new.cpp b/infer/tests/codetoanalyze/cpp/shared/constructors/constructor_new.cpp index 0eed22bb2..b0ed61a84 100644 --- a/infer/tests/codetoanalyze/cpp/shared/constructors/constructor_new.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/constructors/constructor_new.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/constructors/constructor_struct_init_list.cpp b/infer/tests/codetoanalyze/cpp/shared/constructors/constructor_struct_init_list.cpp index fbc2416fe..e7116eb1d 100644 --- a/infer/tests/codetoanalyze/cpp/shared/constructors/constructor_struct_init_list.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/constructors/constructor_struct_init_list.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/constructors/constructor_with_body.cpp b/infer/tests/codetoanalyze/cpp/shared/constructors/constructor_with_body.cpp index 561a2bab6..9dd158eb2 100644 --- a/infer/tests/codetoanalyze/cpp/shared/constructors/constructor_with_body.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/constructors/constructor_with_body.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/constructors/copy_array_field.cpp b/infer/tests/codetoanalyze/cpp/shared/constructors/copy_array_field.cpp index 09a44cb76..b71fefcc9 100644 --- a/infer/tests/codetoanalyze/cpp/shared/constructors/copy_array_field.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/constructors/copy_array_field.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/constructors/copy_move_constructor.cpp b/infer/tests/codetoanalyze/cpp/shared/constructors/copy_move_constructor.cpp index 4f5f8a37c..b7c4bf3b6 100644 --- a/infer/tests/codetoanalyze/cpp/shared/constructors/copy_move_constructor.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/constructors/copy_move_constructor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/constructors/default_field_init.cpp b/infer/tests/codetoanalyze/cpp/shared/constructors/default_field_init.cpp index 584c665b3..f74b5ece3 100644 --- a/infer/tests/codetoanalyze/cpp/shared/constructors/default_field_init.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/constructors/default_field_init.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/constructors/std_init_list.cpp b/infer/tests/codetoanalyze/cpp/shared/constructors/std_init_list.cpp index cfe1c6218..56249c4de 100644 --- a/infer/tests/codetoanalyze/cpp/shared/constructors/std_init_list.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/constructors/std_init_list.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/constructors/temp_object.cpp b/infer/tests/codetoanalyze/cpp/shared/constructors/temp_object.cpp index a2b9fbbbd..332d16b21 100644 --- a/infer/tests/codetoanalyze/cpp/shared/constructors/temp_object.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/constructors/temp_object.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/exceptions/Exceptions.cpp b/infer/tests/codetoanalyze/cpp/shared/exceptions/Exceptions.cpp index 9aa3ddc8a..710f71d4d 100644 --- a/infer/tests/codetoanalyze/cpp/shared/exceptions/Exceptions.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/exceptions/Exceptions.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/exceptions/noexception.cpp b/infer/tests/codetoanalyze/cpp/shared/exceptions/noexception.cpp index f02161619..2ddabb876 100644 --- a/infer/tests/codetoanalyze/cpp/shared/exceptions/noexception.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/exceptions/noexception.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/lambda/lambda1.cpp b/infer/tests/codetoanalyze/cpp/shared/lambda/lambda1.cpp index d2b8ebce9..f5030b605 100644 --- a/infer/tests/codetoanalyze/cpp/shared/lambda/lambda1.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/lambda/lambda1.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/methods/byvals.cpp b/infer/tests/codetoanalyze/cpp/shared/methods/byvals.cpp index 66f45b86c..b29567c0f 100644 --- a/infer/tests/codetoanalyze/cpp/shared/methods/byvals.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/methods/byvals.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/methods/conversion_operator.cpp b/infer/tests/codetoanalyze/cpp/shared/methods/conversion_operator.cpp index d7980d1be..2588984d7 100644 --- a/infer/tests/codetoanalyze/cpp/shared/methods/conversion_operator.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/methods/conversion_operator.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/methods/default_parameters.cpp b/infer/tests/codetoanalyze/cpp/shared/methods/default_parameters.cpp index 6ca3307d8..6201e680a 100644 --- a/infer/tests/codetoanalyze/cpp/shared/methods/default_parameters.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/methods/default_parameters.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/methods/dereference_this.cpp b/infer/tests/codetoanalyze/cpp/shared/methods/dereference_this.cpp index de4683764..ee6b5dcfe 100644 --- a/infer/tests/codetoanalyze/cpp/shared/methods/dereference_this.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/methods/dereference_this.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/methods/inline_method.cpp b/infer/tests/codetoanalyze/cpp/shared/methods/inline_method.cpp index 4aee3de97..bbf8ab874 100644 --- a/infer/tests/codetoanalyze/cpp/shared/methods/inline_method.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/methods/inline_method.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/methods/overloading.cpp b/infer/tests/codetoanalyze/cpp/shared/methods/overloading.cpp index f3ada067c..9d5dd816f 100644 --- a/infer/tests/codetoanalyze/cpp/shared/methods/overloading.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/methods/overloading.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/methods/return_struct.cpp b/infer/tests/codetoanalyze/cpp/shared/methods/return_struct.cpp index e6ce0c447..5593ed41e 100644 --- a/infer/tests/codetoanalyze/cpp/shared/methods/return_struct.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/methods/return_struct.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/methods/static.cpp b/infer/tests/codetoanalyze/cpp/shared/methods/static.cpp index 25217e27b..661a26991 100644 --- a/infer/tests/codetoanalyze/cpp/shared/methods/static.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/methods/static.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/methods/virtual_methods.cpp b/infer/tests/codetoanalyze/cpp/shared/methods/virtual_methods.cpp index d4c3f2130..03e8de23b 100644 --- a/infer/tests/codetoanalyze/cpp/shared/methods/virtual_methods.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/methods/virtual_methods.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/namespace/function.cpp b/infer/tests/codetoanalyze/cpp/shared/namespace/function.cpp index 8f26b63ec..8ea8c8817 100644 --- a/infer/tests/codetoanalyze/cpp/shared/namespace/function.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/namespace/function.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/namespace/global_variable.cpp b/infer/tests/codetoanalyze/cpp/shared/namespace/global_variable.cpp index d705c28b3..8141fef86 100644 --- a/infer/tests/codetoanalyze/cpp/shared/namespace/global_variable.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/namespace/global_variable.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/namespace/namespace.cpp b/infer/tests/codetoanalyze/cpp/shared/namespace/namespace.cpp index 5a45dc19a..95cc15c4f 100644 --- a/infer/tests/codetoanalyze/cpp/shared/namespace/namespace.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/namespace/namespace.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/nestedoperators/var_decl_inside_for.cpp b/infer/tests/codetoanalyze/cpp/shared/nestedoperators/var_decl_inside_for.cpp index ebb8675f6..a5b1ffa04 100644 --- a/infer/tests/codetoanalyze/cpp/shared/nestedoperators/var_decl_inside_for.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/nestedoperators/var_decl_inside_for.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/nestedoperators/var_decl_inside_if.cpp b/infer/tests/codetoanalyze/cpp/shared/nestedoperators/var_decl_inside_if.cpp index 9735676d1..df4e5e7f7 100644 --- a/infer/tests/codetoanalyze/cpp/shared/nestedoperators/var_decl_inside_if.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/nestedoperators/var_decl_inside_if.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/nestedoperators/var_decl_inside_switch.cpp b/infer/tests/codetoanalyze/cpp/shared/nestedoperators/var_decl_inside_switch.cpp index 88fbd00e0..3d56392e8 100644 --- a/infer/tests/codetoanalyze/cpp/shared/nestedoperators/var_decl_inside_switch.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/nestedoperators/var_decl_inside_switch.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/nestedoperators/var_decl_inside_while.cpp b/infer/tests/codetoanalyze/cpp/shared/nestedoperators/var_decl_inside_while.cpp index 234771227..9c10e501d 100644 --- a/infer/tests/codetoanalyze/cpp/shared/nestedoperators/var_decl_inside_while.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/nestedoperators/var_decl_inside_while.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/npe/method_call.cpp b/infer/tests/codetoanalyze/cpp/shared/npe/method_call.cpp index 3bf8b13f3..55471e3b6 100644 --- a/infer/tests/codetoanalyze/cpp/shared/npe/method_call.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/npe/method_call.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/reference/box.cpp b/infer/tests/codetoanalyze/cpp/shared/reference/box.cpp index f7f51e782..1ce0ba7f8 100644 --- a/infer/tests/codetoanalyze/cpp/shared/reference/box.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/reference/box.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/reference/increment.cpp b/infer/tests/codetoanalyze/cpp/shared/reference/increment.cpp index 6a5f5e58a..ed85e81ed 100644 --- a/infer/tests/codetoanalyze/cpp/shared/reference/increment.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/reference/increment.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/reference/init.cpp b/infer/tests/codetoanalyze/cpp/shared/reference/init.cpp index 70bd61666..a3b137aae 100644 --- a/infer/tests/codetoanalyze/cpp/shared/reference/init.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/reference/init.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/reference/member_access.cpp b/infer/tests/codetoanalyze/cpp/shared/reference/member_access.cpp index c50a16600..092cbf706 100644 --- a/infer/tests/codetoanalyze/cpp/shared/reference/member_access.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/reference/member_access.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/reference/member_access_from_return.cpp b/infer/tests/codetoanalyze/cpp/shared/reference/member_access_from_return.cpp index 187e0be1f..2eb78eeae 100644 --- a/infer/tests/codetoanalyze/cpp/shared/reference/member_access_from_return.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/reference/member_access_from_return.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/reference/nested_assignment.cpp b/infer/tests/codetoanalyze/cpp/shared/reference/nested_assignment.cpp index 6294aebb8..8a5280d9d 100644 --- a/infer/tests/codetoanalyze/cpp/shared/reference/nested_assignment.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/reference/nested_assignment.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/reference/ptr_mem.cpp b/infer/tests/codetoanalyze/cpp/shared/reference/ptr_mem.cpp index e2902584e..4ab279ded 100644 --- a/infer/tests/codetoanalyze/cpp/shared/reference/ptr_mem.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/reference/ptr_mem.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/reference/reference_field.cpp b/infer/tests/codetoanalyze/cpp/shared/reference/reference_field.cpp index 7dc158a31..c4e1c3788 100644 --- a/infer/tests/codetoanalyze/cpp/shared/reference/reference_field.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/reference/reference_field.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/reference/reference_struct_e2e.cpp b/infer/tests/codetoanalyze/cpp/shared/reference/reference_struct_e2e.cpp index 3226d8a1f..faad36e67 100644 --- a/infer/tests/codetoanalyze/cpp/shared/reference/reference_struct_e2e.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/reference/reference_struct_e2e.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/reference/reference_type_e2e.cpp b/infer/tests/codetoanalyze/cpp/shared/reference/reference_type_e2e.cpp index 7435501d6..6ffddd779 100644 --- a/infer/tests/codetoanalyze/cpp/shared/reference/reference_type_e2e.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/reference/reference_type_e2e.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/reference/temporary_lvalue.cpp b/infer/tests/codetoanalyze/cpp/shared/reference/temporary_lvalue.cpp index ec3987657..6d1b9f57a 100644 --- a/infer/tests/codetoanalyze/cpp/shared/reference/temporary_lvalue.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/reference/temporary_lvalue.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/reference/unbox.cpp b/infer/tests/codetoanalyze/cpp/shared/reference/unbox.cpp index 4d079d8c3..38b60fa54 100644 --- a/infer/tests/codetoanalyze/cpp/shared/reference/unbox.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/reference/unbox.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/templates/class_specialization.cpp b/infer/tests/codetoanalyze/cpp/shared/templates/class_specialization.cpp index 1510ba6cb..ea2a9dd8f 100644 --- a/infer/tests/codetoanalyze/cpp/shared/templates/class_specialization.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/templates/class_specialization.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/templates/class_template_instantiate.cpp b/infer/tests/codetoanalyze/cpp/shared/templates/class_template_instantiate.cpp index fbe332f36..5495fd294 100644 --- a/infer/tests/codetoanalyze/cpp/shared/templates/class_template_instantiate.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/templates/class_template_instantiate.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/templates/function.cpp b/infer/tests/codetoanalyze/cpp/shared/templates/function.cpp index 06091a4fa..b78f0ecc9 100644 --- a/infer/tests/codetoanalyze/cpp/shared/templates/function.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/templates/function.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/templates/function_pack.cpp b/infer/tests/codetoanalyze/cpp/shared/templates/function_pack.cpp index 384bc0855..1a07942e0 100644 --- a/infer/tests/codetoanalyze/cpp/shared/templates/function_pack.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/templates/function_pack.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/templates/method.cpp b/infer/tests/codetoanalyze/cpp/shared/templates/method.cpp index 8071825e8..ee103ad4b 100644 --- a/infer/tests/codetoanalyze/cpp/shared/templates/method.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/templates/method.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/templates/simple.cpp b/infer/tests/codetoanalyze/cpp/shared/templates/simple.cpp index ef43536cd..e29e41ad6 100644 --- a/infer/tests/codetoanalyze/cpp/shared/templates/simple.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/templates/simple.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/templates/sizeof_pack.cpp b/infer/tests/codetoanalyze/cpp/shared/templates/sizeof_pack.cpp index f69416353..9b96047c1 100644 --- a/infer/tests/codetoanalyze/cpp/shared/templates/sizeof_pack.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/templates/sizeof_pack.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/types/casts.cpp b/infer/tests/codetoanalyze/cpp/shared/types/casts.cpp index c51832573..c332fe6d5 100644 --- a/infer/tests/codetoanalyze/cpp/shared/types/casts.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/types/casts.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/types/const.cpp b/infer/tests/codetoanalyze/cpp/shared/types/const.cpp index d61fa7f9f..8a6b1bb5b 100644 --- a/infer/tests/codetoanalyze/cpp/shared/types/const.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/types/const.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/types/functions.cpp b/infer/tests/codetoanalyze/cpp/shared/types/functions.cpp index 72c3f64f8..8c00086ca 100644 --- a/infer/tests/codetoanalyze/cpp/shared/types/functions.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/types/functions.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/types/inheritance.cpp b/infer/tests/codetoanalyze/cpp/shared/types/inheritance.cpp index 5d29a5ce2..4e5183ac2 100644 --- a/infer/tests/codetoanalyze/cpp/shared/types/inheritance.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/types/inheritance.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/types/inheritance_casts.cpp b/infer/tests/codetoanalyze/cpp/shared/types/inheritance_casts.cpp index 65bb5542a..5afadbeeb 100644 --- a/infer/tests/codetoanalyze/cpp/shared/types/inheritance_casts.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/types/inheritance_casts.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/types/inheritance_field.cpp b/infer/tests/codetoanalyze/cpp/shared/types/inheritance_field.cpp index e4ef92d52..661c08e74 100644 --- a/infer/tests/codetoanalyze/cpp/shared/types/inheritance_field.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/types/inheritance_field.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/types/operator_overload.cpp b/infer/tests/codetoanalyze/cpp/shared/types/operator_overload.cpp index af6377d59..3c77f9c0b 100644 --- a/infer/tests/codetoanalyze/cpp/shared/types/operator_overload.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/types/operator_overload.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/types/return_struct.cpp b/infer/tests/codetoanalyze/cpp/shared/types/return_struct.cpp index 2bd558427..2610cd92e 100644 --- a/infer/tests/codetoanalyze/cpp/shared/types/return_struct.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/types/return_struct.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/types/struct.cpp b/infer/tests/codetoanalyze/cpp/shared/types/struct.cpp index 3e9fa3413..58c344f0a 100644 --- a/infer/tests/codetoanalyze/cpp/shared/types/struct.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/types/struct.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/types/struct_forward_declare.cpp b/infer/tests/codetoanalyze/cpp/shared/types/struct_forward_declare.cpp index 214010408..3308afca6 100644 --- a/infer/tests/codetoanalyze/cpp/shared/types/struct_forward_declare.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/types/struct_forward_declare.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/types/struct_pass_by_value.cpp b/infer/tests/codetoanalyze/cpp/shared/types/struct_pass_by_value.cpp index 88ec81680..426b13343 100644 --- a/infer/tests/codetoanalyze/cpp/shared/types/struct_pass_by_value.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/types/struct_pass_by_value.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/shared/types/type_trait_expr.cpp b/infer/tests/codetoanalyze/cpp/shared/types/type_trait_expr.cpp index d99dc2de5..27c3792f2 100644 --- a/infer/tests/codetoanalyze/cpp/shared/types/type_trait_expr.cpp +++ b/infer/tests/codetoanalyze/cpp/shared/types/type_trait_expr.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/siof/Makefile b/infer/tests/codetoanalyze/cpp/siof/Makefile index 77281d025..e32278d4f 100644 --- a/infer/tests/codetoanalyze/cpp/siof/Makefile +++ b/infer/tests/codetoanalyze/cpp/siof/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/siof/siof/by_ref.cpp b/infer/tests/codetoanalyze/cpp/siof/siof/by_ref.cpp index 70416eb7d..757001ded 100644 --- a/infer/tests/codetoanalyze/cpp/siof/siof/by_ref.cpp +++ b/infer/tests/codetoanalyze/cpp/siof/siof/by_ref.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/siof/siof/const.cpp b/infer/tests/codetoanalyze/cpp/siof/siof/const.cpp index 5ba97907d..31d663373 100644 --- a/infer/tests/codetoanalyze/cpp/siof/siof/const.cpp +++ b/infer/tests/codetoanalyze/cpp/siof/siof/const.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/siof/siof/const_use.cpp b/infer/tests/codetoanalyze/cpp/siof/siof/const_use.cpp index b21524b98..ae702723f 100644 --- a/infer/tests/codetoanalyze/cpp/siof/siof/const_use.cpp +++ b/infer/tests/codetoanalyze/cpp/siof/siof/const_use.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/siof/siof/duplicate_reports.cpp b/infer/tests/codetoanalyze/cpp/siof/siof/duplicate_reports.cpp index 64dd14ce7..32fc39136 100644 --- a/infer/tests/codetoanalyze/cpp/siof/siof/duplicate_reports.cpp +++ b/infer/tests/codetoanalyze/cpp/siof/siof/duplicate_reports.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/siof/siof/include_iostream.cpp b/infer/tests/codetoanalyze/cpp/siof/siof/include_iostream.cpp index 9e34160a1..dbe5fc07e 100644 --- a/infer/tests/codetoanalyze/cpp/siof/siof/include_iostream.cpp +++ b/infer/tests/codetoanalyze/cpp/siof/siof/include_iostream.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/siof/siof/pod_across_translation_units-1.cpp b/infer/tests/codetoanalyze/cpp/siof/siof/pod_across_translation_units-1.cpp index c78ef1f88..867c4882d 100644 --- a/infer/tests/codetoanalyze/cpp/siof/siof/pod_across_translation_units-1.cpp +++ b/infer/tests/codetoanalyze/cpp/siof/siof/pod_across_translation_units-1.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/siof/siof/pod_across_translation_units-2.cpp b/infer/tests/codetoanalyze/cpp/siof/siof/pod_across_translation_units-2.cpp index 2281d39e6..7e3f8b7eb 100644 --- a/infer/tests/codetoanalyze/cpp/siof/siof/pod_across_translation_units-2.cpp +++ b/infer/tests/codetoanalyze/cpp/siof/siof/pod_across_translation_units-2.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/siof/siof/pod_same_translation_unit.cpp b/infer/tests/codetoanalyze/cpp/siof/siof/pod_same_translation_unit.cpp index bf18cfd34..f2ba51405 100644 --- a/infer/tests/codetoanalyze/cpp/siof/siof/pod_same_translation_unit.cpp +++ b/infer/tests/codetoanalyze/cpp/siof/siof/pod_same_translation_unit.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/siof/siof/siof.cpp b/infer/tests/codetoanalyze/cpp/siof/siof/siof.cpp index 45c85d639..e8e8782c6 100644 --- a/infer/tests/codetoanalyze/cpp/siof/siof/siof.cpp +++ b/infer/tests/codetoanalyze/cpp/siof/siof/siof.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/siof/siof/siof_different_tu.cpp b/infer/tests/codetoanalyze/cpp/siof/siof/siof_different_tu.cpp index a2b1e1395..03141c762 100644 --- a/infer/tests/codetoanalyze/cpp/siof/siof/siof_different_tu.cpp +++ b/infer/tests/codetoanalyze/cpp/siof/siof/siof_different_tu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/siof/siof/siof_templated.cpp b/infer/tests/codetoanalyze/cpp/siof/siof/siof_templated.cpp index 8f24062d9..79e95f9ea 100644 --- a/infer/tests/codetoanalyze/cpp/siof/siof/siof_templated.cpp +++ b/infer/tests/codetoanalyze/cpp/siof/siof/siof_templated.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/siof/siof/siof_types.h b/infer/tests/codetoanalyze/cpp/siof/siof/siof_types.h index 215ea691e..4f32037f1 100644 --- a/infer/tests/codetoanalyze/cpp/siof/siof/siof_types.h +++ b/infer/tests/codetoanalyze/cpp/siof/siof/siof_types.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/siof/siof/smart_pointer1.cpp b/infer/tests/codetoanalyze/cpp/siof/siof/smart_pointer1.cpp index e52d07678..6e5b2c63c 100644 --- a/infer/tests/codetoanalyze/cpp/siof/siof/smart_pointer1.cpp +++ b/infer/tests/codetoanalyze/cpp/siof/siof/smart_pointer1.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/siof/siof/smart_pointer1.h b/infer/tests/codetoanalyze/cpp/siof/siof/smart_pointer1.h index a17757e25..352331781 100644 --- a/infer/tests/codetoanalyze/cpp/siof/siof/smart_pointer1.h +++ b/infer/tests/codetoanalyze/cpp/siof/siof/smart_pointer1.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/siof/siof/smart_pointer2.cpp b/infer/tests/codetoanalyze/cpp/siof/siof/smart_pointer2.cpp index 4f4d8fb13..bf4498996 100644 --- a/infer/tests/codetoanalyze/cpp/siof/siof/smart_pointer2.cpp +++ b/infer/tests/codetoanalyze/cpp/siof/siof/smart_pointer2.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/siof/siof/std_ios_base_init.cpp b/infer/tests/codetoanalyze/cpp/siof/siof/std_ios_base_init.cpp index cf54d82b3..d32960c73 100644 --- a/infer/tests/codetoanalyze/cpp/siof/siof/std_ios_base_init.cpp +++ b/infer/tests/codetoanalyze/cpp/siof/siof/std_ios_base_init.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/starvation/Makefile b/infer/tests/codetoanalyze/cpp/starvation/Makefile index f0f3ba845..0560d4dad 100644 --- a/infer/tests/codetoanalyze/cpp/starvation/Makefile +++ b/infer/tests/codetoanalyze/cpp/starvation/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2018-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/starvation/basics.cpp b/infer/tests/codetoanalyze/cpp/starvation/basics.cpp index 7f1fdafb9..5f6c27690 100644 --- a/infer/tests/codetoanalyze/cpp/starvation/basics.cpp +++ b/infer/tests/codetoanalyze/cpp/starvation/basics.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/starvation/recursive.cpp b/infer/tests/codetoanalyze/cpp/starvation/recursive.cpp index 66abba226..99903f6b1 100644 --- a/infer/tests/codetoanalyze/cpp/starvation/recursive.cpp +++ b/infer/tests/codetoanalyze/cpp/starvation/recursive.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/starvation/skip.cpp b/infer/tests/codetoanalyze/cpp/starvation/skip.cpp index d0ae6d084..2520fbc3e 100644 --- a/infer/tests/codetoanalyze/cpp/starvation/skip.cpp +++ b/infer/tests/codetoanalyze/cpp/starvation/skip.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/uninit/Makefile b/infer/tests/codetoanalyze/cpp/uninit/Makefile index 865ac42b3..c26a70a49 100644 --- a/infer/tests/codetoanalyze/cpp/uninit/Makefile +++ b/infer/tests/codetoanalyze/cpp/uninit/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/uninit/default_constr.cpp b/infer/tests/codetoanalyze/cpp/uninit/default_constr.cpp index 316dac412..0ffaa332f 100644 --- a/infer/tests/codetoanalyze/cpp/uninit/default_constr.cpp +++ b/infer/tests/codetoanalyze/cpp/uninit/default_constr.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/uninit/inter_proc_uninit.cpp b/infer/tests/codetoanalyze/cpp/uninit/inter_proc_uninit.cpp index f532af02e..1961f4604 100644 --- a/infer/tests/codetoanalyze/cpp/uninit/inter_proc_uninit.cpp +++ b/infer/tests/codetoanalyze/cpp/uninit/inter_proc_uninit.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/uninit/members.cpp b/infer/tests/codetoanalyze/cpp/uninit/members.cpp index bcd833e08..7b91ba17e 100644 --- a/infer/tests/codetoanalyze/cpp/uninit/members.cpp +++ b/infer/tests/codetoanalyze/cpp/uninit/members.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/uninit/struct.cpp b/infer/tests/codetoanalyze/cpp/uninit/struct.cpp index b7b70526b..edbce3670 100644 --- a/infer/tests/codetoanalyze/cpp/uninit/struct.cpp +++ b/infer/tests/codetoanalyze/cpp/uninit/struct.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/cpp/uninit/uninit.cpp b/infer/tests/codetoanalyze/cpp/uninit/uninit.cpp index df91ce994..2615ad3e2 100644 --- a/infer/tests/codetoanalyze/cpp/uninit/uninit.cpp +++ b/infer/tests/codetoanalyze/cpp/uninit/uninit.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/bufferoverrun/Array.java b/infer/tests/codetoanalyze/java/bufferoverrun/Array.java index 971a0fe6b..532d36b93 100644 --- a/infer/tests/codetoanalyze/java/bufferoverrun/Array.java +++ b/infer/tests/codetoanalyze/java/bufferoverrun/Array.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/bufferoverrun/ArrayMember.java b/infer/tests/codetoanalyze/java/bufferoverrun/ArrayMember.java index cbe362329..06a14bb7b 100644 --- a/infer/tests/codetoanalyze/java/bufferoverrun/ArrayMember.java +++ b/infer/tests/codetoanalyze/java/bufferoverrun/ArrayMember.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/bufferoverrun/CompressedData.java b/infer/tests/codetoanalyze/java/bufferoverrun/CompressedData.java index 2eff119f7..d005910d8 100644 --- a/infer/tests/codetoanalyze/java/bufferoverrun/CompressedData.java +++ b/infer/tests/codetoanalyze/java/bufferoverrun/CompressedData.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/bufferoverrun/External.java b/infer/tests/codetoanalyze/java/bufferoverrun/External.java index b69cf17ab..c3f734513 100644 --- a/infer/tests/codetoanalyze/java/bufferoverrun/External.java +++ b/infer/tests/codetoanalyze/java/bufferoverrun/External.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/bufferoverrun/Makefile b/infer/tests/codetoanalyze/java/bufferoverrun/Makefile index 3f52d8a7b..3dbb8e191 100644 --- a/infer/tests/codetoanalyze/java/bufferoverrun/Makefile +++ b/infer/tests/codetoanalyze/java/bufferoverrun/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2018-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/checkers/AnnotationReachabilityDuplicatesExample.java b/infer/tests/codetoanalyze/java/checkers/AnnotationReachabilityDuplicatesExample.java index b11efe5ea..40235f299 100644 --- a/infer/tests/codetoanalyze/java/checkers/AnnotationReachabilityDuplicatesExample.java +++ b/infer/tests/codetoanalyze/java/checkers/AnnotationReachabilityDuplicatesExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/checkers/AutoCleanup.java b/infer/tests/codetoanalyze/java/checkers/AutoCleanup.java index f9946a037..fe8066517 100644 --- a/infer/tests/codetoanalyze/java/checkers/AutoCleanup.java +++ b/infer/tests/codetoanalyze/java/checkers/AutoCleanup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/checkers/Branch.java b/infer/tests/codetoanalyze/java/checkers/Branch.java index 8c620aae0..397312b9d 100644 --- a/infer/tests/codetoanalyze/java/checkers/Branch.java +++ b/infer/tests/codetoanalyze/java/checkers/Branch.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/checkers/CustomAnnotations.java b/infer/tests/codetoanalyze/java/checkers/CustomAnnotations.java index 07f61e811..d09fa2725 100644 --- a/infer/tests/codetoanalyze/java/checkers/CustomAnnotations.java +++ b/infer/tests/codetoanalyze/java/checkers/CustomAnnotations.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/checkers/ExpensiveCallExample.java b/infer/tests/codetoanalyze/java/checkers/ExpensiveCallExample.java index d7df6a408..c7f5d0c56 100644 --- a/infer/tests/codetoanalyze/java/checkers/ExpensiveCallExample.java +++ b/infer/tests/codetoanalyze/java/checkers/ExpensiveCallExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/checkers/ExpensiveInheritanceExample.java b/infer/tests/codetoanalyze/java/checkers/ExpensiveInheritanceExample.java index c89945906..905cde640 100644 --- a/infer/tests/codetoanalyze/java/checkers/ExpensiveInheritanceExample.java +++ b/infer/tests/codetoanalyze/java/checkers/ExpensiveInheritanceExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/checkers/ExpensiveInterfaceExample.java b/infer/tests/codetoanalyze/java/checkers/ExpensiveInterfaceExample.java index 8dce9e4c9..47c109a8d 100644 --- a/infer/tests/codetoanalyze/java/checkers/ExpensiveInterfaceExample.java +++ b/infer/tests/codetoanalyze/java/checkers/ExpensiveInterfaceExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/checkers/ExpensiveSubtypingExample.java b/infer/tests/codetoanalyze/java/checkers/ExpensiveSubtypingExample.java index e182bd3c6..f548f0179 100644 --- a/infer/tests/codetoanalyze/java/checkers/ExpensiveSubtypingExample.java +++ b/infer/tests/codetoanalyze/java/checkers/ExpensiveSubtypingExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/checkers/FragmentDoesNotRetainViewExample.java b/infer/tests/codetoanalyze/java/checkers/FragmentDoesNotRetainViewExample.java index d465771fb..aa882c631 100644 --- a/infer/tests/codetoanalyze/java/checkers/FragmentDoesNotRetainViewExample.java +++ b/infer/tests/codetoanalyze/java/checkers/FragmentDoesNotRetainViewExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/checkers/FragmentRetainsViewExample.java b/infer/tests/codetoanalyze/java/checkers/FragmentRetainsViewExample.java index 7d9ba4c92..680e32401 100644 --- a/infer/tests/codetoanalyze/java/checkers/FragmentRetainsViewExample.java +++ b/infer/tests/codetoanalyze/java/checkers/FragmentRetainsViewExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/checkers/ImmutableCast.java b/infer/tests/codetoanalyze/java/checkers/ImmutableCast.java index 23b925972..07940e189 100644 --- a/infer/tests/codetoanalyze/java/checkers/ImmutableCast.java +++ b/infer/tests/codetoanalyze/java/checkers/ImmutableCast.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/checkers/Makefile b/infer/tests/codetoanalyze/java/checkers/Makefile index 6f29437a1..ab82fa00f 100644 --- a/infer/tests/codetoanalyze/java/checkers/Makefile +++ b/infer/tests/codetoanalyze/java/checkers/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/checkers/NoAllocationExample.java b/infer/tests/codetoanalyze/java/checkers/NoAllocationExample.java index 555971d24..dde13566e 100644 --- a/infer/tests/codetoanalyze/java/checkers/NoAllocationExample.java +++ b/infer/tests/codetoanalyze/java/checkers/NoAllocationExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/checkers/NullableSuggest.java b/infer/tests/codetoanalyze/java/checkers/NullableSuggest.java index b80f86bbb..3d76fae58 100644 --- a/infer/tests/codetoanalyze/java/checkers/NullableSuggest.java +++ b/infer/tests/codetoanalyze/java/checkers/NullableSuggest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/checkers/NullableViolation.java b/infer/tests/codetoanalyze/java/checkers/NullableViolation.java index 3b18a6d2c..384e13037 100644 --- a/infer/tests/codetoanalyze/java/checkers/NullableViolation.java +++ b/infer/tests/codetoanalyze/java/checkers/NullableViolation.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/checkers/PrintfArgsChecker.java b/infer/tests/codetoanalyze/java/checkers/PrintfArgsChecker.java index a7d3cc023..4ff251e7a 100644 --- a/infer/tests/codetoanalyze/java/checkers/PrintfArgsChecker.java +++ b/infer/tests/codetoanalyze/java/checkers/PrintfArgsChecker.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/checkers/TraceCallSequence.java b/infer/tests/codetoanalyze/java/checkers/TraceCallSequence.java index 859423138..767f73f0f 100644 --- a/infer/tests/codetoanalyze/java/checkers/TraceCallSequence.java +++ b/infer/tests/codetoanalyze/java/checkers/TraceCallSequence.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/checkers/TwoCheckersExample.java b/infer/tests/codetoanalyze/java/checkers/TwoCheckersExample.java index 14fb657c1..42821c4d3 100644 --- a/infer/tests/codetoanalyze/java/checkers/TwoCheckersExample.java +++ b/infer/tests/codetoanalyze/java/checkers/TwoCheckersExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/checkers/UiThreads.java b/infer/tests/codetoanalyze/java/checkers/UiThreads.java index 7049a3fef..ee4a88401 100644 --- a/infer/tests/codetoanalyze/java/checkers/UiThreads.java +++ b/infer/tests/codetoanalyze/java/checkers/UiThreads.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/classloads/Arrays.java b/infer/tests/codetoanalyze/java/classloads/Arrays.java index c6cf01f43..c7d56934f 100644 --- a/infer/tests/codetoanalyze/java/classloads/Arrays.java +++ b/infer/tests/codetoanalyze/java/classloads/Arrays.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/classloads/Basic.java b/infer/tests/codetoanalyze/java/classloads/Basic.java index 407c17414..62c2f856f 100644 --- a/infer/tests/codetoanalyze/java/classloads/Basic.java +++ b/infer/tests/codetoanalyze/java/classloads/Basic.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/classloads/Casts.java b/infer/tests/codetoanalyze/java/classloads/Casts.java index 8844aa5ad..c3db4cb0a 100644 --- a/infer/tests/codetoanalyze/java/classloads/Casts.java +++ b/infer/tests/codetoanalyze/java/classloads/Casts.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/classloads/Catch.java b/infer/tests/codetoanalyze/java/classloads/Catch.java index 3f749cb33..b7b5b6a10 100644 --- a/infer/tests/codetoanalyze/java/classloads/Catch.java +++ b/infer/tests/codetoanalyze/java/classloads/Catch.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/classloads/Const.java b/infer/tests/codetoanalyze/java/classloads/Const.java index 9321abd8e..9c7ec29e0 100644 --- a/infer/tests/codetoanalyze/java/classloads/Const.java +++ b/infer/tests/codetoanalyze/java/classloads/Const.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/classloads/Fields.java b/infer/tests/codetoanalyze/java/classloads/Fields.java index d8985ce1a..6c3219f3d 100644 --- a/infer/tests/codetoanalyze/java/classloads/Fields.java +++ b/infer/tests/codetoanalyze/java/classloads/Fields.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/classloads/Makefile b/infer/tests/codetoanalyze/java/classloads/Makefile index 534affc21..3ccebe666 100644 --- a/infer/tests/codetoanalyze/java/classloads/Makefile +++ b/infer/tests/codetoanalyze/java/classloads/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2018-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/classloads/Prune.java b/infer/tests/codetoanalyze/java/classloads/Prune.java index 2e2e009ea..e2af0997b 100644 --- a/infer/tests/codetoanalyze/java/classloads/Prune.java +++ b/infer/tests/codetoanalyze/java/classloads/Prune.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/classloads/Static.java b/infer/tests/codetoanalyze/java/classloads/Static.java index be9b14c91..19eaa8890 100644 --- a/infer/tests/codetoanalyze/java/classloads/Static.java +++ b/infer/tests/codetoanalyze/java/classloads/Static.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/classloads/Super.java b/infer/tests/codetoanalyze/java/classloads/Super.java index bd795d652..621306ddf 100644 --- a/infer/tests/codetoanalyze/java/classloads/Super.java +++ b/infer/tests/codetoanalyze/java/classloads/Super.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/classloads/Unique.java b/infer/tests/codetoanalyze/java/classloads/Unique.java index 9aebe3d19..74eda4a39 100644 --- a/infer/tests/codetoanalyze/java/classloads/Unique.java +++ b/infer/tests/codetoanalyze/java/classloads/Unique.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/eradicate/ActivityFieldNotInitialized.java b/infer/tests/codetoanalyze/java/eradicate/ActivityFieldNotInitialized.java index 6ecab43c3..f7570805e 100644 --- a/infer/tests/codetoanalyze/java/eradicate/ActivityFieldNotInitialized.java +++ b/infer/tests/codetoanalyze/java/eradicate/ActivityFieldNotInitialized.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/eradicate/CustomAnnotations.java b/infer/tests/codetoanalyze/java/eradicate/CustomAnnotations.java index f23d49245..df6c2aea4 100644 --- a/infer/tests/codetoanalyze/java/eradicate/CustomAnnotations.java +++ b/infer/tests/codetoanalyze/java/eradicate/CustomAnnotations.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/eradicate/DefinitelyNotNullable.java b/infer/tests/codetoanalyze/java/eradicate/DefinitelyNotNullable.java index 4d6a138a3..79e497cbb 100644 --- a/infer/tests/codetoanalyze/java/eradicate/DefinitelyNotNullable.java +++ b/infer/tests/codetoanalyze/java/eradicate/DefinitelyNotNullable.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/eradicate/FieldNotInitialized.java b/infer/tests/codetoanalyze/java/eradicate/FieldNotInitialized.java index fae1efc2d..eb57d4f3f 100644 --- a/infer/tests/codetoanalyze/java/eradicate/FieldNotInitialized.java +++ b/infer/tests/codetoanalyze/java/eradicate/FieldNotInitialized.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/eradicate/FieldNotNullable.java b/infer/tests/codetoanalyze/java/eradicate/FieldNotNullable.java index 8444a1cac..bc8015823 100644 --- a/infer/tests/codetoanalyze/java/eradicate/FieldNotNullable.java +++ b/infer/tests/codetoanalyze/java/eradicate/FieldNotNullable.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/eradicate/GeneratedGraphQL.java b/infer/tests/codetoanalyze/java/eradicate/GeneratedGraphQL.java index e62d0ec3e..17c468541 100644 --- a/infer/tests/codetoanalyze/java/eradicate/GeneratedGraphQL.java +++ b/infer/tests/codetoanalyze/java/eradicate/GeneratedGraphQL.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/eradicate/InconsistentSubclassAnnotation.java b/infer/tests/codetoanalyze/java/eradicate/InconsistentSubclassAnnotation.java index c07892d31..e9598e8e9 100644 --- a/infer/tests/codetoanalyze/java/eradicate/InconsistentSubclassAnnotation.java +++ b/infer/tests/codetoanalyze/java/eradicate/InconsistentSubclassAnnotation.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/eradicate/InconsistentSubclassAnnotationInterface.java b/infer/tests/codetoanalyze/java/eradicate/InconsistentSubclassAnnotationInterface.java index d78385b4e..404c553fe 100644 --- a/infer/tests/codetoanalyze/java/eradicate/InconsistentSubclassAnnotationInterface.java +++ b/infer/tests/codetoanalyze/java/eradicate/InconsistentSubclassAnnotationInterface.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/eradicate/JunitExample.java b/infer/tests/codetoanalyze/java/eradicate/JunitExample.java index af591e55a..c5e4d7864 100644 --- a/infer/tests/codetoanalyze/java/eradicate/JunitExample.java +++ b/infer/tests/codetoanalyze/java/eradicate/JunitExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/eradicate/LibraryCalls.java b/infer/tests/codetoanalyze/java/eradicate/LibraryCalls.java index 7f15d2e5d..041b280dd 100644 --- a/infer/tests/codetoanalyze/java/eradicate/LibraryCalls.java +++ b/infer/tests/codetoanalyze/java/eradicate/LibraryCalls.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/eradicate/Makefile b/infer/tests/codetoanalyze/java/eradicate/Makefile index 927af418b..dc96fe528 100644 --- a/infer/tests/codetoanalyze/java/eradicate/Makefile +++ b/infer/tests/codetoanalyze/java/eradicate/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/eradicate/MyPreconditions.java b/infer/tests/codetoanalyze/java/eradicate/MyPreconditions.java index 02e174122..95f5ddb8d 100644 --- a/infer/tests/codetoanalyze/java/eradicate/MyPreconditions.java +++ b/infer/tests/codetoanalyze/java/eradicate/MyPreconditions.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/eradicate/NoReuseUndefFunctionValues.java b/infer/tests/codetoanalyze/java/eradicate/NoReuseUndefFunctionValues.java index 13891d50d..94f47287a 100644 --- a/infer/tests/codetoanalyze/java/eradicate/NoReuseUndefFunctionValues.java +++ b/infer/tests/codetoanalyze/java/eradicate/NoReuseUndefFunctionValues.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/eradicate/NullFieldAccess.java b/infer/tests/codetoanalyze/java/eradicate/NullFieldAccess.java index 9f656f486..173d8d271 100644 --- a/infer/tests/codetoanalyze/java/eradicate/NullFieldAccess.java +++ b/infer/tests/codetoanalyze/java/eradicate/NullFieldAccess.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/eradicate/NullMethodCall.java b/infer/tests/codetoanalyze/java/eradicate/NullMethodCall.java index eb2139986..1b3982bed 100644 --- a/infer/tests/codetoanalyze/java/eradicate/NullMethodCall.java +++ b/infer/tests/codetoanalyze/java/eradicate/NullMethodCall.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/eradicate/ParameterNotNullable.java b/infer/tests/codetoanalyze/java/eradicate/ParameterNotNullable.java index 3bb8c6007..2cf6e6705 100644 --- a/infer/tests/codetoanalyze/java/eradicate/ParameterNotNullable.java +++ b/infer/tests/codetoanalyze/java/eradicate/ParameterNotNullable.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/eradicate/PresentTest.java b/infer/tests/codetoanalyze/java/eradicate/PresentTest.java index c33278344..ab365cc8f 100644 --- a/infer/tests/codetoanalyze/java/eradicate/PresentTest.java +++ b/infer/tests/codetoanalyze/java/eradicate/PresentTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/eradicate/Redundant.java b/infer/tests/codetoanalyze/java/eradicate/Redundant.java index 3b8e3e624..666eb5a3d 100644 --- a/infer/tests/codetoanalyze/java/eradicate/Redundant.java +++ b/infer/tests/codetoanalyze/java/eradicate/Redundant.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/eradicate/ReturnNotNullable.java b/infer/tests/codetoanalyze/java/eradicate/ReturnNotNullable.java index 99d4438af..d7ffc52fa 100644 --- a/infer/tests/codetoanalyze/java/eradicate/ReturnNotNullable.java +++ b/infer/tests/codetoanalyze/java/eradicate/ReturnNotNullable.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/eradicate/ServerSideDeserializer.java b/infer/tests/codetoanalyze/java/eradicate/ServerSideDeserializer.java index 11d13c43b..14b4b7d00 100644 --- a/infer/tests/codetoanalyze/java/eradicate/ServerSideDeserializer.java +++ b/infer/tests/codetoanalyze/java/eradicate/ServerSideDeserializer.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/eradicate/SuppressedFieldNotInitializedExample.java b/infer/tests/codetoanalyze/java/eradicate/SuppressedFieldNotInitializedExample.java index 301549d0e..bc321d1a7 100644 --- a/infer/tests/codetoanalyze/java/eradicate/SuppressedFieldNotInitializedExample.java +++ b/infer/tests/codetoanalyze/java/eradicate/SuppressedFieldNotInitializedExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/hoisting/ByteBufferTest.java b/infer/tests/codetoanalyze/java/hoisting/ByteBufferTest.java index 790ca1629..c98bbc80a 100644 --- a/infer/tests/codetoanalyze/java/hoisting/ByteBufferTest.java +++ b/infer/tests/codetoanalyze/java/hoisting/ByteBufferTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/hoisting/Hoist.java b/infer/tests/codetoanalyze/java/hoisting/Hoist.java index 187fc239c..d295474ff 100644 --- a/infer/tests/codetoanalyze/java/hoisting/Hoist.java +++ b/infer/tests/codetoanalyze/java/hoisting/Hoist.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/hoisting/HoistGlobal.java b/infer/tests/codetoanalyze/java/hoisting/HoistGlobal.java index d42e0aa92..049a5781b 100644 --- a/infer/tests/codetoanalyze/java/hoisting/HoistGlobal.java +++ b/infer/tests/codetoanalyze/java/hoisting/HoistGlobal.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/hoisting/HoistIndirect.java b/infer/tests/codetoanalyze/java/hoisting/HoistIndirect.java index 318fb8bd4..24d1bddc6 100644 --- a/infer/tests/codetoanalyze/java/hoisting/HoistIndirect.java +++ b/infer/tests/codetoanalyze/java/hoisting/HoistIndirect.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/hoisting/HoistInvalidate.java b/infer/tests/codetoanalyze/java/hoisting/HoistInvalidate.java index 0c68ca5c6..75ef1b16b 100644 --- a/infer/tests/codetoanalyze/java/hoisting/HoistInvalidate.java +++ b/infer/tests/codetoanalyze/java/hoisting/HoistInvalidate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/hoisting/HoistModeled.java b/infer/tests/codetoanalyze/java/hoisting/HoistModeled.java index d1be796c9..8f2ca9e0f 100644 --- a/infer/tests/codetoanalyze/java/hoisting/HoistModeled.java +++ b/infer/tests/codetoanalyze/java/hoisting/HoistModeled.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/hoisting/HoistNoIndirectMod.java b/infer/tests/codetoanalyze/java/hoisting/HoistNoIndirectMod.java index e25e0fc83..cf9a5c0b8 100644 --- a/infer/tests/codetoanalyze/java/hoisting/HoistNoIndirectMod.java +++ b/infer/tests/codetoanalyze/java/hoisting/HoistNoIndirectMod.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/hoisting/HoistUnmodeled.java b/infer/tests/codetoanalyze/java/hoisting/HoistUnmodeled.java index a91422962..adfb73022 100644 --- a/infer/tests/codetoanalyze/java/hoisting/HoistUnmodeled.java +++ b/infer/tests/codetoanalyze/java/hoisting/HoistUnmodeled.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/hoisting/Makefile b/infer/tests/codetoanalyze/java/hoisting/Makefile index c9587ed21..23af458c7 100644 --- a/infer/tests/codetoanalyze/java/hoisting/Makefile +++ b/infer/tests/codetoanalyze/java/hoisting/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2018-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/hoistingExpensive/HoistExpensive.java b/infer/tests/codetoanalyze/java/hoistingExpensive/HoistExpensive.java index 38f76649e..b62497f7f 100644 --- a/infer/tests/codetoanalyze/java/hoistingExpensive/HoistExpensive.java +++ b/infer/tests/codetoanalyze/java/hoistingExpensive/HoistExpensive.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/hoistingExpensive/HoistModeled.java b/infer/tests/codetoanalyze/java/hoistingExpensive/HoistModeled.java index 591ee6bf0..ac8ea97c0 100644 --- a/infer/tests/codetoanalyze/java/hoistingExpensive/HoistModeled.java +++ b/infer/tests/codetoanalyze/java/hoistingExpensive/HoistModeled.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/hoistingExpensive/Makefile b/infer/tests/codetoanalyze/java/hoistingExpensive/Makefile index 086876816..6387094ca 100644 --- a/infer/tests/codetoanalyze/java/hoistingExpensive/Makefile +++ b/infer/tests/codetoanalyze/java/hoistingExpensive/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2018-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/inefficientKeysetIterator/Makefile b/infer/tests/codetoanalyze/java/inefficientKeysetIterator/Makefile index b450e41d5..a0c8ab99e 100644 --- a/infer/tests/codetoanalyze/java/inefficientKeysetIterator/Makefile +++ b/infer/tests/codetoanalyze/java/inefficientKeysetIterator/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2019-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/inefficientKeysetIterator/Test.java b/infer/tests/codetoanalyze/java/inefficientKeysetIterator/Test.java index 7b5e5d887..e24e182db 100644 --- a/infer/tests/codetoanalyze/java/inefficientKeysetIterator/Test.java +++ b/infer/tests/codetoanalyze/java/inefficientKeysetIterator/Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/infer/AnalysisStops.java b/infer/tests/codetoanalyze/java/infer/AnalysisStops.java index 22f0bef57..45fa2c179 100644 --- a/infer/tests/codetoanalyze/java/infer/AnalysisStops.java +++ b/infer/tests/codetoanalyze/java/infer/AnalysisStops.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/infer/ArrayOutOfBounds.java b/infer/tests/codetoanalyze/java/infer/ArrayOutOfBounds.java index 6a05623bc..881f8b03e 100644 --- a/infer/tests/codetoanalyze/java/infer/ArrayOutOfBounds.java +++ b/infer/tests/codetoanalyze/java/infer/ArrayOutOfBounds.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/infer/AutoGenerated.java b/infer/tests/codetoanalyze/java/infer/AutoGenerated.java index 547874051..6852aa7da 100644 --- a/infer/tests/codetoanalyze/java/infer/AutoGenerated.java +++ b/infer/tests/codetoanalyze/java/infer/AutoGenerated.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/infer/Builtins.java b/infer/tests/codetoanalyze/java/infer/Builtins.java index b1c6b5de8..d9e1f430c 100644 --- a/infer/tests/codetoanalyze/java/infer/Builtins.java +++ b/infer/tests/codetoanalyze/java/infer/Builtins.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/infer/ClassCastExceptions.java b/infer/tests/codetoanalyze/java/infer/ClassCastExceptions.java index def86786b..6e258bd73 100644 --- a/infer/tests/codetoanalyze/java/infer/ClassCastExceptions.java +++ b/infer/tests/codetoanalyze/java/infer/ClassCastExceptions.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/infer/CloseableAsResourceExample.java b/infer/tests/codetoanalyze/java/infer/CloseableAsResourceExample.java index af797ed5f..b7737fa18 100644 --- a/infer/tests/codetoanalyze/java/infer/CloseableAsResourceExample.java +++ b/infer/tests/codetoanalyze/java/infer/CloseableAsResourceExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/infer/CursorLeaks.java b/infer/tests/codetoanalyze/java/infer/CursorLeaks.java index e853d2d2d..551e529df 100644 --- a/infer/tests/codetoanalyze/java/infer/CursorLeaks.java +++ b/infer/tests/codetoanalyze/java/infer/CursorLeaks.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/infer/CursorNPEs.java b/infer/tests/codetoanalyze/java/infer/CursorNPEs.java index ad9918b62..46506e806 100644 --- a/infer/tests/codetoanalyze/java/infer/CursorNPEs.java +++ b/infer/tests/codetoanalyze/java/infer/CursorNPEs.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/infer/DivideByZero.java b/infer/tests/codetoanalyze/java/infer/DivideByZero.java index 248df0491..46eaa1b36 100644 --- a/infer/tests/codetoanalyze/java/infer/DivideByZero.java +++ b/infer/tests/codetoanalyze/java/infer/DivideByZero.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/infer/DoubleExample.java b/infer/tests/codetoanalyze/java/infer/DoubleExample.java index 536d33d8a..e69bd1f19 100644 --- a/infer/tests/codetoanalyze/java/infer/DoubleExample.java +++ b/infer/tests/codetoanalyze/java/infer/DoubleExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/infer/DynamicDispatch.java b/infer/tests/codetoanalyze/java/infer/DynamicDispatch.java index d75b7b81c..65ac5700c 100644 --- a/infer/tests/codetoanalyze/java/infer/DynamicDispatch.java +++ b/infer/tests/codetoanalyze/java/infer/DynamicDispatch.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/infer/FilterInputStreamLeaks.java b/infer/tests/codetoanalyze/java/infer/FilterInputStreamLeaks.java index 60f164353..da4e8d0d6 100644 --- a/infer/tests/codetoanalyze/java/infer/FilterInputStreamLeaks.java +++ b/infer/tests/codetoanalyze/java/infer/FilterInputStreamLeaks.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/infer/FilterOutputStreamLeaks.java b/infer/tests/codetoanalyze/java/infer/FilterOutputStreamLeaks.java index 083af51d0..6334fbc75 100644 --- a/infer/tests/codetoanalyze/java/infer/FilterOutputStreamLeaks.java +++ b/infer/tests/codetoanalyze/java/infer/FilterOutputStreamLeaks.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/infer/GuardedByExample.java b/infer/tests/codetoanalyze/java/infer/GuardedByExample.java index 1e7bc1ad2..694b0358d 100644 --- a/infer/tests/codetoanalyze/java/infer/GuardedByExample.java +++ b/infer/tests/codetoanalyze/java/infer/GuardedByExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/infer/HashMapExample.java b/infer/tests/codetoanalyze/java/infer/HashMapExample.java index 3887081f5..27b650086 100644 --- a/infer/tests/codetoanalyze/java/infer/HashMapExample.java +++ b/infer/tests/codetoanalyze/java/infer/HashMapExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/infer/IntegerExample.java b/infer/tests/codetoanalyze/java/infer/IntegerExample.java index 06a5a0efb..c98aaa027 100644 --- a/infer/tests/codetoanalyze/java/infer/IntegerExample.java +++ b/infer/tests/codetoanalyze/java/infer/IntegerExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/infer/InvokeDynamic.java b/infer/tests/codetoanalyze/java/infer/InvokeDynamic.java index 6b8f899df..6ed554e6c 100644 --- a/infer/tests/codetoanalyze/java/infer/InvokeDynamic.java +++ b/infer/tests/codetoanalyze/java/infer/InvokeDynamic.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/infer/JunitAssertion.java b/infer/tests/codetoanalyze/java/infer/JunitAssertion.java index f70f8f972..13f66c68d 100644 --- a/infer/tests/codetoanalyze/java/infer/JunitAssertion.java +++ b/infer/tests/codetoanalyze/java/infer/JunitAssertion.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/infer/Lists.java b/infer/tests/codetoanalyze/java/infer/Lists.java index dd1c0a3cb..5d601ac4a 100644 --- a/infer/tests/codetoanalyze/java/infer/Lists.java +++ b/infer/tests/codetoanalyze/java/infer/Lists.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/infer/Makefile b/infer/tests/codetoanalyze/java/infer/Makefile index 7272b20fa..0809100bd 100644 --- a/infer/tests/codetoanalyze/java/infer/Makefile +++ b/infer/tests/codetoanalyze/java/infer/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/infer/NeverNullSource.java b/infer/tests/codetoanalyze/java/infer/NeverNullSource.java index b9272902e..ee3514226 100644 --- a/infer/tests/codetoanalyze/java/infer/NeverNullSource.java +++ b/infer/tests/codetoanalyze/java/infer/NeverNullSource.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/infer/NopFun.java b/infer/tests/codetoanalyze/java/infer/NopFun.java index 90bc7aa51..701235da3 100644 --- a/infer/tests/codetoanalyze/java/infer/NopFun.java +++ b/infer/tests/codetoanalyze/java/infer/NopFun.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/infer/NullPointerExceptions.java b/infer/tests/codetoanalyze/java/infer/NullPointerExceptions.java index 7e7ab3377..d7ba08656 100644 --- a/infer/tests/codetoanalyze/java/infer/NullPointerExceptions.java +++ b/infer/tests/codetoanalyze/java/infer/NullPointerExceptions.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/infer/ReaderLeaks.java b/infer/tests/codetoanalyze/java/infer/ReaderLeaks.java index 8146c42a5..ae23b0d73 100644 --- a/infer/tests/codetoanalyze/java/infer/ReaderLeaks.java +++ b/infer/tests/codetoanalyze/java/infer/ReaderLeaks.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/infer/ResourceLeaks.java b/infer/tests/codetoanalyze/java/infer/ResourceLeaks.java index c9ca0fe8a..d378d9cee 100644 --- a/infer/tests/codetoanalyze/java/infer/ResourceLeaks.java +++ b/infer/tests/codetoanalyze/java/infer/ResourceLeaks.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/infer/ReturnValueIgnored.java b/infer/tests/codetoanalyze/java/infer/ReturnValueIgnored.java index 44c7122fc..8d9b0d013 100644 --- a/infer/tests/codetoanalyze/java/infer/ReturnValueIgnored.java +++ b/infer/tests/codetoanalyze/java/infer/ReturnValueIgnored.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/infer/SkippedSourceFile.java b/infer/tests/codetoanalyze/java/infer/SkippedSourceFile.java index 2b10919ab..8be5faf8d 100644 --- a/infer/tests/codetoanalyze/java/infer/SkippedSourceFile.java +++ b/infer/tests/codetoanalyze/java/infer/SkippedSourceFile.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/infer/SomeLibrary.java b/infer/tests/codetoanalyze/java/infer/SomeLibrary.java index 2b3dda65b..b30086b15 100644 --- a/infer/tests/codetoanalyze/java/infer/SomeLibrary.java +++ b/infer/tests/codetoanalyze/java/infer/SomeLibrary.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/infer/SuppressLintExample.java b/infer/tests/codetoanalyze/java/infer/SuppressLintExample.java index 50af88f79..246acfcbb 100644 --- a/infer/tests/codetoanalyze/java/infer/SuppressLintExample.java +++ b/infer/tests/codetoanalyze/java/infer/SuppressLintExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/infer/T.java b/infer/tests/codetoanalyze/java/infer/T.java index 46fcc4dcb..294dfa2c1 100644 --- a/infer/tests/codetoanalyze/java/infer/T.java +++ b/infer/tests/codetoanalyze/java/infer/T.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/infer/Utils.java b/infer/tests/codetoanalyze/java/infer/Utils.java index d8a2c62e2..bb88ae671 100644 --- a/infer/tests/codetoanalyze/java/infer/Utils.java +++ b/infer/tests/codetoanalyze/java/infer/Utils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/infer/WriterLeaks.java b/infer/tests/codetoanalyze/java/infer/WriterLeaks.java index 1b56e68fe..f5e2941f0 100644 --- a/infer/tests/codetoanalyze/java/infer/WriterLeaks.java +++ b/infer/tests/codetoanalyze/java/infer/WriterLeaks.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/lab/Leaks.java b/infer/tests/codetoanalyze/java/lab/Leaks.java index bc2bcca7c..e86fcdfd2 100644 --- a/infer/tests/codetoanalyze/java/lab/Leaks.java +++ b/infer/tests/codetoanalyze/java/lab/Leaks.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. @@ -39,5 +39,4 @@ public class Leaks { stream1.close(); stream2.close(); } - } diff --git a/infer/tests/codetoanalyze/java/lab/LeaksAccessPaths.java b/infer/tests/codetoanalyze/java/lab/LeaksAccessPaths.java index 10997b5af..fd9ac7b90 100644 --- a/infer/tests/codetoanalyze/java/lab/LeaksAccessPaths.java +++ b/infer/tests/codetoanalyze/java/lab/LeaksAccessPaths.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/lab/LeaksAccessPathsInterprocedural.java b/infer/tests/codetoanalyze/java/lab/LeaksAccessPathsInterprocedural.java index 16cc8c214..f3df575b8 100644 --- a/infer/tests/codetoanalyze/java/lab/LeaksAccessPathsInterprocedural.java +++ b/infer/tests/codetoanalyze/java/lab/LeaksAccessPathsInterprocedural.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/lab/LeaksAliasing.java b/infer/tests/codetoanalyze/java/lab/LeaksAliasing.java index ea0a6f13f..bf2869ef8 100644 --- a/infer/tests/codetoanalyze/java/lab/LeaksAliasing.java +++ b/infer/tests/codetoanalyze/java/lab/LeaksAliasing.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/lab/LeaksBranch.java b/infer/tests/codetoanalyze/java/lab/LeaksBranch.java index a93d0d944..c1e17d554 100644 --- a/infer/tests/codetoanalyze/java/lab/LeaksBranch.java +++ b/infer/tests/codetoanalyze/java/lab/LeaksBranch.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/lab/LeaksExceptions.java b/infer/tests/codetoanalyze/java/lab/LeaksExceptions.java index 69a024907..386efb5c0 100644 --- a/infer/tests/codetoanalyze/java/lab/LeaksExceptions.java +++ b/infer/tests/codetoanalyze/java/lab/LeaksExceptions.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/lab/LeaksInterprocedural.java b/infer/tests/codetoanalyze/java/lab/LeaksInterprocedural.java index f88a6ebd3..8463a4478 100644 --- a/infer/tests/codetoanalyze/java/lab/LeaksInterprocedural.java +++ b/infer/tests/codetoanalyze/java/lab/LeaksInterprocedural.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/lab/LeaksLoop.java b/infer/tests/codetoanalyze/java/lab/LeaksLoop.java index 45d8cd544..629900af5 100644 --- a/infer/tests/codetoanalyze/java/lab/LeaksLoop.java +++ b/infer/tests/codetoanalyze/java/lab/LeaksLoop.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/lab/Makefile b/infer/tests/codetoanalyze/java/lab/Makefile index 29c29b208..a8aa6b833 100644 --- a/infer/tests/codetoanalyze/java/lab/Makefile +++ b/infer/tests/codetoanalyze/java/lab/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/litho/Column.java b/infer/tests/codetoanalyze/java/litho/Column.java index 2d93a8c6f..228a0d10e 100644 --- a/infer/tests/codetoanalyze/java/litho/Column.java +++ b/infer/tests/codetoanalyze/java/litho/Column.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/litho/Component.java b/infer/tests/codetoanalyze/java/litho/Component.java index 31047aacf..593047e3f 100644 --- a/infer/tests/codetoanalyze/java/litho/Component.java +++ b/infer/tests/codetoanalyze/java/litho/Component.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/litho/Makefile b/infer/tests/codetoanalyze/java/litho/Makefile index f7ab46058..cb552703f 100644 --- a/infer/tests/codetoanalyze/java/litho/Makefile +++ b/infer/tests/codetoanalyze/java/litho/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/litho/RequiredProps.java b/infer/tests/codetoanalyze/java/litho/RequiredProps.java index fd1bb5336..c660e3d6e 100644 --- a/infer/tests/codetoanalyze/java/litho/RequiredProps.java +++ b/infer/tests/codetoanalyze/java/litho/RequiredProps.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/litho/ShouldUpdate.java b/infer/tests/codetoanalyze/java/litho/ShouldUpdate.java index 10de2e23c..c499f60c2 100644 --- a/infer/tests/codetoanalyze/java/litho/ShouldUpdate.java +++ b/infer/tests/codetoanalyze/java/litho/ShouldUpdate.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/performance/A.java b/infer/tests/codetoanalyze/java/performance/A.java index ac00ec2bb..a81dfcfd8 100644 --- a/infer/tests/codetoanalyze/java/performance/A.java +++ b/infer/tests/codetoanalyze/java/performance/A.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/performance/Array.java b/infer/tests/codetoanalyze/java/performance/Array.java index 21b6a5f72..ab25e50bf 100644 --- a/infer/tests/codetoanalyze/java/performance/Array.java +++ b/infer/tests/codetoanalyze/java/performance/Array.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/performance/ArrayCost.java b/infer/tests/codetoanalyze/java/performance/ArrayCost.java index 21907f404..193c39de3 100644 --- a/infer/tests/codetoanalyze/java/performance/ArrayCost.java +++ b/infer/tests/codetoanalyze/java/performance/ArrayCost.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/performance/ArrayListTest.java b/infer/tests/codetoanalyze/java/performance/ArrayListTest.java index f641da622..2d980d386 100644 --- a/infer/tests/codetoanalyze/java/performance/ArrayListTest.java +++ b/infer/tests/codetoanalyze/java/performance/ArrayListTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/performance/Break.java b/infer/tests/codetoanalyze/java/performance/Break.java index 500cb2bed..32526b749 100644 --- a/infer/tests/codetoanalyze/java/performance/Break.java +++ b/infer/tests/codetoanalyze/java/performance/Break.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/performance/CantHandle.java b/infer/tests/codetoanalyze/java/performance/CantHandle.java index 8ec34ccde..f04f242d4 100644 --- a/infer/tests/codetoanalyze/java/performance/CantHandle.java +++ b/infer/tests/codetoanalyze/java/performance/CantHandle.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/performance/CollectionTest.java b/infer/tests/codetoanalyze/java/performance/CollectionTest.java index fe11dd65a..c882503c4 100644 --- a/infer/tests/codetoanalyze/java/performance/CollectionTest.java +++ b/infer/tests/codetoanalyze/java/performance/CollectionTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/performance/CollectionsTest.java b/infer/tests/codetoanalyze/java/performance/CollectionsTest.java index 83ab21069..57adad3ff 100644 --- a/infer/tests/codetoanalyze/java/performance/CollectionsTest.java +++ b/infer/tests/codetoanalyze/java/performance/CollectionsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/performance/Compound_loop.java b/infer/tests/codetoanalyze/java/performance/Compound_loop.java index a3aa54713..fd2f7a17d 100644 --- a/infer/tests/codetoanalyze/java/performance/Compound_loop.java +++ b/infer/tests/codetoanalyze/java/performance/Compound_loop.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/performance/Continue.java b/infer/tests/codetoanalyze/java/performance/Continue.java index f02bee38b..e78063997 100644 --- a/infer/tests/codetoanalyze/java/performance/Continue.java +++ b/infer/tests/codetoanalyze/java/performance/Continue.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/performance/Cost_test.java b/infer/tests/codetoanalyze/java/performance/Cost_test.java index 6ac491015..7febe985f 100644 --- a/infer/tests/codetoanalyze/java/performance/Cost_test.java +++ b/infer/tests/codetoanalyze/java/performance/Cost_test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/performance/Cost_test_deps.java b/infer/tests/codetoanalyze/java/performance/Cost_test_deps.java index 062c9e9ff..dbbd0c801 100644 --- a/infer/tests/codetoanalyze/java/performance/Cost_test_deps.java +++ b/infer/tests/codetoanalyze/java/performance/Cost_test_deps.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/performance/EvilCfg.java b/infer/tests/codetoanalyze/java/performance/EvilCfg.java index 03f0c43d3..ed8d2e0a4 100644 --- a/infer/tests/codetoanalyze/java/performance/EvilCfg.java +++ b/infer/tests/codetoanalyze/java/performance/EvilCfg.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/performance/FieldAccess.java b/infer/tests/codetoanalyze/java/performance/FieldAccess.java index 08614895f..606811b29 100644 --- a/infer/tests/codetoanalyze/java/performance/FieldAccess.java +++ b/infer/tests/codetoanalyze/java/performance/FieldAccess.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/performance/Invariant.java b/infer/tests/codetoanalyze/java/performance/Invariant.java index e710c7264..45ddd4dc5 100644 --- a/infer/tests/codetoanalyze/java/performance/Invariant.java +++ b/infer/tests/codetoanalyze/java/performance/Invariant.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/performance/IteratorTest.java b/infer/tests/codetoanalyze/java/performance/IteratorTest.java index 770763baf..df7e2da25 100644 --- a/infer/tests/codetoanalyze/java/performance/IteratorTest.java +++ b/infer/tests/codetoanalyze/java/performance/IteratorTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/performance/JsonArray.java b/infer/tests/codetoanalyze/java/performance/JsonArray.java index a8a68a4d7..f82112fb9 100644 --- a/infer/tests/codetoanalyze/java/performance/JsonArray.java +++ b/infer/tests/codetoanalyze/java/performance/JsonArray.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/performance/JsonMap.java b/infer/tests/codetoanalyze/java/performance/JsonMap.java index 29c3ea07b..07ac73a93 100644 --- a/infer/tests/codetoanalyze/java/performance/JsonMap.java +++ b/infer/tests/codetoanalyze/java/performance/JsonMap.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/performance/JsonString.java b/infer/tests/codetoanalyze/java/performance/JsonString.java index ee71bb229..a979dae84 100644 --- a/infer/tests/codetoanalyze/java/performance/JsonString.java +++ b/infer/tests/codetoanalyze/java/performance/JsonString.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/performance/JsonType.java b/infer/tests/codetoanalyze/java/performance/JsonType.java index 6a3c2d8c0..c4d2b7107 100644 --- a/infer/tests/codetoanalyze/java/performance/JsonType.java +++ b/infer/tests/codetoanalyze/java/performance/JsonType.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/performance/JsonUtils.java b/infer/tests/codetoanalyze/java/performance/JsonUtils.java index 0391a90ac..39e39209b 100644 --- a/infer/tests/codetoanalyze/java/performance/JsonUtils.java +++ b/infer/tests/codetoanalyze/java/performance/JsonUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/performance/ListTest.java b/infer/tests/codetoanalyze/java/performance/ListTest.java index 3cefa34da..e5af7d442 100644 --- a/infer/tests/codetoanalyze/java/performance/ListTest.java +++ b/infer/tests/codetoanalyze/java/performance/ListTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/performance/Loops.java b/infer/tests/codetoanalyze/java/performance/Loops.java index aaba6c036..ad1d7efbc 100644 --- a/infer/tests/codetoanalyze/java/performance/Loops.java +++ b/infer/tests/codetoanalyze/java/performance/Loops.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/performance/Makefile b/infer/tests/codetoanalyze/java/performance/Makefile index a03dc1c62..ba1daf288 100644 --- a/infer/tests/codetoanalyze/java/performance/Makefile +++ b/infer/tests/codetoanalyze/java/performance/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2018-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/performance/MapTest.java b/infer/tests/codetoanalyze/java/performance/MapTest.java index 703d673f1..e87ab9a2a 100644 --- a/infer/tests/codetoanalyze/java/performance/MapTest.java +++ b/infer/tests/codetoanalyze/java/performance/MapTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/performance/Switch.java b/infer/tests/codetoanalyze/java/performance/Switch.java index 95c247e9c..1ec1afb28 100644 --- a/infer/tests/codetoanalyze/java/performance/Switch.java +++ b/infer/tests/codetoanalyze/java/performance/Switch.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/performance/UnknownCallsTest.java b/infer/tests/codetoanalyze/java/performance/UnknownCallsTest.java index d060031f3..2f0770a2f 100644 --- a/infer/tests/codetoanalyze/java/performance/UnknownCallsTest.java +++ b/infer/tests/codetoanalyze/java/performance/UnknownCallsTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/performance/Zero.java b/infer/tests/codetoanalyze/java/performance/Zero.java index be7deae2c..f1458a018 100644 --- a/infer/tests/codetoanalyze/java/performance/Zero.java +++ b/infer/tests/codetoanalyze/java/performance/Zero.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/purity/GlobalTest.java b/infer/tests/codetoanalyze/java/purity/GlobalTest.java index 3d2870639..af7574059 100644 --- a/infer/tests/codetoanalyze/java/purity/GlobalTest.java +++ b/infer/tests/codetoanalyze/java/purity/GlobalTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/purity/Localities.java b/infer/tests/codetoanalyze/java/purity/Localities.java index fde062c77..0f9e7270e 100644 --- a/infer/tests/codetoanalyze/java/purity/Localities.java +++ b/infer/tests/codetoanalyze/java/purity/Localities.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/purity/Makefile b/infer/tests/codetoanalyze/java/purity/Makefile index 22d3c761d..2c810ab70 100644 --- a/infer/tests/codetoanalyze/java/purity/Makefile +++ b/infer/tests/codetoanalyze/java/purity/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2018-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/purity/PurityModeled.java b/infer/tests/codetoanalyze/java/purity/PurityModeled.java index 707acc567..8ea40adb2 100644 --- a/infer/tests/codetoanalyze/java/purity/PurityModeled.java +++ b/infer/tests/codetoanalyze/java/purity/PurityModeled.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/purity/Test.java b/infer/tests/codetoanalyze/java/purity/Test.java index bab901ccb..3c617186f 100644 --- a/infer/tests/codetoanalyze/java/purity/Test.java +++ b/infer/tests/codetoanalyze/java/purity/Test.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/quandary/Arrays.java b/infer/tests/codetoanalyze/java/quandary/Arrays.java index cbbd828da..8598ccf40 100644 --- a/infer/tests/codetoanalyze/java/quandary/Arrays.java +++ b/infer/tests/codetoanalyze/java/quandary/Arrays.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/quandary/Basics.java b/infer/tests/codetoanalyze/java/quandary/Basics.java index 18b7c7411..c823090ec 100644 --- a/infer/tests/codetoanalyze/java/quandary/Basics.java +++ b/infer/tests/codetoanalyze/java/quandary/Basics.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/quandary/ClassLoading.java b/infer/tests/codetoanalyze/java/quandary/ClassLoading.java index 7d9ee9165..587372771 100644 --- a/infer/tests/codetoanalyze/java/quandary/ClassLoading.java +++ b/infer/tests/codetoanalyze/java/quandary/ClassLoading.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/quandary/ContentProviders.java b/infer/tests/codetoanalyze/java/quandary/ContentProviders.java index 4b89c6628..04efb0311 100644 --- a/infer/tests/codetoanalyze/java/quandary/ContentProviders.java +++ b/infer/tests/codetoanalyze/java/quandary/ContentProviders.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/quandary/DynamicDispatch.java b/infer/tests/codetoanalyze/java/quandary/DynamicDispatch.java index c4fd841f6..a9f15cbda 100644 --- a/infer/tests/codetoanalyze/java/quandary/DynamicDispatch.java +++ b/infer/tests/codetoanalyze/java/quandary/DynamicDispatch.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/quandary/Exceptions.java b/infer/tests/codetoanalyze/java/quandary/Exceptions.java index 576c4c7ba..a6817cfb0 100644 --- a/infer/tests/codetoanalyze/java/quandary/Exceptions.java +++ b/infer/tests/codetoanalyze/java/quandary/Exceptions.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/quandary/ExternalSpecs.java b/infer/tests/codetoanalyze/java/quandary/ExternalSpecs.java index 93804267b..6d1467fd6 100644 --- a/infer/tests/codetoanalyze/java/quandary/ExternalSpecs.java +++ b/infer/tests/codetoanalyze/java/quandary/ExternalSpecs.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/quandary/Fields.java b/infer/tests/codetoanalyze/java/quandary/Fields.java index fc92d23dd..f5b4100f7 100644 --- a/infer/tests/codetoanalyze/java/quandary/Fields.java +++ b/infer/tests/codetoanalyze/java/quandary/Fields.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/quandary/Files.java b/infer/tests/codetoanalyze/java/quandary/Files.java index 242a3d7be..e379322c0 100644 --- a/infer/tests/codetoanalyze/java/quandary/Files.java +++ b/infer/tests/codetoanalyze/java/quandary/Files.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/quandary/FlowSensitivity.java b/infer/tests/codetoanalyze/java/quandary/FlowSensitivity.java index 615122388..90c5ce5d4 100644 --- a/infer/tests/codetoanalyze/java/quandary/FlowSensitivity.java +++ b/infer/tests/codetoanalyze/java/quandary/FlowSensitivity.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/quandary/Hil.java b/infer/tests/codetoanalyze/java/quandary/Hil.java index 63f2078c1..6294cd36f 100644 --- a/infer/tests/codetoanalyze/java/quandary/Hil.java +++ b/infer/tests/codetoanalyze/java/quandary/Hil.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/quandary/Intents.java b/infer/tests/codetoanalyze/java/quandary/Intents.java index dcf79e66f..565017775 100644 --- a/infer/tests/codetoanalyze/java/quandary/Intents.java +++ b/infer/tests/codetoanalyze/java/quandary/Intents.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/quandary/Interprocedural.java b/infer/tests/codetoanalyze/java/quandary/Interprocedural.java index cf4fe70e2..fd119b537 100644 --- a/infer/tests/codetoanalyze/java/quandary/Interprocedural.java +++ b/infer/tests/codetoanalyze/java/quandary/Interprocedural.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/quandary/LoggingPrivateData.java b/infer/tests/codetoanalyze/java/quandary/LoggingPrivateData.java index 46756c635..307c33093 100644 --- a/infer/tests/codetoanalyze/java/quandary/LoggingPrivateData.java +++ b/infer/tests/codetoanalyze/java/quandary/LoggingPrivateData.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/quandary/Makefile b/infer/tests/codetoanalyze/java/quandary/Makefile index c39f57cb2..fd63d5eca 100644 --- a/infer/tests/codetoanalyze/java/quandary/Makefile +++ b/infer/tests/codetoanalyze/java/quandary/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/quandary/Recursion.java b/infer/tests/codetoanalyze/java/quandary/Recursion.java index 89a9c1831..1117a0fa5 100644 --- a/infer/tests/codetoanalyze/java/quandary/Recursion.java +++ b/infer/tests/codetoanalyze/java/quandary/Recursion.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/quandary/Serialization.java b/infer/tests/codetoanalyze/java/quandary/Serialization.java index e2175632b..3335a8615 100644 --- a/infer/tests/codetoanalyze/java/quandary/Serialization.java +++ b/infer/tests/codetoanalyze/java/quandary/Serialization.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/quandary/Services.java b/infer/tests/codetoanalyze/java/quandary/Services.java index 34c4e82c7..77665f48e 100644 --- a/infer/tests/codetoanalyze/java/quandary/Services.java +++ b/infer/tests/codetoanalyze/java/quandary/Services.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/quandary/Strings.java b/infer/tests/codetoanalyze/java/quandary/Strings.java index 4706bcebc..892f6267c 100644 --- a/infer/tests/codetoanalyze/java/quandary/Strings.java +++ b/infer/tests/codetoanalyze/java/quandary/Strings.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/quandary/TaintExample.java b/infer/tests/codetoanalyze/java/quandary/TaintExample.java index f3973d132..3537c2e74 100644 --- a/infer/tests/codetoanalyze/java/quandary/TaintExample.java +++ b/infer/tests/codetoanalyze/java/quandary/TaintExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/quandary/TaintedFormals.java b/infer/tests/codetoanalyze/java/quandary/TaintedFormals.java index a8025aedd..b237a50fe 100644 --- a/infer/tests/codetoanalyze/java/quandary/TaintedFormals.java +++ b/infer/tests/codetoanalyze/java/quandary/TaintedFormals.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/quandary/Traces.java b/infer/tests/codetoanalyze/java/quandary/Traces.java index 307be7ac2..ebb8e675f 100644 --- a/infer/tests/codetoanalyze/java/quandary/Traces.java +++ b/infer/tests/codetoanalyze/java/quandary/Traces.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/quandary/UnknownCode.java b/infer/tests/codetoanalyze/java/quandary/UnknownCode.java index e3e28ee1f..e159f00c4 100644 --- a/infer/tests/codetoanalyze/java/quandary/UnknownCode.java +++ b/infer/tests/codetoanalyze/java/quandary/UnknownCode.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/quandary/UserControlledStrings.java b/infer/tests/codetoanalyze/java/quandary/UserControlledStrings.java index b2b79737f..2dd90159a 100644 --- a/infer/tests/codetoanalyze/java/quandary/UserControlledStrings.java +++ b/infer/tests/codetoanalyze/java/quandary/UserControlledStrings.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/quandary/WebViews.java b/infer/tests/codetoanalyze/java/quandary/WebViews.java index 7839bd11e..36f63f03e 100644 --- a/infer/tests/codetoanalyze/java/quandary/WebViews.java +++ b/infer/tests/codetoanalyze/java/quandary/WebViews.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/racerd/AbstractOwnership.java b/infer/tests/codetoanalyze/java/racerd/AbstractOwnership.java index b262697e9..2cdd7f9ba 100644 --- a/infer/tests/codetoanalyze/java/racerd/AbstractOwnership.java +++ b/infer/tests/codetoanalyze/java/racerd/AbstractOwnership.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/racerd/Alias.java b/infer/tests/codetoanalyze/java/racerd/Alias.java index 36515a676..8d4aa751b 100644 --- a/infer/tests/codetoanalyze/java/racerd/Alias.java +++ b/infer/tests/codetoanalyze/java/racerd/Alias.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/racerd/AndroidModels.java b/infer/tests/codetoanalyze/java/racerd/AndroidModels.java index aa53ed60c..993eadd26 100644 --- a/infer/tests/codetoanalyze/java/racerd/AndroidModels.java +++ b/infer/tests/codetoanalyze/java/racerd/AndroidModels.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/racerd/Annotations.java b/infer/tests/codetoanalyze/java/racerd/Annotations.java index 33c76c421..6eda90250 100644 --- a/infer/tests/codetoanalyze/java/racerd/Annotations.java +++ b/infer/tests/codetoanalyze/java/racerd/Annotations.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/racerd/Arrays.java b/infer/tests/codetoanalyze/java/racerd/Arrays.java index 1aa5a7e7b..1e70011a8 100644 --- a/infer/tests/codetoanalyze/java/racerd/Arrays.java +++ b/infer/tests/codetoanalyze/java/racerd/Arrays.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/racerd/Builders.java b/infer/tests/codetoanalyze/java/racerd/Builders.java index 9d6a3e162..61f4ef19a 100644 --- a/infer/tests/codetoanalyze/java/racerd/Builders.java +++ b/infer/tests/codetoanalyze/java/racerd/Builders.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/racerd/Constructors.java b/infer/tests/codetoanalyze/java/racerd/Constructors.java index 7dcf2d881..15c3f81e8 100644 --- a/infer/tests/codetoanalyze/java/racerd/Constructors.java +++ b/infer/tests/codetoanalyze/java/racerd/Constructors.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/racerd/Containers.java b/infer/tests/codetoanalyze/java/racerd/Containers.java index 08c3393a3..353e6c77a 100644 --- a/infer/tests/codetoanalyze/java/racerd/Containers.java +++ b/infer/tests/codetoanalyze/java/racerd/Containers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/racerd/DeepOwnership.java b/infer/tests/codetoanalyze/java/racerd/DeepOwnership.java index d96fba78d..38b2d12ca 100644 --- a/infer/tests/codetoanalyze/java/racerd/DeepOwnership.java +++ b/infer/tests/codetoanalyze/java/racerd/DeepOwnership.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/racerd/Dispatch.java b/infer/tests/codetoanalyze/java/racerd/Dispatch.java index bf76733c1..f7e3710ac 100644 --- a/infer/tests/codetoanalyze/java/racerd/Dispatch.java +++ b/infer/tests/codetoanalyze/java/racerd/Dispatch.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/racerd/DoNotReport.java b/infer/tests/codetoanalyze/java/racerd/DoNotReport.java index 03c806b4d..cfd6e1247 100644 --- a/infer/tests/codetoanalyze/java/racerd/DoNotReport.java +++ b/infer/tests/codetoanalyze/java/racerd/DoNotReport.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/racerd/Escape.java b/infer/tests/codetoanalyze/java/racerd/Escape.java index 6ace9032c..39f46dc61 100644 --- a/infer/tests/codetoanalyze/java/racerd/Escape.java +++ b/infer/tests/codetoanalyze/java/racerd/Escape.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/racerd/GuardedByTests.java b/infer/tests/codetoanalyze/java/racerd/GuardedByTests.java index 74e5403a9..861e50108 100644 --- a/infer/tests/codetoanalyze/java/racerd/GuardedByTests.java +++ b/infer/tests/codetoanalyze/java/racerd/GuardedByTests.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. @@ -55,7 +55,6 @@ public class GuardedByTests { d = 0; } - public void interprocUnlockedWriteBad() { privateUnlockedWriteOk(); } diff --git a/infer/tests/codetoanalyze/java/racerd/Inference.java b/infer/tests/codetoanalyze/java/racerd/Inference.java index 8148111cc..6070d119a 100644 --- a/infer/tests/codetoanalyze/java/racerd/Inference.java +++ b/infer/tests/codetoanalyze/java/racerd/Inference.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/racerd/Locks.java b/infer/tests/codetoanalyze/java/racerd/Locks.java index f6062183d..a6ab1e4c3 100644 --- a/infer/tests/codetoanalyze/java/racerd/Locks.java +++ b/infer/tests/codetoanalyze/java/racerd/Locks.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/racerd/Makefile b/infer/tests/codetoanalyze/java/racerd/Makefile index 1994ac321..5eb3ed904 100644 --- a/infer/tests/codetoanalyze/java/racerd/Makefile +++ b/infer/tests/codetoanalyze/java/racerd/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/racerd/NonSourceVar.java b/infer/tests/codetoanalyze/java/racerd/NonSourceVar.java index 143b1838d..1874a2a06 100644 --- a/infer/tests/codetoanalyze/java/racerd/NonSourceVar.java +++ b/infer/tests/codetoanalyze/java/racerd/NonSourceVar.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/racerd/NotThreadSafeExample.java b/infer/tests/codetoanalyze/java/racerd/NotThreadSafeExample.java index d30038731..44639b552 100644 --- a/infer/tests/codetoanalyze/java/racerd/NotThreadSafeExample.java +++ b/infer/tests/codetoanalyze/java/racerd/NotThreadSafeExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/racerd/Ownership.java b/infer/tests/codetoanalyze/java/racerd/Ownership.java index adfb8e0d1..4914a17d1 100644 --- a/infer/tests/codetoanalyze/java/racerd/Ownership.java +++ b/infer/tests/codetoanalyze/java/racerd/Ownership.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/racerd/RaceWithMainThread.java b/infer/tests/codetoanalyze/java/racerd/RaceWithMainThread.java index bb518ae55..311f45bdf 100644 --- a/infer/tests/codetoanalyze/java/racerd/RaceWithMainThread.java +++ b/infer/tests/codetoanalyze/java/racerd/RaceWithMainThread.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/racerd/ReadWriteRaces.java b/infer/tests/codetoanalyze/java/racerd/ReadWriteRaces.java index a1ecc2bd0..686ef4c45 100644 --- a/infer/tests/codetoanalyze/java/racerd/ReadWriteRaces.java +++ b/infer/tests/codetoanalyze/java/racerd/ReadWriteRaces.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/racerd/SkippedClass.java b/infer/tests/codetoanalyze/java/racerd/SkippedClass.java index cee995ec9..e0938c315 100644 --- a/infer/tests/codetoanalyze/java/racerd/SkippedClass.java +++ b/infer/tests/codetoanalyze/java/racerd/SkippedClass.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/racerd/SubFld.java b/infer/tests/codetoanalyze/java/racerd/SubFld.java index 0754d9d40..3c877c2b3 100644 --- a/infer/tests/codetoanalyze/java/racerd/SubFld.java +++ b/infer/tests/codetoanalyze/java/racerd/SubFld.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/racerd/SwitchEnum.java b/infer/tests/codetoanalyze/java/racerd/SwitchEnum.java index 48d80824f..7443da1af 100644 --- a/infer/tests/codetoanalyze/java/racerd/SwitchEnum.java +++ b/infer/tests/codetoanalyze/java/racerd/SwitchEnum.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/racerd/ThreadSafeExample.java b/infer/tests/codetoanalyze/java/racerd/ThreadSafeExample.java index 926b72a4b..9ebbc0c07 100644 --- a/infer/tests/codetoanalyze/java/racerd/ThreadSafeExample.java +++ b/infer/tests/codetoanalyze/java/racerd/ThreadSafeExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/racerd/ThreadSafeMethods.java b/infer/tests/codetoanalyze/java/racerd/ThreadSafeMethods.java index 008975a7c..a0d30c4b4 100644 --- a/infer/tests/codetoanalyze/java/racerd/ThreadSafeMethods.java +++ b/infer/tests/codetoanalyze/java/racerd/ThreadSafeMethods.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/racerd/issues.exp b/infer/tests/codetoanalyze/java/racerd/issues.exp index 4c4965992..b96f2990d 100644 --- a/infer/tests/codetoanalyze/java/racerd/issues.exp +++ b/infer/tests/codetoanalyze/java/racerd/issues.exp @@ -50,8 +50,8 @@ codetoanalyze/java/racerd/DeepOwnership.java, DeepOwnership.reassignBaseToGlobal codetoanalyze/java/racerd/Dispatch.java, codetoanalyze.java.checkers.Dispatch.callUnannotatedInterfaceBad(codetoanalyze.java.checkers.UnannotatedInterface):void, 49, INTERFACE_NOT_THREAD_SAFE, no_bucket, WARNING, [Call to un-annotated interface method void UnannotatedInterface.foo()] codetoanalyze/java/racerd/Dispatch.java, codetoanalyze.java.checkers.Dispatch.callUnannotatedInterfaceIndirectBad(codetoanalyze.java.checkers.NotThreadSafe,codetoanalyze.java.checkers.UnannotatedInterface):void, 53, INTERFACE_NOT_THREAD_SAFE, no_bucket, WARNING, [call to void NotThreadSafe.notThreadSafeOk(UnannotatedInterface),Call to un-annotated interface method void UnannotatedInterface.foo()] codetoanalyze/java/racerd/Dispatch.java, codetoanalyze.java.checkers.ThreadConfinedField.interfaceCallOnNormalFieldBad():void, 102, INTERFACE_NOT_THREAD_SAFE, no_bucket, WARNING, [Call to un-annotated interface method void UnannotatedInterface.foo()] -codetoanalyze/java/racerd/GuardedByTests.java, codetoanalyze.java.infer.GuardedByOther.accessBad():void, 128, GUARDEDBY_VIOLATION, no_bucket, WARNING, [access to `this.x`] -codetoanalyze/java/racerd/GuardedByTests.java, codetoanalyze.java.infer.GuardedByTests.interprocUnlockedWriteBad():void, 60, GUARDEDBY_VIOLATION, no_bucket, WARNING, [call to void GuardedByTests.privateUnlockedWriteOk(),access to `this.d`] +codetoanalyze/java/racerd/GuardedByTests.java, codetoanalyze.java.infer.GuardedByOther.accessBad():void, 127, GUARDEDBY_VIOLATION, no_bucket, WARNING, [access to `this.x`] +codetoanalyze/java/racerd/GuardedByTests.java, codetoanalyze.java.infer.GuardedByTests.interprocUnlockedWriteBad():void, 59, GUARDEDBY_VIOLATION, no_bucket, WARNING, [call to void GuardedByTests.privateUnlockedWriteOk(),access to `this.d`] codetoanalyze/java/racerd/GuardedByTests.java, codetoanalyze.java.infer.GuardedByTests.unlockedWriteBad():void, 35, GUARDEDBY_VIOLATION, no_bucket, WARNING, [access to `this.b`] codetoanalyze/java/racerd/Inference.java, codetoanalyze.java.checkers.Inference.read4OutsideSyncBad():int, 64, THREAD_SAFETY_VIOLATION, no_bucket, WARNING, [,access to `this.mField4`,,access to `this.mField4`] codetoanalyze/java/racerd/Inference.java, codetoanalyze.java.checkers.Inference.unprotectedRead1Bad():int, 21, THREAD_SAFETY_VIOLATION, no_bucket, WARNING, [,access to `this.mField1`,,access to `this.mField1`] diff --git a/infer/tests/codetoanalyze/java/starvation/AccMgr.java b/infer/tests/codetoanalyze/java/starvation/AccMgr.java index 21e5e5e77..e41581e49 100644 --- a/infer/tests/codetoanalyze/java/starvation/AccMgr.java +++ b/infer/tests/codetoanalyze/java/starvation/AccMgr.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/starvation/AsyncTaskGet.java b/infer/tests/codetoanalyze/java/starvation/AsyncTaskGet.java index 199903525..9b4ea4b68 100644 --- a/infer/tests/codetoanalyze/java/starvation/AsyncTaskGet.java +++ b/infer/tests/codetoanalyze/java/starvation/AsyncTaskGet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/starvation/Binders.java b/infer/tests/codetoanalyze/java/starvation/Binders.java index 559293687..d55b9b9f6 100644 --- a/infer/tests/codetoanalyze/java/starvation/Binders.java +++ b/infer/tests/codetoanalyze/java/starvation/Binders.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/starvation/Countdwn.java b/infer/tests/codetoanalyze/java/starvation/Countdwn.java index bd9d57c07..31a3e6a86 100644 --- a/infer/tests/codetoanalyze/java/starvation/Countdwn.java +++ b/infer/tests/codetoanalyze/java/starvation/Countdwn.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/starvation/Dedup.java b/infer/tests/codetoanalyze/java/starvation/Dedup.java index 341684fa4..412d1304f 100644 --- a/infer/tests/codetoanalyze/java/starvation/Dedup.java +++ b/infer/tests/codetoanalyze/java/starvation/Dedup.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/starvation/FutureGet.java b/infer/tests/codetoanalyze/java/starvation/FutureGet.java index 6c0d2ac6d..e5999044a 100644 --- a/infer/tests/codetoanalyze/java/starvation/FutureGet.java +++ b/infer/tests/codetoanalyze/java/starvation/FutureGet.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/starvation/IndirectBlock.java b/infer/tests/codetoanalyze/java/starvation/IndirectBlock.java index 7045efbb3..6d1560071 100644 --- a/infer/tests/codetoanalyze/java/starvation/IndirectBlock.java +++ b/infer/tests/codetoanalyze/java/starvation/IndirectBlock.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/starvation/InnerClass.java b/infer/tests/codetoanalyze/java/starvation/InnerClass.java index 04a7a0a34..6b8954a07 100644 --- a/infer/tests/codetoanalyze/java/starvation/InnerClass.java +++ b/infer/tests/codetoanalyze/java/starvation/InnerClass.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/starvation/Interclass.java b/infer/tests/codetoanalyze/java/starvation/Interclass.java index b0ca76650..893fb4db1 100644 --- a/infer/tests/codetoanalyze/java/starvation/Interclass.java +++ b/infer/tests/codetoanalyze/java/starvation/Interclass.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/starvation/Interproc.java b/infer/tests/codetoanalyze/java/starvation/Interproc.java index 3d27d2914..7aa2ba0a7 100644 --- a/infer/tests/codetoanalyze/java/starvation/Interproc.java +++ b/infer/tests/codetoanalyze/java/starvation/Interproc.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/starvation/Intraproc.java b/infer/tests/codetoanalyze/java/starvation/Intraproc.java index 56c275cea..fb7a5e9c7 100644 --- a/infer/tests/codetoanalyze/java/starvation/Intraproc.java +++ b/infer/tests/codetoanalyze/java/starvation/Intraproc.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/starvation/JavaIO.java b/infer/tests/codetoanalyze/java/starvation/JavaIO.java index 1c2443430..e445d8145 100644 --- a/infer/tests/codetoanalyze/java/starvation/JavaIO.java +++ b/infer/tests/codetoanalyze/java/starvation/JavaIO.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/starvation/LegacySync.java b/infer/tests/codetoanalyze/java/starvation/LegacySync.java index b1a3b6d46..8d145934f 100644 --- a/infer/tests/codetoanalyze/java/starvation/LegacySync.java +++ b/infer/tests/codetoanalyze/java/starvation/LegacySync.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/starvation/LocalLock.java b/infer/tests/codetoanalyze/java/starvation/LocalLock.java index 93769476b..2dd0a168a 100644 --- a/infer/tests/codetoanalyze/java/starvation/LocalLock.java +++ b/infer/tests/codetoanalyze/java/starvation/LocalLock.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/starvation/MainThreadTest.java b/infer/tests/codetoanalyze/java/starvation/MainThreadTest.java index 2ce3c198a..4e1d940bd 100644 --- a/infer/tests/codetoanalyze/java/starvation/MainThreadTest.java +++ b/infer/tests/codetoanalyze/java/starvation/MainThreadTest.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/starvation/Makefile b/infer/tests/codetoanalyze/java/starvation/Makefile index eb1621d0c..adb9823f6 100644 --- a/infer/tests/codetoanalyze/java/starvation/Makefile +++ b/infer/tests/codetoanalyze/java/starvation/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2018-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/starvation/MyActivity.java b/infer/tests/codetoanalyze/java/starvation/MyActivity.java index 62e331487..fc0dc87eb 100644 --- a/infer/tests/codetoanalyze/java/starvation/MyActivity.java +++ b/infer/tests/codetoanalyze/java/starvation/MyActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/starvation/NonBlk.java b/infer/tests/codetoanalyze/java/starvation/NonBlk.java index e6f24ad54..465baa575 100644 --- a/infer/tests/codetoanalyze/java/starvation/NonBlk.java +++ b/infer/tests/codetoanalyze/java/starvation/NonBlk.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/starvation/ObjWait.java b/infer/tests/codetoanalyze/java/starvation/ObjWait.java index 3251c41af..9bcda179a 100644 --- a/infer/tests/codetoanalyze/java/starvation/ObjWait.java +++ b/infer/tests/codetoanalyze/java/starvation/ObjWait.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/starvation/OurThreadUtils.java b/infer/tests/codetoanalyze/java/starvation/OurThreadUtils.java index 15ff5d339..1435b1253 100644 --- a/infer/tests/codetoanalyze/java/starvation/OurThreadUtils.java +++ b/infer/tests/codetoanalyze/java/starvation/OurThreadUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/starvation/PubPriv.java b/infer/tests/codetoanalyze/java/starvation/PubPriv.java index 5330d4e8e..b9e84004e 100644 --- a/infer/tests/codetoanalyze/java/starvation/PubPriv.java +++ b/infer/tests/codetoanalyze/java/starvation/PubPriv.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/starvation/ServiceOnUIThread.java b/infer/tests/codetoanalyze/java/starvation/ServiceOnUIThread.java index a4a3ab3cb..23588dd40 100644 --- a/infer/tests/codetoanalyze/java/starvation/ServiceOnUIThread.java +++ b/infer/tests/codetoanalyze/java/starvation/ServiceOnUIThread.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/starvation/SkipAnalysis.java b/infer/tests/codetoanalyze/java/starvation/SkipAnalysis.java index ac985e4f4..43fa70ec9 100644 --- a/infer/tests/codetoanalyze/java/starvation/SkipAnalysis.java +++ b/infer/tests/codetoanalyze/java/starvation/SkipAnalysis.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/starvation/StaticLock.java b/infer/tests/codetoanalyze/java/starvation/StaticLock.java index 00bcc0989..2aa697801 100644 --- a/infer/tests/codetoanalyze/java/starvation/StaticLock.java +++ b/infer/tests/codetoanalyze/java/starvation/StaticLock.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/starvation/StrictModeViolation.java b/infer/tests/codetoanalyze/java/starvation/StrictModeViolation.java index aa8098519..c119c75cf 100644 --- a/infer/tests/codetoanalyze/java/starvation/StrictModeViolation.java +++ b/infer/tests/codetoanalyze/java/starvation/StrictModeViolation.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/starvation/SuppLint.java b/infer/tests/codetoanalyze/java/starvation/SuppLint.java index cad9cc442..83167b878 100644 --- a/infer/tests/codetoanalyze/java/starvation/SuppLint.java +++ b/infer/tests/codetoanalyze/java/starvation/SuppLint.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/starvation/ThreadSleep.java b/infer/tests/codetoanalyze/java/starvation/ThreadSleep.java index dd576215f..1d45837d8 100644 --- a/infer/tests/codetoanalyze/java/starvation/ThreadSleep.java +++ b/infer/tests/codetoanalyze/java/starvation/ThreadSleep.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/starvation/UIDeadlock.java b/infer/tests/codetoanalyze/java/starvation/UIDeadlock.java index 0252f643c..da237fe4c 100644 --- a/infer/tests/codetoanalyze/java/starvation/UIDeadlock.java +++ b/infer/tests/codetoanalyze/java/starvation/UIDeadlock.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/starvation/Workers.java b/infer/tests/codetoanalyze/java/starvation/Workers.java index 46e4d27b6..7ecae8bdd 100644 --- a/infer/tests/codetoanalyze/java/starvation/Workers.java +++ b/infer/tests/codetoanalyze/java/starvation/Workers.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/topl/Iterators.java b/infer/tests/codetoanalyze/java/topl/Iterators.java index 6bb0d3888..ea917c73a 100644 --- a/infer/tests/codetoanalyze/java/topl/Iterators.java +++ b/infer/tests/codetoanalyze/java/topl/Iterators.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/topl/Makefile b/infer/tests/codetoanalyze/java/topl/Makefile index 7f8c2fd69..a27ae2b56 100644 --- a/infer/tests/codetoanalyze/java/topl/Makefile +++ b/infer/tests/codetoanalyze/java/topl/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2019-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/topl/TomcatFail.java b/infer/tests/codetoanalyze/java/topl/TomcatFail.java index 8e004205e..b7b3c6e40 100644 --- a/infer/tests/codetoanalyze/java/topl/TomcatFail.java +++ b/infer/tests/codetoanalyze/java/topl/TomcatFail.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/tracing/ArrayIndexOutOfBoundsExceptionExample.java b/infer/tests/codetoanalyze/java/tracing/ArrayIndexOutOfBoundsExceptionExample.java index 0b2e1612e..6f9772bfd 100644 --- a/infer/tests/codetoanalyze/java/tracing/ArrayIndexOutOfBoundsExceptionExample.java +++ b/infer/tests/codetoanalyze/java/tracing/ArrayIndexOutOfBoundsExceptionExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/tracing/ClassCastExceptionExample.java b/infer/tests/codetoanalyze/java/tracing/ClassCastExceptionExample.java index e19765e58..719d20369 100644 --- a/infer/tests/codetoanalyze/java/tracing/ClassCastExceptionExample.java +++ b/infer/tests/codetoanalyze/java/tracing/ClassCastExceptionExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/tracing/LazyDynamicDispatchExample.java b/infer/tests/codetoanalyze/java/tracing/LazyDynamicDispatchExample.java index 8a2fd7726..c4a5478d8 100644 --- a/infer/tests/codetoanalyze/java/tracing/LazyDynamicDispatchExample.java +++ b/infer/tests/codetoanalyze/java/tracing/LazyDynamicDispatchExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/tracing/LocallyDefinedExceptionExample.java b/infer/tests/codetoanalyze/java/tracing/LocallyDefinedExceptionExample.java index beaa91b55..b088cf533 100644 --- a/infer/tests/codetoanalyze/java/tracing/LocallyDefinedExceptionExample.java +++ b/infer/tests/codetoanalyze/java/tracing/LocallyDefinedExceptionExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/tracing/Makefile b/infer/tests/codetoanalyze/java/tracing/Makefile index 5caef8f19..defde903d 100644 --- a/infer/tests/codetoanalyze/java/tracing/Makefile +++ b/infer/tests/codetoanalyze/java/tracing/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/tracing/NullPointerExceptionExample.java b/infer/tests/codetoanalyze/java/tracing/NullPointerExceptionExample.java index 3aebc1916..2f5814d14 100644 --- a/infer/tests/codetoanalyze/java/tracing/NullPointerExceptionExample.java +++ b/infer/tests/codetoanalyze/java/tracing/NullPointerExceptionExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/tracing/ReportOnMainExample.java b/infer/tests/codetoanalyze/java/tracing/ReportOnMainExample.java index cfb9456e2..19345b5d4 100644 --- a/infer/tests/codetoanalyze/java/tracing/ReportOnMainExample.java +++ b/infer/tests/codetoanalyze/java/tracing/ReportOnMainExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/tracing/T2.java b/infer/tests/codetoanalyze/java/tracing/T2.java index c05d8536c..4bde6b12e 100644 --- a/infer/tests/codetoanalyze/java/tracing/T2.java +++ b/infer/tests/codetoanalyze/java/tracing/T2.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/java/tracing/UnavoidableExceptionExample.java b/infer/tests/codetoanalyze/java/tracing/UnavoidableExceptionExample.java index ebbf34550..89070d844 100644 --- a/infer/tests/codetoanalyze/java/tracing/UnavoidableExceptionExample.java +++ b/infer/tests/codetoanalyze/java/tracing/UnavoidableExceptionExample.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/Makefile b/infer/tests/codetoanalyze/objc/errors/Makefile index 9100f05b5..ccce45f1f 100644 --- a/infer/tests/codetoanalyze/objc/errors/Makefile +++ b/infer/tests/codetoanalyze/objc/errors/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/blocks_in_heap/BlockInHeap.m b/infer/tests/codetoanalyze/objc/errors/blocks_in_heap/BlockInHeap.m index 590ac3cbc..ed1bde882 100644 --- a/infer/tests/codetoanalyze/objc/errors/blocks_in_heap/BlockInHeap.m +++ b/infer/tests/codetoanalyze/objc/errors/blocks_in_heap/BlockInHeap.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/field_superclass/A.h b/infer/tests/codetoanalyze/objc/errors/field_superclass/A.h index 3fb0b6eed..e41cb7ae4 100644 --- a/infer/tests/codetoanalyze/objc/errors/field_superclass/A.h +++ b/infer/tests/codetoanalyze/objc/errors/field_superclass/A.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/field_superclass/B.h b/infer/tests/codetoanalyze/objc/errors/field_superclass/B.h index 3ec8c64a7..404c2c97b 100644 --- a/infer/tests/codetoanalyze/objc/errors/field_superclass/B.h +++ b/infer/tests/codetoanalyze/objc/errors/field_superclass/B.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/field_superclass/B.m b/infer/tests/codetoanalyze/objc/errors/field_superclass/B.m index 530f74aeb..e51949e3b 100644 --- a/infer/tests/codetoanalyze/objc/errors/field_superclass/B.m +++ b/infer/tests/codetoanalyze/objc/errors/field_superclass/B.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/field_superclass/SubtypingExample.m b/infer/tests/codetoanalyze/objc/errors/field_superclass/SubtypingExample.m index c54afd5d7..f5abad96b 100644 --- a/infer/tests/codetoanalyze/objc/errors/field_superclass/SubtypingExample.m +++ b/infer/tests/codetoanalyze/objc/errors/field_superclass/SubtypingExample.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/field_superclass/field.c b/infer/tests/codetoanalyze/objc/errors/field_superclass/field.c index c14847216..16e41c074 100644 --- a/infer/tests/codetoanalyze/objc/errors/field_superclass/field.c +++ b/infer/tests/codetoanalyze/objc/errors/field_superclass/field.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/global_const/global_const.m b/infer/tests/codetoanalyze/objc/errors/global_const/global_const.m index 8ffca2ea6..ceb072fd4 100644 --- a/infer/tests/codetoanalyze/objc/errors/global_const/global_const.m +++ b/infer/tests/codetoanalyze/objc/errors/global_const/global_const.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/initialization/compound_literal.c b/infer/tests/codetoanalyze/objc/errors/initialization/compound_literal.c index 2e5ea1a0c..98e9fd523 100644 --- a/infer/tests/codetoanalyze/objc/errors/initialization/compound_literal.c +++ b/infer/tests/codetoanalyze/objc/errors/initialization/compound_literal.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/initialization/struct_initlistexpr.c b/infer/tests/codetoanalyze/objc/errors/initialization/struct_initlistexpr.c index de32be608..7de08bd3e 100644 --- a/infer/tests/codetoanalyze/objc/errors/initialization/struct_initlistexpr.c +++ b/infer/tests/codetoanalyze/objc/errors/initialization/struct_initlistexpr.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/CADisplayLinkRetainCycle.m b/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/CADisplayLinkRetainCycle.m index 748adbf5b..c8fe2bdcd 100644 --- a/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/CADisplayLinkRetainCycle.m +++ b/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/CADisplayLinkRetainCycle.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/CoreVideoExample.m b/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/CoreVideoExample.m index 4127c7e85..756eebac1 100644 --- a/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/CoreVideoExample.m +++ b/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/CoreVideoExample.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/MemoryLeakRaii.m b/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/MemoryLeakRaii.m index 2bec56e2f..fcca21f39 100644 --- a/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/MemoryLeakRaii.m +++ b/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/MemoryLeakRaii.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/NSData_models_tests.m b/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/NSData_models_tests.m index 0c90e11c3..c6907045a 100644 --- a/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/NSData_models_tests.m +++ b/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/NSData_models_tests.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/NSString_models_tests.m b/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/NSString_models_tests.m index 822032c66..8939bb74a 100644 --- a/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/NSString_models_tests.m +++ b/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/NSString_models_tests.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/ReleasedInBlock.m b/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/ReleasedInBlock.m index b64996da5..5a0eb71c0 100644 --- a/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/ReleasedInBlock.m +++ b/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/ReleasedInBlock.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/RetainCycleBlockAsParameter.m b/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/RetainCycleBlockAsParameter.m index d06eb8f64..112e1b23c 100644 --- a/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/RetainCycleBlockAsParameter.m +++ b/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/RetainCycleBlockAsParameter.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/RetainCycleBlockCapturedVar.m b/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/RetainCycleBlockCapturedVar.m index 528e262b2..e75fa6ee4 100644 --- a/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/RetainCycleBlockCapturedVar.m +++ b/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/RetainCycleBlockCapturedVar.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/RetainCycleBlocks.m b/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/RetainCycleBlocks.m index 0f5592b08..fd0e982bb 100644 --- a/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/RetainCycleBlocks.m +++ b/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/RetainCycleBlocks.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/RetainCycleDeduplication.m b/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/RetainCycleDeduplication.m index f80576179..82d0378e2 100644 --- a/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/RetainCycleDeduplication.m +++ b/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/RetainCycleDeduplication.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/RetainCycleExampleWeak.m b/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/RetainCycleExampleWeak.m index d8cbe6d35..6a7e57f91 100644 --- a/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/RetainCycleExampleWeak.m +++ b/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/RetainCycleExampleWeak.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/RetainCycleLength3.m b/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/RetainCycleLength3.m index 07f544794..d4b7acda3 100644 --- a/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/RetainCycleLength3.m +++ b/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/RetainCycleLength3.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/RetainCyclePropertyInProtocol.m b/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/RetainCyclePropertyInProtocol.m index eb0458000..942d03a93 100644 --- a/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/RetainCyclePropertyInProtocol.m +++ b/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/RetainCyclePropertyInProtocol.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/RetainCycleStaticVar.m b/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/RetainCycleStaticVar.m index ad03003b2..1146059e3 100644 --- a/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/RetainCycleStaticVar.m +++ b/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/RetainCycleStaticVar.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/RetainReleaseExampleBucketing.m b/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/RetainReleaseExampleBucketing.m index fc917960a..750d1a0d1 100644 --- a/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/RetainReleaseExampleBucketing.m +++ b/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/RetainReleaseExampleBucketing.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/RetainReleaseExampleBucketingArc.m b/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/RetainReleaseExampleBucketingArc.m index e9bb8efbd..252856e3c 100644 --- a/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/RetainReleaseExampleBucketingArc.m +++ b/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/RetainReleaseExampleBucketingArc.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/retain_cycle.m b/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/retain_cycle.m index 759092709..7c9660bf5 100644 --- a/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/retain_cycle.m +++ b/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/retain_cycle.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/retain_cycle2.m b/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/retain_cycle2.m index efc59671c..5d5c6f01c 100644 --- a/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/retain_cycle2.m +++ b/infer/tests/codetoanalyze/objc/errors/memory_leaks_benchmark/retain_cycle2.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/npe/BoxedNumberExample.m b/infer/tests/codetoanalyze/objc/errors/npe/BoxedNumberExample.m index afc28504b..455c15a76 100644 --- a/infer/tests/codetoanalyze/objc/errors/npe/BoxedNumberExample.m +++ b/infer/tests/codetoanalyze/objc/errors/npe/BoxedNumberExample.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/npe/Fraction.m b/infer/tests/codetoanalyze/objc/errors/npe/Fraction.m index 5cb280df5..eaa9cb037 100644 --- a/infer/tests/codetoanalyze/objc/errors/npe/Fraction.m +++ b/infer/tests/codetoanalyze/objc/errors/npe/Fraction.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/npe/NPD_core_foundation.h b/infer/tests/codetoanalyze/objc/errors/npe/NPD_core_foundation.h index 9d6473be2..1f9685689 100644 --- a/infer/tests/codetoanalyze/objc/errors/npe/NPD_core_foundation.h +++ b/infer/tests/codetoanalyze/objc/errors/npe/NPD_core_foundation.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/npe/NPD_core_foundation.m b/infer/tests/codetoanalyze/objc/errors/npe/NPD_core_foundation.m index 29a396886..0e94b7621 100644 --- a/infer/tests/codetoanalyze/objc/errors/npe/NPD_core_foundation.m +++ b/infer/tests/codetoanalyze/objc/errors/npe/NPD_core_foundation.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/npe/No_null_from_array.m b/infer/tests/codetoanalyze/objc/errors/npe/No_null_from_array.m index 39b638ca8..f787484af 100644 --- a/infer/tests/codetoanalyze/objc/errors/npe/No_null_from_array.m +++ b/infer/tests/codetoanalyze/objc/errors/npe/No_null_from_array.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/npe/Npe_self_annotation.m b/infer/tests/codetoanalyze/objc/errors/npe/Npe_self_annotation.m index 54800a8f5..f1a9ca1c7 100644 --- a/infer/tests/codetoanalyze/objc/errors/npe/Npe_self_annotation.m +++ b/infer/tests/codetoanalyze/objc/errors/npe/Npe_self_annotation.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/npe/Npe_with_equal_names.m b/infer/tests/codetoanalyze/objc/errors/npe/Npe_with_equal_names.m index 16efe3a7f..97464e55b 100644 --- a/infer/tests/codetoanalyze/objc/errors/npe/Npe_with_equal_names.m +++ b/infer/tests/codetoanalyze/objc/errors/npe/Npe_with_equal_names.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/npe/Nsstring_length_no_npe.m b/infer/tests/codetoanalyze/objc/errors/npe/Nsstring_length_no_npe.m index 7608ac977..323934334 100644 --- a/infer/tests/codetoanalyze/objc/errors/npe/Nsstring_length_no_npe.m +++ b/infer/tests/codetoanalyze/objc/errors/npe/Nsstring_length_no_npe.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/npe/Nsstring_nil_args.m b/infer/tests/codetoanalyze/objc/errors/npe/Nsstring_nil_args.m index a2a083406..c854c5101 100644 --- a/infer/tests/codetoanalyze/objc/errors/npe/Nsstring_nil_args.m +++ b/infer/tests/codetoanalyze/objc/errors/npe/Nsstring_nil_args.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/npe/ObjCMethodCallInCondition.m b/infer/tests/codetoanalyze/objc/errors/npe/ObjCMethodCallInCondition.m index e7f44afa5..bed205ff4 100644 --- a/infer/tests/codetoanalyze/objc/errors/npe/ObjCMethodCallInCondition.m +++ b/infer/tests/codetoanalyze/objc/errors/npe/ObjCMethodCallInCondition.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/npe/UpdateDict.m b/infer/tests/codetoanalyze/objc/errors/npe/UpdateDict.m index 3f62ab6dd..e6bb67008 100644 --- a/infer/tests/codetoanalyze/objc/errors/npe/UpdateDict.m +++ b/infer/tests/codetoanalyze/objc/errors/npe/UpdateDict.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/npe/WeakCapturedVarsNPE.m b/infer/tests/codetoanalyze/objc/errors/npe/WeakCapturedVarsNPE.m index 407374010..9b53753f5 100644 --- a/infer/tests/codetoanalyze/objc/errors/npe/WeakCapturedVarsNPE.m +++ b/infer/tests/codetoanalyze/objc/errors/npe/WeakCapturedVarsNPE.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/npe/block.m b/infer/tests/codetoanalyze/objc/errors/npe/block.m index fa759e95e..afd1ef07b 100644 --- a/infer/tests/codetoanalyze/objc/errors/npe/block.m +++ b/infer/tests/codetoanalyze/objc/errors/npe/block.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/npe/blockenum.m b/infer/tests/codetoanalyze/objc/errors/npe/blockenum.m index 774eff1b0..d4639910c 100644 --- a/infer/tests/codetoanalyze/objc/errors/npe/blockenum.m +++ b/infer/tests/codetoanalyze/objc/errors/npe/blockenum.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/npe/dynamic_dispatch.m b/infer/tests/codetoanalyze/objc/errors/npe/dynamic_dispatch.m index 17c6f5f8d..45d9f9e6f 100644 --- a/infer/tests/codetoanalyze/objc/errors/npe/dynamic_dispatch.m +++ b/infer/tests/codetoanalyze/objc/errors/npe/dynamic_dispatch.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/npe/ivar_blocks.m b/infer/tests/codetoanalyze/objc/errors/npe/ivar_blocks.m index 3e1eff919..51b2d0c44 100644 --- a/infer/tests/codetoanalyze/objc/errors/npe/ivar_blocks.m +++ b/infer/tests/codetoanalyze/objc/errors/npe/ivar_blocks.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/npe/nil_in_array_literal.m b/infer/tests/codetoanalyze/objc/errors/npe/nil_in_array_literal.m index 9ff13e5f0..2054a5ec6 100644 --- a/infer/tests/codetoanalyze/objc/errors/npe/nil_in_array_literal.m +++ b/infer/tests/codetoanalyze/objc/errors/npe/nil_in_array_literal.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/npe/nil_in_dictionary_literal.m b/infer/tests/codetoanalyze/objc/errors/npe/nil_in_dictionary_literal.m index a7ff09809..c646488fb 100644 --- a/infer/tests/codetoanalyze/objc/errors/npe/nil_in_dictionary_literal.m +++ b/infer/tests/codetoanalyze/objc/errors/npe/nil_in_dictionary_literal.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/npe/nil_param.m b/infer/tests/codetoanalyze/objc/errors/npe/nil_param.m index 43a263764..3d7f5c5eb 100644 --- a/infer/tests/codetoanalyze/objc/errors/npe/nil_param.m +++ b/infer/tests/codetoanalyze/objc/errors/npe/nil_param.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/npe/npe_conditional.m b/infer/tests/codetoanalyze/objc/errors/npe/npe_conditional.m index 259bc9c70..e696fd083 100644 --- a/infer/tests/codetoanalyze/objc/errors/npe/npe_conditional.m +++ b/infer/tests/codetoanalyze/objc/errors/npe/npe_conditional.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/npe/npe_self.m b/infer/tests/codetoanalyze/objc/errors/npe/npe_self.m index 8a081fde4..744bf2189 100644 --- a/infer/tests/codetoanalyze/objc/errors/npe/npe_self.m +++ b/infer/tests/codetoanalyze/objc/errors/npe/npe_self.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/npe/null_returned_by_method.m b/infer/tests/codetoanalyze/objc/errors/npe/null_returned_by_method.m index 64f0b4f47..0be7bad07 100644 --- a/infer/tests/codetoanalyze/objc/errors/npe/null_returned_by_method.m +++ b/infer/tests/codetoanalyze/objc/errors/npe/null_returned_by_method.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/npe/nullable.m b/infer/tests/codetoanalyze/objc/errors/npe/nullable.m index 14a114e4f..d29a34264 100644 --- a/infer/tests/codetoanalyze/objc/errors/npe/nullable.m +++ b/infer/tests/codetoanalyze/objc/errors/npe/nullable.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/npe/skip_method_with_nil_object.m b/infer/tests/codetoanalyze/objc/errors/npe/skip_method_with_nil_object.m index d109df1e9..89526f8a5 100644 --- a/infer/tests/codetoanalyze/objc/errors/npe/skip_method_with_nil_object.m +++ b/infer/tests/codetoanalyze/objc/errors/npe/skip_method_with_nil_object.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/procdescs/MethodCall.h b/infer/tests/codetoanalyze/objc/errors/procdescs/MethodCall.h index 762dbdbb0..90546fc60 100644 --- a/infer/tests/codetoanalyze/objc/errors/procdescs/MethodCall.h +++ b/infer/tests/codetoanalyze/objc/errors/procdescs/MethodCall.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/procdescs/MethodCall.m b/infer/tests/codetoanalyze/objc/errors/procdescs/MethodCall.m index e5534adb7..d39bfac45 100644 --- a/infer/tests/codetoanalyze/objc/errors/procdescs/MethodCall.m +++ b/infer/tests/codetoanalyze/objc/errors/procdescs/MethodCall.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/procdescs/main.c b/infer/tests/codetoanalyze/objc/errors/procdescs/main.c index 8e78c86e1..be87858ca 100644 --- a/infer/tests/codetoanalyze/objc/errors/procdescs/main.c +++ b/infer/tests/codetoanalyze/objc/errors/procdescs/main.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/property/ExplicitIvarName.m b/infer/tests/codetoanalyze/objc/errors/property/ExplicitIvarName.m index 9e43c7fd8..e15b77625 100644 --- a/infer/tests/codetoanalyze/objc/errors/property/ExplicitIvarName.m +++ b/infer/tests/codetoanalyze/objc/errors/property/ExplicitIvarName.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/property/IvarExample.h b/infer/tests/codetoanalyze/objc/errors/property/IvarExample.h index 555084b58..defb0fb20 100644 --- a/infer/tests/codetoanalyze/objc/errors/property/IvarExample.h +++ b/infer/tests/codetoanalyze/objc/errors/property/IvarExample.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/property/main.c b/infer/tests/codetoanalyze/objc/errors/property/main.c index 7a9ba9ef7..0e94b78db 100644 --- a/infer/tests/codetoanalyze/objc/errors/property/main.c +++ b/infer/tests/codetoanalyze/objc/errors/property/main.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/resource_leaks/Dispatch_sources.m b/infer/tests/codetoanalyze/objc/errors/resource_leaks/Dispatch_sources.m index 2195491a2..f52aab171 100644 --- a/infer/tests/codetoanalyze/objc/errors/resource_leaks/Dispatch_sources.m +++ b/infer/tests/codetoanalyze/objc/errors/resource_leaks/Dispatch_sources.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/resource_leaks/ResourceLeakExample.m b/infer/tests/codetoanalyze/objc/errors/resource_leaks/ResourceLeakExample.m index 74c6cbfd9..74245b235 100644 --- a/infer/tests/codetoanalyze/objc/errors/resource_leaks/ResourceLeakExample.m +++ b/infer/tests/codetoanalyze/objc/errors/resource_leaks/ResourceLeakExample.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/returnstmt/return_npe_test.m b/infer/tests/codetoanalyze/objc/errors/returnstmt/return_npe_test.m index b79bd4aca..770da9d15 100644 --- a/infer/tests/codetoanalyze/objc/errors/returnstmt/return_npe_test.m +++ b/infer/tests/codetoanalyze/objc/errors/returnstmt/return_npe_test.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/subtyping/KindOfClassExample.m b/infer/tests/codetoanalyze/objc/errors/subtyping/KindOfClassExample.m index 2254a6f76..86f3d4698 100644 --- a/infer/tests/codetoanalyze/objc/errors/subtyping/KindOfClassExample.m +++ b/infer/tests/codetoanalyze/objc/errors/subtyping/KindOfClassExample.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/taint/sources.m b/infer/tests/codetoanalyze/objc/errors/taint/sources.m index 68e42a634..5e7c8f07b 100644 --- a/infer/tests/codetoanalyze/objc/errors/taint/sources.m +++ b/infer/tests/codetoanalyze/objc/errors/taint/sources.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/taint/viewController.m b/infer/tests/codetoanalyze/objc/errors/taint/viewController.m index e5d0e8c5e..ab3c81d7d 100644 --- a/infer/tests/codetoanalyze/objc/errors/taint/viewController.m +++ b/infer/tests/codetoanalyze/objc/errors/taint/viewController.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/variadic_methods/premature_nil_termination.m b/infer/tests/codetoanalyze/objc/errors/variadic_methods/premature_nil_termination.m index fd31370c6..925572e7b 100644 --- a/infer/tests/codetoanalyze/objc/errors/variadic_methods/premature_nil_termination.m +++ b/infer/tests/codetoanalyze/objc/errors/variadic_methods/premature_nil_termination.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/errors/warnings/ParameterNotNullableExample.m b/infer/tests/codetoanalyze/objc/errors/warnings/ParameterNotNullableExample.m index e05e5de92..82a89ce8f 100644 --- a/infer/tests/codetoanalyze/objc/errors/warnings/ParameterNotNullableExample.m +++ b/infer/tests/codetoanalyze/objc/errors/warnings/ParameterNotNullableExample.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/Makefile b/infer/tests/codetoanalyze/objc/frontend/Makefile index 62c08048e..e48bd2df9 100644 --- a/infer/tests/codetoanalyze/objc/frontend/Makefile +++ b/infer/tests/codetoanalyze/objc/frontend/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/arc/Makefile b/infer/tests/codetoanalyze/objc/frontend/arc/Makefile index 825680f8e..6d433f84e 100644 --- a/infer/tests/codetoanalyze/objc/frontend/arc/Makefile +++ b/infer/tests/codetoanalyze/objc/frontend/arc/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/block/retain_cycle.m b/infer/tests/codetoanalyze/objc/frontend/block/retain_cycle.m index 1d5c0814c..5da532766 100644 --- a/infer/tests/codetoanalyze/objc/frontend/block/retain_cycle.m +++ b/infer/tests/codetoanalyze/objc/frontend/block/retain_cycle.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/block/static.m b/infer/tests/codetoanalyze/objc/frontend/block/static.m index 5fa7fdad7..0c00c5601 100644 --- a/infer/tests/codetoanalyze/objc/frontend/block/static.m +++ b/infer/tests/codetoanalyze/objc/frontend/block/static.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/boxing/Boxing.h b/infer/tests/codetoanalyze/objc/frontend/boxing/Boxing.h index 4f0b863ad..d5f751825 100644 --- a/infer/tests/codetoanalyze/objc/frontend/boxing/Boxing.h +++ b/infer/tests/codetoanalyze/objc/frontend/boxing/Boxing.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/boxing/Boxing.m b/infer/tests/codetoanalyze/objc/frontend/boxing/Boxing.m index e338d8cc4..5e6d47dba 100644 --- a/infer/tests/codetoanalyze/objc/frontend/boxing/Boxing.m +++ b/infer/tests/codetoanalyze/objc/frontend/boxing/Boxing.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/boxing/array.m b/infer/tests/codetoanalyze/objc/frontend/boxing/array.m index 8121b2245..34cceebfc 100644 --- a/infer/tests/codetoanalyze/objc/frontend/boxing/array.m +++ b/infer/tests/codetoanalyze/objc/frontend/boxing/array.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/boxing/array_literal.c b/infer/tests/codetoanalyze/objc/frontend/boxing/array_literal.c index e496c1a9c..5ebe0d4a3 100644 --- a/infer/tests/codetoanalyze/objc/frontend/boxing/array_literal.c +++ b/infer/tests/codetoanalyze/objc/frontend/boxing/array_literal.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/boxing/dict_literal.c b/infer/tests/codetoanalyze/objc/frontend/boxing/dict_literal.c index fcc771b28..b8e175fea 100644 --- a/infer/tests/codetoanalyze/objc/frontend/boxing/dict_literal.c +++ b/infer/tests/codetoanalyze/objc/frontend/boxing/dict_literal.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/boxing/string_literal.c b/infer/tests/codetoanalyze/objc/frontend/boxing/string_literal.c index 150b3b2bd..e3dcf7128 100644 --- a/infer/tests/codetoanalyze/objc/frontend/boxing/string_literal.c +++ b/infer/tests/codetoanalyze/objc/frontend/boxing/string_literal.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/conditional_operation/ConditionalOperation.m b/infer/tests/codetoanalyze/objc/frontend/conditional_operation/ConditionalOperation.m index 8482740a6..6921955ee 100644 --- a/infer/tests/codetoanalyze/objc/frontend/conditional_operation/ConditionalOperation.m +++ b/infer/tests/codetoanalyze/objc/frontend/conditional_operation/ConditionalOperation.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/exceptions/ExceptionExample.m b/infer/tests/codetoanalyze/objc/frontend/exceptions/ExceptionExample.m index 22100de5a..87c6a88ad 100644 --- a/infer/tests/codetoanalyze/objc/frontend/exceptions/ExceptionExample.m +++ b/infer/tests/codetoanalyze/objc/frontend/exceptions/ExceptionExample.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/fast_enumeration/Fast_enumeration.m b/infer/tests/codetoanalyze/objc/frontend/fast_enumeration/Fast_enumeration.m index df9478564..912c2b51e 100644 --- a/infer/tests/codetoanalyze/objc/frontend/fast_enumeration/Fast_enumeration.m +++ b/infer/tests/codetoanalyze/objc/frontend/fast_enumeration/Fast_enumeration.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/internal_forward_class/ForwardClassInMethod.m b/infer/tests/codetoanalyze/objc/frontend/internal_forward_class/ForwardClassInMethod.m index addeee0e4..260fdf68b 100644 --- a/infer/tests/codetoanalyze/objc/frontend/internal_forward_class/ForwardClassInMethod.m +++ b/infer/tests/codetoanalyze/objc/frontend/internal_forward_class/ForwardClassInMethod.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/noarc/Makefile b/infer/tests/codetoanalyze/objc/frontend/noarc/Makefile index 6e767e367..5eb75fb68 100644 --- a/infer/tests/codetoanalyze/objc/frontend/noarc/Makefile +++ b/infer/tests/codetoanalyze/objc/frontend/noarc/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/predefined_expr/PredefinedExprExample.m b/infer/tests/codetoanalyze/objc/frontend/predefined_expr/PredefinedExprExample.m index 85b8d780c..6190ff4c1 100644 --- a/infer/tests/codetoanalyze/objc/frontend/predefined_expr/PredefinedExprExample.m +++ b/infer/tests/codetoanalyze/objc/frontend/predefined_expr/PredefinedExprExample.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/property/Car.h b/infer/tests/codetoanalyze/objc/frontend/property/Car.h index f5f61d2aa..6f5263bbd 100644 --- a/infer/tests/codetoanalyze/objc/frontend/property/Car.h +++ b/infer/tests/codetoanalyze/objc/frontend/property/Car.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/property/Car.m b/infer/tests/codetoanalyze/objc/frontend/property/Car.m index 582bedc63..e271b4307 100644 --- a/infer/tests/codetoanalyze/objc/frontend/property/Car.m +++ b/infer/tests/codetoanalyze/objc/frontend/property/Car.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/property/PropertyCustomAccessor.m b/infer/tests/codetoanalyze/objc/frontend/property/PropertyCustomAccessor.m index ddf6d1f38..05b75e595 100644 --- a/infer/tests/codetoanalyze/objc/frontend/property/PropertyCustomAccessor.m +++ b/infer/tests/codetoanalyze/objc/frontend/property/PropertyCustomAccessor.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/property/PropertyImplSetter.h b/infer/tests/codetoanalyze/objc/frontend/property/PropertyImplSetter.h index c31698759..b8f7edbd5 100644 --- a/infer/tests/codetoanalyze/objc/frontend/property/PropertyImplSetter.h +++ b/infer/tests/codetoanalyze/objc/frontend/property/PropertyImplSetter.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/property/PropertyImplSetter.m b/infer/tests/codetoanalyze/objc/frontend/property/PropertyImplSetter.m index 7fee6b600..b9969a7e8 100644 --- a/infer/tests/codetoanalyze/objc/frontend/property/PropertyImplSetter.m +++ b/infer/tests/codetoanalyze/objc/frontend/property/PropertyImplSetter.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/property/Property_getter.m b/infer/tests/codetoanalyze/objc/frontend/property/Property_getter.m index 0c759491a..be788fbee 100644 --- a/infer/tests/codetoanalyze/objc/frontend/property/Property_getter.m +++ b/infer/tests/codetoanalyze/objc/frontend/property/Property_getter.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/property/aclass.m b/infer/tests/codetoanalyze/objc/frontend/property/aclass.m index a88b4d095..5dd92092e 100644 --- a/infer/tests/codetoanalyze/objc/frontend/property/aclass.m +++ b/infer/tests/codetoanalyze/objc/frontend/property/aclass.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/property/main_car.m b/infer/tests/codetoanalyze/objc/frontend/property/main_car.m index 32e9fb44c..1350bb63b 100644 --- a/infer/tests/codetoanalyze/objc/frontend/property/main_car.m +++ b/infer/tests/codetoanalyze/objc/frontend/property/main_car.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/property_in_protocol/MyProtocol.h b/infer/tests/codetoanalyze/objc/frontend/property_in_protocol/MyProtocol.h index 243c2c9c5..0e31b9632 100644 --- a/infer/tests/codetoanalyze/objc/frontend/property_in_protocol/MyProtocol.h +++ b/infer/tests/codetoanalyze/objc/frontend/property_in_protocol/MyProtocol.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/property_in_protocol/Test.h b/infer/tests/codetoanalyze/objc/frontend/property_in_protocol/Test.h index c6ab10417..1390bc4c5 100644 --- a/infer/tests/codetoanalyze/objc/frontend/property_in_protocol/Test.h +++ b/infer/tests/codetoanalyze/objc/frontend/property_in_protocol/Test.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/property_in_protocol/Test.m b/infer/tests/codetoanalyze/objc/frontend/property_in_protocol/Test.m index 4c770d953..694c45ac8 100644 --- a/infer/tests/codetoanalyze/objc/frontend/property_in_protocol/Test.m +++ b/infer/tests/codetoanalyze/objc/frontend/property_in_protocol/Test.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/protocol/protocol.m b/infer/tests/codetoanalyze/objc/frontend/protocol/protocol.m index 739230015..3491105dc 100644 --- a/infer/tests/codetoanalyze/objc/frontend/protocol/protocol.m +++ b/infer/tests/codetoanalyze/objc/frontend/protocol/protocol.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/returnstmt/void_return.m b/infer/tests/codetoanalyze/objc/frontend/returnstmt/void_return.m index e1fd6b089..b8b1e1b14 100644 --- a/infer/tests/codetoanalyze/objc/frontend/returnstmt/void_return.m +++ b/infer/tests/codetoanalyze/objc/frontend/returnstmt/void_return.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/self_static/Self.m b/infer/tests/codetoanalyze/objc/frontend/self_static/Self.m index afab70477..44ec2d479 100644 --- a/infer/tests/codetoanalyze/objc/frontend/self_static/Self.m +++ b/infer/tests/codetoanalyze/objc/frontend/self_static/Self.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/self_static/static.m b/infer/tests/codetoanalyze/objc/frontend/self_static/static.m index 6f4f2d208..aed420c3b 100644 --- a/infer/tests/codetoanalyze/objc/frontend/self_static/static.m +++ b/infer/tests/codetoanalyze/objc/frontend/self_static/static.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/strings/global_string_literal.m b/infer/tests/codetoanalyze/objc/frontend/strings/global_string_literal.m index 5196df621..1d58bff36 100644 --- a/infer/tests/codetoanalyze/objc/frontend/strings/global_string_literal.m +++ b/infer/tests/codetoanalyze/objc/frontend/strings/global_string_literal.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/strings/string_literal.m b/infer/tests/codetoanalyze/objc/frontend/strings/string_literal.m index 4aeae4334..1c6479ff3 100644 --- a/infer/tests/codetoanalyze/objc/frontend/strings/string_literal.m +++ b/infer/tests/codetoanalyze/objc/frontend/strings/string_literal.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/subclass/A.h b/infer/tests/codetoanalyze/objc/frontend/subclass/A.h index a97f139be..e185f516c 100644 --- a/infer/tests/codetoanalyze/objc/frontend/subclass/A.h +++ b/infer/tests/codetoanalyze/objc/frontend/subclass/A.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/subclass/A.m b/infer/tests/codetoanalyze/objc/frontend/subclass/A.m index 210220e2c..adf4ebda8 100644 --- a/infer/tests/codetoanalyze/objc/frontend/subclass/A.m +++ b/infer/tests/codetoanalyze/objc/frontend/subclass/A.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/subclass/MyClass.h b/infer/tests/codetoanalyze/objc/frontend/subclass/MyClass.h index de67687de..9de5ac52e 100644 --- a/infer/tests/codetoanalyze/objc/frontend/subclass/MyClass.h +++ b/infer/tests/codetoanalyze/objc/frontend/subclass/MyClass.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/subclass/MyClass.m b/infer/tests/codetoanalyze/objc/frontend/subclass/MyClass.m index 3df46a6dc..7e7120baf 100644 --- a/infer/tests/codetoanalyze/objc/frontend/subclass/MyClass.m +++ b/infer/tests/codetoanalyze/objc/frontend/subclass/MyClass.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/subclass/MySubClass.h b/infer/tests/codetoanalyze/objc/frontend/subclass/MySubClass.h index 6df23e317..faed5d992 100644 --- a/infer/tests/codetoanalyze/objc/frontend/subclass/MySubClass.h +++ b/infer/tests/codetoanalyze/objc/frontend/subclass/MySubClass.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/subclass/MySubClass.m b/infer/tests/codetoanalyze/objc/frontend/subclass/MySubClass.m index 2444c2fe2..a3d7ca6b1 100644 --- a/infer/tests/codetoanalyze/objc/frontend/subclass/MySubClass.m +++ b/infer/tests/codetoanalyze/objc/frontend/subclass/MySubClass.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/subclass/main.c b/infer/tests/codetoanalyze/objc/frontend/subclass/main.c index 66d13c2fb..da4042315 100644 --- a/infer/tests/codetoanalyze/objc/frontend/subclass/main.c +++ b/infer/tests/codetoanalyze/objc/frontend/subclass/main.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/synchronizedStmt/sync.m b/infer/tests/codetoanalyze/objc/frontend/synchronizedStmt/sync.m index 50e01dafc..28346d63d 100644 --- a/infer/tests/codetoanalyze/objc/frontend/synchronizedStmt/sync.m +++ b/infer/tests/codetoanalyze/objc/frontend/synchronizedStmt/sync.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/types/attributes.m b/infer/tests/codetoanalyze/objc/frontend/types/attributes.m index 50aa8d1b3..99cf76275 100644 --- a/infer/tests/codetoanalyze/objc/frontend/types/attributes.m +++ b/infer/tests/codetoanalyze/objc/frontend/types/attributes.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/types/testloop.m b/infer/tests/codetoanalyze/objc/frontend/types/testloop.m index 3d2f3be11..2ba06fc36 100644 --- a/infer/tests/codetoanalyze/objc/frontend/types/testloop.m +++ b/infer/tests/codetoanalyze/objc/frontend/types/testloop.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/types/void_call.m b/infer/tests/codetoanalyze/objc/frontend/types/void_call.m index d4ebbaa4a..d7b2c86ad 100644 --- a/infer/tests/codetoanalyze/objc/frontend/types/void_call.m +++ b/infer/tests/codetoanalyze/objc/frontend/types/void_call.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/vardecl/aclass.m b/infer/tests/codetoanalyze/objc/frontend/vardecl/aclass.m index a24fcd0bf..a78ed8842 100644 --- a/infer/tests/codetoanalyze/objc/frontend/vardecl/aclass.m +++ b/infer/tests/codetoanalyze/objc/frontend/vardecl/aclass.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/vardecl/aclass_2.m b/infer/tests/codetoanalyze/objc/frontend/vardecl/aclass_2.m index 9747c2e39..306465d86 100644 --- a/infer/tests/codetoanalyze/objc/frontend/vardecl/aclass_2.m +++ b/infer/tests/codetoanalyze/objc/frontend/vardecl/aclass_2.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/vardecl/initlist.m b/infer/tests/codetoanalyze/objc/frontend/vardecl/initlist.m index 053dc9e8b..28c4e66b1 100644 --- a/infer/tests/codetoanalyze/objc/frontend/vardecl/initlist.m +++ b/infer/tests/codetoanalyze/objc/frontend/vardecl/initlist.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/frontend/vardecl/last_af.m b/infer/tests/codetoanalyze/objc/frontend/vardecl/last_af.m index c414d39bb..ba65a2a39 100644 --- a/infer/tests/codetoanalyze/objc/frontend/vardecl/last_af.m +++ b/infer/tests/codetoanalyze/objc/frontend/vardecl/last_af.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/ioslints/Makefile b/infer/tests/codetoanalyze/objc/ioslints/Makefile index 077f70b16..ff7ffa45a 100644 --- a/infer/tests/codetoanalyze/objc/ioslints/Makefile +++ b/infer/tests/codetoanalyze/objc/ioslints/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/ioslints/RemoveObserverInGivenSDKTest.m b/infer/tests/codetoanalyze/objc/ioslints/RemoveObserverInGivenSDKTest.m index d89452f6c..8e1cbd6d1 100644 --- a/infer/tests/codetoanalyze/objc/ioslints/RemoveObserverInGivenSDKTest.m +++ b/infer/tests/codetoanalyze/objc/ioslints/RemoveObserverInGivenSDKTest.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/ioslints/filter_out_unavailable_api.m b/infer/tests/codetoanalyze/objc/ioslints/filter_out_unavailable_api.m index a1c6aa552..08f72d004 100644 --- a/infer/tests/codetoanalyze/objc/ioslints/filter_out_unavailable_api.m +++ b/infer/tests/codetoanalyze/objc/ioslints/filter_out_unavailable_api.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/ioslints/unavailable_api_allowed_cases.m b/infer/tests/codetoanalyze/objc/ioslints/unavailable_api_allowed_cases.m index 45aca3c8d..ac83f45ff 100644 --- a/infer/tests/codetoanalyze/objc/ioslints/unavailable_api_allowed_cases.m +++ b/infer/tests/codetoanalyze/objc/ioslints/unavailable_api_allowed_cases.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/ioslints/unavailable_api_in_supported_ios_sdk.m b/infer/tests/codetoanalyze/objc/ioslints/unavailable_api_in_supported_ios_sdk.m index de1150225..3b90185c0 100644 --- a/infer/tests/codetoanalyze/objc/ioslints/unavailable_api_in_supported_ios_sdk.m +++ b/infer/tests/codetoanalyze/objc/ioslints/unavailable_api_in_supported_ios_sdk.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/ioslints/unavailable_property_ios.m b/infer/tests/codetoanalyze/objc/ioslints/unavailable_property_ios.m index b06cecc02..2d858a3b0 100644 --- a/infer/tests/codetoanalyze/objc/ioslints/unavailable_property_ios.m +++ b/infer/tests/codetoanalyze/objc/ioslints/unavailable_property_ios.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/linters-def-folder/Makefile b/infer/tests/codetoanalyze/objc/linters-def-folder/Makefile index 4412245d2..35738e524 100644 --- a/infer/tests/codetoanalyze/objc/linters-def-folder/Makefile +++ b/infer/tests/codetoanalyze/objc/linters-def-folder/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/linters-def-folder/checks/dummy_check.al b/infer/tests/codetoanalyze/objc/linters-def-folder/checks/dummy_check.al index 9972d701e..38678e176 100644 --- a/infer/tests/codetoanalyze/objc/linters-def-folder/checks/dummy_check.al +++ b/infer/tests/codetoanalyze/objc/linters-def-folder/checks/dummy_check.al @@ -1,4 +1,4 @@ -// Copyright (c) 2017-present, Facebook, Inc. +// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/linters-def-folder/checks/not_an_al_file.al.txt b/infer/tests/codetoanalyze/objc/linters-def-folder/checks/not_an_al_file.al.txt index d96ceb91c..03a45a379 100644 --- a/infer/tests/codetoanalyze/objc/linters-def-folder/checks/not_an_al_file.al.txt +++ b/infer/tests/codetoanalyze/objc/linters-def-folder/checks/not_an_al_file.al.txt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/linters-def-folder/checks/subfolder_with_checks/simple_check.al b/infer/tests/codetoanalyze/objc/linters-def-folder/checks/subfolder_with_checks/simple_check.al index e43c1c45c..8ef016f59 100644 --- a/infer/tests/codetoanalyze/objc/linters-def-folder/checks/subfolder_with_checks/simple_check.al +++ b/infer/tests/codetoanalyze/objc/linters-def-folder/checks/subfolder_with_checks/simple_check.al @@ -1,4 +1,4 @@ -// Copyright (c) 2017-present, Facebook, Inc. +// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/linters-def-folder/checks/subfolder_with_checks/unrelated_file.al.txt b/infer/tests/codetoanalyze/objc/linters-def-folder/checks/subfolder_with_checks/unrelated_file.al.txt index 3f9804c8c..40c3ea0cb 100644 --- a/infer/tests/codetoanalyze/objc/linters-def-folder/checks/subfolder_with_checks/unrelated_file.al.txt +++ b/infer/tests/codetoanalyze/objc/linters-def-folder/checks/subfolder_with_checks/unrelated_file.al.txt @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/linters-def-folder/file.m b/infer/tests/codetoanalyze/objc/linters-def-folder/file.m index 71880b443..5e0ebeba0 100644 --- a/infer/tests/codetoanalyze/objc/linters-def-folder/file.m +++ b/infer/tests/codetoanalyze/objc/linters-def-folder/file.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/linters-for-test-only/CallingAMethodWithSelf.m b/infer/tests/codetoanalyze/objc/linters-for-test-only/CallingAMethodWithSelf.m index fcfcf41fb..48ea874bf 100644 --- a/infer/tests/codetoanalyze/objc/linters-for-test-only/CallingAMethodWithSelf.m +++ b/infer/tests/codetoanalyze/objc/linters-for-test-only/CallingAMethodWithSelf.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/linters-for-test-only/GenericTestClass.m b/infer/tests/codetoanalyze/objc/linters-for-test-only/GenericTestClass.m index c34dbfe29..1d1aec24d 100644 --- a/infer/tests/codetoanalyze/objc/linters-for-test-only/GenericTestClass.m +++ b/infer/tests/codetoanalyze/objc/linters-for-test-only/GenericTestClass.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/linters-for-test-only/InContextOfMethodsTest.m b/infer/tests/codetoanalyze/objc/linters-for-test-only/InContextOfMethodsTest.m index da1a413df..bb25751db 100644 --- a/infer/tests/codetoanalyze/objc/linters-for-test-only/InContextOfMethodsTest.m +++ b/infer/tests/codetoanalyze/objc/linters-for-test-only/InContextOfMethodsTest.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/linters-for-test-only/InSubclassExample.m b/infer/tests/codetoanalyze/objc/linters-for-test-only/InSubclassExample.m index 427e14888..02590d42c 100644 --- a/infer/tests/codetoanalyze/objc/linters-for-test-only/InSubclassExample.m +++ b/infer/tests/codetoanalyze/objc/linters-for-test-only/InSubclassExample.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/linters-for-test-only/Makefile b/infer/tests/codetoanalyze/objc/linters-for-test-only/Makefile index ef08ea9f6..8e34b0b91 100644 --- a/infer/tests/codetoanalyze/objc/linters-for-test-only/Makefile +++ b/infer/tests/codetoanalyze/objc/linters-for-test-only/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/linters-for-test-only/PrivateAPIChecker.m b/infer/tests/codetoanalyze/objc/linters-for-test-only/PrivateAPIChecker.m index 5afa9f481..1b94cc2b8 100644 --- a/infer/tests/codetoanalyze/objc/linters-for-test-only/PrivateAPIChecker.m +++ b/infer/tests/codetoanalyze/objc/linters-for-test-only/PrivateAPIChecker.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/linters-for-test-only/PrivateInstanceMethod.m b/infer/tests/codetoanalyze/objc/linters-for-test-only/PrivateInstanceMethod.m index 58267cd6f..9a8d46070 100644 --- a/infer/tests/codetoanalyze/objc/linters-for-test-only/PrivateInstanceMethod.m +++ b/infer/tests/codetoanalyze/objc/linters-for-test-only/PrivateInstanceMethod.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/linters-for-test-only/al_definitions/library.al b/infer/tests/codetoanalyze/objc/linters-for-test-only/al_definitions/library.al index f88efeae2..2eebb7e28 100644 --- a/infer/tests/codetoanalyze/objc/linters-for-test-only/al_definitions/library.al +++ b/infer/tests/codetoanalyze/objc/linters-for-test-only/al_definitions/library.al @@ -1,4 +1,4 @@ -// Copyright (c) 2018-present, Facebook, Inc. +// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/linters-for-test-only/al_definitions/linters_example.al b/infer/tests/codetoanalyze/objc/linters-for-test-only/al_definitions/linters_example.al index c5931cbf0..aea52e6d2 100644 --- a/infer/tests/codetoanalyze/objc/linters-for-test-only/al_definitions/linters_example.al +++ b/infer/tests/codetoanalyze/objc/linters-for-test-only/al_definitions/linters_example.al @@ -1,4 +1,4 @@ -// Copyright (c) 2018-present, Facebook, Inc. +// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/linters-for-test-only/const.m b/infer/tests/codetoanalyze/objc/linters-for-test-only/const.m index aa5eb6da0..695ee506c 100644 --- a/infer/tests/codetoanalyze/objc/linters-for-test-only/const.m +++ b/infer/tests/codetoanalyze/objc/linters-for-test-only/const.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/linters-for-test-only/enums.m b/infer/tests/codetoanalyze/objc/linters-for-test-only/enums.m index b82e101db..2e55e03ae 100644 --- a/infer/tests/codetoanalyze/objc/linters-for-test-only/enums.m +++ b/infer/tests/codetoanalyze/objc/linters-for-test-only/enums.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/linters-for-test-only/filter_by_path/include_file.m b/infer/tests/codetoanalyze/objc/linters-for-test-only/filter_by_path/include_file.m index 622531589..0957a65c1 100644 --- a/infer/tests/codetoanalyze/objc/linters-for-test-only/filter_by_path/include_file.m +++ b/infer/tests/codetoanalyze/objc/linters-for-test-only/filter_by_path/include_file.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/linters-for-test-only/implicit_cast.c b/infer/tests/codetoanalyze/objc/linters-for-test-only/implicit_cast.c index 6f0e7ee19..9decc4d12 100644 --- a/infer/tests/codetoanalyze/objc/linters-for-test-only/implicit_cast.c +++ b/infer/tests/codetoanalyze/objc/linters-for-test-only/implicit_cast.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/linters-for-test-only/namespace.mm b/infer/tests/codetoanalyze/objc/linters-for-test-only/namespace.mm index a82ea9f0e..cb7cf4b4b 100644 --- a/infer/tests/codetoanalyze/objc/linters-for-test-only/namespace.mm +++ b/infer/tests/codetoanalyze/objc/linters-for-test-only/namespace.mm @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/linters-for-test-only/ns_assume_nonnull.m b/infer/tests/codetoanalyze/objc/linters-for-test-only/ns_assume_nonnull.m index 2908755e8..e0103e711 100644 --- a/infer/tests/codetoanalyze/objc/linters-for-test-only/ns_assume_nonnull.m +++ b/infer/tests/codetoanalyze/objc/linters-for-test-only/ns_assume_nonnull.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/linters-for-test-only/optional.m b/infer/tests/codetoanalyze/objc/linters-for-test-only/optional.m index 70413f062..7800e0cd9 100644 --- a/infer/tests/codetoanalyze/objc/linters-for-test-only/optional.m +++ b/infer/tests/codetoanalyze/objc/linters-for-test-only/optional.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/linters-for-test-only/protocols.m b/infer/tests/codetoanalyze/objc/linters-for-test-only/protocols.m index ba3699a3c..b78d6c9b7 100644 --- a/infer/tests/codetoanalyze/objc/linters-for-test-only/protocols.m +++ b/infer/tests/codetoanalyze/objc/linters-for-test-only/protocols.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/linters-for-test-only/sel.m b/infer/tests/codetoanalyze/objc/linters-for-test-only/sel.m index 3c450cbc0..b116dd942 100644 --- a/infer/tests/codetoanalyze/objc/linters-for-test-only/sel.m +++ b/infer/tests/codetoanalyze/objc/linters-for-test-only/sel.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/linters-for-test-only/subclassing.m b/infer/tests/codetoanalyze/objc/linters-for-test-only/subclassing.m index a9db4d38a..9d34b97bf 100644 --- a/infer/tests/codetoanalyze/objc/linters-for-test-only/subclassing.m +++ b/infer/tests/codetoanalyze/objc/linters-for-test-only/subclassing.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/linters-for-test-only/unavailable.m b/infer/tests/codetoanalyze/objc/linters-for-test-only/unavailable.m index 91af1adcf..655e7ba51 100644 --- a/infer/tests/codetoanalyze/objc/linters-for-test-only/unavailable.m +++ b/infer/tests/codetoanalyze/objc/linters-for-test-only/unavailable.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/linters-for-test-only/visibility.c b/infer/tests/codetoanalyze/objc/linters-for-test-only/visibility.c index d8e31495d..6d62df00e 100644 --- a/infer/tests/codetoanalyze/objc/linters-for-test-only/visibility.c +++ b/infer/tests/codetoanalyze/objc/linters-for-test-only/visibility.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/linters/Makefile b/infer/tests/codetoanalyze/objc/linters/Makefile index 853f16516..950486013 100644 --- a/infer/tests/codetoanalyze/objc/linters/Makefile +++ b/infer/tests/codetoanalyze/objc/linters/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/linters/Pointer_to_const_objc_class.m b/infer/tests/codetoanalyze/objc/linters/Pointer_to_const_objc_class.m index 83521e521..bc892d259 100644 --- a/infer/tests/codetoanalyze/objc/linters/Pointer_to_const_objc_class.m +++ b/infer/tests/codetoanalyze/objc/linters/Pointer_to_const_objc_class.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/linters/Weak_property_setter.m b/infer/tests/codetoanalyze/objc/linters/Weak_property_setter.m index d65ae5a4b..239b317e9 100644 --- a/infer/tests/codetoanalyze/objc/linters/Weak_property_setter.m +++ b/infer/tests/codetoanalyze/objc/linters/Weak_property_setter.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/linters/assign_pointer.m b/infer/tests/codetoanalyze/objc/linters/assign_pointer.m index 26a6e8d2d..1a1051da8 100644 --- a/infer/tests/codetoanalyze/objc/linters/assign_pointer.m +++ b/infer/tests/codetoanalyze/objc/linters/assign_pointer.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/linters/atomic_prop.m b/infer/tests/codetoanalyze/objc/linters/atomic_prop.m index fdc94effa..098d7c1f7 100644 --- a/infer/tests/codetoanalyze/objc/linters/atomic_prop.m +++ b/infer/tests/codetoanalyze/objc/linters/atomic_prop.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/linters/badpointer.m b/infer/tests/codetoanalyze/objc/linters/badpointer.m index 3efa777f1..0575b8d2b 100644 --- a/infer/tests/codetoanalyze/objc/linters/badpointer.m +++ b/infer/tests/codetoanalyze/objc/linters/badpointer.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/linters/dispatch.m b/infer/tests/codetoanalyze/objc/linters/dispatch.m index fede51c0c..735838861 100644 --- a/infer/tests/codetoanalyze/objc/linters/dispatch.m +++ b/infer/tests/codetoanalyze/objc/linters/dispatch.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/linters/implicit_cast.m b/infer/tests/codetoanalyze/objc/linters/implicit_cast.m index 25c2bdd20..5136b4bb5 100644 --- a/infer/tests/codetoanalyze/objc/linters/implicit_cast.m +++ b/infer/tests/codetoanalyze/objc/linters/implicit_cast.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/linters/nsnumber.m b/infer/tests/codetoanalyze/objc/linters/nsnumber.m index b29fd2e54..f0b7daf1e 100644 --- a/infer/tests/codetoanalyze/objc/linters/nsnumber.m +++ b/infer/tests/codetoanalyze/objc/linters/nsnumber.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/linters/optional.m b/infer/tests/codetoanalyze/objc/linters/optional.m index dcd3b5045..5e85db1cc 100644 --- a/infer/tests/codetoanalyze/objc/linters/optional.m +++ b/infer/tests/codetoanalyze/objc/linters/optional.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/linters/registered_observer/Person.m b/infer/tests/codetoanalyze/objc/linters/registered_observer/Person.m index 29f901dc0..d8290c029 100644 --- a/infer/tests/codetoanalyze/objc/linters/registered_observer/Person.m +++ b/infer/tests/codetoanalyze/objc/linters/registered_observer/Person.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/linters/registered_observer/ViewController.m b/infer/tests/codetoanalyze/objc/linters/registered_observer/ViewController.m index e7e1c1d88..ab1c91cfa 100644 --- a/infer/tests/codetoanalyze/objc/linters/registered_observer/ViewController.m +++ b/infer/tests/codetoanalyze/objc/linters/registered_observer/ViewController.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/linters/registered_observer/ViewController2.m b/infer/tests/codetoanalyze/objc/linters/registered_observer/ViewController2.m index 2805e87dd..912330e2f 100644 --- a/infer/tests/codetoanalyze/objc/linters/registered_observer/ViewController2.m +++ b/infer/tests/codetoanalyze/objc/linters/registered_observer/ViewController2.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/linters/registered_observer/ViewController3.m b/infer/tests/codetoanalyze/objc/linters/registered_observer/ViewController3.m index 8d3bdc70e..d015668e4 100644 --- a/infer/tests/codetoanalyze/objc/linters/registered_observer/ViewController3.m +++ b/infer/tests/codetoanalyze/objc/linters/registered_observer/ViewController3.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/linters/registered_observer/param-block.m b/infer/tests/codetoanalyze/objc/linters/registered_observer/param-block.m index a29428ada..57c684724 100644 --- a/infer/tests/codetoanalyze/objc/linters/registered_observer/param-block.m +++ b/infer/tests/codetoanalyze/objc/linters/registered_observer/param-block.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/linters/strong_delegate.m b/infer/tests/codetoanalyze/objc/linters/strong_delegate.m index 6bafff4ee..3c7cbf1e5 100644 --- a/infer/tests/codetoanalyze/objc/linters/strong_delegate.m +++ b/infer/tests/codetoanalyze/objc/linters/strong_delegate.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/liveness/CapturedVariableExample.m b/infer/tests/codetoanalyze/objc/liveness/CapturedVariableExample.m index 8af8f638f..7980fe216 100644 --- a/infer/tests/codetoanalyze/objc/liveness/CapturedVariableExample.m +++ b/infer/tests/codetoanalyze/objc/liveness/CapturedVariableExample.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/liveness/GenericExprExample.m b/infer/tests/codetoanalyze/objc/liveness/GenericExprExample.m index 35875a78b..113dd4dce 100644 --- a/infer/tests/codetoanalyze/objc/liveness/GenericExprExample.m +++ b/infer/tests/codetoanalyze/objc/liveness/GenericExprExample.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/liveness/Makefile b/infer/tests/codetoanalyze/objc/liveness/Makefile index cf2d6ef3a..1106f788d 100644 --- a/infer/tests/codetoanalyze/objc/liveness/Makefile +++ b/infer/tests/codetoanalyze/objc/liveness/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/liveness/NSParameterAssertExample.m b/infer/tests/codetoanalyze/objc/liveness/NSParameterAssertExample.m index bce671d43..1af685e16 100644 --- a/infer/tests/codetoanalyze/objc/liveness/NSParameterAssertExample.m +++ b/infer/tests/codetoanalyze/objc/liveness/NSParameterAssertExample.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/liveness/NestedClassCalls.m b/infer/tests/codetoanalyze/objc/liveness/NestedClassCalls.m index 605221a4a..5617beb2a 100644 --- a/infer/tests/codetoanalyze/objc/liveness/NestedClassCalls.m +++ b/infer/tests/codetoanalyze/objc/liveness/NestedClassCalls.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/liveness/ObserverExample.m b/infer/tests/codetoanalyze/objc/liveness/ObserverExample.m index 5dfc1df8c..2d6f8137e 100644 --- a/infer/tests/codetoanalyze/objc/liveness/ObserverExample.m +++ b/infer/tests/codetoanalyze/objc/liveness/ObserverExample.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/nullable/Examples.m b/infer/tests/codetoanalyze/objc/nullable/Examples.m index 68d5630c3..dcee1b3ee 100644 --- a/infer/tests/codetoanalyze/objc/nullable/Examples.m +++ b/infer/tests/codetoanalyze/objc/nullable/Examples.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/nullable/Library.h b/infer/tests/codetoanalyze/objc/nullable/Library.h index faead4d49..7f2c6a7ee 100644 --- a/infer/tests/codetoanalyze/objc/nullable/Library.h +++ b/infer/tests/codetoanalyze/objc/nullable/Library.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/nullable/Makefile b/infer/tests/codetoanalyze/objc/nullable/Makefile index 1f3449d01..e735f80af 100644 --- a/infer/tests/codetoanalyze/objc/nullable/Makefile +++ b/infer/tests/codetoanalyze/objc/nullable/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/performance/Makefile b/infer/tests/codetoanalyze/objc/performance/Makefile index 22e8c2288..ac41251ec 100644 --- a/infer/tests/codetoanalyze/objc/performance/Makefile +++ b/infer/tests/codetoanalyze/objc/performance/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2018-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/performance/araii.m b/infer/tests/codetoanalyze/objc/performance/araii.m index 6283b425b..b1df9146a 100644 --- a/infer/tests/codetoanalyze/objc/performance/araii.m +++ b/infer/tests/codetoanalyze/objc/performance/araii.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/performance/cf.m b/infer/tests/codetoanalyze/objc/performance/cf.m index adad37580..e7f382387 100644 --- a/infer/tests/codetoanalyze/objc/performance/cf.m +++ b/infer/tests/codetoanalyze/objc/performance/cf.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/performance/control.m b/infer/tests/codetoanalyze/objc/performance/control.m index 393eb5fd7..e729cf17c 100644 --- a/infer/tests/codetoanalyze/objc/performance/control.m +++ b/infer/tests/codetoanalyze/objc/performance/control.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/quandary/Makefile b/infer/tests/codetoanalyze/objc/quandary/Makefile index 6cdac3ab8..6866f9fb2 100644 --- a/infer/tests/codetoanalyze/objc/quandary/Makefile +++ b/infer/tests/codetoanalyze/objc/quandary/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/quandary/basics.m b/infer/tests/codetoanalyze/objc/quandary/basics.m index 225842165..add8c44c7 100644 --- a/infer/tests/codetoanalyze/objc/quandary/basics.m +++ b/infer/tests/codetoanalyze/objc/quandary/basics.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/shared/annotations/nonnull_annotations.m b/infer/tests/codetoanalyze/objc/shared/annotations/nonnull_annotations.m index e3acf0a03..e3d0218cb 100644 --- a/infer/tests/codetoanalyze/objc/shared/annotations/nonnull_annotations.m +++ b/infer/tests/codetoanalyze/objc/shared/annotations/nonnull_annotations.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/shared/annotations/nullable_annotations.m b/infer/tests/codetoanalyze/objc/shared/annotations/nullable_annotations.m index 6764feae5..9b9132843 100644 --- a/infer/tests/codetoanalyze/objc/shared/annotations/nullable_annotations.m +++ b/infer/tests/codetoanalyze/objc/shared/annotations/nullable_annotations.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/shared/annotations/nullable_annotations_fields.m b/infer/tests/codetoanalyze/objc/shared/annotations/nullable_annotations_fields.m index edc9a1b33..d89432f1a 100644 --- a/infer/tests/codetoanalyze/objc/shared/annotations/nullable_annotations_fields.m +++ b/infer/tests/codetoanalyze/objc/shared/annotations/nullable_annotations_fields.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/shared/assertions/NSAssert_example.m b/infer/tests/codetoanalyze/objc/shared/assertions/NSAssert_example.m index b39de6a5c..8c8c4ed3c 100644 --- a/infer/tests/codetoanalyze/objc/shared/assertions/NSAssert_example.m +++ b/infer/tests/codetoanalyze/objc/shared/assertions/NSAssert_example.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/shared/block/AnonymousBlock.m b/infer/tests/codetoanalyze/objc/shared/block/AnonymousBlock.m index 7463734bf..39dd16cb2 100644 --- a/infer/tests/codetoanalyze/objc/shared/block/AnonymousBlock.m +++ b/infer/tests/codetoanalyze/objc/shared/block/AnonymousBlock.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/shared/block/BlockVar.h b/infer/tests/codetoanalyze/objc/shared/block/BlockVar.h index 833143cf0..7a314a731 100644 --- a/infer/tests/codetoanalyze/objc/shared/block/BlockVar.h +++ b/infer/tests/codetoanalyze/objc/shared/block/BlockVar.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/shared/block/BlockVar.m b/infer/tests/codetoanalyze/objc/shared/block/BlockVar.m index e013709ae..6a56c22ae 100644 --- a/infer/tests/codetoanalyze/objc/shared/block/BlockVar.m +++ b/infer/tests/codetoanalyze/objc/shared/block/BlockVar.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/shared/block/Blocks_as_parameters.m b/infer/tests/codetoanalyze/objc/shared/block/Blocks_as_parameters.m index 0a0e5029b..49834d5da 100644 --- a/infer/tests/codetoanalyze/objc/shared/block/Blocks_as_parameters.m +++ b/infer/tests/codetoanalyze/objc/shared/block/Blocks_as_parameters.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/shared/block/block-it.m b/infer/tests/codetoanalyze/objc/shared/block/block-it.m index 2ddc1b20f..75d1182ba 100644 --- a/infer/tests/codetoanalyze/objc/shared/block/block-it.m +++ b/infer/tests/codetoanalyze/objc/shared/block/block-it.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/shared/block/block.m b/infer/tests/codetoanalyze/objc/shared/block/block.m index dcff26ac5..957d09427 100644 --- a/infer/tests/codetoanalyze/objc/shared/block/block.m +++ b/infer/tests/codetoanalyze/objc/shared/block/block.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/shared/block/block_no_args.m b/infer/tests/codetoanalyze/objc/shared/block/block_no_args.m index 2e0d6ad57..5f57f40dd 100644 --- a/infer/tests/codetoanalyze/objc/shared/block/block_no_args.m +++ b/infer/tests/codetoanalyze/objc/shared/block/block_no_args.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/shared/block/block_release.m b/infer/tests/codetoanalyze/objc/shared/block/block_release.m index 4d211cdfb..f1a895a3f 100644 --- a/infer/tests/codetoanalyze/objc/shared/block/block_release.m +++ b/infer/tests/codetoanalyze/objc/shared/block/block_release.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/shared/block/dispatch.m b/infer/tests/codetoanalyze/objc/shared/block/dispatch.m index 707c4d83c..183cf38f0 100644 --- a/infer/tests/codetoanalyze/objc/shared/block/dispatch.m +++ b/infer/tests/codetoanalyze/objc/shared/block/dispatch.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/shared/block/dispatch_examples.m b/infer/tests/codetoanalyze/objc/shared/block/dispatch_examples.m index ecdf5197c..7c3c48912 100644 --- a/infer/tests/codetoanalyze/objc/shared/block/dispatch_examples.m +++ b/infer/tests/codetoanalyze/objc/shared/block/dispatch_examples.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/shared/block/dispatch_in_macro.m b/infer/tests/codetoanalyze/objc/shared/block/dispatch_in_macro.m index 5470472cb..7879fc119 100644 --- a/infer/tests/codetoanalyze/objc/shared/block/dispatch_in_macro.m +++ b/infer/tests/codetoanalyze/objc/shared/block/dispatch_in_macro.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/shared/category_procdesc/EOCPerson.h b/infer/tests/codetoanalyze/objc/shared/category_procdesc/EOCPerson.h index 0001cc186..279214a62 100644 --- a/infer/tests/codetoanalyze/objc/shared/category_procdesc/EOCPerson.h +++ b/infer/tests/codetoanalyze/objc/shared/category_procdesc/EOCPerson.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/shared/category_procdesc/EOCPerson.m b/infer/tests/codetoanalyze/objc/shared/category_procdesc/EOCPerson.m index 37e9235a0..19ddfa8d0 100644 --- a/infer/tests/codetoanalyze/objc/shared/category_procdesc/EOCPerson.m +++ b/infer/tests/codetoanalyze/objc/shared/category_procdesc/EOCPerson.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/shared/category_procdesc/main.c b/infer/tests/codetoanalyze/objc/shared/category_procdesc/main.c index 5b6b4b9e2..9aa4ab8f7 100644 --- a/infer/tests/codetoanalyze/objc/shared/category_procdesc/main.c +++ b/infer/tests/codetoanalyze/objc/shared/category_procdesc/main.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/shared/field_superclass/SuperExample.m b/infer/tests/codetoanalyze/objc/shared/field_superclass/SuperExample.m index 89014ecd0..e73173ccb 100644 --- a/infer/tests/codetoanalyze/objc/shared/field_superclass/SuperExample.m +++ b/infer/tests/codetoanalyze/objc/shared/field_superclass/SuperExample.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/shared/memory_leaks_benchmark/ArcExample.m b/infer/tests/codetoanalyze/objc/shared/memory_leaks_benchmark/ArcExample.m index c52e49812..544633aaa 100644 --- a/infer/tests/codetoanalyze/objc/shared/memory_leaks_benchmark/ArcExample.m +++ b/infer/tests/codetoanalyze/objc/shared/memory_leaks_benchmark/ArcExample.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/shared/memory_leaks_benchmark/AutoreleaseExample.m b/infer/tests/codetoanalyze/objc/shared/memory_leaks_benchmark/AutoreleaseExample.m index a8ad2078c..240824ef1 100644 --- a/infer/tests/codetoanalyze/objc/shared/memory_leaks_benchmark/AutoreleaseExample.m +++ b/infer/tests/codetoanalyze/objc/shared/memory_leaks_benchmark/AutoreleaseExample.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/shared/memory_leaks_benchmark/MemoryLeakExample.h b/infer/tests/codetoanalyze/objc/shared/memory_leaks_benchmark/MemoryLeakExample.h index 862afc2e0..0bbcc5f1f 100644 --- a/infer/tests/codetoanalyze/objc/shared/memory_leaks_benchmark/MemoryLeakExample.h +++ b/infer/tests/codetoanalyze/objc/shared/memory_leaks_benchmark/MemoryLeakExample.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/shared/memory_leaks_benchmark/MemoryLeakExample.m b/infer/tests/codetoanalyze/objc/shared/memory_leaks_benchmark/MemoryLeakExample.m index 4d199fe0a..a7d15fde2 100644 --- a/infer/tests/codetoanalyze/objc/shared/memory_leaks_benchmark/MemoryLeakExample.m +++ b/infer/tests/codetoanalyze/objc/shared/memory_leaks_benchmark/MemoryLeakExample.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/shared/memory_leaks_benchmark/RetainReleaseExample.m b/infer/tests/codetoanalyze/objc/shared/memory_leaks_benchmark/RetainReleaseExample.m index 65793c808..001408890 100644 --- a/infer/tests/codetoanalyze/objc/shared/memory_leaks_benchmark/RetainReleaseExample.m +++ b/infer/tests/codetoanalyze/objc/shared/memory_leaks_benchmark/RetainReleaseExample.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/shared/memory_leaks_benchmark/TollBridgeExample.m b/infer/tests/codetoanalyze/objc/shared/memory_leaks_benchmark/TollBridgeExample.m index fd5ca18bf..370665587 100644 --- a/infer/tests/codetoanalyze/objc/shared/memory_leaks_benchmark/TollBridgeExample.m +++ b/infer/tests/codetoanalyze/objc/shared/memory_leaks_benchmark/TollBridgeExample.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/shared/memory_leaks_benchmark/arc_methods.m b/infer/tests/codetoanalyze/objc/shared/memory_leaks_benchmark/arc_methods.m index 2f2c535eb..f4483dd33 100644 --- a/infer/tests/codetoanalyze/objc/shared/memory_leaks_benchmark/arc_methods.m +++ b/infer/tests/codetoanalyze/objc/shared/memory_leaks_benchmark/arc_methods.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/shared/npe/Available_expr.m b/infer/tests/codetoanalyze/objc/shared/npe/Available_expr.m index a328d6660..109782697 100644 --- a/infer/tests/codetoanalyze/objc/shared/npe/Available_expr.m +++ b/infer/tests/codetoanalyze/objc/shared/npe/Available_expr.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/shared/npe/Nonnull_attribute_example.m b/infer/tests/codetoanalyze/objc/shared/npe/Nonnull_attribute_example.m index 5e88f3dc6..8e41e4db0 100644 --- a/infer/tests/codetoanalyze/objc/shared/npe/Nonnull_attribute_example.m +++ b/infer/tests/codetoanalyze/objc/shared/npe/Nonnull_attribute_example.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/shared/npe/npe_malloc.m b/infer/tests/codetoanalyze/objc/shared/npe/npe_malloc.m index 864765dd7..f136f569f 100644 --- a/infer/tests/codetoanalyze/objc/shared/npe/npe_malloc.m +++ b/infer/tests/codetoanalyze/objc/shared/npe/npe_malloc.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/shared/property/GetterExample.h b/infer/tests/codetoanalyze/objc/shared/property/GetterExample.h index 648b4a050..85b3c64a5 100644 --- a/infer/tests/codetoanalyze/objc/shared/property/GetterExample.h +++ b/infer/tests/codetoanalyze/objc/shared/property/GetterExample.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/shared/property/GetterExample.m b/infer/tests/codetoanalyze/objc/shared/property/GetterExample.m index 3e6d1be63..6abd9ba05 100644 --- a/infer/tests/codetoanalyze/objc/shared/property/GetterExample.m +++ b/infer/tests/codetoanalyze/objc/shared/property/GetterExample.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/shared/property/PropertyAttributes.m b/infer/tests/codetoanalyze/objc/shared/property/PropertyAttributes.m index ab1024444..7733fea76 100644 --- a/infer/tests/codetoanalyze/objc/shared/property/PropertyAttributes.m +++ b/infer/tests/codetoanalyze/objc/shared/property/PropertyAttributes.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/shared/protocol_procdesc/Bicycle.h b/infer/tests/codetoanalyze/objc/shared/protocol_procdesc/Bicycle.h index 636c35b84..03c7ecf15 100644 --- a/infer/tests/codetoanalyze/objc/shared/protocol_procdesc/Bicycle.h +++ b/infer/tests/codetoanalyze/objc/shared/protocol_procdesc/Bicycle.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/shared/protocol_procdesc/Bicycle.m b/infer/tests/codetoanalyze/objc/shared/protocol_procdesc/Bicycle.m index 9228f3e9f..70cc2b369 100644 --- a/infer/tests/codetoanalyze/objc/shared/protocol_procdesc/Bicycle.m +++ b/infer/tests/codetoanalyze/objc/shared/protocol_procdesc/Bicycle.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/shared/protocol_procdesc/StreetVehicle.h b/infer/tests/codetoanalyze/objc/shared/protocol_procdesc/StreetVehicle.h index 29d7aab33..61a1ee8b0 100644 --- a/infer/tests/codetoanalyze/objc/shared/protocol_procdesc/StreetVehicle.h +++ b/infer/tests/codetoanalyze/objc/shared/protocol_procdesc/StreetVehicle.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/shared/protocol_procdesc/main.c b/infer/tests/codetoanalyze/objc/shared/protocol_procdesc/main.c index 5aed8822a..4036ecc8a 100644 --- a/infer/tests/codetoanalyze/objc/shared/protocol_procdesc/main.c +++ b/infer/tests/codetoanalyze/objc/shared/protocol_procdesc/main.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/uninit/Makefile b/infer/tests/codetoanalyze/objc/uninit/Makefile index b7111df27..cf8e5c7c9 100644 --- a/infer/tests/codetoanalyze/objc/uninit/Makefile +++ b/infer/tests/codetoanalyze/objc/uninit/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/uninit/arrays.m b/infer/tests/codetoanalyze/objc/uninit/arrays.m index dbb85b2d5..ff82efb7f 100644 --- a/infer/tests/codetoanalyze/objc/uninit/arrays.m +++ b/infer/tests/codetoanalyze/objc/uninit/arrays.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/uninit/uninit.m b/infer/tests/codetoanalyze/objc/uninit/uninit.m index 796484db8..a9ccddf28 100644 --- a/infer/tests/codetoanalyze/objc/uninit/uninit.m +++ b/infer/tests/codetoanalyze/objc/uninit/uninit.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objc/uninit/uninit_blocks.m b/infer/tests/codetoanalyze/objc/uninit/uninit_blocks.m index f68f5e7be..556fa6ea6 100644 --- a/infer/tests/codetoanalyze/objc/uninit/uninit_blocks.m +++ b/infer/tests/codetoanalyze/objc/uninit/uninit_blocks.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objcpp/errors/BlockLfield.mm b/infer/tests/codetoanalyze/objcpp/errors/BlockLfield.mm index 08e789156..dafaedd9d 100644 --- a/infer/tests/codetoanalyze/objcpp/errors/BlockLfield.mm +++ b/infer/tests/codetoanalyze/objcpp/errors/BlockLfield.mm @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objcpp/errors/Makefile b/infer/tests/codetoanalyze/objcpp/errors/Makefile index d23f1f8cb..56c411e27 100644 --- a/infer/tests/codetoanalyze/objcpp/errors/Makefile +++ b/infer/tests/codetoanalyze/objcpp/errors/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objcpp/errors/c_functions.mm b/infer/tests/codetoanalyze/objcpp/errors/c_functions.mm index 8383ce361..3670d07a5 100644 --- a/infer/tests/codetoanalyze/objcpp/errors/c_functions.mm +++ b/infer/tests/codetoanalyze/objcpp/errors/c_functions.mm @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objcpp/errors/retain_cycles/RetainCycleWithStruct.mm b/infer/tests/codetoanalyze/objcpp/errors/retain_cycles/RetainCycleWithStruct.mm index 5e54469ab..e41dd5db0 100644 --- a/infer/tests/codetoanalyze/objcpp/errors/retain_cycles/RetainCycleWithStruct.mm +++ b/infer/tests/codetoanalyze/objcpp/errors/retain_cycles/RetainCycleWithStruct.mm @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objcpp/frontend/Makefile b/infer/tests/codetoanalyze/objcpp/frontend/Makefile index 64fc87c3c..4682ca735 100644 --- a/infer/tests/codetoanalyze/objcpp/frontend/Makefile +++ b/infer/tests/codetoanalyze/objcpp/frontend/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objcpp/frontend/funcoverloading/af_test.mm b/infer/tests/codetoanalyze/objcpp/frontend/funcoverloading/af_test.mm index 19da905b3..cd04d496f 100644 --- a/infer/tests/codetoanalyze/objcpp/frontend/funcoverloading/af_test.mm +++ b/infer/tests/codetoanalyze/objcpp/frontend/funcoverloading/af_test.mm @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objcpp/frontend/global_const/global_const.mm b/infer/tests/codetoanalyze/objcpp/frontend/global_const/global_const.mm index cac4f8989..62cf22806 100644 --- a/infer/tests/codetoanalyze/objcpp/frontend/global_const/global_const.mm +++ b/infer/tests/codetoanalyze/objcpp/frontend/global_const/global_const.mm @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objcpp/linters-for-test-only/Makefile b/infer/tests/codetoanalyze/objcpp/linters-for-test-only/Makefile index b0fdfe49f..b74bbbe74 100644 --- a/infer/tests/codetoanalyze/objcpp/linters-for-test-only/Makefile +++ b/infer/tests/codetoanalyze/objcpp/linters-for-test-only/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objcpp/linters-for-test-only/ReferenceTest.mm b/infer/tests/codetoanalyze/objcpp/linters-for-test-only/ReferenceTest.mm index 80c1e3ede..50d01c139 100644 --- a/infer/tests/codetoanalyze/objcpp/linters-for-test-only/ReferenceTest.mm +++ b/infer/tests/codetoanalyze/objcpp/linters-for-test-only/ReferenceTest.mm @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objcpp/linters-for-test-only/TestParameterMemModels.mm b/infer/tests/codetoanalyze/objcpp/linters-for-test-only/TestParameterMemModels.mm index b608ba45b..6af3ba140 100644 --- a/infer/tests/codetoanalyze/objcpp/linters-for-test-only/TestParameterMemModels.mm +++ b/infer/tests/codetoanalyze/objcpp/linters-for-test-only/TestParameterMemModels.mm @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objcpp/linters-for-test-only/TestParamterLabelsChecks.mm b/infer/tests/codetoanalyze/objcpp/linters-for-test-only/TestParamterLabelsChecks.mm index ba29782c3..70d73c0d4 100644 --- a/infer/tests/codetoanalyze/objcpp/linters-for-test-only/TestParamterLabelsChecks.mm +++ b/infer/tests/codetoanalyze/objcpp/linters-for-test-only/TestParamterLabelsChecks.mm @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objcpp/linters-for-test-only/TestStructFieldChecks.mm b/infer/tests/codetoanalyze/objcpp/linters-for-test-only/TestStructFieldChecks.mm index b2c7b6f39..8d4f05dac 100644 --- a/infer/tests/codetoanalyze/objcpp/linters-for-test-only/TestStructFieldChecks.mm +++ b/infer/tests/codetoanalyze/objcpp/linters-for-test-only/TestStructFieldChecks.mm @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objcpp/linters-for-test-only/componentblock.mm b/infer/tests/codetoanalyze/objcpp/linters-for-test-only/componentblock.mm index b74bb1f5a..c08722a43 100644 --- a/infer/tests/codetoanalyze/objcpp/linters-for-test-only/componentblock.mm +++ b/infer/tests/codetoanalyze/objcpp/linters-for-test-only/componentblock.mm @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objcpp/linters-for-test-only/hash_test.mm b/infer/tests/codetoanalyze/objcpp/linters-for-test-only/hash_test.mm index 3162a56c5..150bdcd6e 100644 --- a/infer/tests/codetoanalyze/objcpp/linters-for-test-only/hash_test.mm +++ b/infer/tests/codetoanalyze/objcpp/linters-for-test-only/hash_test.mm @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objcpp/linters-for-test-only/linters_example.al b/infer/tests/codetoanalyze/objcpp/linters-for-test-only/linters_example.al index 202a1720f..4a947ebfb 100644 --- a/infer/tests/codetoanalyze/objcpp/linters-for-test-only/linters_example.al +++ b/infer/tests/codetoanalyze/objcpp/linters-for-test-only/linters_example.al @@ -1,4 +1,4 @@ -// Copyright (c) 2018-present, Facebook, Inc. +// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objcpp/linters-for-test-only/stateless.al b/infer/tests/codetoanalyze/objcpp/linters-for-test-only/stateless.al index c5bfedb1a..202ccce2f 100644 --- a/infer/tests/codetoanalyze/objcpp/linters-for-test-only/stateless.al +++ b/infer/tests/codetoanalyze/objcpp/linters-for-test-only/stateless.al @@ -1,4 +1,4 @@ -// Copyright (c) 2018-present, Facebook, Inc. +// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objcpp/linters-for-test-only/stateless.m b/infer/tests/codetoanalyze/objcpp/linters-for-test-only/stateless.m index dcd4b7ecd..79d46b261 100644 --- a/infer/tests/codetoanalyze/objcpp/linters-for-test-only/stateless.m +++ b/infer/tests/codetoanalyze/objcpp/linters-for-test-only/stateless.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objcpp/linters-for-test-only/static.m b/infer/tests/codetoanalyze/objcpp/linters-for-test-only/static.m index dee03aad2..bc0c81685 100644 --- a/infer/tests/codetoanalyze/objcpp/linters-for-test-only/static.m +++ b/infer/tests/codetoanalyze/objcpp/linters-for-test-only/static.m @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objcpp/linters/BadPointer.mm b/infer/tests/codetoanalyze/objcpp/linters/BadPointer.mm index f87662e36..cb66d7339 100644 --- a/infer/tests/codetoanalyze/objcpp/linters/BadPointer.mm +++ b/infer/tests/codetoanalyze/objcpp/linters/BadPointer.mm @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objcpp/linters/Makefile b/infer/tests/codetoanalyze/objcpp/linters/Makefile index 84a7ddc55..34238c179 100644 --- a/infer/tests/codetoanalyze/objcpp/linters/Makefile +++ b/infer/tests/codetoanalyze/objcpp/linters/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objcpp/linters/componentkit/FactoryFunctionTest.mm b/infer/tests/codetoanalyze/objcpp/linters/componentkit/FactoryFunctionTest.mm index 22a47ddd3..c219d6367 100644 --- a/infer/tests/codetoanalyze/objcpp/linters/componentkit/FactoryFunctionTest.mm +++ b/infer/tests/codetoanalyze/objcpp/linters/componentkit/FactoryFunctionTest.mm @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objcpp/linters/componentkit/FakeComponentKitHeader.h b/infer/tests/codetoanalyze/objcpp/linters/componentkit/FakeComponentKitHeader.h index 704fa8d9f..bc386634a 100644 --- a/infer/tests/codetoanalyze/objcpp/linters/componentkit/FakeComponentKitHeader.h +++ b/infer/tests/codetoanalyze/objcpp/linters/componentkit/FakeComponentKitHeader.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objcpp/linters/componentkit/InitializerWithSideEffectTest.mm b/infer/tests/codetoanalyze/objcpp/linters/componentkit/InitializerWithSideEffectTest.mm index 6003ec452..44db6a515 100644 --- a/infer/tests/codetoanalyze/objcpp/linters/componentkit/InitializerWithSideEffectTest.mm +++ b/infer/tests/codetoanalyze/objcpp/linters/componentkit/InitializerWithSideEffectTest.mm @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objcpp/linters/componentkit/MultipleFactoryMethodsTest.h b/infer/tests/codetoanalyze/objcpp/linters/componentkit/MultipleFactoryMethodsTest.h index 34c1ae906..51427d1c4 100644 --- a/infer/tests/codetoanalyze/objcpp/linters/componentkit/MultipleFactoryMethodsTest.h +++ b/infer/tests/codetoanalyze/objcpp/linters/componentkit/MultipleFactoryMethodsTest.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objcpp/linters/componentkit/MultipleFactoryMethodsTest.mm b/infer/tests/codetoanalyze/objcpp/linters/componentkit/MultipleFactoryMethodsTest.mm index 7658de15b..ae8ff022c 100644 --- a/infer/tests/codetoanalyze/objcpp/linters/componentkit/MultipleFactoryMethodsTest.mm +++ b/infer/tests/codetoanalyze/objcpp/linters/componentkit/MultipleFactoryMethodsTest.mm @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objcpp/linters/componentkit/MutableLocalVariablesTest.mm b/infer/tests/codetoanalyze/objcpp/linters/componentkit/MutableLocalVariablesTest.mm index 523b60cb3..57a6f254d 100644 --- a/infer/tests/codetoanalyze/objcpp/linters/componentkit/MutableLocalVariablesTest.mm +++ b/infer/tests/codetoanalyze/objcpp/linters/componentkit/MutableLocalVariablesTest.mm @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objcpp/linters/componentkit/MutableLocalVariablesTest2.mm b/infer/tests/codetoanalyze/objcpp/linters/componentkit/MutableLocalVariablesTest2.mm index 4a7ddbc1b..346661dfb 100644 --- a/infer/tests/codetoanalyze/objcpp/linters/componentkit/MutableLocalVariablesTest2.mm +++ b/infer/tests/codetoanalyze/objcpp/linters/componentkit/MutableLocalVariablesTest2.mm @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objcpp/linters/componentkit/UnconventionalSuperclassTest.h b/infer/tests/codetoanalyze/objcpp/linters/componentkit/UnconventionalSuperclassTest.h index 405d5f914..7a2db6b04 100644 --- a/infer/tests/codetoanalyze/objcpp/linters/componentkit/UnconventionalSuperclassTest.h +++ b/infer/tests/codetoanalyze/objcpp/linters/componentkit/UnconventionalSuperclassTest.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. @@ -24,11 +24,13 @@ @interface RenderFooComponent : CKRenderComponent // good @end -@interface RenderWithChildrenFooComponent : CKRenderWithChildrenComponent // good +@interface RenderWithChildrenFooComponent + : CKRenderWithChildrenComponent // good @end @interface RenderLayoutFooComponent : CKRenderLayoutComponent // good @end -@interface RenderLayoutWithChildrenFooComponent : CKRenderLayoutWithChildrenComponent // good +@interface RenderLayoutWithChildrenFooComponent + : CKRenderLayoutWithChildrenComponent // good @end diff --git a/infer/tests/codetoanalyze/objcpp/linters/componentkit/UnconventionalSuperclassTest.mm b/infer/tests/codetoanalyze/objcpp/linters/componentkit/UnconventionalSuperclassTest.mm index 9ba6c2590..f833628c9 100644 --- a/infer/tests/codetoanalyze/objcpp/linters/componentkit/UnconventionalSuperclassTest.mm +++ b/infer/tests/codetoanalyze/objcpp/linters/componentkit/UnconventionalSuperclassTest.mm @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objcpp/linters/cxx_reference_in_block/block.mm b/infer/tests/codetoanalyze/objcpp/linters/cxx_reference_in_block/block.mm index 367a08a48..0c865d234 100644 --- a/infer/tests/codetoanalyze/objcpp/linters/cxx_reference_in_block/block.mm +++ b/infer/tests/codetoanalyze/objcpp/linters/cxx_reference_in_block/block.mm @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objcpp/linters/global-var/B.mm b/infer/tests/codetoanalyze/objcpp/linters/global-var/B.mm index ba662dced..301029b88 100644 --- a/infer/tests/codetoanalyze/objcpp/linters/global-var/B.mm +++ b/infer/tests/codetoanalyze/objcpp/linters/global-var/B.mm @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objcpp/liveness/ClassMethod.mm b/infer/tests/codetoanalyze/objcpp/liveness/ClassMethod.mm index ba683c688..a7ddf16c5 100644 --- a/infer/tests/codetoanalyze/objcpp/liveness/ClassMethod.mm +++ b/infer/tests/codetoanalyze/objcpp/liveness/ClassMethod.mm @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objcpp/liveness/CoreFoundationExample.mm b/infer/tests/codetoanalyze/objcpp/liveness/CoreFoundationExample.mm index 7fd0763cb..1f69d307c 100644 --- a/infer/tests/codetoanalyze/objcpp/liveness/CoreFoundationExample.mm +++ b/infer/tests/codetoanalyze/objcpp/liveness/CoreFoundationExample.mm @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objcpp/liveness/Makefile b/infer/tests/codetoanalyze/objcpp/liveness/Makefile index 0fc6a6e60..2e39197c9 100644 --- a/infer/tests/codetoanalyze/objcpp/liveness/Makefile +++ b/infer/tests/codetoanalyze/objcpp/liveness/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objcpp/nullable/Examples.mm b/infer/tests/codetoanalyze/objcpp/nullable/Examples.mm index 8d3eb7500..1daf045aa 100644 --- a/infer/tests/codetoanalyze/objcpp/nullable/Examples.mm +++ b/infer/tests/codetoanalyze/objcpp/nullable/Examples.mm @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objcpp/nullable/Makefile b/infer/tests/codetoanalyze/objcpp/nullable/Makefile index 04a4d2888..62aceb639 100644 --- a/infer/tests/codetoanalyze/objcpp/nullable/Makefile +++ b/infer/tests/codetoanalyze/objcpp/nullable/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objcpp/racerd/Basic.mm b/infer/tests/codetoanalyze/objcpp/racerd/Basic.mm index b6a8bb05a..29d309bae 100644 --- a/infer/tests/codetoanalyze/objcpp/racerd/Basic.mm +++ b/infer/tests/codetoanalyze/objcpp/racerd/Basic.mm @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objcpp/racerd/Ctor.mm b/infer/tests/codetoanalyze/objcpp/racerd/Ctor.mm index 542c68c95..32bc0ad57 100644 --- a/infer/tests/codetoanalyze/objcpp/racerd/Ctor.mm +++ b/infer/tests/codetoanalyze/objcpp/racerd/Ctor.mm @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objcpp/racerd/CtorInherit.mm b/infer/tests/codetoanalyze/objcpp/racerd/CtorInherit.mm index fe7721011..269089b46 100644 --- a/infer/tests/codetoanalyze/objcpp/racerd/CtorInherit.mm +++ b/infer/tests/codetoanalyze/objcpp/racerd/CtorInherit.mm @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objcpp/racerd/Makefile b/infer/tests/codetoanalyze/objcpp/racerd/Makefile index 51b3bf045..d5cd979ad 100644 --- a/infer/tests/codetoanalyze/objcpp/racerd/Makefile +++ b/infer/tests/codetoanalyze/objcpp/racerd/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objcpp/racerd/Private.h b/infer/tests/codetoanalyze/objcpp/racerd/Private.h index b1b2dcc5d..4a29ea8a2 100644 --- a/infer/tests/codetoanalyze/objcpp/racerd/Private.h +++ b/infer/tests/codetoanalyze/objcpp/racerd/Private.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objcpp/racerd/Private.mm b/infer/tests/codetoanalyze/objcpp/racerd/Private.mm index 932f1ee6b..0bee5935f 100644 --- a/infer/tests/codetoanalyze/objcpp/racerd/Private.mm +++ b/infer/tests/codetoanalyze/objcpp/racerd/Private.mm @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objcpp/retain-cycles/Makefile b/infer/tests/codetoanalyze/objcpp/retain-cycles/Makefile index b6c9a29be..5bbf03d0f 100644 --- a/infer/tests/codetoanalyze/objcpp/retain-cycles/Makefile +++ b/infer/tests/codetoanalyze/objcpp/retain-cycles/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/codetoanalyze/objcpp/retain-cycles/ObjCPPStruct.mm b/infer/tests/codetoanalyze/objcpp/retain-cycles/ObjCPPStruct.mm index 4b276a15c..e91dfc2ab 100644 --- a/infer/tests/codetoanalyze/objcpp/retain-cycles/ObjCPPStruct.mm +++ b/infer/tests/codetoanalyze/objcpp/retain-cycles/ObjCPPStruct.mm @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/diff.make b/infer/tests/diff.make index bb261a2ef..03a2b1e90 100644 --- a/infer/tests/diff.make +++ b/infer/tests/diff.make @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/differential.make b/infer/tests/differential.make index 8c7fa7d42..dae1b2f02 100644 --- a/infer/tests/differential.make +++ b/infer/tests/differential.make @@ -1,4 +1,4 @@ -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/external/library/SomeExternalClass.java b/infer/tests/external/library/SomeExternalClass.java index 4590e9b99..3456bb253 100644 --- a/infer/tests/external/library/SomeExternalClass.java +++ b/infer/tests/external/library/SomeExternalClass.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/infer.make b/infer/tests/infer.make index 7c98a7b49..de2d49674 100644 --- a/infer/tests/infer.make +++ b/infer/tests/infer.make @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/java.make b/infer/tests/java.make index d445a1092..5656959e8 100644 --- a/infer/tests/java.make +++ b/infer/tests/java.make @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/javac.make b/infer/tests/javac.make index 81d80b654..c530d83b0 100644 --- a/infer/tests/javac.make +++ b/infer/tests/javac.make @@ -1,4 +1,4 @@ -# Copyright (c) 2016-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/objc.make b/infer/tests/objc.make index 2c4016bf6..ccb7f0869 100644 --- a/infer/tests/objc.make +++ b/infer/tests/objc.make @@ -1,4 +1,4 @@ -# Copyright (c) 2018-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/infer/tests/repl/infer_batch_script.mltop b/infer/tests/repl/infer_batch_script.mltop index f1f4dd712..66fd99f79 100644 --- a/infer/tests/repl/infer_batch_script.mltop +++ b/infer/tests/repl/infer_batch_script.mltop @@ -1,5 +1,5 @@ (* - * Copyright (c) 2016-present, Facebook, Inc. + * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. diff --git a/infer/tests/testlock.py b/infer/tests/testlock.py index 6cefc5f50..ccb09a93d 100755 --- a/infer/tests/testlock.py +++ b/infer/tests/testlock.py @@ -1,6 +1,6 @@ #!/usr/bin/env python2.7 -# Copyright (c) 2019-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/m4/ac_assert_ocaml_min_version.m4 b/m4/ac_assert_ocaml_min_version.m4 index 3f0ff35da..7ae6f943e 100644 --- a/m4/ac_assert_ocaml_min_version.m4 +++ b/m4/ac_assert_ocaml_min_version.m4 @@ -1,4 +1,4 @@ -dnl Copyright (c) 2016-present, Facebook, Inc. +dnl Copyright (c) Facebook, Inc. and its affiliates. dnl dnl This source code is licensed under the MIT license found in the dnl LICENSE file in the root directory of this source tree. diff --git a/m4/ac_assert_ocaml_pkg.m4 b/m4/ac_assert_ocaml_pkg.m4 index 8055fe6cc..dd026373a 100644 --- a/m4/ac_assert_ocaml_pkg.m4 +++ b/m4/ac_assert_ocaml_pkg.m4 @@ -1,4 +1,4 @@ -dnl Copyright (c) 2015-present, Facebook, Inc. +dnl Copyright (c) Facebook, Inc. and its affiliates. dnl dnl This source code is licensed under the MIT license found in the dnl LICENSE file in the root directory of this source tree. diff --git a/m4/ac_assert_prog.m4 b/m4/ac_assert_prog.m4 index e7b05920a..0e91a998c 100644 --- a/m4/ac_assert_prog.m4 +++ b/m4/ac_assert_prog.m4 @@ -1,4 +1,4 @@ -dnl Copyright (c) 2015-present, Facebook, Inc. +dnl Copyright (c) Facebook, Inc. and its affiliates. dnl dnl This source code is licensed under the MIT license found in the dnl LICENSE file in the root directory of this source tree. diff --git a/m4/ac_check_ocaml_pkg_path.m4 b/m4/ac_check_ocaml_pkg_path.m4 index 94c036350..9fb2b76eb 100644 --- a/m4/ac_check_ocaml_pkg_path.m4 +++ b/m4/ac_check_ocaml_pkg_path.m4 @@ -1,4 +1,4 @@ -dnl Copyright (c) 2015-present, Facebook, Inc. +dnl Copyright (c) Facebook, Inc. and its affiliates. dnl dnl This source code is licensed under the MIT license found in the dnl LICENSE file in the root directory of this source tree. diff --git a/m4/ac_check_python_module.m4 b/m4/ac_check_python_module.m4 index 72bc16a96..1772a65e3 100644 --- a/m4/ac_check_python_module.m4 +++ b/m4/ac_check_python_module.m4 @@ -1,4 +1,4 @@ -dnl Copyright (c) 2015-present, Facebook, Inc. +dnl Copyright (c) Facebook, Inc. and its affiliates. dnl dnl This source code is licensed under the MIT license found in the dnl LICENSE file in the root directory of this source tree. diff --git a/m4/compare_version_strings.m4 b/m4/compare_version_strings.m4 index 000d66e3d..46ff737d7 100644 --- a/m4/compare_version_strings.m4 +++ b/m4/compare_version_strings.m4 @@ -1,4 +1,4 @@ -dnl Copyright (c) 2016-present, Facebook, Inc. +dnl Copyright (c) Facebook, Inc. and its affiliates. dnl dnl This source code is licensed under the MIT license found in the dnl LICENSE file in the root directory of this source tree. diff --git a/scripts/check_hash_collisions.py b/scripts/check_hash_collisions.py index ec5327441..1ad79a2cc 100755 --- a/scripts/check_hash_collisions.py +++ b/scripts/check_hash_collisions.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/scripts/create_annotations_release.sh b/scripts/create_annotations_release.sh index 9825cb4e5..e188e2a31 100755 --- a/scripts/create_annotations_release.sh +++ b/scripts/create_annotations_release.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2017-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/scripts/create_binary_release.sh b/scripts/create_binary_release.sh index f7c06455c..d73ed762f 100755 --- a/scripts/create_binary_release.sh +++ b/scripts/create_binary_release.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2013-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. diff --git a/scripts/make-strict-mode.sh b/scripts/make-strict-mode.sh index 7fc58fdf6..8b57c8929 100755 --- a/scripts/make-strict-mode.sh +++ b/scripts/make-strict-mode.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2018-present, Facebook, Inc. +# Copyright (c) Facebook, Inc. and its affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. @@ -51,7 +51,7 @@ MATCHERS="" cat <