[med-svn] [Git][med-team/maxflow][master] 2 commits: remove copyright patch

Gert Wollny gitlab at salsa.debian.org
Tue Feb 13 12:25:13 UTC 2018


Gert Wollny pushed to branch master at Debian Med / maxflow


Commits:
702b1c57 by Gert Wollny at 2018-02-13T13:24:02+01:00
remove copyright patch

- - - - -
44ff7004 by Gert Wollny at 2018-02-13T13:24:31+01:00
Update patch

- - - - -


7 changed files:

- debian/patches/fix-copyright.patch
- maxflow.cpp
- maxflow.h
- maxflow/block.h
- maxflow/graph.cpp
- maxflow/graph.h
- test_maxflow.cpp


Changes:

=====================================
debian/patches/fix-copyright.patch
=====================================
--- a/debian/patches/fix-copyright.patch
+++ b/debian/patches/fix-copyright.patch
@@ -3,8 +3,6 @@ Author: Gert Wollny <gw.fossdev at gmail.com>
 Description: Work around a faulty tarball in debian
 Date:   Tue Jul 21 19:30:11 2015 +0200
 
-diff --git a/maxflow.cpp b/maxflow.cpp
-index 28d49f7..711eb90 100644
 --- a/maxflow.cpp
 +++ b/maxflow.cpp
 @@ -1,6 +1,7 @@
@@ -16,8 +14,6 @@ index 28d49f7..711eb90 100644
  
      This file is part of MAXFLOW.
  
-diff --git a/maxflow.h b/maxflow.h
-index f3dd2ed..713d7b0 100644
 --- a/maxflow.h
 +++ b/maxflow.h
 @@ -1,5 +1,6 @@
@@ -28,8 +24,6 @@ index f3dd2ed..713d7b0 100644
  
      This file is part of MAXFLOW.
  
-diff --git a/maxflow/block.h b/maxflow/block.h
-index a0ee762..87a7216 100644
 --- a/maxflow/block.h
 +++ b/maxflow/block.h
 @@ -1,5 +1,6 @@
@@ -40,8 +34,6 @@ index a0ee762..87a7216 100644
  
      This file is part of MAXFLOW.
  
-diff --git a/maxflow/graph.cpp b/maxflow/graph.cpp
-index 42c4478..40e348c 100644
 --- a/maxflow/graph.cpp
 +++ b/maxflow/graph.cpp
 @@ -1,7 +1,7 @@
@@ -54,8 +46,6 @@ index 42c4478..40e348c 100644
  
      This file is part of MAXFLOW.
  
-diff --git a/maxflow/graph.h b/maxflow/graph.h
-index 6a6da37..e723871 100644
 --- a/maxflow/graph.h
 +++ b/maxflow/graph.h
 @@ -1,6 +1,7 @@
@@ -67,8 +57,6 @@ index 6a6da37..e723871 100644
  
      This file is part of MAXFLOW.
  
-diff --git a/test_maxflow.cpp b/test_maxflow.cpp
-index 48f5e61..8cacc2f 100644
 --- a/test_maxflow.cpp
 +++ b/test_maxflow.cpp
 @@ -1,4 +1,8 @@


=====================================
maxflow.cpp
=====================================
--- a/maxflow.cpp
+++ b/maxflow.cpp
@@ -1,7 +1,6 @@
 /* maxflow.cpp */
 /*
-    Copyright 2006-2015 
-    Vladimir Kolmogorov (vnk at ist.ac.at), Yuri Boykov (yuri at csd.uwo.ca) 
+    Copyright Vladimir Kolmogorov (vnk at ist.ac.at), Yuri Boykov (yuri at csd.uwo.ca) 
 
     This file is part of MAXFLOW.
 


=====================================
maxflow.h
=====================================
--- a/maxflow.h
+++ b/maxflow.h
@@ -1,6 +1,5 @@
 /*
-    Copyright 2006-2015 
-    Vladimir Kolmogorov (vnk at ist.ac.at), Yuri Boykov (yuri at csd.uwo.ca) 
+    Copyright Vladimir Kolmogorov (vnk at ist.ac.at), Yuri Boykov (yuri at csd.uwo.ca) 
 
     This file is part of MAXFLOW.
 


=====================================
maxflow/block.h
=====================================
--- a/maxflow/block.h
+++ b/maxflow/block.h
@@ -1,6 +1,5 @@
 /*
-    Copyright 2006-2015 
-    Vladimir Kolmogorov (vnk at ist.ac.at), Yuri Boykov (yuri at csd.uwo.ca) 
+    Copyright Vladimir Kolmogorov (vnk at ist.ac.at), Yuri Boykov (yuri at csd.uwo.ca) 
 
     This file is part of MAXFLOW.
 


=====================================
maxflow/graph.cpp
=====================================
--- a/maxflow/graph.cpp
+++ b/maxflow/graph.cpp
@@ -1,7 +1,7 @@
 /* graph.cpp  provides the implementation of the template methods */
+
 /*
-    Copyright 2006-2015 
-    Vladimir Kolmogorov (vnk at ist.ac.at), Yuri Boykov (yuri at csd.uwo.ca) 
+    Copyright Vladimir Kolmogorov (vnk at ist.ac.at), Yuri Boykov (yuri at csd.uwo.ca) 
 
     This file is part of MAXFLOW.
 


=====================================
maxflow/graph.h
=====================================
--- a/maxflow/graph.h
+++ b/maxflow/graph.h
@@ -1,7 +1,6 @@
 /* graph.h */
 /*
-    Copyright 2006-2015 
-    Vladimir Kolmogorov (vnk at ist.ac.at), Yuri Boykov (yuri at csd.uwo.ca) 
+    Copyright Vladimir Kolmogorov (vnk at ist.ac.at), Yuri Boykov (yuri at csd.uwo.ca) 
 
     This file is part of MAXFLOW.
 


=====================================
test_maxflow.cpp
=====================================
--- a/test_maxflow.cpp
+++ b/test_maxflow.cpp
@@ -1,8 +1,4 @@
 /*
-
-    Copyright 2006-2015, 
-    Vladimir Kolmogorov (vnk at ist.ac.at), Yuri Boykov (yuri at csd.uwo.ca)
-
     This file is part of MAXFLOW.
 
     MAXFLOW is free software: you can redistribute it and/or modify



View it on GitLab: https://salsa.debian.org/med-team/maxflow/compare/1e048ab8ac54a1377ab5bead43d16a28fc00429a...44ff700411bc404712e0dbb7fb74a27adc10ea4a

---
View it on GitLab: https://salsa.debian.org/med-team/maxflow/compare/1e048ab8ac54a1377ab5bead43d16a28fc00429a...44ff700411bc404712e0dbb7fb74a27adc10ea4a
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/debian-med-commit/attachments/20180213/0c4ccc3a/attachment-0001.html>


More information about the debian-med-commit mailing list