diff --git a/LICENSE b/LICENSE index 2fe6872..5413b29 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 David Vogel +Copyright (c) 2019-2020 David Vogel Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/bin/capture-b/Capture.pb b/bin/capture-b/Capture.pb index 56c1013..a550402 100644 --- a/bin/capture-b/Capture.pb +++ b/bin/capture-b/Capture.pb @@ -1,4 +1,4 @@ -; Copyright (c) 2019 David Vogel +; Copyright (c) 2019-2020 David Vogel ; ; This software is released under the MIT License. ; https://opensource.org/licenses/MIT diff --git a/bin/capture/build.bat b/bin/capture/build.bat index 488b70f..44023bd 100644 --- a/bin/capture/build.bat +++ b/bin/capture/build.bat @@ -1,8 +1,3 @@ -rem Copyright (c) 2019 David Vogel -rem -rem This software is released under the MIT License. -rem https://opensource.org/licenses/MIT - set GOARCH=386 set CGO_ENABLED=1 diff --git a/bin/capture/capture.go b/bin/capture/capture.go index 12ccf2f..72e0927 100644 --- a/bin/capture/capture.go +++ b/bin/capture/capture.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019 David Vogel +// Copyright (c) 2019-2020 David Vogel // // This software is released under the MIT License. // https://opensource.org/licenses/MIT diff --git a/bin/stitch/imagetile.go b/bin/stitch/imagetile.go index 2cf474c..e418983 100644 --- a/bin/stitch/imagetile.go +++ b/bin/stitch/imagetile.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019 David Vogel +// Copyright (c) 2019-2020 David Vogel // // This software is released under the MIT License. // https://opensource.org/licenses/MIT diff --git a/bin/stitch/imagetiles.go b/bin/stitch/imagetiles.go index 7f1376e..d3ce4f8 100644 --- a/bin/stitch/imagetiles.go +++ b/bin/stitch/imagetiles.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019 David Vogel +// Copyright (c) 2019-2020 David Vogel // // This software is released under the MIT License. // https://opensource.org/licenses/MIT diff --git a/bin/stitch/medianBlendedImage.go b/bin/stitch/medianBlendedImage.go index d51b608..26d8071 100644 --- a/bin/stitch/medianBlendedImage.go +++ b/bin/stitch/medianBlendedImage.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019 David Vogel +// Copyright (c) 2019-2020 David Vogel // // This software is released under the MIT License. // https://opensource.org/licenses/MIT diff --git a/bin/stitch/stitch.go b/bin/stitch/stitch.go index 645a489..2dec982 100644 --- a/bin/stitch/stitch.go +++ b/bin/stitch/stitch.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019 David Vogel +// Copyright (c) 2019-2020 David Vogel // // This software is released under the MIT License. // https://opensource.org/licenses/MIT diff --git a/bin/stitch/util.go b/bin/stitch/util.go index 7edd6ab..992cbfe 100644 --- a/bin/stitch/util.go +++ b/bin/stitch/util.go @@ -1,4 +1,4 @@ -// Copyright (c) 2019 David Vogel +// Copyright (c) 2019-2020 David Vogel // // This software is released under the MIT License. // https://opensource.org/licenses/MIT diff --git a/data/any files here will override the game's default files b/data/any files here will override the game's default files index 075585f..e69de29 100644 --- a/data/any files here will override the game's default files +++ b/data/any files here will override the game's default files @@ -1,5 +0,0 @@ -// Copyright (c) 2019 David Vogel -// -// This software is released under the MIT License. -// https://opensource.org/licenses/MIT - diff --git a/files/capture.lua b/files/capture.lua index bd8f78a..e329217 100644 --- a/files/capture.lua +++ b/files/capture.lua @@ -1,4 +1,4 @@ --- Copyright (c) 2019 David Vogel +-- Copyright (c) 2019-2020 David Vogel -- -- This software is released under the MIT License. -- https://opensource.org/licenses/MIT diff --git a/files/compatibility.lua b/files/compatibility.lua index 0f7bd92..e01e025 100644 --- a/files/compatibility.lua +++ b/files/compatibility.lua @@ -1,4 +1,4 @@ --- Copyright (c) 2019 David Vogel +-- Copyright (c) 2019-2020 David Vogel -- -- This software is released under the MIT License. -- https://opensource.org/licenses/MIT diff --git a/files/external.lua b/files/external.lua index bcb5e43..3b80f08 100644 --- a/files/external.lua +++ b/files/external.lua @@ -1,4 +1,4 @@ --- Copyright (c) 2019 David Vogel +-- Copyright (c) 2019-2020 David Vogel -- -- This software is released under the MIT License. -- https://opensource.org/licenses/MIT diff --git a/files/hilbert.lua b/files/hilbert.lua index 6e1aaa7..c7e4352 100644 --- a/files/hilbert.lua +++ b/files/hilbert.lua @@ -1,4 +1,4 @@ --- Copyright (c) 2019 David Vogel +-- Copyright (c) 2019-2020 David Vogel -- -- This software is released under the MIT License. -- https://opensource.org/licenses/MIT diff --git a/files/init.lua b/files/init.lua index 1e63f48..c816de6 100644 --- a/files/init.lua +++ b/files/init.lua @@ -1,4 +1,4 @@ --- Copyright (c) 2019 David Vogel +-- Copyright (c) 2019-2020 David Vogel -- -- This software is released under the MIT License. -- https://opensource.org/licenses/MIT diff --git a/files/ui.lua b/files/ui.lua index 0d92ece..fc7d78e 100644 --- a/files/ui.lua +++ b/files/ui.lua @@ -1,4 +1,4 @@ --- Copyright (c) 2019 David Vogel +-- Copyright (c) 2019-2020 David Vogel -- -- This software is released under the MIT License. -- https://opensource.org/licenses/MIT diff --git a/files/util.lua b/files/util.lua index cb53cea..939c7b9 100644 --- a/files/util.lua +++ b/files/util.lua @@ -1,4 +1,4 @@ --- Copyright (c) 2019 David Vogel +-- Copyright (c) 2019-2020 David Vogel -- -- This software is released under the MIT License. -- https://opensource.org/licenses/MIT