diff --git a/common_ltcgen.c b/common_ltcgen.c index d35bfe2..3c8de3f 100644 --- a/common_ltcgen.c +++ b/common_ltcgen.c @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2013 Robin Gareus + * + * 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 2 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 . + */ + #include #include #include diff --git a/debian/copyright b/debian/copyright index 424611d..060e07b 100644 --- a/debian/copyright +++ b/debian/copyright @@ -6,7 +6,7 @@ Source: https://github.com/x42/ltc-tools Files: * Copyright: - 2006,2012 Robin Gareus + 2006,2012,2013 Robin Gareus License: GPL-2+ License: GPL-2+ diff --git a/jltc2mtc.c b/jltc2mtc.c index 54a0ec2..abcea8b 100644 --- a/jltc2mtc.c +++ b/jltc2mtc.c @@ -1,5 +1,5 @@ /* jack linear time code to MIDI time code translator - * Copyright (C) 2006, 20120, 2012 Robin Gareus + * Copyright (C) 2006, 2012, 2013 Robin Gareus * * 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/jltcdump.c b/jltcdump.c index f3b25e9..9eaeac6 100644 --- a/jltcdump.c +++ b/jltcdump.c @@ -1,5 +1,5 @@ /* jack linear time code decoder - * Copyright (C) 2006,2012 Robin Gareus + * Copyright (C) 2006, 2012, 2013 Robin Gareus * * 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/jltcgen.c b/jltcgen.c index b5e5d1b..09a0198 100644 --- a/jltcgen.c +++ b/jltcgen.c @@ -1,6 +1,5 @@ -/* - * JACK Linear Time Code encoder - * Copyright (C) 2012 Robin Gareus +/* JACK Linear Time Code encoder + * Copyright (C) 2012, 2013 Robin Gareus * * 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/ltcframeutil.c b/ltcframeutil.c index ff71764..5e76f38 100644 --- a/ltcframeutil.c +++ b/ltcframeutil.c @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2012, 2013 Robin Gareus + * + * 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 2 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 . + */ + #include #include "ltcframeutil.h" diff --git a/ltcgen.c b/ltcgen.c index 0ad5b85..147f45f 100644 --- a/ltcgen.c +++ b/ltcgen.c @@ -1,6 +1,5 @@ -/* - * Linear Time Code encoder - * Copyright (C) 2012 Robin Gareus +/* Linear Time Code encoder + * Copyright (C) 2012, 2013 Robin Gareus * * 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/timecode.c b/timecode.c index d25d8bc..06105f3 100644 --- a/timecode.c +++ b/timecode.c @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2012, 2013 Robin Gareus + * + * 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 2 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 . + */ + #include #include "timecode.h"