From 0cb036c32d50dfedd6e649ba3cd60ba063d40542 Mon Sep 17 00:00:00 2001 From: Gabriel Corona Date: Fri, 27 Feb 2015 15:52:29 +0100 Subject: [PATCH] Add missing copyright notice --- src/mc/mc_page_snapshot.cpp | 7 +++++++ 1 file changed, 7 insertions(+) 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" -- 2.20.1