File tree 2 files changed +30
-2
lines changed
2 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 1
- (* * Generete an order for host network devices and keep the order as stable as possible.
1
+ (*
2
+ * Copyright (c) Cloud Software Group, Inc.
3
+ *
4
+ * This program is free software; you can redistribute it and/or modify
5
+ * it under the terms of the GNU Lesser General Public License as published
6
+ * by the Free Software Foundation; version 2.1 only. with the special
7
+ * exception on linking described in file LICENSE.
8
+ *
9
+ * This program is distributed in the hope that it will be useful,
10
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
+ * GNU Lesser General Public License for more details.
13
+ *)
14
+
15
+ (* * Generate an order for host network devices and keep the order as stable as possible.
2
16
*)
3
17
4
18
module D = Debug. Make (struct let name = __MODULE__ end )
Original file line number Diff line number Diff line change 1
- (* * Generete an order for host network devices and keep the order as stable as
1
+ (*
2
+ * Copyright (c) Cloud Software Group, Inc.
3
+ *
4
+ * This program is free software; you can redistribute it and/or modify
5
+ * it under the terms of the GNU Lesser General Public License as published
6
+ * by the Free Software Foundation; version 2.1 only. with the special
7
+ * exception on linking described in file LICENSE.
8
+ *
9
+ * This program is distributed in the hope that it will be useful,
10
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
11
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
+ * GNU Lesser General Public License for more details.
13
+ *)
14
+
15
+ (* * Generate an order for host network devices and keep the order as stable as
2
16
possible. *)
3
17
4
18
type error =
You can’t perform that action at this time.
0 commit comments