Skip to content

Commit 2a97e20

Browse files
author
Frank Natividad
committed
2016 -> 2017
1 parent 441a9a3 commit 2a97e20

File tree

12 files changed

+14
-14
lines changed

12 files changed

+14
-14
lines changed

appengine-java8/endpoints-v2-guice/src/main/java/com/example/echo/Echo.java

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

appengine-java8/endpoints-v2-guice/src/main/java/com/example/echo/Email.java

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

appengine-java8/endpoints-v2-guice/src/main/java/com/example/echo/Message.java

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

appengine-java8/endpoints-v2-guice/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 2016 Google Inc.
3+
Copyright 2017 Google Inc.
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

appengine-java8/endpoints-v2-guice/src/main/webapp/WEB-INF/logging.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2016 Google Inc.
1+
# Copyright 2017 Google Inc.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
44
# in compliance with the License. You may obtain a copy of the License at
@@ -15,7 +15,7 @@
1515
#
1616
# To use this configuration, copy it into your application's WEB-INF
1717
# folder and add the following to your appengine-web.xml:
18-
#
18+
#
1919
# <system-properties>
2020
# <property name="java.util.logging.config.file" value="WEB-INF/logging.properties"/>
2121
# </system-properties>

appengine-java8/endpoints-v2-guice/src/main/webapp/WEB-INF/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" standalone="no"?>
22
<!--
3-
Copyright 2016 Google Inc.
3+
Copyright 2017 Google Inc.
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

appengine/endpoints-frameworks-v2/guice-example/src/main/java/com/example/echo/Echo.java

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

appengine/endpoints-frameworks-v2/guice-example/src/main/java/com/example/echo/Email.java

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

appengine/endpoints-frameworks-v2/guice-example/src/main/java/com/example/echo/Message.java

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

appengine/endpoints-frameworks-v2/guice-example/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 2016 Google Inc.
3+
Copyright 2017 Google Inc.
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)