From fbe5e3949f41ab197e52e1df1dd839b45d7bbce0 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Mon, 14 Apr 2008 15:44:43 -0700 Subject: [PATCH] add missing license statement. --- src/core/traced-value.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/core/traced-value.h b/src/core/traced-value.h index 6210d42b1..a573348af 100644 --- a/src/core/traced-value.h +++ b/src/core/traced-value.h @@ -1,3 +1,22 @@ +/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ +/* + * Copyright (c) 2005,2006,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 + */ #ifndef TRACED_VALUE_H #define TRACED_VALUE_H