Skip to content

Commit

Permalink
Bump year
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverSchmitz committed Jan 4, 2024
1 parent e2e9ab3 commit 0d03d3b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set(CMAKE_MODULE_PATH
)


set(DEV_CURRENT_YEAR "2023")
set(DEV_CURRENT_YEAR "2024")

set(${PROJECT_NAME}_ORGANISATION_NAME "Computational Geography group, Dept of Physical Geography, Utrecht University")
set(${PROJECT_NAME}_COPYRIGHT
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2020 - 2023 Kor de Jong, Derek Karssenberg, Oliver Schmitz
Copyright 2020 - 2024 Kor de Jong, Derek Karssenberg, Oliver Schmitz

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion source/campo/op_experimental/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import tempfile
import shutil

from osgeo import gdal
from osgeo import gdal, osr
import pandas as pd

from ..dataframe import *
Expand Down
1 change: 1 addition & 0 deletions source/campo/op_fieldagents/operators.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import copy
import numpy

from ..property import Property

Expand Down

0 comments on commit 0d03d3b

Please sign in to comment.