diff options
| author | Andreas Grois <andreas.grois@jku.at> | 2015-11-04 13:04:58 +0100 |
|---|---|---|
| committer | Andreas Grois <andreas.grois@jku.at> | 2015-11-04 13:04:58 +0100 |
| commit | 1f2877fc015daa5a5ec51bca090f5639af7bb218 (patch) | |
| tree | 27e96a9713b3fbb03c29abbf238ccf3797d3ef34 | |
| parent | 38fc0d7454f193b26b0799d72f892e0616769bb8 (diff) | |
Fix year for all source code files.
An obvious copy&paste error. Probably not the only one in this program...
| -rw-r--r-- | angleclass.cpp | 2 | ||||
| -rw-r--r-- | angleclass.h | 2 | ||||
| -rw-r--r-- | anglerange.cpp | 2 | ||||
| -rw-r--r-- | anglerange.h | 2 | ||||
| -rw-r--r-- | main.cpp | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/angleclass.cpp b/angleclass.cpp index 12588b5..e1981d1 100644 --- a/angleclass.cpp +++ b/angleclass.cpp @@ -1,6 +1,6 @@ /* * LatticeMatch calculator - class used for angles - * Copyright (C) 2012 Andreas Grois + * Copyright (C) 2015 Andreas Grois * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/angleclass.h b/angleclass.h index fedc222..5b2e99e 100644 --- a/angleclass.h +++ b/angleclass.h @@ -1,6 +1,6 @@ /* * LatticeMatch calculator - class used for angles - * Copyright (C) 2012 Andreas Grois + * Copyright (C) 2015 Andreas Grois * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/anglerange.cpp b/anglerange.cpp index 0bbbb5a..f6b8264 100644 --- a/anglerange.cpp +++ b/anglerange.cpp @@ -1,6 +1,6 @@ /* * LatticeMatch calculator - class used for angles - * Copyright (C) 2012 Andreas Grois + * Copyright (C) 2015 Andreas Grois * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/anglerange.h b/anglerange.h index 51944fc..4598e80 100644 --- a/anglerange.h +++ b/anglerange.h @@ -1,6 +1,6 @@ /* * LatticeMatch calculator - class used for angles - * Copyright (C) 2012 Andreas Grois + * Copyright (C) 2015 Andreas Grois * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -1,6 +1,6 @@ /* * LatticeMatch calculator - * Copyright (C) 2012 Andreas Grois + * Copyright (C) 2015 Andreas Grois * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License |
