diff options
Diffstat (limited to 'decuda_to_ptxplus/decuda.l')
| -rw-r--r-- | decuda_to_ptxplus/decuda.l | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/decuda_to_ptxplus/decuda.l b/decuda_to_ptxplus/decuda.l index 2874054..2c7d2d2 100644 --- a/decuda_to_ptxplus/decuda.l +++ b/decuda_to_ptxplus/decuda.l @@ -1,3 +1,4 @@ +/* // Copyright (c) 2009-2011, Jimmy Kwa, // The University of British Columbia // All rights reserved. @@ -24,7 +25,7 @@ // CAUSED AND ON ANY 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. - +*/ %{ #include <iostream> |
