From: Gabriel Corona Date: Fri, 27 Feb 2015 14:52:29 +0000 (+0100) Subject: Add missing copyright notice X-Git-Tag: v3_12~740 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/0cb036c32d50dfedd6e649ba3cd60ba063d40542 Add missing copyright notice --- diff --git a/src/mc/mc_page_snapshot.cpp b/src/mc/mc_page_snapshot.cpp index 499e5f210f..5f0e601ea7 100644 --- a/src/mc/mc_page_snapshot.cpp +++ b/src/mc/mc_page_snapshot.cpp @@ -1,3 +1,10 @@ +/* MC interface: definitions that non-MC modules must see, but not the user */ + +/* Copyright (c) 2014-2015. 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. */ + #include "mc_page_store.h" #include "mc_mmu.h" #include "mc_private.h"