Ignore:
Timestamp:
May 18, 2015, 11:45:33 PM (9 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
Children:
01aeade
Parents:
0dd3a2f
Message:

licencing: fourth groups of files

Location:
translator/ControlStruct
Files:
16 edited

Legend:

Unmodified
Added
Removed
  • translator/ControlStruct/CaseRangeMutator.cc

    r0dd3a2f r51587aa  
     1//
     2// Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
     3//
     4// The contents of this file are covered under the licence agreement in the
     5// file "LICENCE" distributed with Cforall.
     6//
     7// XXX.cc --
     8//
     9// Author           : Richard C. Bilson
     10// Created On       : Mon May 18 07:44:20 2015
     11// Last Modified By :
     12// Last Modified On :
     13// Update Count     : 0
     14//
    115#include <list>
    216#include <cassert>
     
    180194    }
    181195} // namespace ControlStruct
     196// Local Variables: //
     197// tab-width: 4 //
     198// mode: c++ //
     199// compile-command: "make install" //
     200// End: //
  • translator/ControlStruct/CaseRangeMutator.h

    r0dd3a2f r51587aa  
     1//
     2// Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
     3//
     4// The contents of this file are covered under the licence agreement in the
     5// file "LICENCE" distributed with Cforall.
     6//
     7// XXX.cc --
     8//
     9// Author           : Richard C. Bilson
     10// Created On       : Mon May 18 07:44:20 2015
     11// Last Modified By :
     12// Last Modified On :
     13// Update Count     : 0
     14//
    115#ifndef CASERNG_MUTATOR_H
    216#define CASERNG_MUTATOR_H
     
    3145  End:
    3246*/
     47// Local Variables: //
     48// tab-width: 4 //
     49// mode: c++ //
     50// compile-command: "make install" //
     51// End: //
  • translator/ControlStruct/ChooseMutator.cc

    r0dd3a2f r51587aa  
     1//
     2// Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
     3//
     4// The contents of this file are covered under the licence agreement in the
     5// file "LICENCE" distributed with Cforall.
     6//
     7// XXX.cc --
     8//
     9// Author           : Richard C. Bilson
     10// Created On       : Mon May 18 07:44:20 2015
     11// Last Modified By :
     12// Last Modified On :
     13// Update Count     : 0
     14//
    115#include <list>
    216
     
    4458    }
    4559} // namespace ControlStruct
     60// Local Variables: //
     61// tab-width: 4 //
     62// mode: c++ //
     63// compile-command: "make install" //
     64// End: //
  • translator/ControlStruct/ChooseMutator.h

    r0dd3a2f r51587aa  
     1//
     2// Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
     3//
     4// The contents of this file are covered under the licence agreement in the
     5// file "LICENCE" distributed with Cforall.
     6//
     7// XXX.cc --
     8//
     9// Author           : Richard C. Bilson
     10// Created On       : Mon May 18 07:44:20 2015
     11// Last Modified By :
     12// Last Modified On :
     13// Update Count     : 0
     14//
    115#ifndef CHOOSE_MUTATOR_H
    216#define CHOOSE_MUTATOR_H
     
    2842  End:
    2943*/
     44// Local Variables: //
     45// tab-width: 4 //
     46// mode: c++ //
     47// compile-command: "make install" //
     48// End: //
  • translator/ControlStruct/ForExprMutator.cc

    r0dd3a2f r51587aa  
     1//
     2// Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
     3//
     4// The contents of this file are covered under the licence agreement in the
     5// file "LICENCE" distributed with Cforall.
     6//
     7// XXX.cc --
     8//
     9// Author           : Richard C. Bilson
     10// Created On       : Mon May 18 07:44:20 2015
     11// Last Modified By :
     12// Last Modified On :
     13// Update Count     : 0
     14//
    115#include "SynTree/Mutator.h"
    216#include "SynTree/Statement.h"
     
    2236    }
    2337} // namespace ControlStruct
     38// Local Variables: //
     39// tab-width: 4 //
     40// mode: c++ //
     41// compile-command: "make install" //
     42// End: //
  • translator/ControlStruct/ForExprMutator.h

    r0dd3a2f r51587aa  
     1//
     2// Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
     3//
     4// The contents of this file are covered under the licence agreement in the
     5// file "LICENCE" distributed with Cforall.
     6//
     7// XXX.cc --
     8//
     9// Author           : Richard C. Bilson
     10// Created On       : Mon May 18 07:44:20 2015
     11// Last Modified By :
     12// Last Modified On :
     13// Update Count     : 0
     14//
    115#ifndef FOR_MUTATOR_H
    216#define FOR_MUTATOR_H
     
    2034  End:
    2135*/
     36// Local Variables: //
     37// tab-width: 4 //
     38// mode: c++ //
     39// compile-command: "make install" //
     40// End: //
  • translator/ControlStruct/LabelFixer.cc

    r0dd3a2f r51587aa  
     1//
     2// Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
     3//
     4// The contents of this file are covered under the licence agreement in the
     5// file "LICENCE" distributed with Cforall.
     6//
     7// XXX.cc --
     8//
     9// Author           : Richard C. Bilson
     10// Created On       : Mon May 18 07:44:20 2015
     11// Last Modified By :
     12// Last Modified On :
     13// Update Count     : 0
     14//
    115#include <list>
    216#include <cassert>
     
    127141    }
    128142}  // namespace ControlStruct
     143// Local Variables: //
     144// tab-width: 4 //
     145// mode: c++ //
     146// compile-command: "make install" //
     147// End: //
  • translator/ControlStruct/LabelFixer.h

    r0dd3a2f r51587aa  
     1//
     2// Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
     3//
     4// The contents of this file are covered under the licence agreement in the
     5// file "LICENCE" distributed with Cforall.
     6//
     7// XXX.cc --
     8//
     9// Author           : Richard C. Bilson
     10// Created On       : Mon May 18 07:44:20 2015
     11// Last Modified By :
     12// Last Modified On :
     13// Update Count     : 0
     14//
    115#ifndef LABEL_FIXER_H
    216#define LABEL_FIXER_H
     
    8094  End:
    8195*/
     96// Local Variables: //
     97// tab-width: 4 //
     98// mode: c++ //
     99// compile-command: "make install" //
     100// End: //
  • translator/ControlStruct/LabelGenerator.cc

    r0dd3a2f r51587aa  
     1//
     2// Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
     3//
     4// The contents of this file are covered under the licence agreement in the
     5// file "LICENCE" distributed with Cforall.
     6//
     7// XXX.cc --
     8//
     9// Author           : Richard C. Bilson
     10// Created On       : Mon May 18 07:44:20 2015
     11// Last Modified By :
     12// Last Modified On :
     13// Update Count     : 0
     14//
    115#include <iostream>
    216#include <strstream>
     
    2236    }
    2337} // namespace ControlStruct
     38// Local Variables: //
     39// tab-width: 4 //
     40// mode: c++ //
     41// compile-command: "make install" //
     42// End: //
  • translator/ControlStruct/LabelGenerator.h

    r0dd3a2f r51587aa  
     1//
     2// Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
     3//
     4// The contents of this file are covered under the licence agreement in the
     5// file "LICENCE" distributed with Cforall.
     6//
     7// XXX.cc --
     8//
     9// Author           : Richard C. Bilson
     10// Created On       : Mon May 18 07:44:20 2015
     11// Last Modified By :
     12// Last Modified On :
     13// Update Count     : 0
     14//
    115#ifndef LABEL_GENERATOR_H
    216#define LABEL_GENERATOR_H
     
    2640  End:
    2741*/
     42// Local Variables: //
     43// tab-width: 4 //
     44// mode: c++ //
     45// compile-command: "make install" //
     46// End: //
  • translator/ControlStruct/LabelTypeChecker.cc

    r0dd3a2f r51587aa  
     1//
     2// Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
     3//
     4// The contents of this file are covered under the licence agreement in the
     5// file "LICENCE" distributed with Cforall.
     6//
     7// XXX.cc --
     8//
     9// Author           : Richard C. Bilson
     10// Created On       : Mon May 18 07:44:20 2015
     11// Last Modified By :
     12// Last Modified On :
     13// Update Count     : 0
     14//
    115#include <list>
    216#include <cassert>
     
    6579    }
    6680} // namespace ControlStruct
     81// Local Variables: //
     82// tab-width: 4 //
     83// mode: c++ //
     84// compile-command: "make install" //
     85// End: //
  • translator/ControlStruct/LabelTypeChecker.h

    r0dd3a2f r51587aa  
     1//
     2// Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
     3//
     4// The contents of this file are covered under the licence agreement in the
     5// file "LICENCE" distributed with Cforall.
     6//
     7// XXX.cc --
     8//
     9// Author           : Richard C. Bilson
     10// Created On       : Mon May 18 07:44:20 2015
     11// Last Modified By :
     12// Last Modified On :
     13// Update Count     : 0
     14//
    115#ifndef LABEL_TYPE_H
    216#define LABEL_TYPE_H
     
    3246
    3347
     48// Local Variables: //
     49// tab-width: 4 //
     50// mode: c++ //
     51// compile-command: "make install" //
     52// End: //
  • translator/ControlStruct/MLEMutator.cc

    r0dd3a2f r51587aa  
     1//
     2// Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
     3//
     4// The contents of this file are covered under the licence agreement in the
     5// file "LICENCE" distributed with Cforall.
     6//
     7// XXX.cc --
     8//
     9// Author           : Richard C. Bilson
     10// Created On       : Mon May 18 07:44:20 2015
     11// Last Modified By :
     12// Last Modified On :
     13// Update Count     : 0
     14//
    115#include <cassert>
    216#include <algorithm>
     
    192206    }
    193207} // namespace ControlStruct
     208// Local Variables: //
     209// tab-width: 4 //
     210// mode: c++ //
     211// compile-command: "make install" //
     212// End: //
  • translator/ControlStruct/MLEMutator.h

    r0dd3a2f r51587aa  
     1//
     2// Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
     3//
     4// The contents of this file are covered under the licence agreement in the
     5// file "LICENCE" distributed with Cforall.
     6//
     7// XXX.cc --
     8//
     9// Author           : Richard C. Bilson
     10// Created On       : Mon May 18 07:44:20 2015
     11// Last Modified By :
     12// Last Modified On :
     13// Update Count     : 0
     14//
    115#ifndef MLE_MUTATOR_H
    216#define MLE_MUTATOR_H
     
    7185  End:
    7286*/
     87// Local Variables: //
     88// tab-width: 4 //
     89// mode: c++ //
     90// compile-command: "make install" //
     91// End: //
  • translator/ControlStruct/Mutate.cc

    r0dd3a2f r51587aa  
     1//
     2// Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
     3//
     4// The contents of this file are covered under the licence agreement in the
     5// file "LICENCE" distributed with Cforall.
     6//
     7// XXX.cc --
     8//
     9// Author           : Richard C. Bilson
     10// Created On       : Mon May 18 07:44:20 2015
     11// Last Modified By :
     12// Last Modified On :
     13// Update Count     : 0
     14//
    115#include <algorithm>
    216#include <iostream>
     
    3650    }
    3751} // namespace CodeGen
     52// Local Variables: //
     53// tab-width: 4 //
     54// mode: c++ //
     55// compile-command: "make install" //
     56// End: //
  • translator/ControlStruct/Mutate.h

    r0dd3a2f r51587aa  
     1//
     2// Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
     3//
     4// The contents of this file are covered under the licence agreement in the
     5// file "LICENCE" distributed with Cforall.
     6//
     7// XXX.cc --
     8//
     9// Author           : Richard C. Bilson
     10// Created On       : Mon May 18 07:44:20 2015
     11// Last Modified By :
     12// Last Modified On :
     13// Update Count     : 0
     14//
    115#ifndef CTRLS_MUTATE_H
    216#define CTRLS_MUTATE_H
     
    1832  End:
    1933*/
     34// Local Variables: //
     35// tab-width: 4 //
     36// mode: c++ //
     37// compile-command: "make install" //
     38// End: //
Note: See TracChangeset for help on using the changeset viewer.