add license header
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Sun, 13 May 2007 12:00:56 +0200
changeset 599 7b7012218291
parent 598 fe401693251f
child 601 776f776d10d9
add license header
src/core/command-line.cc
src/core/command-line.h
src/core/default-value.cc
src/core/default-value.h
--- a/src/core/command-line.cc	Sun May 13 11:57:40 2007 +0200
+++ b/src/core/command-line.cc	Sun May 13 12:00:56 2007 +0200
@@ -1,4 +1,23 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
+/*
+ * Copyright (c) 2007 Georgia Tech University, INRIA
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation;
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *
+ * Authors: Raj Bhattacharjea <raj.b@gatech.edu>,
+ *          Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
+ */
 
 #include "command-line.h"
 #include <unistd.h>
--- a/src/core/command-line.h	Sun May 13 11:57:40 2007 +0200
+++ b/src/core/command-line.h	Sun May 13 12:00:56 2007 +0200
@@ -1,4 +1,23 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
+/*
+ * Copyright (c) 2007 Georgia Tech University, INRIA
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation;
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *
+ * Authors: Raj Bhattacharjea <raj.b@gatech.edu>,
+ *          Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
+ */
 #ifndef COMMAND_LINE_H
 #define COMMAND_LINE_H
 
--- a/src/core/default-value.cc	Sun May 13 11:57:40 2007 +0200
+++ b/src/core/default-value.cc	Sun May 13 12:00:56 2007 +0200
@@ -1,4 +1,22 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
+/*
+ * Copyright (c) 2007 INRIA
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation;
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *
+ * Author: Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
+ */
 
 #include "default-value.h"
 #include "fatal-error.h"
--- a/src/core/default-value.h	Sun May 13 11:57:40 2007 +0200
+++ b/src/core/default-value.h	Sun May 13 12:00:56 2007 +0200
@@ -1,4 +1,22 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
+/*
+ * Copyright (c) 2007 INRIA
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation;
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *
+ * Author: Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
+ */
 #ifndef DEFAULT_VALUE_H
 #define DEFAULT_VALUE_H