diff --git a/format.xml b/format.xml index 79299fcf65..8e99d23f33 100644 --- a/format.xml +++ b/format.xml @@ -1,19 +1,19 @@ diff --git a/license.txt b/license.txt index 4ce1777ad3..7b093985c2 100644 --- a/license.txt +++ b/license.txt @@ -1,13 +1,13 @@ - Copyright ${license.git.copyrightYears} the original author or authors. +Copyright ${license.git.copyrightYears} 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. - You may obtain a copy of the License at +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 + 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. +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. diff --git a/pom.xml b/pom.xml index 910a6e360f..62c3bf47fc 100644 --- a/pom.xml +++ b/pom.xml @@ -1,19 +1,19 @@ diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 4eb2bf9920..b06d48f20b 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -1,19 +1,19 @@ diff --git a/src/test/java/org/mybatis/spring/submitted/autowire/FooMapper.java b/src/test/java/org/mybatis/spring/submitted/autowire/FooMapper.java index 229ecbf040..095e651834 100644 --- a/src/test/java/org/mybatis/spring/submitted/autowire/FooMapper.java +++ b/src/test/java/org/mybatis/spring/submitted/autowire/FooMapper.java @@ -1,17 +1,17 @@ /** - * Copyright 2010-2017 the original author or authors. + * Copyright 2010-2019 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. - * You may obtain a copy of the License at + * 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 + * 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. + * 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. */ package org.mybatis.spring.submitted.autowire; diff --git a/src/test/java/org/mybatis/spring/submitted/autowire/FooMapper.xml b/src/test/java/org/mybatis/spring/submitted/autowire/FooMapper.xml index 0fc3998111..512c33efc4 100644 --- a/src/test/java/org/mybatis/spring/submitted/autowire/FooMapper.xml +++ b/src/test/java/org/mybatis/spring/submitted/autowire/FooMapper.xml @@ -1,19 +1,19 @@ diff --git a/src/test/java/org/mybatis/spring/submitted/autowire/IBar.java b/src/test/java/org/mybatis/spring/submitted/autowire/IBar.java index 01214a1676..c394c4e294 100644 --- a/src/test/java/org/mybatis/spring/submitted/autowire/IBar.java +++ b/src/test/java/org/mybatis/spring/submitted/autowire/IBar.java @@ -1,17 +1,17 @@ /** - * Copyright 2010-2015 the original author or authors. + * Copyright 2010-2019 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. - * You may obtain a copy of the License at + * 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 + * 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. + * 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. */ package org.mybatis.spring.submitted.autowire; diff --git a/src/test/java/org/mybatis/spring/submitted/autowire/IFoo.java b/src/test/java/org/mybatis/spring/submitted/autowire/IFoo.java index cf653f95d2..0360c75c3a 100644 --- a/src/test/java/org/mybatis/spring/submitted/autowire/IFoo.java +++ b/src/test/java/org/mybatis/spring/submitted/autowire/IFoo.java @@ -1,17 +1,17 @@ /** - * Copyright 2010-2015 the original author or authors. + * Copyright 2010-2019 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. - * You may obtain a copy of the License at + * 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 + * 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. + * 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. */ package org.mybatis.spring.submitted.autowire; diff --git a/src/test/java/org/mybatis/spring/submitted/autowire/database-schema-bar.sql b/src/test/java/org/mybatis/spring/submitted/autowire/database-schema-bar.sql index 482d804eec..60d20dfe6d 100755 --- a/src/test/java/org/mybatis/spring/submitted/autowire/database-schema-bar.sql +++ b/src/test/java/org/mybatis/spring/submitted/autowire/database-schema-bar.sql @@ -1,17 +1,17 @@ -- --- Copyright 2010-2016 the original author or authors. +-- Copyright 2010-2019 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. --- You may obtain a copy of the License at +-- 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 +-- 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. +-- 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. -- create table bar ( diff --git a/src/test/java/org/mybatis/spring/submitted/autowire/database-schema-foo.sql b/src/test/java/org/mybatis/spring/submitted/autowire/database-schema-foo.sql index 7274a7be13..37e270f68e 100755 --- a/src/test/java/org/mybatis/spring/submitted/autowire/database-schema-foo.sql +++ b/src/test/java/org/mybatis/spring/submitted/autowire/database-schema-foo.sql @@ -1,17 +1,17 @@ -- --- Copyright 2010-2016 the original author or authors. +-- Copyright 2010-2019 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. --- You may obtain a copy of the License at +-- 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 +-- 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. +-- 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. -- create table foo ( diff --git a/src/test/java/org/mybatis/spring/submitted/autowire/spring.xml b/src/test/java/org/mybatis/spring/submitted/autowire/spring.xml index fca573a572..4d865af324 100644 --- a/src/test/java/org/mybatis/spring/submitted/autowire/spring.xml +++ b/src/test/java/org/mybatis/spring/submitted/autowire/spring.xml @@ -1,19 +1,19 @@ diff --git a/travis/after_success.sh b/travis/after_success.sh index a37744227e..ee45ba6b5b 100644 --- a/travis/after_success.sh +++ b/travis/after_success.sh @@ -1,18 +1,18 @@ #!/bin/bash # -# Copyright 2010-2017 the original author or authors. +# Copyright 2010-2019 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. -# You may obtain a copy of the License at +# 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 +# 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. +# 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. # diff --git a/travis/settings.xml b/travis/settings.xml index 44eb340264..cf46cedc9c 100644 --- a/travis/settings.xml +++ b/travis/settings.xml @@ -1,19 +1,19 @@