diff --git a/org.eclipse.jgit.test/tst/org/eclipse/jgit/fnmatch/FileNameMatcherTest.java b/org.eclipse.jgit.test/tst/org/eclipse/jgit/fnmatch/FileNameMatcherTest.java index ef51e6fb6..d28471e77 100644 --- a/org.eclipse.jgit.test/tst/org/eclipse/jgit/fnmatch/FileNameMatcherTest.java +++ b/org.eclipse.jgit.test/tst/org/eclipse/jgit/fnmatch/FileNameMatcherTest.java @@ -1,5 +1,4 @@ /* - * Copyright (C) 2008, Florian Koeberle * Copyright (C) 2008, Florian Köberle and others * * This program and the accompanying materials are made available under the diff --git a/org.eclipse.jgit.test/tst/org/eclipse/jgit/ignore/IgnoreRuleSpecialCasesTest.java b/org.eclipse.jgit.test/tst/org/eclipse/jgit/ignore/IgnoreRuleSpecialCasesTest.java index 62ce6692f..28e6858b2 100644 --- a/org.eclipse.jgit.test/tst/org/eclipse/jgit/ignore/IgnoreRuleSpecialCasesTest.java +++ b/org.eclipse.jgit.test/tst/org/eclipse/jgit/ignore/IgnoreRuleSpecialCasesTest.java @@ -1,5 +1,4 @@ /* - * Copyright (C) 2008, Florian Koeberle * Copyright (C) 2008, Florian Köberle and others * * This program and the accompanying materials are made available under the diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/errors/InvalidPatternException.java b/org.eclipse.jgit/src/org/eclipse/jgit/errors/InvalidPatternException.java index b23eaf025..461c7e378 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/errors/InvalidPatternException.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/errors/InvalidPatternException.java @@ -1,5 +1,4 @@ /* - * Copyright (C) 2008, Florian Koeberle * Copyright (C) 2008, Florian Köberle * Copyright (C) 2009, Vasyl' Vavrychuk and others * diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/errors/NoClosingBracketException.java b/org.eclipse.jgit/src/org/eclipse/jgit/errors/NoClosingBracketException.java index 1c1f09aa0..54ad321a4 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/errors/NoClosingBracketException.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/errors/NoClosingBracketException.java @@ -1,5 +1,4 @@ /* - * Copyright (C) 2008, Florian Koeberle * Copyright (C) 2008, Florian Köberle * Copyright (C) 2009, Vasyl' Vavrychuk * Copyright (C) 2009, Yann Simon and others diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/AbstractHead.java b/org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/AbstractHead.java index 814838194..d54bf65a2 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/AbstractHead.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/AbstractHead.java @@ -1,5 +1,4 @@ /* - * Copyright (C) 2008, Florian Koeberle * Copyright (C) 2008, Florian Köberle and others * * This program and the accompanying materials are made available under the diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/CharacterHead.java b/org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/CharacterHead.java index b47743ee9..ebffa19b1 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/CharacterHead.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/CharacterHead.java @@ -1,5 +1,4 @@ /* - * Copyright (C) 2008, Florian Koeberle * Copyright (C) 2008, Florian Köberle and others * * This program and the accompanying materials are made available under the diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/FileNameMatcher.java b/org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/FileNameMatcher.java index 44f3434db..3a6c413a0 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/FileNameMatcher.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/FileNameMatcher.java @@ -1,5 +1,4 @@ /* - * Copyright (C) 2008, Florian Koeberle * Copyright (C) 2008, Florian Köberle and others * * This program and the accompanying materials are made available under the diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/GroupHead.java b/org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/GroupHead.java index 2781720f2..5ffcafc41 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/GroupHead.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/GroupHead.java @@ -1,5 +1,4 @@ /* - * Copyright (C) 2008, Florian Koeberle * Copyright (C) 2008, Florian Köberle and others * * This program and the accompanying materials are made available under the diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/Head.java b/org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/Head.java index cab02d03d..cee8eac9e 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/Head.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/Head.java @@ -1,5 +1,4 @@ /* - * Copyright (C) 2008, Florian Koeberle * Copyright (C) 2008, Florian Köberle and others * * This program and the accompanying materials are made available under the diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/LastHead.java b/org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/LastHead.java index b3dd16e00..6aac3faab 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/LastHead.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/LastHead.java @@ -1,5 +1,4 @@ /* - * Copyright (C) 2008, Florian Koeberle * Copyright (C) 2008, Florian Köberle and others * * This program and the accompanying materials are made available under the diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/RestrictedWildCardHead.java b/org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/RestrictedWildCardHead.java index 465b298f6..14b6038c4 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/RestrictedWildCardHead.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/RestrictedWildCardHead.java @@ -1,5 +1,4 @@ /* - * Copyright (C) 2008, Florian Koeberle * Copyright (C) 2008, Florian Köberle and others * * This program and the accompanying materials are made available under the diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/WildCardHead.java b/org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/WildCardHead.java index 005a72bae..3665a7047 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/WildCardHead.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/WildCardHead.java @@ -1,5 +1,4 @@ /* - * Copyright (C) 2008, Florian Koeberle * Copyright (C) 2008, Florian Köberle and others * * This program and the accompanying materials are made available under the