Skip to content

Commit

Permalink
trying to do best practice for GPL (but probably still wrong) :(
Browse files Browse the repository at this point in the history
  • Loading branch information
ssj71 committed Dec 17, 2015
1 parent a187898 commit b1f5350
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/lushlife/retuner.cc
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
Expand All @@ -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>
Expand Down
3 changes: 2 additions & 1 deletion src/lushlife/retuner.h
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
Expand All @@ -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
Expand Down

0 comments on commit b1f5350

Please sign in to comment.