Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
1afb0500
Commit
1afb0500
authored
Jan 13, 2017
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct copyright dates and enforce that starting year is 2012
Closes gh-7923
parent
bf642ff9
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
12 additions
and
12 deletions
+12
-12
JolokiaMvcEndpoint.java
...amework/boot/actuate/endpoint/mvc/JolokiaMvcEndpoint.java
+1
-1
DiskSpaceHealthIndicator.java
...amework/boot/actuate/health/DiskSpaceHealthIndicator.java
+1
-1
MetricRegistryMetricReader.java
...ot/actuate/metrics/reader/MetricRegistryMetricReader.java
+1
-1
MultiMetricRichGaugeReader.java
...boot/actuate/metrics/rich/MultiMetricRichGaugeReader.java
+1
-1
JolokiaMvcEndpointContextPathTests.java
...uate/endpoint/mvc/JolokiaMvcEndpointContextPathTests.java
+1
-1
JolokiaMvcEndpointIntegrationTests.java
...uate/endpoint/mvc/JolokiaMvcEndpointIntegrationTests.java
+1
-1
MustacheProperties.java
...ework/boot/autoconfigure/mustache/MustacheProperties.java
+1
-1
Http401AuthenticationEntryPoint.java
...toconfigure/security/Http401AuthenticationEntryPoint.java
+1
-1
InstallCommand.java
...ingframework/boot/cli/command/install/InstallCommand.java
+1
-1
SmartImportCustomizer.java
...ingframework/boot/cli/compiler/SmartImportCustomizer.java
+1
-1
checkstyle-header.txt
spring-boot-parent/src/checkstyle/checkstyle-header.txt
+1
-1
IntegrationTestPropertiesListener.java
...ramework/boot/test/IntegrationTestPropertiesListener.java
+1
-1
No files found.
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/endpoint/mvc/JolokiaMvcEndpoint.java
View file @
1afb0500
/*
* Copyright 201
3-2016
the original author or authors.
* Copyright 201
2-2017
the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/health/DiskSpaceHealthIndicator.java
View file @
1afb0500
/*
* Copyright 201
4-2016
the original author or authors.
* Copyright 201
2-2017
the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/reader/MetricRegistryMetricReader.java
View file @
1afb0500
/*
* Copyright 201
3-2016
the original author or authors.
* Copyright 201
2-2017
the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/rich/MultiMetricRichGaugeReader.java
View file @
1afb0500
/*
* Copyright 201
4-2014
the original author or authors.
* Copyright 201
2-2017
the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
spring-boot-actuator/src/test/java/org/springframework/boot/actuate/endpoint/mvc/JolokiaMvcEndpointContextPathTests.java
View file @
1afb0500
/*
* Copyright 201
3-2016
the original author or authors.
* Copyright 201
2-2017
the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
spring-boot-actuator/src/test/java/org/springframework/boot/actuate/endpoint/mvc/JolokiaMvcEndpointIntegrationTests.java
View file @
1afb0500
/*
* Copyright 201
3-2016
the original author or authors.
* Copyright 201
2-2017
the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/mustache/MustacheProperties.java
View file @
1afb0500
/*
* Copyright 201
3-2015
the original author or authors.
* Copyright 201
2-2017
the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/Http401AuthenticationEntryPoint.java
View file @
1afb0500
/*
* Copyright 201
3-2015
the original author or authors.
* Copyright 201
2-2017
the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
spring-boot-cli/src/main/java/org/springframework/boot/cli/command/install/InstallCommand.java
View file @
1afb0500
/*
* Copyright 201
3-2016
the original author or authors.
* Copyright 201
2-2017
the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
spring-boot-cli/src/main/java/org/springframework/boot/cli/compiler/SmartImportCustomizer.java
View file @
1afb0500
/*
* Copyright 201
3-2014
the original author or authors.
* Copyright 201
2-2017
the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
spring-boot-parent/src/checkstyle/checkstyle-header.txt
View file @
1afb0500
^\Q/*\E$
^\Q * Copyright \E20
\d\d\
-20\d\d\Q the original author or authors.\E$
^\Q * Copyright \E20
12
-20\d\d\Q the original author or authors.\E$
^\Q *\E$
^\Q * Licensed under the Apache License, Version 2.0 (the "License");\E$
^\Q * you may not use this file except in compliance with the License.\E$
...
...
spring-boot-test/src/main/java/org/springframework/boot/test/IntegrationTestPropertiesListener.java
View file @
1afb0500
/*
* Copyright 201
3-2016
the original author or authors.
* Copyright 201
2-2017
the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment