|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/usr/bin/env perl |
|
|
|
# |
|
|
|
# Copyright (C) 2004-2020 ZNC, see the NOTICE file for details. |
|
|
|
# Copyright (C) 2004-2021 ZNC, see the NOTICE file for details. |
|
|
|
# |
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
# you may not use this file except in compliance with the License. |
|
|
@ -25,7 +25,7 @@ open my $out, ">", $ARGV[1] or die; |
|
|
|
|
|
|
|
print $out <<'EOF'; |
|
|
|
/* |
|
|
|
* Copyright (C) 2004-2020 ZNC, see the NOTICE file for details. |
|
|
|
* Copyright (C) 2004-2021 ZNC, see the NOTICE file for details. |
|
|
|
* |
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
* you may not use this file except in compliance with the License. |
|
|
|