Skip to content

Commit

Permalink
Update copyright date, restore file headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetrie committed Jan 12, 2015
1 parent e58d386 commit 2f8ac1f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LICENSE.md
@@ -1,4 +1,4 @@
Copyright (C) 2014 Josh Petrie
Copyright (C) 2014-2015 Josh Petrie

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
Expand Down
4 changes: 4 additions & 0 deletions autoload/counterpoint.vim
@@ -1,3 +1,7 @@
" counterpoint.vim - cycle between file counterparts
" Maintainer: Josh Petrie <http://joshpetrie.net>
" Version: 1.1

function! <SID>RemoveDuplicates(subject)
let deduplicated = {}
for item in a:subject
Expand Down
4 changes: 4 additions & 0 deletions plugin/counterpoint.vim
@@ -1,3 +1,7 @@
" counterpoint.vim - cycle between file counterparts
" Maintainer: Josh Petrie <http://joshpetrie.net>
" Version: 1.1

if exists("g:loaded_counterpoint")
finish
endif
Expand Down

0 comments on commit 2f8ac1f

Please sign in to comment.