update copyright dates
This commit is contained in:
parent
5fb00dd283
commit
67eb9821be
2
COPYING
2
COPYING
@ -1,5 +1,5 @@
|
|||||||
minimodem - software audio Bell-type or RTTY FSK modem
|
minimodem - software audio Bell-type or RTTY FSK modem
|
||||||
Copyright (C) 2011 Kamal Mostafa <kamal@whence.com>
|
Copyright (C) 2011-2012 Kamal Mostafa <kamal@whence.com>
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
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
|
it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# Makefile.am
|
# Makefile.am
|
||||||
#
|
#
|
||||||
# Copyright (C) 2011 Kamal Mostafa <kamal@whence.com>
|
# Copyright (C) 2011-2012 Kamal Mostafa <kamal@whence.com>
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
#
|
#
|
||||||
# Makefile.am
|
# Makefile.am
|
||||||
#
|
#
|
||||||
# Copyright (C) 2011 Kamal Mostafa <kamal@whence.com>
|
# Copyright (C) 2011-2012 Kamal Mostafa <kamal@whence.com>
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# 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
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
*
|
*
|
||||||
* minimodem - software audio Bell-type or RTTY FSK modem
|
* minimodem - software audio Bell-type or RTTY FSK modem
|
||||||
*
|
*
|
||||||
* Copyright (C) 2011 Kamal Mostafa <kamal@whence.com>
|
* Copyright (C) 2011-2012 Kamal Mostafa <kamal@whence.com>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -304,7 +304,7 @@ version()
|
|||||||
{
|
{
|
||||||
printf(
|
printf(
|
||||||
"minimodem %s\n"
|
"minimodem %s\n"
|
||||||
"Copyright (C) 2011 Kamal Mostafa <kamal@whence.com>\n"
|
"Copyright (C) 2011-2012 Kamal Mostafa <kamal@whence.com>\n"
|
||||||
"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.\n"
|
"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.\n"
|
||||||
"This is free software: you are free to change and redistribute it.\n"
|
"This is free software: you are free to change and redistribute it.\n"
|
||||||
"There is NO WARRANTY, to the extent permitted by law.\n\n"
|
"There is NO WARRANTY, to the extent permitted by law.\n\n"
|
||||||
|
2
src/run-test
Executable file → Normal file
2
src/run-test
Executable file → Normal file
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# run-test
|
# run-test
|
||||||
#
|
#
|
||||||
# Copyright (C) 2011 Kamal Mostafa <kamal@whence.com>
|
# Copyright (C) 2011-2012 Kamal Mostafa <kamal@whence.com>
|
||||||
#
|
#
|
||||||
# NO LICENSE HAS BEEN SPECIFIED OR GRANTED FOR THIS WORK.
|
# NO LICENSE HAS BEEN SPECIFIED OR GRANTED FOR THIS WORK.
|
||||||
#
|
#
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* simpleaudio-benchmark.c
|
* simpleaudio-benchmark.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2011 Kamal Mostafa <kamal@whence.com>
|
* Copyright (C) 2011-2012 Kamal Mostafa <kamal@whence.com>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* simpleaudio-pulse.c
|
* simpleaudio-pulse.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2011 Kamal Mostafa <kamal@whence.com>
|
* Copyright (C) 2011-2012 Kamal Mostafa <kamal@whence.com>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* simpleaudio-sndfile.c
|
* simpleaudio-sndfile.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2011 Kamal Mostafa <kamal@whence.com>
|
* Copyright (C) 2011-2012 Kamal Mostafa <kamal@whence.com>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* simpleaudio.c
|
* simpleaudio.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2011 Kamal Mostafa <kamal@whence.com>
|
* Copyright (C) 2011-2012 Kamal Mostafa <kamal@whence.com>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* simpleaudio_internal.h
|
* simpleaudio_internal.h
|
||||||
*
|
*
|
||||||
* Copyright (C) 2011 Kamal Mostafa <kamal@whence.com>
|
* Copyright (C) 2011-2012 Kamal Mostafa <kamal@whence.com>
|
||||||
*
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
Loading…
x
Reference in New Issue
Block a user