aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/java
diff options
context:
space:
mode:
Diffstat (limited to 'kamon-core/src/main/java')
-rw-r--r--kamon-core/src/main/java/kamon/util/GlobPathFilter.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/kamon-core/src/main/java/kamon/util/GlobPathFilter.java b/kamon-core/src/main/java/kamon/util/GlobPathFilter.java
index 5b019bec..a000e2a0 100644
--- a/kamon-core/src/main/java/kamon/util/GlobPathFilter.java
+++ b/kamon-core/src/main/java/kamon/util/GlobPathFilter.java
@@ -1,6 +1,6 @@
/*
* =========================================================================================
- * Copyright © 2013 the kamon project <http://kamon.io/>
+ * Copyright 2013 the kamon project <http://kamon.io/>
*
* 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
@@ -14,7 +14,6 @@
* =========================================================================================
*/
-
// This file was copied from: https://github.com/jboss-modules/jboss-modules/blob/master/src/main/java/org/jboss/modules/filter/GlobPathFilter.java
package kamon.util;