Skip to content

Instantly share code, notes, and snippets.

@opie4624
Created February 6, 2009 22:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save opie4624/59645 to your computer and use it in GitHub Desktop.
Save opie4624/59645 to your computer and use it in GitHub Desktop.
A nice non-compete agreement
\documentclass[11pt]{article}
\usepackage{geometry} % See geometry.pdf to learn the layout options. There are lots.
\geometry{letterpaper} % ... or a4paper or a5paper or ...
%\geometry{landscape} % Activate for for rotated page geometry
\usepackage[parfill]{parskip} % Activate to begin paragraphs with an empty line rather than an indent
\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{epstopdf}
\DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png}
%\nopagenumbers
\title{Employee Non-Compete Agreement}
%\author{}
\date{} % Activate to display a given date or no date
\begin{document}
\maketitle
%\section{}
%\subsection{}
For good consideration and as an inducement for \tt Company Name \rm (Company) to employ \tt Employee Name \rm (Employee), the undersigned Employee hereby agrees not to directly or indirectly compete with the business of the Company and its successors and assigns during a period of the lesser of \tt2 \rm years of employment or \tt2 \rm years following termination of employment and notwithstanding the cause or reason for termination.
The term "not compete" as used herein shall mean that the Employee shall not own, manage, operate, consult or be employed in a business substantially similar to, or competitive with, the present business of the Company or such other business activity in which the Company may substantially engage during the term of employment.
The Employee acknowledges that the Company shall or may in reliance of this agreement provide Employee access to trade secrets, customers and other confidential data and good will.
Employee agrees to retain said information as confidential and not to use said information on his or her own behalf or disclose same to any third party.
This non-compete agreement shall extend only for a radius of \tt100 \rm miles from the present location of the Company.
This agreement shall be binding upon and inure to the benefit of the parties, their successors, assigns, and personal representatives.
Signed this \tt6th \rm day of \tt February 2009\rm.
\vskip 1 in
\begin{small}
\begin{center}
Employee\hspace{1in}Company
\end{center}
\end{small}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment