diff --git a/orchagent/p4orch/tests/mock_sai_acl.cpp b/orchagent/p4orch/tests/mock_sai_acl.cpp index c0f584dabc3..531a71b3a5b 100644 --- a/orchagent/p4orch/tests/mock_sai_acl.cpp +++ b/orchagent/p4orch/tests/mock_sai_acl.cpp @@ -1,18 +1,3 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ #include "mock_sai_acl.h" MockSaiAcl *mock_sai_acl; diff --git a/orchagent/p4orch/tests/mock_sai_hostif.cpp b/orchagent/p4orch/tests/mock_sai_hostif.cpp index b4b22ea205e..7dcc0f70c2a 100644 --- a/orchagent/p4orch/tests/mock_sai_hostif.cpp +++ b/orchagent/p4orch/tests/mock_sai_hostif.cpp @@ -1,18 +1,3 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ #include "mock_sai_hostif.h" MockSaiHostif *mock_sai_hostif; diff --git a/orchagent/p4orch/tests/mock_sai_serialize.cpp b/orchagent/p4orch/tests/mock_sai_serialize.cpp index 5b5ed63b57c..ada42acf021 100644 --- a/orchagent/p4orch/tests/mock_sai_serialize.cpp +++ b/orchagent/p4orch/tests/mock_sai_serialize.cpp @@ -1,18 +1,3 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ #include "mock_sai_serialize.h" MockSaiSerialize *mock_sai_serialize; diff --git a/orchagent/p4orch/tests/mock_sai_switch.cpp b/orchagent/p4orch/tests/mock_sai_switch.cpp index 980c0bf90ea..180de2d6f93 100644 --- a/orchagent/p4orch/tests/mock_sai_switch.cpp +++ b/orchagent/p4orch/tests/mock_sai_switch.cpp @@ -1,18 +1,3 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ #include "mock_sai_switch.h" MockSaiSwitch *mock_sai_switch; diff --git a/orchagent/p4orch/tests/mock_sai_udf.cpp b/orchagent/p4orch/tests/mock_sai_udf.cpp index 7d1e7131b5f..4133988c8b0 100644 --- a/orchagent/p4orch/tests/mock_sai_udf.cpp +++ b/orchagent/p4orch/tests/mock_sai_udf.cpp @@ -1,18 +1,3 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ #include "mock_sai_udf.h" MockSaiUdf *mock_sai_udf;