diff options
| author | Mattias Andrée <maandree@operamail.com> | 2014-10-31 22:03:59 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2014-10-31 22:03:59 +0100 |
| commit | 4df87b43fba91124d19e2d7de960ebdd55bc72d5 (patch) | |
| tree | 4e93a421bec87f250d450e5faef26c9d9129e075 | |
| parent | improve makefile (diff) | |
| download | splashtool-4df87b43fba91124d19e2d7de960ebdd55bc72d5.tar.gz splashtool-4df87b43fba91124d19e2d7de960ebdd55bc72d5.tar.bz2 splashtool-4df87b43fba91124d19e2d7de960ebdd55bc72d5.tar.xz | |
bump year
Signed-off-by: Mattias Andrée <maandree@operamail.com>
| -rw-r--r-- | COPYING | 2 | ||||
| -rw-r--r-- | src/Assemble.java | 2 | ||||
| -rwxr-xr-x | src/parse.py | 2 | ||||
| -rwxr-xr-x | src/splashtool | 2 | ||||
| -rwxr-xr-x | src/trim.py | 2 |
5 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ splashtool – A simple tool for creating SYSLINUX splashes without fuss -Copyright © 2013 Mattias Andrée (maandree@member.fsf.org) +Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/src/Assemble.java b/src/Assemble.java index 03488fc..a0b9969 100644 --- a/src/Assemble.java +++ b/src/Assemble.java @@ -1,7 +1,7 @@ /** * splashtool – A simple tool for creating SYSLINUX splashes without fuss * - * Copyright © 2013 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/parse.py b/src/parse.py index f126dca..e64f52b 100755 --- a/src/parse.py +++ b/src/parse.py @@ -3,7 +3,7 @@ # splashtool – A simple tool for creating SYSLINUX splashes without fuss # -# Copyright © 2013 Mattias Andrée (maandree@member.fsf.org) +# Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/splashtool b/src/splashtool index e8c3b06..6c96aee 100755 --- a/src/splashtool +++ b/src/splashtool @@ -2,7 +2,7 @@ # # splashtool – A simple tool for creating SYSLINUX splashes without fuss # -# Copyright © 2013 Mattias Andrée (maandree@member.fsf.org) +# Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/trim.py b/src/trim.py index 1a2b0e9..c623f74 100755 --- a/src/trim.py +++ b/src/trim.py @@ -3,7 +3,7 @@ # splashtool – A simple tool for creating SYSLINUX splashes without fuss # -# Copyright © 2013 Mattias Andrée (maandree@member.fsf.org) +# Copyright © 2013, 2014 Mattias Andrée (maandree@member.fsf.org) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by |
