Browse Source

Remove duplicate copyright statements

Change-Id: I9a85136e1cc47693d1e475d00916c214c9aa55f4
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
stable-5.7
Matthias Sohn 5 years ago
parent
commit
b2bf9d4304
  1. 1
      org.eclipse.jgit.test/tst/org/eclipse/jgit/fnmatch/FileNameMatcherTest.java
  2. 1
      org.eclipse.jgit.test/tst/org/eclipse/jgit/ignore/IgnoreRuleSpecialCasesTest.java
  3. 1
      org.eclipse.jgit/src/org/eclipse/jgit/errors/InvalidPatternException.java
  4. 1
      org.eclipse.jgit/src/org/eclipse/jgit/errors/NoClosingBracketException.java
  5. 1
      org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/AbstractHead.java
  6. 1
      org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/CharacterHead.java
  7. 1
      org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/FileNameMatcher.java
  8. 1
      org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/GroupHead.java
  9. 1
      org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/Head.java
  10. 1
      org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/LastHead.java
  11. 1
      org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/RestrictedWildCardHead.java
  12. 1
      org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/WildCardHead.java

1
org.eclipse.jgit.test/tst/org/eclipse/jgit/fnmatch/FileNameMatcherTest.java

@ -1,5 +1,4 @@
/*
* Copyright (C) 2008, Florian Koeberle <florianskarten@web.de>
* Copyright (C) 2008, Florian Köberle <florianskarten@web.de> and others
*
* This program and the accompanying materials are made available under the

1
org.eclipse.jgit.test/tst/org/eclipse/jgit/ignore/IgnoreRuleSpecialCasesTest.java

@ -1,5 +1,4 @@
/*
* Copyright (C) 2008, Florian Koeberle <florianskarten@web.de>
* Copyright (C) 2008, Florian Köberle <florianskarten@web.de> and others
*
* This program and the accompanying materials are made available under the

1
org.eclipse.jgit/src/org/eclipse/jgit/errors/InvalidPatternException.java

@ -1,5 +1,4 @@
/*
* Copyright (C) 2008, Florian Koeberle <florianskarten@web.de>
* Copyright (C) 2008, Florian Köberle <florianskarten@web.de>
* Copyright (C) 2009, Vasyl' Vavrychuk <vvavrychuk@gmail.com> and others
*

1
org.eclipse.jgit/src/org/eclipse/jgit/errors/NoClosingBracketException.java

@ -1,5 +1,4 @@
/*
* Copyright (C) 2008, Florian Koeberle <florianskarten@web.de>
* Copyright (C) 2008, Florian Köberle <florianskarten@web.de>
* Copyright (C) 2009, Vasyl' Vavrychuk <vvavrychuk@gmail.com>
* Copyright (C) 2009, Yann Simon <yann.simon.fr@gmail.com> and others

1
org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/AbstractHead.java

@ -1,5 +1,4 @@
/*
* Copyright (C) 2008, Florian Koeberle <florianskarten@web.de>
* Copyright (C) 2008, Florian Köberle <florianskarten@web.de> and others
*
* This program and the accompanying materials are made available under the

1
org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/CharacterHead.java

@ -1,5 +1,4 @@
/*
* Copyright (C) 2008, Florian Koeberle <florianskarten@web.de>
* Copyright (C) 2008, Florian Köberle <florianskarten@web.de> and others
*
* This program and the accompanying materials are made available under the

1
org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/FileNameMatcher.java

@ -1,5 +1,4 @@
/*
* Copyright (C) 2008, Florian Koeberle <florianskarten@web.de>
* Copyright (C) 2008, Florian Köberle <florianskarten@web.de> and others
*
* This program and the accompanying materials are made available under the

1
org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/GroupHead.java

@ -1,5 +1,4 @@
/*
* Copyright (C) 2008, Florian Koeberle <florianskarten@web.de>
* Copyright (C) 2008, Florian Köberle <florianskarten@web.de> and others
*
* This program and the accompanying materials are made available under the

1
org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/Head.java

@ -1,5 +1,4 @@
/*
* Copyright (C) 2008, Florian Koeberle <florianskarten@web.de>
* Copyright (C) 2008, Florian Köberle <florianskarten@web.de> and others
*
* This program and the accompanying materials are made available under the

1
org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/LastHead.java

@ -1,5 +1,4 @@
/*
* Copyright (C) 2008, Florian Koeberle <florianskarten@web.de>
* Copyright (C) 2008, Florian Köberle <florianskarten@web.de> and others
*
* This program and the accompanying materials are made available under the

1
org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/RestrictedWildCardHead.java

@ -1,5 +1,4 @@
/*
* Copyright (C) 2008, Florian Koeberle <florianskarten@web.de>
* Copyright (C) 2008, Florian Köberle <florianskarten@web.de> and others
*
* This program and the accompanying materials are made available under the

1
org.eclipse.jgit/src/org/eclipse/jgit/fnmatch/WildCardHead.java

@ -1,5 +1,4 @@
/*
* Copyright (C) 2008, Florian Koeberle <florianskarten@web.de>
* Copyright (C) 2008, Florian Köberle <florianskarten@web.de> and others
*
* This program and the accompanying materials are made available under the

Loading…
Cancel
Save