diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-09-09 02:44:50 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-09-09 02:44:50 +0200 |
commit | de7f8c4765faa3f5cdc4ed440dfcec8d91130994 (patch) | |
tree | ac20270ac06636456e1d529c8245bbca26bf62a5 /doc/examples/openwrt | |
parent | 2eb0efacac35c2f8829d64f9293030f239bf79f1 (diff) | |
download | fastd-de7f8c4765faa3f5cdc4ed440dfcec8d91130994.tar fastd-de7f8c4765faa3f5cdc4ed440dfcec8d91130994.zip |
Fix copyright of the OpenWrt init script
I wrote it myself, so it's better if the copyright notice matches the rest of
fastd.
Diffstat (limited to 'doc/examples/openwrt')
-rw-r--r-- | doc/examples/openwrt/fastd.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/openwrt/fastd.init b/doc/examples/openwrt/fastd.init index 3a20922..41e5c15 100644 --- a/doc/examples/openwrt/fastd.init +++ b/doc/examples/openwrt/fastd.init @@ -1,5 +1,5 @@ #!/bin/sh /etc/rc.common -# Copyright (C) 2012-2013 OpenWrt.org +# Copyright (c) 2012-2014, Matthias Schiffer <mschiffer@universe-factory.net> START=95 |