Skip to content

Commit

Permalink
Add missing headers
Browse files Browse the repository at this point in the history
  • Loading branch information
merschformann committed Mar 5, 2024
1 parent 76ecaa1 commit 3b884b0
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/incentive-allocation/main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// © 2019-present nextmv.io inc

// package main holds the implementation of the mip incentive allocation
// template.
package main
Expand Down
2 changes: 2 additions & 0 deletions tests/incentive-allocation/main_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// © 2019-present nextmv.io inc

package main_test

import (
Expand Down
2 changes: 2 additions & 0 deletions tests/knapsack/main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// © 2019-present nextmv.io inc

// package main holds the implementation of the mip-knapsack template.
package main

Expand Down
2 changes: 2 additions & 0 deletions tests/knapsack/main_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// © 2019-present nextmv.io inc

package main_test

import (
Expand Down
2 changes: 2 additions & 0 deletions tests/meal-allocation/main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// © 2019-present nextmv.io inc

// package main holds the implementation of the mip-meal-allocation template.
package main

Expand Down
2 changes: 2 additions & 0 deletions tests/meal-allocation/main_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// © 2019-present nextmv.io inc

package main_test

import (
Expand Down
2 changes: 2 additions & 0 deletions tests/shift-scheduling/main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// © 2019-present nextmv.io inc

// package main holds the implementation of the shift scheduling template.
package main

Expand Down
2 changes: 2 additions & 0 deletions tests/shift-scheduling/main_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// © 2019-present nextmv.io inc

package main_test

import (
Expand Down
2 changes: 2 additions & 0 deletions tests/shift-scheduling/schema.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// © 2019-present nextmv.io inc

package main

import (
Expand Down
2 changes: 2 additions & 0 deletions tests/solve_control_parameters/main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// © 2019-present nextmv.io inc

// package main holds the implementation of the mip-knapsack template.
package main

Expand Down
2 changes: 2 additions & 0 deletions tests/solve_control_parameters/main_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// © 2019-present nextmv.io inc

package main_test

import (
Expand Down

0 comments on commit 3b884b0

Please sign in to comment.