Skip to content

Commit d243508

Browse files
committed
Update copyright year
1 parent 4dc0b8d commit d243508

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public void test() throws Exception {
100100

101101
## License
102102

103-
Copyright (C) 2018 Andrew Gaul<br />
103+
Copyright (C) 2018-2019 Andrew Gaul<br />
104104
Copyright (C) 2015-2016 Bounce Storage
105105

106106
Licensed under the Apache License, Version 2.0

src/main/java/org/gaul/httpbin/HttpBin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018 Andrew Gaul <[email protected]>
2+
* Copyright 2018-2019 Andrew Gaul <[email protected]>
33
* Copyright 2015-2016 Bounce Storage, Inc. <[email protected]>
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/main/java/org/gaul/httpbin/HttpBinHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018 Andrew Gaul <[email protected]>
2+
* Copyright 2018-2019 Andrew Gaul <[email protected]>
33
* Copyright 2015-2016 Bounce Storage, Inc. <[email protected]>
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/main/java/org/gaul/httpbin/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018 Andrew Gaul <[email protected]>
2+
* Copyright 2018-2019 Andrew Gaul <[email protected]>
33
* Copyright 2015-2016 Bounce Storage, Inc. <[email protected]>
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/main/java/org/gaul/httpbin/Utils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018 Andrew Gaul <[email protected]>
2+
* Copyright 2018-2019 Andrew Gaul <[email protected]>
33
* Copyright 2015-2016 Bounce Storage, Inc. <[email protected]>
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/main/resources/copyright_header.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018 Andrew Gaul <[email protected]>
2+
* Copyright 2018-2019 Andrew Gaul <[email protected]>
33
* Copyright 2015-2016 Bounce Storage, Inc. <[email protected]>
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

src/test/java/org/gaul/httpbin/HttpBinTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018 Andrew Gaul <[email protected]>
2+
* Copyright 2018-2019 Andrew Gaul <[email protected]>
33
* Copyright 2015-2016 Bounce Storage, Inc. <[email protected]>
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)