8000 Update license year and pom.xml · MechOrigin/java-docs-samples@c364146 · GitHub
[go: up one dir, main page]

Skip to content

Commit c364146

Browse files
committed
Update license year and pom.xml
1 parent 1ceb56f commit c364146

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

flexible/mobile-backend/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
</dependency>
3232
<dependency>
3333
<groupId>javax.servlet</groupId>
34-
<artifactId>servlet-api</artifactId>
35-
<version>2.5</version>
34+
<artifactId>javax.servlet-api</artifactId>
35+
<version>3.1.0</version>
3636
<scope>provided</scope>
3737
</dependency>
3838
<dependency>

flexible/mobile-backend/src/main/java/com/google/cloud/solutions/flexenv/backend/MessageProcessorServlet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018 Google LLC
2+
* Copyright 2019 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

flexible/mobile-backend/src/main/java/com/google/cloud/solutions/flexenv/backend/MessagePurger.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018 Google LLC
2+
* Copyright 2019 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

flexible/mobile-backend/src/main/java/com/google/cloud/solutions/flexenv/common/LogEntry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018 Google LLC
2+
* Copyright 2019 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

flexible/mobile-backend/src/main/java/com/google/cloud/solutions/flexenv/common/Message.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018 Google LLC
2+
* Copyright 2019 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

flexible/mobile-backend/src/main/webapp/WEB-INF/appengine-web.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
3-
~ Copyright (c) 2013 Google Inc. All Rights Reserved.
3+
~ Copyright 2019 Google LLC
44
~
55
~ Licensed under the Apache License, Version 2.0 (the "License"); you
66
~ may not use this file except in compliance with the License. You may

0 commit comments

Comments
 (0)
0