From def2e1c36df91ff4f63260aec7b605260efc0624 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Mon, 20 Feb 2012 11:35:45 +0200 Subject: [PATCH] tests: Add missing copyright header --- tests/rygel-item-creator-test.vala | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/tests/rygel-item-creator-test.vala b/tests/rygel-item-creator-test.vala index 90c881c..32de7ed 100644 --- a/tests/rygel-item-creator-test.vala +++ b/tests/rygel-item-creator-test.vala @@ -1,3 +1,25 @@ +/* + * Copyright (C) 2012 Nokia Corporation. + * + * Author: Jens Georg + * + * This file is part of Rygel. + * + * Rygel is free software; you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * Rygel 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ + [CCode (cname = "uuid_generate", cheader_filename = "uuid/uuid.h")] internal extern static void uuid_generate ([CCode (array_length = false)] uchar[] uuid); -- 2.7.4