From f703a5eb2cfc905d0e51c7af194d3d8b233f289c Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Thu, 28 Jul 2016 16:04:55 +0900 Subject: [PATCH] Fix typo in email address in copyright headers Change-Id: Ib7b73d7d37574682bb58f969822c842e4e579233 Signed-off-by: David Pursehouse --- .../tst/org/eclipse/jgit/lfs/server/fs/DownloadTest.java | 2 +- .../tst/org/eclipse/jgit/lfs/server/fs/LfsServerTest.java | 2 +- .../tst/org/eclipse/jgit/lfs/server/fs/UploadTest.java | 2 +- .../org/eclipse/jgit/lfs/server/fs/ObjectDownloadListener.java | 2 +- .../org/eclipse/jgit/lfs/server/fs/ObjectUploadListener.java | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/org.eclipse.jgit.lfs.server.test/tst/org/eclipse/jgit/lfs/server/fs/DownloadTest.java b/org.eclipse.jgit.lfs.server.test/tst/org/eclipse/jgit/lfs/server/fs/DownloadTest.java index f15edca01..033ed0edf 100644 --- a/org.eclipse.jgit.lfs.server.test/tst/org/eclipse/jgit/lfs/server/fs/DownloadTest.java +++ b/org.eclipse.jgit.lfs.server.test/tst/org/eclipse/jgit/lfs/server/fs/DownloadTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, Matthias Sohn + * Copyright (C) 2015, Matthias Sohn * and other copyright owners as documented in the project's IP log. * * This program and the accompanying materials are made available diff --git a/org.eclipse.jgit.lfs.server.test/tst/org/eclipse/jgit/lfs/server/fs/LfsServerTest.java b/org.eclipse.jgit.lfs.server.test/tst/org/eclipse/jgit/lfs/server/fs/LfsServerTest.java index 2dab6ea5e..4d948b960 100644 --- a/org.eclipse.jgit.lfs.server.test/tst/org/eclipse/jgit/lfs/server/fs/LfsServerTest.java +++ b/org.eclipse.jgit.lfs.server.test/tst/org/eclipse/jgit/lfs/server/fs/LfsServerTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, Matthias Sohn + * Copyright (C) 2015, Matthias Sohn * and other copyright owners as documented in the project's IP log. * * This program and the accompanying materials are made available diff --git a/org.eclipse.jgit.lfs.server.test/tst/org/eclipse/jgit/lfs/server/fs/UploadTest.java b/org.eclipse.jgit.lfs.server.test/tst/org/eclipse/jgit/lfs/server/fs/UploadTest.java index 1fb91bd29..8a8f49c1b 100644 --- a/org.eclipse.jgit.lfs.server.test/tst/org/eclipse/jgit/lfs/server/fs/UploadTest.java +++ b/org.eclipse.jgit.lfs.server.test/tst/org/eclipse/jgit/lfs/server/fs/UploadTest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, Matthias Sohn + * Copyright (C) 2015, Matthias Sohn * and other copyright owners as documented in the project's IP log. * * This program and the accompanying materials are made available diff --git a/org.eclipse.jgit.lfs.server/src/org/eclipse/jgit/lfs/server/fs/ObjectDownloadListener.java b/org.eclipse.jgit.lfs.server/src/org/eclipse/jgit/lfs/server/fs/ObjectDownloadListener.java index bfdea4fb1..f179b6cc5 100644 --- a/org.eclipse.jgit.lfs.server/src/org/eclipse/jgit/lfs/server/fs/ObjectDownloadListener.java +++ b/org.eclipse.jgit.lfs.server/src/org/eclipse/jgit/lfs/server/fs/ObjectDownloadListener.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, Matthias Sohn + * Copyright (C) 2015, Matthias Sohn * and other copyright owners as documented in the project's IP log. * * This program and the accompanying materials are made available diff --git a/org.eclipse.jgit.lfs.server/src/org/eclipse/jgit/lfs/server/fs/ObjectUploadListener.java b/org.eclipse.jgit.lfs.server/src/org/eclipse/jgit/lfs/server/fs/ObjectUploadListener.java index e524ac643..d44b3db5d 100644 --- a/org.eclipse.jgit.lfs.server/src/org/eclipse/jgit/lfs/server/fs/ObjectUploadListener.java +++ b/org.eclipse.jgit.lfs.server/src/org/eclipse/jgit/lfs/server/fs/ObjectUploadListener.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015, Matthias Sohn + * Copyright (C) 2015, Matthias Sohn * and other copyright owners as documented in the project's IP log. * * This program and the accompanying materials are made available