Update links to EGL repository and copyright date
diff --git a/api/egl.xml b/api/egl.xml
index 8c17be4..4559905 100644
--- a/api/egl.xml
+++ b/api/egl.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <registry>
     <!--
-    Copyright (c) 2013-2016 The Khronos Group Inc.
+    Copyright (c) 2013-2017 The Khronos Group Inc.
 
     Permission is hereby granted, free of charge, to any person obtaining a
     copy of this software and/or associated documentation files (the
@@ -29,7 +29,7 @@
     together with documentation, schema, and Python generator scripts used
     to generate C header files for EGL, can be found in the Khronos Registry
     at
-        http://www.opengl.org/registry/
+        https://www.github.com/KhronosGroup/EGL-Registry
     -->
 
     <!-- SECTION: EGL type definitions. Does not include GL types. -->
diff --git a/api/registry.rnc b/api/registry.rnc
index 0b406b7..9cd0ecb 100644
--- a/api/registry.rnc
+++ b/api/registry.rnc
@@ -1,4 +1,4 @@
-# Copyright (c) 2013-2016 The Khronos Group Inc.
+# Copyright (c) 2013-2017 The Khronos Group Inc.
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
 # copy of this software and/or associated documentation files (the
@@ -20,9 +20,9 @@
 # MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
 
 # Relax NG schema for Khronos Registry XML
-# See http://www.opengl.org/registry/
+# See https://www.github.com/KhronosGroup/EGL-Registry
 #
-# Last modified 2013/06/14
+# Last modified 2017/02/03
 # This definition is subject to change (mostly in the form of additions)
 
 namespace xsd = "http://www.w3.org/2001/XMLSchema-datatypes"