Changeset 51587aa for translator/GenPoly


Ignore:
Timestamp:
May 18, 2015, 11:45:33 PM (11 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/GenPoly
Files:
16 edited

Legend:

Unmodified
Added
Removed
  • translator/GenPoly/Box.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/*
    216 * This file is part of the Cforall project
     
    10731087
    10741088} // namespace GenPoly
     1089// Local Variables: //
     1090// tab-width: 4 //
     1091// mode: c++ //
     1092// compile-command: "make install" //
     1093// End: //
  • translator/GenPoly/Box.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/*
    216 * This file is part of the Cforall project
     
    2034
    2135#endif /* #ifndef GENPOLY_BOX_H */
     36// Local Variables: //
     37// tab-width: 4 //
     38// mode: c++ //
     39// compile-command: "make install" //
     40// End: //
  • translator/GenPoly/CopyParams.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 <set>
    216#include <map>
     
    8397    }
    8498} // namespace GenPoly
     99// Local Variables: //
     100// tab-width: 4 //
     101// mode: c++ //
     102// compile-command: "make install" //
     103// End: //
  • translator/GenPoly/CopyParams.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/*
    216 * This file is part of the Cforall project
     
    1832
    1933#endif /* #ifndef GENPOLY_COPYPARAMS_H */
     34// Local Variables: //
     35// tab-width: 4 //
     36// mode: c++ //
     37// compile-command: "make install" //
     38// End: //
  • translator/GenPoly/FindFunction.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/*
    216 * This file is part of the Cforall project
     
    88102
    89103} // namespace GenPoly
     104// Local Variables: //
     105// tab-width: 4 //
     106// mode: c++ //
     107// compile-command: "make install" //
     108// End: //
  • translator/GenPoly/FindFunction.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/*
    216 * This file is part of the Cforall project
     
    2236
    2337#endif /* #ifndef FINDFUNCTION_H */
     38// Local Variables: //
     39// tab-width: 4 //
     40// mode: c++ //
     41// compile-command: "make install" //
     42// End: //
  • translator/GenPoly/GenPoly.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/*
    216 * This file is part of the Cforall project
     
    6377
    6478} // namespace GenPoly
     79// Local Variables: //
     80// tab-width: 4 //
     81// mode: c++ //
     82// compile-command: "make install" //
     83// End: //
  • translator/GenPoly/GenPoly.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/*
    216 * This file is part of the Cforall project
     
    3145
    3246#endif
     47// Local Variables: //
     48// tab-width: 4 //
     49// mode: c++ //
     50// compile-command: "make install" //
     51// End: //
  • translator/GenPoly/Lvalue.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/*
    216 * This file is part of the Cforall project
     
    167181
    168182} // namespace GenPoly
     183// Local Variables: //
     184// tab-width: 4 //
     185// mode: c++ //
     186// compile-command: "make install" //
     187// End: //
  • translator/GenPoly/Lvalue.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/*
    216 * This file is part of the Cforall project
     
    2034
    2135#endif /* #ifndef GENPOLY_LVALUE_H */
     36// Local Variables: //
     37// tab-width: 4 //
     38// mode: c++ //
     39// compile-command: "make install" //
     40// End: //
  • translator/GenPoly/PolyMutator.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/*
    216 * This file is part of the Cforall project
     
    188202/* static class method */
    189203} // namespace GenPoly
     204// Local Variables: //
     205// tab-width: 4 //
     206// mode: c++ //
     207// compile-command: "make install" //
     208// End: //
  • translator/GenPoly/PolyMutator.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/*
    216 * This file is part of the Cforall project
     
    5973
    6074#endif /* #ifndef GENPOLY_POLYMUTATOR_H */
     75// Local Variables: //
     76// tab-width: 4 //
     77// mode: c++ //
     78// compile-command: "make install" //
     79// End: //
  • translator/GenPoly/ScrubTyVars.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 "GenPoly.h"
    216#include "ScrubTyVars.h"
     
    5064    }
    5165} // namespace GenPoly
     66// Local Variables: //
     67// tab-width: 4 //
     68// mode: c++ //
     69// compile-command: "make install" //
     70// End: //
  • translator/GenPoly/ScrubTyVars.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 GENPOLY_SCRUBTYVARS_H
    216#define GENPOLY_SCRUBTYVARS_H
     
    4256
    4357#endif // GENPOLY_SCRUBTYVARS_H
     58// Local Variables: //
     59// tab-width: 4 //
     60// mode: c++ //
     61// compile-command: "make install" //
     62// End: //
  • translator/GenPoly/Specialize.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/*
    216 * This file is part of the Cforall project
     
    205219
    206220} // namespace GenPoly
     221// Local Variables: //
     222// tab-width: 4 //
     223// mode: c++ //
     224// compile-command: "make install" //
     225// End: //
  • translator/GenPoly/Specialize.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/*
    216 * This file is part of the Cforall project
     
    2034
    2135#endif /* #ifndef GENPOLY_SPECIALIZE_H */
     36// Local Variables: //
     37// tab-width: 4 //
     38// mode: c++ //
     39// compile-command: "make install" //
     40// End: //
Note: See TracChangeset for help on using the changeset viewer.