diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2021-08-17 06:41:54 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2021-08-17 06:41:54 +0200 |
commit | e605fe5dffe686241847c67166fe2414b48ee2a8 (patch) | |
tree | 5b506de0a4faa0506d0cf053af8e9d7184aa59bf /src/pies | |
parent | 6617f5ee51c94d05028ebceb3177ec0e3a87e78d (diff) | |
parent | 6a2a889a6de6b45fcc21e0050763858768610952 (diff) |
Merge branch 'release/debian/0.7.3-1'debian/0.7.3-1
Diffstat (limited to 'src/pies')
-rw-r--r-- | src/pies/defaultConfig.vala | 2 | ||||
-rw-r--r-- | src/pies/load.vala | 2 | ||||
-rw-r--r-- | src/pies/pie.vala | 2 | ||||
-rw-r--r-- | src/pies/pieManager.vala | 2 | ||||
-rw-r--r-- | src/pies/save.vala | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/pies/defaultConfig.vala b/src/pies/defaultConfig.vala index 8d815e0..205329f 100644 --- a/src/pies/defaultConfig.vala +++ b/src/pies/defaultConfig.vala @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////// -// Copyright 2011-2018 Simon Schneegans +// Copyright 2011-2021 Simon Schneegans // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the diff --git a/src/pies/load.vala b/src/pies/load.vala index 8c4d9e4..2591286 100644 --- a/src/pies/load.vala +++ b/src/pies/load.vala @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////// -// Copyright 2011-2018 Simon Schneegans +// Copyright 2011-2021 Simon Schneegans // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the diff --git a/src/pies/pie.vala b/src/pies/pie.vala index 2945ec2..e3caea7 100644 --- a/src/pies/pie.vala +++ b/src/pies/pie.vala @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////// -// Copyright 2011-2018 Simon Schneegans +// Copyright 2011-2021 Simon Schneegans // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the diff --git a/src/pies/pieManager.vala b/src/pies/pieManager.vala index 960ab7e..f990039 100644 --- a/src/pies/pieManager.vala +++ b/src/pies/pieManager.vala @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////// -// Copyright 2011-2018 Simon Schneegans +// Copyright 2011-2021 Simon Schneegans // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the diff --git a/src/pies/save.vala b/src/pies/save.vala index b544493..5c2e67c 100644 --- a/src/pies/save.vala +++ b/src/pies/save.vala @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////// -// Copyright 2011-2018 Simon Schneegans +// Copyright 2011-2021 Simon Schneegans // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the |