summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Bellinger <nab@risingtidesystems.com>2013-07-04 00:05:02 -0700
committerNicholas Bellinger <nab@risingtidesystems.com>2013-07-04 00:10:33 -0700
commit5fcb00e77153b6a9e188c00a06d88783e7d273f7 (patch)
tree63dab5d873f3173527a9b599b913818e98f991af /Makefile
parentcfe52415f05949762b74a1ad3878bc8459522789 (diff)
downloadconfigshell-fb-5fcb00e77153b6a9e188c00a06d88783e7d273f7.tar.gz
configshell: Change copyright to Apache License 2.01.2upstream
This patch converts configshell code copyright from AGPL to the permissive Apache License 2.0. It also update copyright owner to Datera, Inc. Signed-off-by: Nicholas Bellinger <nab@risingtidesystems.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/Makefile b/Makefile
index 72243a6..55c3592 100644
--- a/Makefile
+++ b/Makefile
@@ -1,18 +1,3 @@
-# This file is part of ConfigShell Community Edition.
-# Copyright (c) 2011 by RisingTide Systems LLC
-#
-# This program is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Affero General Public License as
-# published by the Free Software Foundation, version 3 (AGPLv3).
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Affero General Public License for more details.
-#
-# You should have received a copy of the GNU Affero General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
-
NAME = configshell
GIT_BRANCH = $$(git branch | grep \* | tr -d \*)
VERSION = $$(basename $$(git describe --tags | tr - .))