mirror of
https://github.com/kmackay/micro-ecc.git
synced 2026-07-29 22:57:46 +00:00
Add a comment indicating the copyright and license to each source file.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
/* Copyright 2013, Kenneth MacKay. Licensed under the BSD 2-clause license. */
|
||||
|
||||
#if !TARGET_LPC11XX
|
||||
|
||||
#include "ecc.h"
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/* Copyright 2013, Kenneth MacKay. Licensed under the BSD 2-clause license. */
|
||||
|
||||
#include "ecc.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/* Copyright 2013 Kenneth MacKay. Licensed under the BSD 2-clause license. */
|
||||
|
||||
#ifndef _MICRO_ECC_H_
|
||||
#define _MICRO_ECC_H_
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
|
||||
/* Copyright 2013, Kenneth MacKay. Licensed under the BSD 2-clause license. */
|
||||
|
||||
#if TARGET_LPC11XX
|
||||
#include "peripherals/uart.h"
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/* Copyright 2013, Kenneth MacKay. Licensed under the BSD 2-clause license. */
|
||||
|
||||
#if !TARGET_LPC11XX
|
||||
|
||||
#include "ecc.h"
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
/* Copyright 2013, Kenneth MacKay. Licensed under the BSD 2-clause license. */
|
||||
|
||||
#if !TARGET_LPC11XX
|
||||
|
||||
#include "ecc.h"
|
||||
|
||||
Reference in New Issue
Block a user