Skip to content

Commit 444af3c

Browse files
committed
atcomplete.pl 0.002: add SPDX copyright and license tags
1 parent 80aa2a8 commit 444af3c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

perl/atcomplete.pl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Copyright 2015 by David A. Golden. All rights reserved.
1+
# SPDX-FileCopyrightText: 2015-2016 David A. Golden <[email protected]>
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
24
#
35
# Licensed under the Apache License, Version 2.0 (the "License"); you may
46
# not use this file except in compliance with the License. You may obtain
@@ -28,7 +30,7 @@
2830
use strict;
2931
use warnings;
3032
my $SCRIPT_NAME = "atcomplete";
31-
my $VERSION = "0.001";
33+
my $VERSION = "0.002";
3234

3335
my %options_default = (
3436
'enabled' => ['on', 'enable completion of nicks starting with @'],

0 commit comments

Comments
 (0)