aboutsummaryrefslogtreecommitdiff
path: root/javaparser-core/src/main/java/com/github/javaparser/ast/stmt/ContinueStmt.java
diff options
context:
space:
mode:
authorFederico Tomassetti <federico@tomassetti.me>2016-12-18 10:36:12 +0100
committerFederico Tomassetti <federico@tomassetti.me>2016-12-18 10:36:12 +0100
commit76f5dc9d043237e8ada0e6597d6c8d48b67f6d8f (patch)
treef9acdcf92b9e41f0263461e270579ad140d79481 /javaparser-core/src/main/java/com/github/javaparser/ast/stmt/ContinueStmt.java
parent19fb5733c9d71125ee8e9f9971252d223303cc8a (diff)
downloadjavaparser-76f5dc9d043237e8ada0e6597d6c8d48b67f6d8f.tar.gz
issue652: add copyright notice where missing
Diffstat (limited to 'javaparser-core/src/main/java/com/github/javaparser/ast/stmt/ContinueStmt.java')
-rw-r--r--javaparser-core/src/main/java/com/github/javaparser/ast/stmt/ContinueStmt.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/javaparser-core/src/main/java/com/github/javaparser/ast/stmt/ContinueStmt.java b/javaparser-core/src/main/java/com/github/javaparser/ast/stmt/ContinueStmt.java
index 05210ff29..ca8eb6b26 100644
--- a/javaparser-core/src/main/java/com/github/javaparser/ast/stmt/ContinueStmt.java
+++ b/javaparser-core/src/main/java/com/github/javaparser/ast/stmt/ContinueStmt.java
@@ -3,12 +3,12 @@
* Copyright (C) 2011, 2013-2016 The JavaParser Team.
*
* This file is part of JavaParser.
- *
+ *
* JavaParser can be used either under the terms of
* a) the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
- * b) the terms of the Apache License
+ * b) the terms of the Apache License
*
* You should have received a copy of both licenses in LICENCE.LGPL and
* LICENCE.APACHE. Please refer to those files for details.