Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
remove copyright patch
· 702b1c57
Gert Wollny
authored
Feb 13, 2018
702b1c57
Update patch
· 44ff7004
Gert Wollny
authored
Feb 13, 2018
44ff7004
Show whitespace changes
Inline
Side-by-side
debian/patches/fix-copyright.patch
View file @
44ff7004
...
...
@@ -3,8 +3,6 @@ Author: Gert Wollny <gw.fossdev@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
View file @
44ff7004
/* maxflow.cpp */
/*
Copyright 2006-2015
Vladimir Kolmogorov (vnk@ist.ac.at), Yuri Boykov (yuri@csd.uwo.ca)
Copyright Vladimir Kolmogorov (vnk@ist.ac.at), Yuri Boykov (yuri@csd.uwo.ca)
This file is part of MAXFLOW.
...
...
maxflow.h
View file @
44ff7004
/*
Copyright 2006-2015
Vladimir Kolmogorov (vnk@ist.ac.at), Yuri Boykov (yuri@csd.uwo.ca)
Copyright Vladimir Kolmogorov (vnk@ist.ac.at), Yuri Boykov (yuri@csd.uwo.ca)
This file is part of MAXFLOW.
...
...
maxflow/block.h
View file @
44ff7004
/*
Copyright 2006-2015
Vladimir Kolmogorov (vnk@ist.ac.at), Yuri Boykov (yuri@csd.uwo.ca)
Copyright Vladimir Kolmogorov (vnk@ist.ac.at), Yuri Boykov (yuri@csd.uwo.ca)
This file is part of MAXFLOW.
...
...
maxflow/graph.cpp
View file @
44ff7004
/* graph.cpp provides the implementation of the template methods */
/*
Copyright 2006-2015
Vladimir Kolmogorov (vnk@ist.ac.at), Yuri Boykov (yuri@csd.uwo.ca)
Copyright Vladimir Kolmogorov (vnk@ist.ac.at), Yuri Boykov (yuri@csd.uwo.ca)
This file is part of MAXFLOW.
...
...
maxflow/graph.h
View file @
44ff7004
/* graph.h */
/*
Copyright 2006-2015
Vladimir Kolmogorov (vnk@ist.ac.at), Yuri Boykov (yuri@csd.uwo.ca)
Copyright Vladimir Kolmogorov (vnk@ist.ac.at), Yuri Boykov (yuri@csd.uwo.ca)
This file is part of MAXFLOW.
...
...
test_maxflow.cpp
View file @
44ff7004
/*
Copyright 2006-2015,
Vladimir Kolmogorov (vnk@ist.ac.at), Yuri Boykov (yuri@csd.uwo.ca)
This file is part of MAXFLOW.
MAXFLOW is free software: you can redistribute it and/or modify
...
...