Skip to content

Commit 7924d7d

Browse files
authored
Add license headers (#16)
1 parent 1ae3098 commit 7924d7d

5 files changed

Lines changed: 30 additions & 0 deletions

File tree

src/GDXFile.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Copyright (c) 2026 Martin Kirk Bonde, James Daniel Foster and contributors
2+
# Copyright (c) 2020-2023 GAMS Software GmbH
3+
#
4+
# Use of this source code is governed by an MIT-style license that can be found
5+
# in the LICENSE.md file or at https://opensource.org/licenses/MIT.
6+
17
# High-level GDX file API for GDXInterface.jl
28

39
# =============================================================================

src/GDXInterface.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Copyright (c) 2026 Martin Kirk Bonde, James Daniel Foster and contributors
2+
# Copyright (c) 2020-2023 GAMS Software GmbH
3+
#
4+
# Use of this source code is governed by an MIT-style license that can be found
5+
# in the LICENSE.md file or at https://opensource.org/licenses/MIT.
6+
17
module GDXInterface
28

39
import DataAPI

src/gdx_c_api.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Copyright (c) 2026 Martin Kirk Bonde, James Daniel Foster and contributors
2+
# Copyright (c) 2020-2023 GAMS Software GmbH
3+
#
4+
# Use of this source code is governed by an MIT-style license that can be found
5+
# in the LICENSE.md file or at https://opensource.org/licenses/MIT.
6+
17
# GDX library bindings (for libgdx)
28
# Low-level C API wrappers for reading and writing GDX files
39

test/runtests.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Copyright (c) 2026 Martin Kirk Bonde, James Daniel Foster and contributors
2+
# Copyright (c) 2020-2023 GAMS Software GmbH
3+
#
4+
# Use of this source code is governed by an MIT-style license that can be found
5+
# in the LICENSE.md file or at https://opensource.org/licenses/MIT.
6+
17
import Test: @testset, @test, @test_throws
28
import Tables
39
import DataFrames: DataFrame, names, metadata!

test/test_gdxfile.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Copyright (c) 2026 Martin Kirk Bonde, James Daniel Foster and contributors
2+
# Copyright (c) 2020-2023 GAMS Software GmbH
3+
#
4+
# Use of this source code is governed by an MIT-style license that can be found
5+
# in the LICENSE.md file or at https://opensource.org/licenses/MIT.
6+
17
# Tests for GDXFile API
28

39
# For reference: script to create test file "gams_gdx_test.gdx" using GAMS

0 commit comments

Comments
 (0)