diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2021-08-03 20:24:04 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2021-08-03 20:24:04 +0200 |
commit | cb628a331b2235465a985e51eb3476b8c7b1e68b (patch) | |
tree | 07e89daf5a1ac485e73f22ccb2ec2a914eeaf0f1 /src/themes | |
parent | 8ef660cf7c92b3407bf2fbfb0f063b90fbe991cf (diff) | |
parent | 38bebbbddf1b2e8620c6b3c2101f689c0296a1fc (diff) |
Update upstream source from tag 'upstream/0.7.3'
Update to upstream version '0.7.3'
with Debian dir 93afe8369b196a0543bb89394f0f3b70ff9dbb72
Diffstat (limited to 'src/themes')
-rw-r--r-- | src/themes/centerLayer.vala | 2 | ||||
-rw-r--r-- | src/themes/sliceLayer.vala | 2 | ||||
-rw-r--r-- | src/themes/theme.vala | 2 | ||||
-rw-r--r-- | src/themes/themeImporter.vala | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/themes/centerLayer.vala b/src/themes/centerLayer.vala index b71ed86..d5068ad 100644 --- a/src/themes/centerLayer.vala +++ b/src/themes/centerLayer.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/themes/sliceLayer.vala b/src/themes/sliceLayer.vala index d3f8cfd..60d46fc 100644 --- a/src/themes/sliceLayer.vala +++ b/src/themes/sliceLayer.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/themes/theme.vala b/src/themes/theme.vala index f9a9cdd..7b3c183 100644 --- a/src/themes/theme.vala +++ b/src/themes/theme.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/themes/themeImporter.vala b/src/themes/themeImporter.vala index e6c9e64..895e21e 100644 --- a/src/themes/themeImporter.vala +++ b/src/themes/themeImporter.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 |