aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.build
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2013-01-04 00:24:22 +0100
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2013-01-04 00:24:22 +0100
commit37115f4ba4f6126b8c3352ac890c653e428a7dd8 (patch)
tree1815f47615c7b45e66cafbbb01876a4f1d508625 /org.jacoco.build
parentc0346f6d5fde5236ec8963c61486c9b308c64d52 (diff)
downloadjacoco-37115f4ba4f6126b8c3352ac890c653e428a7dd8.tar.gz
Happy New Year!
Diffstat (limited to 'org.jacoco.build')
-rw-r--r--org.jacoco.build/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/org.jacoco.build/pom.xml b/org.jacoco.build/pom.xml
index 9f8c0be6..5ab62b7e 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, 2012 Mountainminds GmbH & Co. KG and Contributors
+ Copyright (c) 2009, 2013 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
@@ -117,6 +117,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>
<jvm.args></jvm.args>
<argLine>${jvm.args}</argLine>
@@ -497,7 +498,7 @@
<fileset dir="${basedir}" includes="**/*.java,**/*.xml,**/*.bsh" excludes="target/**" id="missinglicense.fileset">
<not>
<and>
- <contains text="Copyright (c) 2009, 2012 Mountainminds GmbH &amp; Co. KG and Contributors"/>
+ <contains text="Copyright (c) 2009, 2013 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"/>