Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Fix the copyright update
· 38498242
Gert Wollny
authored
Feb 13, 2018
38498242
Update changelog
· 1e048ab8
Gert Wollny
authored
Feb 13, 2018
1e048ab8
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
1e048ab8
...
...
@@ -5,6 +5,8 @@ maxflow (3.0.4-2) unstable; urgency=medium
* d/.gitlab-ci.yml added
* d/control, d/rules: Remove hard coded debug package
* d/control: Update uploader email to gewo@debian.org
* d/p: Add a copyright patch because the Debian tarball doesn't have
it although it should be there.
-- Gert Wollny <gewo@debian.org> Tue, 13 Feb 2018 11:34:48 +0100
...
...
debian/patches/fix-copyright.patch
0 → 100644
View file @
1e048ab8
commit 1b106ff3d6ec910b6975de9842ccba577ed016b2
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 @@
/* maxflow.cpp */
/*
- Copyright Vladimir Kolmogorov (vnk@ist.ac.at), Yuri Boykov (yuri@csd.uwo.ca)
+ Copyright 2006-2015
+ Vladimir Kolmogorov (vnk@ist.ac.at), Yuri Boykov (yuri@csd.uwo.ca)
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 @@
/*
- Copyright Vladimir Kolmogorov (vnk@ist.ac.at), Yuri Boykov (yuri@csd.uwo.ca)
+ Copyright 2006-2015
+ Vladimir Kolmogorov (vnk@ist.ac.at), Yuri Boykov (yuri@csd.uwo.ca)
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 @@
/*
- Copyright Vladimir Kolmogorov (vnk@ist.ac.at), Yuri Boykov (yuri@csd.uwo.ca)
+ Copyright 2006-2015
+ Vladimir Kolmogorov (vnk@ist.ac.at), Yuri Boykov (yuri@csd.uwo.ca)
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 @@
/* graph.cpp provides the implementation of the template methods */
-
/*
- Copyright Vladimir Kolmogorov (vnk@ist.ac.at), Yuri Boykov (yuri@csd.uwo.ca)
+ Copyright 2006-2015
+ Vladimir Kolmogorov (vnk@ist.ac.at), Yuri Boykov (yuri@csd.uwo.ca)
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 @@
/* graph.h */
/*
- Copyright Vladimir Kolmogorov (vnk@ist.ac.at), Yuri Boykov (yuri@csd.uwo.ca)
+ Copyright 2006-2015
+ Vladimir Kolmogorov (vnk@ist.ac.at), Yuri Boykov (yuri@csd.uwo.ca)
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 @@
/*
+
+ 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
debian/patches/series
0 → 100644
View file @
1e048ab8
fix-copyright.patch