Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add some missing copyright headers
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sun, 25 Apr 2010 22:13:44 +0000 (22:13 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sun, 25 Apr 2010 22:13:44 +0000 (22:13 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7644 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/msg/msg_mailbox.c
teshsuite/simdag/basic0.c

index b8c72c7..409801c 100644 (file)
@@ -1,3 +1,11 @@
+/* Mailboxes in MSG */
+
+/* Copyright (c) 2008, 2009, 2010. 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 "mailbox.h"
 #include "msg/private.h"
 
 #include "mailbox.h"
 #include "msg/private.h"
 
index 8803054..ccbdf4e 100644 (file)
@@ -1,3 +1,8 @@
+/* Copyright (c) 2007, 2008 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 <stdio.h>
 #include <stdlib.h>
 #include "simdag/simdag.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include "simdag/simdag.h"