Skip to content

Commit 8d9f6ce

Browse files
committed
doc: bump copyright date
1 parent 241b600 commit 8d9f6ce

File tree

129 files changed

+129
-126
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+129
-126
lines changed

.clusterfuzzlite/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# SPDX-License-Identifier: ISC
3-
# Copyright 2023-2024, Sergey Bronnikov.
3+
# Copyright 2023-2026, Sergey Bronnikov.
44
#
55
################################################################################
66

.clusterfuzzlite/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -eu
22
#
33
# SPDX-License-Identifier: ISC
4-
# Copyright 2023, Sergey Bronnikov.
4+
# Copyright 2023-2026, Sergey Bronnikov.
55
#
66
################################################################################
77

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ISC License, Copyright 2022-2023, Sergey Bronnikov
1+
ISC License, Copyright 2022-2026, Sergey Bronnikov
22

33
Permission to use, copy, modify, and/or distribute this software for any
44
purpose with or without fee is hereby granted, provided that the above

README.md

Lines changed: 1 addition & 1 deletion

libluamut/crossover.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* SPDX-License-Identifier: ISC
33
*
4-
* Copyright 2022-2024, Sergey Bronnikov
4+
* Copyright 2022-2026, Sergey Bronnikov
55
*/
66

77
#include <stdint.h>

libluamut/mutate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* SPDX-License-Identifier: ISC
33
*
4-
* Copyright 2022-2024, Sergey Bronnikov
4+
* Copyright 2022-2026, Sergey Bronnikov
55
*/
66

77
#include <stdint.h>

tests/capi/ffi_cdef_proto/cdef.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* SPDX-License-Identifier: ISC
33
*
4-
* Copyright 2023-2024, Sergey Bronnikov
4+
* Copyright 2023-2026, Sergey Bronnikov
55
*/
66

77
syntax = "proto2";

tests/capi/ffi_cdef_proto/cdef_print.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* SPDX-License-Identifier: ISC
33
*
4-
* Copyright 2023-2024, Sergey Bronnikov
4+
* Copyright 2023-2026, Sergey Bronnikov
55
*/
66
#include "cdef_print.h"
77

tests/capi/ffi_cdef_proto/cdef_print.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* SPDX-License-Identifier: ISC
33
*
4-
* Copyright 2023-2024, Sergey Bronnikov
4+
* Copyright 2023-2026, Sergey Bronnikov
55
*/
66
#pragma once
77

tests/capi/ffi_cdef_proto/ffi_cdef_proto_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* SPDX-License-Identifier: ISC
33
*
4-
* Copyright 2023-2024, Sergey Bronnikov.
4+
* Copyright 2023-2026, Sergey Bronnikov.
55
*/
66

77
extern "C"

0 commit comments

Comments
 (0)