aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.build
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2014-01-05 21:17:12 +0100
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2014-01-05 21:17:12 +0100
commit283abfa148b749678924b5e75eabd35a2d58f9f8 (patch)
treeac2110daa76678b175770120294f1762b4faebdc /org.jacoco.build
parent8f81097f70a2b9c570e225dec4dcf3a28b988efc (diff)
downloadjacoco-283abfa148b749678924b5e75eabd35a2d58f9f8.tar.gz
Happy New Year 2014!
Diffstat (limited to 'org.jacoco.build')
-rw-r--r--org.jacoco.build/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.jacoco.build/pom.xml b/org.jacoco.build/pom.xml
index a158b593..a865ba62 100644
--- a/org.jacoco.build/pom.xml
+++ b/org.jacoco.build/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2009, 2013 Mountainminds GmbH & Co. KG and Contributors
+ Copyright (c) 2009, 2014 Mountainminds GmbH & Co. KG and Contributors
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -128,7 +128,7 @@
<maven.build.timestamp.format>yyyyMMddhhmm</maven.build.timestamp.format>
<jacoco.home.url>http://www.eclemma.org/jacoco</jacoco.home.url>
- <copyright.years>${project.inceptionYear}, 2013</copyright.years>
+ <copyright.years>${project.inceptionYear}, 2014</copyright.years>
<jvm.args></jvm.args>
<argLine>${jvm.args}</argLine>
@@ -518,7 +518,7 @@
<fileset dir="${basedir}" includes="**/*.java,**/*.xml,**/*.bsh" excludes="target/**,nb-configuration.xml" id="missinglicense.fileset">
<not>
<and>
- <contains text="Copyright (c) 2009, 2013 Mountainminds GmbH &amp; Co. KG and Contributors"/>
+ <contains text="Copyright (c) 2009, 2014 Mountainminds GmbH &amp; Co. KG and Contributors"/>
<contains text="All rights reserved. This program and the accompanying materials"/>
<contains text="are made available under the terms of the Eclipse Public License v1.0"/>
<contains text="which accompanies this distribution, and is available at"/>