Skip to content

Commit 714db87

Browse files
committed
add (c) header
1 parent ddeaf0a commit 714db87

File tree

1 file changed

+14
-0
lines changed
  • powertools-e2e-tests/handlers/largemessage/src/main/java/software/amazon/lambda/powertools/e2e

1 file changed

+14
-0
lines changed

powertools-e2e-tests/handlers/largemessage/src/main/java/software/amazon/lambda/powertools/e2e/Function.java

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
/*
2+
* Copyright 2023 Amazon.com, Inc. or its affiliates.
3+
* Licensed under the Apache License, Version 2.0 (the
4+
* "License"); you may not use this file except in compliance
5+
* with the License. You may obtain a copy of the License at
6+
* http://www.apache.org/licenses/LICENSE-2.0
7+
* Unless required by applicable law or agreed to in writing, software
8+
* distributed under the License is distributed on an "AS IS" BASIS,
9+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10+
* See the License for the specific language governing permissions and
11+
* limitations under the License.
12+
*
13+
*/
14+
115
package software.amazon.lambda.powertools.e2e;
216

317
import com.amazonaws.services.lambda.runtime.Context;

0 commit comments

Comments
 (0)