X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/346a809e5392ea254135c1ff42b0bb8924ae8971..b8df87e176f27b25534f27d7e240defa32ca35bc:/src/simix/simcalls.py diff --git a/src/simix/simcalls.py b/src/simix/simcalls.py index be84fb8186..922722e6fb 100755 --- a/src/simix/simcalls.py +++ b/src/simix/simcalls.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (c) 2014-2018. The SimGrid Team. All rights reserved. +# Copyright (c) 2014-2019. The SimGrid Team. All rights reserved. # This program is free software; you can redistribute it and/or modify it # under the terms of the license (GNU LGPL) which comes with this package. @@ -236,7 +236,7 @@ def header(name): fd.write( '/* change simcalls specification in src/simix/simcalls.in */\n') fd.write( - '/* Copyright (c) 2014-2018. The SimGrid Team. All rights reserved. */\n') + '/* Copyright (c) 2014-2019. The SimGrid Team. All rights reserved. */\n') fd.write( '/**********************************************************************/\n\n') fd.write('/*\n')