Changeset d6655bd


Ignore:
Timestamp:
Oct 9, 2017, 5:04:03 PM (6 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
5e6502b
Parents:
751d963
Message:

add copyright comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/matrixSum.c

    r751d963 rd6655bd  
     1//                               -*- Mode: C -*-
     2//
     3// Cforall Version 1.0.0 Copyright (C) 2017 University of Waterloo
     4//
     5// The contents of this file are covered under the licence agreement in the
     6// file "LICENCE" distributed with Cforall.
     7//
     8// matrixSum.c --
     9//
     10// Author           : Peter A. Buhr
     11// Created On       : Mon Oct  9 08:29:28 2017
     12// Last Modified By : Peter A. Buhr
     13// Last Modified On : Mon Oct  9 08:30:08 2017
     14// Update Count     : 1
     15//
     16
    117#include <fstream>
    218#include <kernel>
     
    4157    sout | total | endl;
    4258}
     59
     60// Local Variables: //
     61// tab-width: 4 //
     62// compile-command: "cfa matrixSum.c" //
     63// End: //
Note: See TracChangeset for help on using the changeset viewer.