src/test/error_test.cc
changeset 906 17f31d280385
parent 727 aada518af30f
child 921 818510fa3d99
     1.1 --- a/src/test/error_test.cc	Thu Sep 23 14:40:45 2004 +0000
     1.2 +++ b/src/test/error_test.cc	Thu Sep 23 15:05:20 2004 +0000
     1.3 @@ -1,3 +1,19 @@
     1.4 +/* -*- C++ -*-
     1.5 + * src/test/error_test.cc - Part of HUGOlib, a generic C++ optimization library
     1.6 + *
     1.7 + * Copyright (C) 2004 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
     1.8 + * (Egervary Combinatorial Optimization Research Group, EGRES).
     1.9 + *
    1.10 + * Permission to use, modify and distribute this software is granted
    1.11 + * provided that this copyright notice appears in all copies. For
    1.12 + * precise terms see the accompanying LICENSE file.
    1.13 + *
    1.14 + * This software is provided "AS IS" with no warranty of any kind,
    1.15 + * express or implied, and with no claim as to its suitability for any
    1.16 + * purpose.
    1.17 + *
    1.18 + */
    1.19 +
    1.20  #include <iostream>
    1.21  
    1.22  #include <hugo/error.h>