Updated copyright notices.

This commit is contained in:
Martin Whitaker 2016-03-11 23:14:55 +00:00
parent c92b630728
commit 81d3b7a25c
4 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1998-2015 Stephen Williams (steve@icarus.com) * Copyright (c) 1998-2016 Stephen Williams (steve@icarus.com)
* *
* This source code is free software; you can redistribute it * This source code is free software; you can redistribute it
* and/or modify it in source code form under the terms of the GNU * and/or modify it in source code form under the terms of the GNU

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1998-2013 Stephen Williams (steve@icarus.com) * Copyright (c) 1998-2016 Stephen Williams (steve@icarus.com)
* *
* This source code is free software; you can redistribute it * This source code is free software; you can redistribute it
* and/or modify it in source code form under the terms of the GNU * and/or modify it in source code form under the terms of the GNU

View File

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1998-2013 Stephen Williams <steve@icarus.com> * Copyright (c) 1998-2016 Stephen Williams <steve@icarus.com>
* *
* This source code is free software; you can redistribute it * This source code is free software; you can redistribute it
* and/or modify it in source code form under the terms of the GNU * and/or modify it in source code form under the terms of the GNU

View File

@ -1,7 +1,7 @@
#ifndef IVL_target_H #ifndef IVL_target_H
#define IVL_target_H #define IVL_target_H
/* /*
* Copyright (c) 1998-2014 Stephen Williams (steve@icarus.com) * Copyright (c) 1998-2016 Stephen Williams (steve@icarus.com)
* *
* This source code is free software; you can redistribute it * This source code is free software; you can redistribute it
* and/or modify it in source code form under the terms of the GNU * and/or modify it in source code form under the terms of the GNU
@ -95,10 +95,10 @@ struct target_t {
virtual void lpm_divide(const NetDivide*); virtual void lpm_divide(const NetDivide*);
virtual void lpm_modulo(const NetModulo*); virtual void lpm_modulo(const NetModulo*);
virtual void lpm_ff(const NetFF*); virtual void lpm_ff(const NetFF*);
virtual void lpm_latch(const NetLatch*);
virtual void lpm_mult(const NetMult*); virtual void lpm_mult(const NetMult*);
virtual void lpm_mux(const NetMux*); virtual void lpm_mux(const NetMux*);
virtual void lpm_pow(const NetPow*); virtual void lpm_pow(const NetPow*);
virtual void lpm_latch(const NetLatch*);
virtual bool concat(const NetConcat*); virtual bool concat(const NetConcat*);
virtual bool part_select(const NetPartSelect*); virtual bool part_select(const NetPartSelect*);