Update copyright data and API version
authorMikael Berthe <mikael@lilotux.net>
Wed, 10 Nov 2010 11:23:48 +0100
changeset 32 14534d171215
parent 31 2e856ffb57d5
child 33 104ecab6a1d5
Update copyright data and API version
disco.c
disco.h
--- a/disco.c	Wed Nov 10 11:17:53 2010 +0100
+++ b/disco.c	Wed Nov 10 11:23:48 2010 +0100
@@ -1,5 +1,5 @@
 
-/* Copyright 2009 Myhailo Danylenko
+/* Copyright 2009,2010 Myhailo Danylenko
  *
  * Service discovery requests
  *
@@ -60,7 +60,7 @@
 
 module_info_t info_disco = {
 	.branch      = "dev",
-	.api         = 11,
+	.api         = 16,
 	.version     = PROJECT_VERSION,
 	.description = DESCRIPTION,
 	.requires    = NULL,
--- a/disco.h	Wed Nov 10 11:17:53 2010 +0100
+++ b/disco.h	Wed Nov 10 11:23:48 2010 +0100
@@ -1,5 +1,5 @@
 
-/* Copyright 2009 Myhailo Danylenko
+/* Copyright 2009,2010 Myhailo Danylenko
  *
  * Service discovery requests
  *