1.1 --- a/src/core/config.cc Mon Mar 10 14:51:15 2008 -0700
1.2 +++ b/src/core/config.cc Mon Mar 10 14:52:08 2008 -0700
1.3 @@ -1,3 +1,22 @@
1.4 +/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
1.5 +/*
1.6 + * Copyright (c) 2008 INRIA
1.7 + *
1.8 + * This program is free software; you can redistribute it and/or modify
1.9 + * it under the terms of the GNU General Public License version 2 as
1.10 + * published by the Free Software Foundation;
1.11 + *
1.12 + * This program is distributed in the hope that it will be useful,
1.13 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
1.14 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1.15 + * GNU General Public License for more details.
1.16 + *
1.17 + * You should have received a copy of the GNU General Public License
1.18 + * along with this program; if not, write to the Free Software
1.19 + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
1.20 + *
1.21 + * Authors: Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
1.22 + */
1.23 #include "config.h"
1.24 #include "singleton.h"
1.25 #include "object.h"
2.1 --- a/src/core/config.h Mon Mar 10 14:51:15 2008 -0700
2.2 +++ b/src/core/config.h Mon Mar 10 14:52:08 2008 -0700
2.3 @@ -1,3 +1,22 @@
2.4 +/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
2.5 +/*
2.6 + * Copyright (c) 2008 INRIA
2.7 + *
2.8 + * This program is free software; you can redistribute it and/or modify
2.9 + * it under the terms of the GNU General Public License version 2 as
2.10 + * published by the Free Software Foundation;
2.11 + *
2.12 + * This program is distributed in the hope that it will be useful,
2.13 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
2.14 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2.15 + * GNU General Public License for more details.
2.16 + *
2.17 + * You should have received a copy of the GNU General Public License
2.18 + * along with this program; if not, write to the Free Software
2.19 + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
2.20 + *
2.21 + * Authors: Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
2.22 + */
2.23 #ifndef CONFIG_H
2.24 #define CONFIG_H
2.25
3.1 --- a/src/core/object-factory.cc Mon Mar 10 14:51:15 2008 -0700
3.2 +++ b/src/core/object-factory.cc Mon Mar 10 14:52:08 2008 -0700
3.3 @@ -1,3 +1,22 @@
3.4 +/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
3.5 +/*
3.6 + * Copyright (c) 2008 INRIA
3.7 + *
3.8 + * This program is free software; you can redistribute it and/or modify
3.9 + * it under the terms of the GNU General Public License version 2 as
3.10 + * published by the Free Software Foundation;
3.11 + *
3.12 + * This program is distributed in the hope that it will be useful,
3.13 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
3.14 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3.15 + * GNU General Public License for more details.
3.16 + *
3.17 + * You should have received a copy of the GNU General Public License
3.18 + * along with this program; if not, write to the Free Software
3.19 + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
3.20 + *
3.21 + * Authors: Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
3.22 + */
3.23 #include "object-factory.h"
3.24 #include <sstream>
3.25
4.1 --- a/src/core/object-factory.h Mon Mar 10 14:51:15 2008 -0700
4.2 +++ b/src/core/object-factory.h Mon Mar 10 14:52:08 2008 -0700
4.3 @@ -1,3 +1,22 @@
4.4 +/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
4.5 +/*
4.6 + * Copyright (c) 2008 INRIA
4.7 + *
4.8 + * This program is free software; you can redistribute it and/or modify
4.9 + * it under the terms of the GNU General Public License version 2 as
4.10 + * published by the Free Software Foundation;
4.11 + *
4.12 + * This program is distributed in the hope that it will be useful,
4.13 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
4.14 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4.15 + * GNU General Public License for more details.
4.16 + *
4.17 + * You should have received a copy of the GNU General Public License
4.18 + * along with this program; if not, write to the Free Software
4.19 + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
4.20 + *
4.21 + * Authors: Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
4.22 + */
4.23 #ifndef OBJECT_FACTORY_H
4.24 #define OBJECT_FACTORY_H
4.25