Skip to content

Commit

Permalink
Update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
sheabunge committed Jan 2, 2014
1 parent 3b1e1fb commit e6a1f32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion code-snippets.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @package Code_Snippets
* @version 1.9.1
* @author Shea Bunge <http://bungeshea.com/>
* @copyright Copyright (c) 2012-2013, Shea Bunge
* @copyright Copyright (c) 2012-2014, Shea Bunge
* @link http://code-snippets.bungeshea.com
* @license http://opensource.org/licenses/MIT
*/
Expand Down Expand Up @@ -679,6 +679,7 @@ public function get_cap( $deprecated = '' ) {
if ( ! empty( $menu_perms['snippets'] ) ) {
return $this->cap;
} else {
/* The snippet menu is not activated, only allow super admins */
return $this->network_cap;
}
}
Expand Down
2 changes: 1 addition & 1 deletion license.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2012-2013 Shea Bunge
Copyright (c) 2012-2014 Shea Bunge

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:

Expand Down

0 comments on commit e6a1f32

Please sign in to comment.