diff options
author | Pekka Hyvönen <pekka@vaadin.com> | 2012-12-10 13:09:34 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2013-01-04 18:59:39 +0200 |
commit | 104259291148b2cf5f0f3f7bc8795089cc1cb32c (patch) | |
tree | 99a8e2d8e5f98f8ace211fcbdde6e6121fcbb64a /checkstyle/header | |
parent | fb68bd53035fdd9cf0448623d5f6867fe17bab64 (diff) | |
download | vaadin-framework-104259291148b2cf5f0f3f7bc8795089cc1cb32c.tar.gz vaadin-framework-104259291148b2cf5f0f3f7bc8795089cc1cb32c.zip |
Checkstyle for Vaadin #9065
* Validates that all java files contains a license file and fails the build if a license is missing
* For now runs a lot of checks with a severity less than error to avoid failing the build
* Outputs test results to TeamCity for reporting
Change-Id: I24ca9cd0646a4bc530ef3a183eef1bc4addc555d
Diffstat (limited to 'checkstyle/header')
-rw-r--r-- | checkstyle/header | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/checkstyle/header b/checkstyle/header new file mode 100644 index 0000000000..511f77e5ba --- /dev/null +++ b/checkstyle/header @@ -0,0 +1,15 @@ +/* + * Copyright 2000-2013 Vaadin Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); you may not + * use this file except in compliance with the License. You may obtain a copy of + * the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT + * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the + * License for the specific language governing permissions and limitations under + * the License. + */
\ No newline at end of file |