summaryrefslogtreecommitdiff
path: root/cpu.h
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2015-04-14 18:13:37 +0200
committerRichard Braun <rbraun@sceen.net>2015-04-14 18:13:37 +0200
commitf27f7643491fe8303aa939bb539bb9a490f7b3ad (patch)
treeaacbabab2832fd82dfe85584e7c4acba481bca33 /cpu.h
parent64b01cfc298d651f9f2fbad91f818699dec1599c (diff)
Update copyright notices
Mention upstream URL in each file, update copyrights.
Diffstat (limited to 'cpu.h')
-rw-r--r--cpu.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/cpu.h b/cpu.h
index de66d86..6694bcf 100644
--- a/cpu.h
+++ b/cpu.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011 Richard Braun.
+ * Copyright (c) 2011-2015 Richard Braun.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -21,6 +21,10 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ *
+ * Upstream site with license notes :
+ * http://git.sceen.net/rbraun/librbraun.git/
*/
#ifndef _CPU_H