We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80aa2a8 commit 444af3cCopy full SHA for 444af3c
1 file changed
perl/atcomplete.pl
@@ -1,4 +1,6 @@
1
-# Copyright 2015 by David A. Golden. All rights reserved.
+# SPDX-FileCopyrightText: 2015-2016 David A. Golden <xdg@xdg.me>
2
+#
3
+# SPDX-License-Identifier: Apache-2.0
4
#
5
# Licensed under the Apache License, Version 2.0 (the "License"); you may
6
# not use this file except in compliance with the License. You may obtain
@@ -28,7 +30,7 @@
28
30
use strict;
29
31
use warnings;
32
my $SCRIPT_NAME = "atcomplete";
-my $VERSION = "0.001";
33
+my $VERSION = "0.002";
34
35
my %options_default = (
36
'enabled' => ['on', 'enable completion of nicks starting with @'],
0 commit comments