diff --git a/LICENSE b/LICENSE index 3284da9..35a7bec 100644 --- a/LICENSE +++ b/LICENSE @@ -1,9 +1,20 @@ MIT License -Copyright (c) 2023 William Perron +Copyright (c) 2024 William Perron -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/config.go b/config.go index 2d1f67c..f4051f4 100644 --- a/config.go +++ b/config.go @@ -1,4 +1,4 @@ -// Copyright 2023 William Perron. All rights reserved. MIT License. +// Copyright 2024 William Perron. All rights reserved. MIT License. package sqliteexporter import ( diff --git a/config_test.go b/config_test.go index 379aabf..afa4d18 100644 --- a/config_test.go +++ b/config_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 William Perron. All rights reserved. MIT License. +// Copyright 2024 William Perron. All rights reserved. MIT License. package sqliteexporter import ( diff --git a/doc.go b/doc.go index 64751dc..6f4f39a 100644 --- a/doc.go +++ b/doc.go @@ -1,4 +1,4 @@ -// Copyright 2023 William Perron. All rights reserved. MIT License. +// Copyright 2024 William Perron. All rights reserved. MIT License. // Package sqliteexporter exports data to sqlite. package sqliteexporter diff --git a/factory.go b/factory.go index 523d8b9..434b5a5 100644 --- a/factory.go +++ b/factory.go @@ -1,4 +1,4 @@ -// Copyright 2023 William Perron. All rights reserved. MIT License. +// Copyright 2024 William Perron. All rights reserved. MIT License. package sqliteexporter import ( diff --git a/factory_test.go b/factory_test.go index 2128bc0..7d3ed9d 100644 --- a/factory_test.go +++ b/factory_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 William Perron. All rights reserved. MIT License. +// Copyright 2024 William Perron. All rights reserved. MIT License. package sqliteexporter import ( diff --git a/internal/metadata/status.go b/internal/metadata/status.go index 7afc456..25c362d 100644 --- a/internal/metadata/status.go +++ b/internal/metadata/status.go @@ -1,5 +1,5 @@ +// Copyright 2024 William Perron. All rights reserved. MIT license // TODO(wperron) this file is normally auto-generated, set up that process. - package metadata import ( diff --git a/internal/transform/span.go b/internal/transform/span.go index 29fbe14..1243825 100644 --- a/internal/transform/span.go +++ b/internal/transform/span.go @@ -1,3 +1,4 @@ +// Copyright 2024 William Perron. All rights reserved. MIT license package transform import ( diff --git a/internal/transform/span_test.go b/internal/transform/span_test.go index af6b083..c03d32e 100644 --- a/internal/transform/span_test.go +++ b/internal/transform/span_test.go @@ -1,3 +1,4 @@ +// Copyright 2024 William Perron. All rights reserved. MIT license package transform import ( diff --git a/sqlite_exporter.go b/sqlite_exporter.go index 95f88cb..1e1c4cc 100644 --- a/sqlite_exporter.go +++ b/sqlite_exporter.go @@ -1,4 +1,4 @@ -// Copyright 2023 William Perron. All rights reserved. MIT License. +// Copyright 2024 William Perron. All rights reserved. MIT License. package sqliteexporter import ( diff --git a/sqlite_exporter_test.go b/sqlite_exporter_test.go index 1bfff66..8bfce0f 100644 --- a/sqlite_exporter_test.go +++ b/sqlite_exporter_test.go @@ -1,4 +1,4 @@ -// Copyright 2023 William Perron. All rights reserved. MIT License. +// Copyright 2024 William Perron. All rights reserved. MIT License. package sqliteexporter import ( diff --git a/traces.db b/traces.db deleted file mode 100644 index 034e667..0000000 Binary files a/traces.db and /dev/null differ