diff options
author | Joe <rbo@gmx.us> | 2024-01-02 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-01-02 20:20:20 +0100 |
commit | 8b5d9ffc0c2720062196dad9b7d78e305fdc06fa (patch) | |
tree | 492925aa81fee3eafef7e967e3a3e342bc0c95c7 | |
parent | cleaner (diff) | |
download | hardflip-8b5d9ffc0c2720062196dad9b7d78e305fdc06fa.tar.gz hardflip-8b5d9ffc0c2720062196dad9b7d78e305fdc06fa.tar.bz2 hardflip-8b5d9ffc0c2720062196dad9b7d78e305fdc06fa.tar.xz hardflip-8b5d9ffc0c2720062196dad9b7d78e305fdc06fa.tar.zst hardflip-8b5d9ffc0c2720062196dad9b7d78e305fdc06fa.zip |
copyright update happy new year
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | c_defs.go | 2 | ||||
-rw-r--r-- | c_exec.go | 2 | ||||
-rw-r--r-- | c_hardflip.go | 2 | ||||
-rw-r--r-- | c_init.go | 2 | ||||
-rw-r--r-- | c_ldirs.go | 2 | ||||
-rw-r--r-- | c_lhosts.go | 2 | ||||
-rw-r--r-- | c_litems.go | 2 | ||||
-rw-r--r-- | c_parse.go | 2 | ||||
-rw-r--r-- | c_utils.go | 2 | ||||
-rw-r--r-- | i_events.go | 2 | ||||
-rw-r--r-- | i_ui.go | 2 |
12 files changed, 12 insertions, 12 deletions
@@ -1,4 +1,4 @@ -Copyright (c) 2023 Joe +Copyright (c) 2023-2024 Joe All rights reserved. Redistribution and use in source and binary forms, with or without @@ -13,7 +13,7 @@ * * SPDX-License-Identifier: BSD-3-Clause * - * Copyright (c) 2023 Joe + * Copyright (c) 2023-2024 Joe * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -13,7 +13,7 @@ * * SPDX-License-Identifier: BSD-3-Clause * - * Copyright (c) 2023 Joe + * Copyright (c) 2023-2024 Joe * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/c_hardflip.go b/c_hardflip.go index 8965cdc..7e5c030 100644 --- a/c_hardflip.go +++ b/c_hardflip.go @@ -13,7 +13,7 @@ * * SPDX-License-Identifier: BSD-3-Clause * - * Copyright (c) 2023 Joe + * Copyright (c) 2023-2024 Joe * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -13,7 +13,7 @@ * * SPDX-License-Identifier: BSD-3-Clause * - * Copyright (c) 2023 Joe + * Copyright (c) 2023-2024 Joe * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -13,7 +13,7 @@ * * SPDX-License-Identifier: BSD-3-Clause * - * Copyright (c) 2023 Joe + * Copyright (c) 2023-2024 Joe * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/c_lhosts.go b/c_lhosts.go index 46ba85c..71e73f6 100644 --- a/c_lhosts.go +++ b/c_lhosts.go @@ -13,7 +13,7 @@ * * SPDX-License-Identifier: BSD-3-Clause * - * Copyright (c) 2023 Joe + * Copyright (c) 2023-2024 Joe * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/c_litems.go b/c_litems.go index 5b211fb..bc99079 100644 --- a/c_litems.go +++ b/c_litems.go @@ -13,7 +13,7 @@ * * SPDX-License-Identifier: BSD-3-Clause * - * Copyright (c) 2023 Joe + * Copyright (c) 2023-2024 Joe * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -13,7 +13,7 @@ * * SPDX-License-Identifier: BSD-3-Clause * - * Copyright (c) 2023 Joe + * Copyright (c) 2023-2024 Joe * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -13,7 +13,7 @@ * * SPDX-License-Identifier: BSD-3-Clause * - * Copyright (c) 2023 Joe + * Copyright (c) 2023-2024 Joe * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/i_events.go b/i_events.go index 2199667..f84d05f 100644 --- a/i_events.go +++ b/i_events.go @@ -13,7 +13,7 @@ * * SPDX-License-Identifier: BSD-3-Clause * - * Copyright (c) 2023 Joe + * Copyright (c) 2023-2024 Joe * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -13,7 +13,7 @@ * * SPDX-License-Identifier: BSD-3-Clause * - * Copyright (c) 2023 Joe + * Copyright (c) 2023-2024 Joe * All rights reserved. * * Redistribution and use in source and binary forms, with or without |