diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-02-13 16:39:45 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-02-13 16:39:45 +0100 |
commit | 8db3ade5edfc393ab8e1351721dac271aea9dcab (patch) | |
tree | 291387ce4529ea39777ec89f6f098ced0c11a26a /test.d | |
parent | m (diff) | |
download | mds-8db3ade5edfc393ab8e1351721dac271aea9dcab.tar.gz mds-8db3ade5edfc393ab8e1351721dac271aea9dcab.tar.bz2 mds-8db3ade5edfc393ab8e1351721dac271aea9dcab.tar.xz |
bump year
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'test.d')
-rwxr-xr-x | test.d/dumb-client | 2 | ||||
-rwxr-xr-x | test.d/mds-server | 17 | ||||
-rwxr-xr-x | test.d/mdsinitrc | 2 |
3 files changed, 19 insertions, 2 deletions
diff --git a/test.d/dumb-client b/test.d/dumb-client index 9b22f08..cae1cfb 100755 --- a/test.d/dumb-client +++ b/test.d/dumb-client @@ -2,7 +2,7 @@ # -*- python -*- # mds — A micro-display server -# Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) +# Copyright © 2014, 2015 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 General Public License as published by diff --git a/test.d/mds-server b/test.d/mds-server index ab35311..2a19fa1 100755 --- a/test.d/mds-server +++ b/test.d/mds-server @@ -1,5 +1,22 @@ #!/bin/sh +# mds — A micro-display server +# Copyright © 2014, 2015 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 General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. + + echo mds-server pid: $$ if [ -z "${NO_VALGRIND}" ]; then exec valgrind --leak-check=full --show-leak-kinds=all "$0".real "$@" diff --git a/test.d/mdsinitrc b/test.d/mdsinitrc index ee5bb60..3b58c59 100755 --- a/test.d/mdsinitrc +++ b/test.d/mdsinitrc @@ -1,7 +1,7 @@ #!/bin/bash # mds — A micro-display server -# Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) +# Copyright © 2014, 2015 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 General Public License as published by |