diff options
author | David Pursehouse <david.pursehouse@gmail.com> | 2016-07-28 16:04:55 +0900 |
---|---|---|
committer | David Pursehouse <david.pursehouse@gmail.com> | 2016-07-28 16:05:22 +0900 |
commit | f703a5eb2cfc905d0e51c7af194d3d8b233f289c (patch) | |
tree | 8083f67e0df827dd236dc13c45e51e0f7e703740 /org.eclipse.jgit.lfs.server | |
parent | ddb12b003f5f7654bd8aeb45e4b4c879358ead00 (diff) | |
download | jgit-f703a5eb2cfc905d0e51c7af194d3d8b233f289c.tar.gz jgit-f703a5eb2cfc905d0e51c7af194d3d8b233f289c.zip |
Fix typo in email address in copyright headers
Change-Id: Ib7b73d7d37574682bb58f969822c842e4e579233
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
Diffstat (limited to 'org.eclipse.jgit.lfs.server')
2 files changed, 2 insertions, 2 deletions
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 bfdea4fb1d..f179b6cc5e 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 <matthias.sohnk@sap.com> + * Copyright (C) 2015, Matthias Sohn <matthias.sohn@sap.com> * 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 e524ac643c..d44b3db5de 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 <matthias.sohnk@sap.com> + * Copyright (C) 2015, Matthias Sohn <matthias.sohn@sap.com> * and other copyright owners as documented in the project's IP log. * * This program and the accompanying materials are made available |