From 0aa1a2c77d7a99070d9b05fdac6bc7b8bc866c4a Mon Sep 17 00:00:00 2001
From: Manish R Jain <manish@dgraph.io>
Date: Fri, 27 Jul 2018 14:46:40 -0700
Subject: [PATCH] Replace a remaining instance of AGPL with Apache + Commons
 Clause

---
 contrib/stopwords/scraper.go | 16 +++-------------
 1 file changed, 3 insertions(+), 13 deletions(-)

diff --git a/contrib/stopwords/scraper.go b/contrib/stopwords/scraper.go
index 2d9cd161..cb026390 100644
--- a/contrib/stopwords/scraper.go
+++ b/contrib/stopwords/scraper.go
@@ -27,20 +27,10 @@ func main() {
 	w := bufio.NewWriter(f)
 	w.WriteString(heredoc.Doc(`
 		/*
-		 * Copyright (C) 2017 Dgraph Labs, Inc. and Contributors
+		 * Copyright 2017-2018 Dgraph Labs, Inc.
 		 *
-		 * 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, either version 3 of the License, or
-		 * (at your option) any later version.
-		 *
-		 * 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/>.
+		 * This file is available under the Apache License, Version 2.0,
+		 * with the Commons Clause restriction.
 		 */
 
 		package tok
-- 
GitLab