Fix a typo in lttng-probe-module name
[lttng-tools.git] / src / bin / lttng-sessiond / kern-modules.h
index e696ea3b706d498354be7a922c0373cc539923b8..7ce8b0b68d803cc5e8f1e43f8e719f5b069d00cf 100644 (file)
@@ -1,18 +1,18 @@
 /*
  * Copyright (C) 2011 - David Goulet <dgoulet@efficios.com>
  *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the Free
- * Software Foundation; only version 2 of the License.
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License, version 2 only,
+ * 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.
+ * 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.
+ * 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.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
 #ifndef _KERN_MODULES_H
 /*
  * Compatible lttng-modules version.
  */
-#define KERN_MODULES_PRE_VERSION       1
-#define KERN_MODULES_PRE_PATCHLEVEL    9
+#define KERN_MODULES_PRE_MAJOR     1
+#define KERN_MODULES_PRE_MINOR     9
 
-#define KERN_MODULES_VERSION       2
-#define KERN_MODULES_PATCHLEVEL    0
-#define KERN_MODULES_SUBLEVEL      0
+#define KERN_MODULES_MAJOR         2
+#define KERN_MODULES_MINOR         0
 
 struct kern_modules_param {
        const char *name;
This page took 0.025214 seconds and 4 git commands to generate.