From 6c9b4a74d87b23f05635088c58ab6d900763dd4f Mon Sep 17 00:00:00 2001
From: Manish R Jain <manishrjain@gmail.com>
Date: Fri, 11 Mar 2016 12:09:38 +1100
Subject: [PATCH] Assign copyright to DGraph Labs, Inc.

---
 commit/cache.go       | 2 +-
 commit/log.go         | 2 +-
 commit/log_test.go    | 2 +-
 gql/parser_test.go    | 2 +-
 gql/state.go          | 2 +-
 gql/state_test.go     | 2 +-
 lex/lexer.go          | 2 +-
 loader/loader.go      | 2 +-
 posting/list.go       | 2 +-
 posting/list_test.go  | 2 +-
 posting/lists.go      | 2 +-
 posting/lmap.go       | 2 +-
 posting/lmap_test.go  | 2 +-
 query/query.go        | 2 +-
 query/query_test.go   | 2 +-
 rdf/parse.go          | 2 +-
 rdf/parse_test.go     | 2 +-
 rdf/state.go          | 2 +-
 server/loader/main.go | 2 +-
 server/main.go        | 2 +-
 server/main_test.go   | 2 +-
 store/store.go        | 2 +-
 store/store_test.go   | 2 +-
 tools/merge/main.go   | 2 +-
 uid/assigner.go       | 2 +-
 uid/assigner_test.go  | 2 +-
 x/heap.go             | 2 +-
 27 files changed, 27 insertions(+), 27 deletions(-)

diff --git a/commit/cache.go b/commit/cache.go
index f5a31b8a..900052d7 100644
--- a/commit/cache.go
+++ b/commit/cache.go
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Manish R Jain <manishrjain@gmail.com>
+ * Copyright 2015 DGraph Labs, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/commit/log.go b/commit/log.go
index 4d81941f..a41ac242 100644
--- a/commit/log.go
+++ b/commit/log.go
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Manish R Jain <manishrjain@gmail.com>
+ * Copyright 2015 DGraph Labs, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/commit/log_test.go b/commit/log_test.go
index 37286e48..4b6284a8 100644
--- a/commit/log_test.go
+++ b/commit/log_test.go
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Manish R Jain <manishrjain@gmail.com>
+ * Copyright 2015 DGraph Labs, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/gql/parser_test.go b/gql/parser_test.go
index c1c00dda..af9fb109 100644
--- a/gql/parser_test.go
+++ b/gql/parser_test.go
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Manish R Jain <manishrjain@gmail.com>
+ * Copyright 2015 DGraph Labs, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/gql/state.go b/gql/state.go
index 2370108d..d4694967 100644
--- a/gql/state.go
+++ b/gql/state.go
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Manish R Jain <manishrjain@gmail.com>
+ * Copyright 2015 DGraph Labs, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/gql/state_test.go b/gql/state_test.go
index ce59d7e5..ca181389 100644
--- a/gql/state_test.go
+++ b/gql/state_test.go
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Manish R Jain <manishrjain@gmail.com>
+ * Copyright 2015 DGraph Labs, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/lex/lexer.go b/lex/lexer.go
index c05fb98e..cb02af83 100644
--- a/lex/lexer.go
+++ b/lex/lexer.go
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Manish R Jain <manishrjain@gmail.com>
+ * Copyright 2015 DGraph Labs, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/loader/loader.go b/loader/loader.go
index dc37c90a..270d57ed 100644
--- a/loader/loader.go
+++ b/loader/loader.go
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Manish R Jain <manishrjain@gmail.com>
+ * Copyright 2015 DGraph Labs, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/posting/list.go b/posting/list.go
index 2038c347..41cfe534 100644
--- a/posting/list.go
+++ b/posting/list.go
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Manish R Jain <manishrjain@gmail.com>
+ * Copyright 2015 DGraph Labs, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/posting/list_test.go b/posting/list_test.go
index a64fc895..82457368 100644
--- a/posting/list_test.go
+++ b/posting/list_test.go
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Manish R Jain <manishrjain@gmail.com>
+ * Copyright 2015 DGraph Labs, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/posting/lists.go b/posting/lists.go
index f4522c88..f034da29 100644
--- a/posting/lists.go
+++ b/posting/lists.go
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Manish R Jain <manishrjain@gmail.com>
+ * Copyright 2015 DGraph Labs, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/posting/lmap.go b/posting/lmap.go
index c9471ba8..ea591789 100644
--- a/posting/lmap.go
+++ b/posting/lmap.go
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Manish R Jain <manishrjain@gmail.com>
+ * Copyright 2015 DGraph Labs, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/posting/lmap_test.go b/posting/lmap_test.go
index d15caadd..e326d198 100644
--- a/posting/lmap_test.go
+++ b/posting/lmap_test.go
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Manish R Jain <manishrjain@gmail.com>
+ * Copyright 2015 DGraph Labs, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/query/query.go b/query/query.go
index cd627e90..67a9ec4c 100644
--- a/query/query.go
+++ b/query/query.go
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Manish R Jain <manishrjain@gmail.com>
+ * Copyright 2015 DGraph Labs, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/query/query_test.go b/query/query_test.go
index 7589cdf3..1f3da1ae 100644
--- a/query/query_test.go
+++ b/query/query_test.go
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Manish R Jain <manishrjain@gmail.com>
+ * Copyright 2015 DGraph Labs, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/rdf/parse.go b/rdf/parse.go
index 485cd8f7..4b477975 100644
--- a/rdf/parse.go
+++ b/rdf/parse.go
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Manish R Jain <manishrjain@gmail.com>
+ * Copyright 2015 DGraph Labs, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/rdf/parse_test.go b/rdf/parse_test.go
index 21a8f9f5..f2c0c8fd 100644
--- a/rdf/parse_test.go
+++ b/rdf/parse_test.go
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Manish R Jain <manishrjain@gmail.com>
+ * Copyright 2015 DGraph Labs, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/rdf/state.go b/rdf/state.go
index 70a40d11..04e18fbb 100644
--- a/rdf/state.go
+++ b/rdf/state.go
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Manish R Jain <manishrjain@gmail.com>
+ * Copyright 2015 DGraph Labs, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/server/loader/main.go b/server/loader/main.go
index 24d00334..0e559926 100644
--- a/server/loader/main.go
+++ b/server/loader/main.go
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Manish R Jain <manishrjain@gmail.com>
+ * Copyright 2015 DGraph Labs, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/server/main.go b/server/main.go
index 18c0bed2..8a7c90dd 100644
--- a/server/main.go
+++ b/server/main.go
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Manish R Jain <manishrjain@gmail.com>
+ * Copyright 2015 DGraph Labs, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/server/main_test.go b/server/main_test.go
index 79064772..1cbaf043 100644
--- a/server/main_test.go
+++ b/server/main_test.go
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Manish R Jain <manishrjain@gmail.com>
+ * Copyright 2015 DGraph Labs, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/store/store.go b/store/store.go
index ea44df05..eabd8584 100644
--- a/store/store.go
+++ b/store/store.go
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Manish R Jain <manishrjain@gmail.com>
+ * Copyright 2015 DGraph Labs, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/store/store_test.go b/store/store_test.go
index b4261c72..26be05ce 100644
--- a/store/store_test.go
+++ b/store/store_test.go
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Manish R Jain <manishrjain@gmail.com>
+ * Copyright 2015 DGraph Labs, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/tools/merge/main.go b/tools/merge/main.go
index 6a5a6e9b..8e722e70 100644
--- a/tools/merge/main.go
+++ b/tools/merge/main.go
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Manish R Jain <manishrjain@gmail.com>
+ * Copyright 2015 DGraph Labs, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/uid/assigner.go b/uid/assigner.go
index fc903305..5e06d871 100644
--- a/uid/assigner.go
+++ b/uid/assigner.go
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Manish R Jain <manishrjain@gmail.com>
+ * Copyright 2015 DGraph Labs, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/uid/assigner_test.go b/uid/assigner_test.go
index b08eed20..18af5152 100644
--- a/uid/assigner_test.go
+++ b/uid/assigner_test.go
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Manish R Jain <manishrjain@gmail.com>
+ * Copyright 2015 DGraph Labs, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
diff --git a/x/heap.go b/x/heap.go
index 384ecc0b..9538e763 100644
--- a/x/heap.go
+++ b/x/heap.go
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Manish R Jain <manishrjain@gmail.com>
+ * Copyright 2015 DGraph Labs, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
-- 
GitLab