tests: Add missing copyright header
authorJens Georg <mail@jensge.org>
Mon, 20 Feb 2012 09:35:45 +0000 (11:35 +0200)
committerJens Georg <mail@jensge.org>
Mon, 20 Feb 2012 09:35:45 +0000 (11:35 +0200)
tests/rygel-item-creator-test.vala

index 90c881c..32de7ed 100644 (file)
@@ -1,3 +1,25 @@
+/*
+ * Copyright (C) 2012 Nokia Corporation.
+ *
+ * Author: Jens Georg <jensg@openismus.com>
+ *
+ * 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);