commit: bf7ea8356e5f4e9f8ab53efc85ff05dec07b396c Author: Tim Harder <radhermit <AT> gentoo <DOT> org> AuthorDate: Sat Nov 29 05:03:41 2014 +0000 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org> CommitDate: Sat Nov 29 05:03:41 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gentoo-syntax.git;a=commit;h=bf7ea835
split copyright and license info out into a separate file --- COPYING | 3 +++ README | 6 ------ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..0e7a04c --- /dev/null +++ b/COPYING @@ -0,0 +1,3 @@ +Copyright (c) 2004-2005 Ciaran McCreesh, Aaron Walker, Tom Martin. + +You may redistribute this package under the same terms as Vim itself. diff --git a/README b/README index 9868ba1..3a77695 100644 --- a/README +++ b/README @@ -4,12 +4,6 @@ INSTALL INSTRUCTIONS * Gentoo users: `emerge app-vim/gentoo-syntax` * Everyone else: `make PREFIX=~/.vim/ install` -COPYRIGHT ---------- - -Copyright (c) 2004-2005 Ciaran McCreesh, Aaron Walker, Tom Martin. You may -redistribute this package under the same terms as Vim itself. - CONTACT -------
