Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Commit

Permalink
Bump copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
tlvince committed Mar 15, 2013
1 parent 8f8ade3 commit c8fcd61
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 25 deletions.
38 changes: 19 additions & 19 deletions license.mkd
@@ -1,19 +1,19 @@
The MIT License (MIT)
Copyright 2009-2012 Tom Vincent <http://tlvince.com/contact/>

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
The MIT License (MIT)
Copyright 2009-2013 Tom Vincent <http://tlvince.com/contact/>

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2 changes: 1 addition & 1 deletion readme.mkd
Expand Up @@ -25,7 +25,7 @@ See `doc` for further, script-specific usage.

## Authors

Copyright 2009-2012 Tom Vincent <http://tlvince.com/contact/>
Copyright 2009-2013 Tom Vincent <http://tlvince.com/contact/>

## License

Expand Down
2 changes: 1 addition & 1 deletion src/dmenu_edit
@@ -1,6 +1,6 @@
#!/bin/sh
# Use dmenu to open and edit a file from a given list.
# Copyright 2010-2012 Tom Vincent <http://tlvince.com/contact/>
# Copyright 2010-2013 Tom Vincent <http://tlvince.com/contact/>

LOCAL="${LOCAL:-${XDG_LOCAL_HOME:-$HOME/.local/share}/dmenu/edit.txt}"
CONFIG="${CONFIG:-${XDG_CONFIG_HOME:-$HOME/.config}/dmenu/dmenu.conf}"
Expand Down
2 changes: 1 addition & 1 deletion src/dmenu_menu
@@ -1,6 +1,6 @@
#!/bin/sh
# A recursive dmenu menu.
# Copyright 2010-2012 Tom Vincent <http://tlvince.com/contact/>
# Copyright 2010-2013 Tom Vincent <http://tlvince.com/contact/>

CACHE="${CACHE:-${XDG_CACHE_HOME:-$HOME/.cache}/dmenu_run}"
[ -f "$CACHE" ] || { CACHE="$HOME/.dmenu_cache" && [ -f "$CACHE" ] || exit 1; }
Expand Down
2 changes: 1 addition & 1 deletion src/dmenu_mpc
@@ -1,6 +1,6 @@
#!/bin/sh
# Control mpc via dmenu.
# Copyright 2010-2012 Tom Vincent <http://tlvince.com/contact>
# Copyright 2010-2013 Tom Vincent <http://tlvince.com/contact>

CONFIG="${CONFIG:-${XDG_CONFIG_HOME:-$HOME/.config}/dmenu/dmenu.conf}"
[ -f "$CONFIG" ] && . "$CONFIG"
Expand Down
2 changes: 1 addition & 1 deletion src/dmenu_netcfg
@@ -1,6 +1,6 @@
#!/bin/sh
# Switch netcfg network profiles.
# Copyright 2010-2012 Tom Vincent <http://tlvince.com/contact/>
# Copyright 2010-2013 Tom Vincent <http://tlvince.com/contact/>

CONFIG="${CONFIG:-${XDG_CONFIG_HOME:-$HOME/.config}/dmenu/dmenu.conf}"
[ -f "$CONFIG" ] && . "$CONFIG"
Expand Down
2 changes: 1 addition & 1 deletion src/dmenu_run_recent
@@ -1,6 +1,6 @@
#!/bin/sh
# Sort dmenu items by usage.
# Copyright 2009-2012 Tom Vincent <http://tlvince.com/contact/>
# Copyright 2009-2013 Tom Vincent <http://tlvince.com/contact/>

CACHE="${CACHE:-${XDG_CACHE_HOME:-$HOME/.cache}/dmenu_run}"
[ -f "$CACHE" ] && CACHE="${CACHE}_recent" || CACHE="$HOME/.dmenu_cache_recent"
Expand Down

0 comments on commit c8fcd61

Please sign in to comment.