Skip to content

Commit

Permalink
update (C) year
Browse files Browse the repository at this point in the history
  • Loading branch information
x42 committed Feb 13, 2013
1 parent 58000dd commit 203520a
Show file tree
Hide file tree
Showing 8 changed files with 58 additions and 9 deletions.
17 changes: 17 additions & 0 deletions common_ltcgen.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* Copyright (C) 2013 Robin Gareus <[email protected]>
*
* 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 <http://www.gnu.org/licenses/>.
*/

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Expand Down
2 changes: 1 addition & 1 deletion debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Source: https://github.com/x42/ltc-tools

Files: *
Copyright:
2006,2012 Robin Gareus <[email protected]>
2006,2012,2013 Robin Gareus <[email protected]>
License: GPL-2+

License: GPL-2+
Expand Down
2 changes: 1 addition & 1 deletion jltc2mtc.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* jack linear time code to MIDI time code translator
* Copyright (C) 2006, 20120, 2012 Robin Gareus <[email protected]>
* Copyright (C) 2006, 2012, 2013 Robin Gareus <[email protected]>
*
* 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
Expand Down
2 changes: 1 addition & 1 deletion jltcdump.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 2 additions & 3 deletions jltcgen.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/*
* JACK Linear Time Code encoder
* Copyright (C) 2012 Robin Gareus <[email protected]>
/* JACK Linear Time Code encoder
* Copyright (C) 2012, 2013 Robin Gareus <[email protected]>
*
* 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
Expand Down
17 changes: 17 additions & 0 deletions ltcframeutil.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* Copyright (C) 2012, 2013 Robin Gareus <[email protected]>
*
* 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 <http://www.gnu.org/licenses/>.
*/

#include <string.h>
#include "ltcframeutil.h"

Expand Down
5 changes: 2 additions & 3 deletions ltcgen.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/*
* Linear Time Code encoder
* Copyright (C) 2012 Robin Gareus <[email protected]>
/* Linear Time Code encoder
* Copyright (C) 2012, 2013 Robin Gareus <[email protected]>
*
* 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
Expand Down
17 changes: 17 additions & 0 deletions timecode.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* Copyright (C) 2012, 2013 Robin Gareus <[email protected]>
*
* 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 <http://www.gnu.org/licenses/>.
*/

#include <math.h>
#include "timecode.h"

Expand Down

0 comments on commit 203520a

Please sign in to comment.