diff options
author | tkellner <tkellner@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2011-06-21 17:56:31 +0000 |
---|---|---|
committer | tkellner <tkellner@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c> | 2011-06-21 17:56:31 +0000 |
commit | 40de525c3dd2bfc0f17c43375cd975e92b14ef12 (patch) | |
tree | 4367ce3b2b1569fb6267418ea3747bf8f16ebad8 /src/main/java/at/gv/egiz/pdfas/performance | |
parent | c5eb9c4b94860e51c9cab6e4a616fcc950ee102d (diff) | |
download | pdf-as-3-40de525c3dd2bfc0f17c43375cd975e92b14ef12.tar.gz pdf-as-3-40de525c3dd2bfc0f17c43375cd975e92b14ef12.tar.bz2 pdf-as-3-40de525c3dd2bfc0f17c43375cd975e92b14ef12.zip |
Copyright headers fixed
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@781 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
Diffstat (limited to 'src/main/java/at/gv/egiz/pdfas/performance')
3 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/at/gv/egiz/pdfas/performance/PerformanceCounter.java b/src/main/java/at/gv/egiz/pdfas/performance/PerformanceCounter.java index 99d0d51..d03187c 100644 --- a/src/main/java/at/gv/egiz/pdfas/performance/PerformanceCounter.java +++ b/src/main/java/at/gv/egiz/pdfas/performance/PerformanceCounter.java @@ -20,7 +20,7 @@ * file for details on the various modules and licenses.
* The "NOTICE" text file is part of the distribution. Any derivative works
* that you distribute must include a readable copy of the "NOTICE" text file.
- *
+ */
package at.gv.egiz.pdfas.performance;
import org.apache.commons.logging.Log;
diff --git a/src/main/java/at/gv/egiz/pdfas/performance/PerformanceCounters.java b/src/main/java/at/gv/egiz/pdfas/performance/PerformanceCounters.java index 2fd33e2..831c7c2 100644 --- a/src/main/java/at/gv/egiz/pdfas/performance/PerformanceCounters.java +++ b/src/main/java/at/gv/egiz/pdfas/performance/PerformanceCounters.java @@ -20,7 +20,7 @@ * file for details on the various modules and licenses.
* The "NOTICE" text file is part of the distribution. Any derivative works
* that you distribute must include a readable copy of the "NOTICE" text file.
- *
+ */
package at.gv.egiz.pdfas.performance;
/**
diff --git a/src/main/java/at/gv/egiz/pdfas/performance/PerformanceTimer.java b/src/main/java/at/gv/egiz/pdfas/performance/PerformanceTimer.java index c1c283c..c405383 100644 --- a/src/main/java/at/gv/egiz/pdfas/performance/PerformanceTimer.java +++ b/src/main/java/at/gv/egiz/pdfas/performance/PerformanceTimer.java @@ -20,7 +20,7 @@ * file for details on the various modules and licenses.
* The "NOTICE" text file is part of the distribution. Any derivative works
* that you distribute must include a readable copy of the "NOTICE" text file.
- *
+ */
package at.gv.egiz.pdfas.performance;
import org.apache.commons.logging.Log;
|