-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
trying to do best practice for GPL (but probably still wrong) :(
- Loading branch information
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
// ----------------------------------------------------------------------- | ||
// | ||
// Copyright (C) 2009-2011 Fons Adriaensen <[email protected]> | ||
// Copyright (C) 2015 Spencer Jackson <[email protected]> | ||
// | ||
// This program is free software; you can redistribute it and/or modify | ||
|
@@ -18,7 +19,7 @@ | |
// | ||
// ----------------------------------------------------------------------- | ||
|
||
// This code is forked from the amazing code from Fons Adriaensen | ||
// This code is forked from the amazing code from Fons Adriaensen, modified by spencer | ||
|
||
#include <stdlib.h> | ||
#include <string.h> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
// ----------------------------------------------------------------------- | ||
// | ||
// Copyright (C) 2009-2011 Fons Adriaensen <[email protected]> | ||
// Copyright (C) 2015 Spencer Jackson <[email protected]> | ||
// | ||
// This program is free software; you can redistribute it and/or modify | ||
|
@@ -18,7 +19,7 @@ | |
// | ||
// ----------------------------------------------------------------------- | ||
|
||
// This code is forked from the amazing code from Fons Adriaensen | ||
// This code is forked from the amazing code from Fons Adriaensen, modified by spencer | ||
|
||
#ifndef __RETUNER_H | ||
#define __RETUNER_H | ||
|