From 99dcf55b36b37a1130b1dc3cc54d70b30ae8e30d Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Fri, 9 Dec 2016 02:57:12 -0500
Subject: [PATCH] Changed the meta description for the page.

---
 documentation/AccessingMultiDimNDRangeProposal.html            | 2 +-
 documentation/AddingLambdasToAparapi.html                      | 2 +-
 documentation/AddressSpacesUsingBuffers.html                   | 2 +-
 documentation/AparapiExtensionProposal.html                    | 2 +-
 documentation/AparapiPatterns.html                             | 2 +-
 documentation/BuildingNBody.html                               | 2 +-
 documentation/ChoosingSpecificDevicesForExecution.html         | 2 +-
 documentation/ContributionGuide.html                           | 2 +-
 documentation/ConvertingBytecodeToOpenCL.html                  | 2 +-
 documentation/DevelopersGuide.html                             | 2 +-
 documentation/DevelopersGuideLinux.html                        | 2 +-
 documentation/DevelopersGuideWindows.html                      | 2 +-
 documentation/DeviceProposal.html                              | 2 +-
 documentation/EmulatingMultipleEntrypointsUsingCurrentAPI.html | 2 +-
 documentation/ExplicitBufferHandling.html                      | 2 +-
 documentation/FrequentlyAskedQuestions.html                    | 2 +-
 documentation/HSAEnablementOfLambdaBranch.html                 | 2 +-
 documentation/HSAEnablementOfLambdaBranchSidebar.html          | 2 +-
 documentation/HowToAddUML.html                                 | 2 +-
 documentation/JavaKernelGuidelines.html                        | 2 +-
 documentation/LIbraryAgentDuality.html                         | 2 +-
 documentation/MultipleEntryPointSupportProposal.html           | 2 +-
 documentation/NewFeatures.html                                 | 2 +-
 documentation/NewOpenCLBinding.html                            | 2 +-
 documentation/PossibleAparapiLambdaSyntaxOptions.html          | 2 +-
 documentation/PrivateMemorySpace.html                          | 2 +-
 documentation/ProfilingKernelExecution.html                    | 2 +-
 documentation/ProfilingKernelsFromEclipse.html                 | 2 +-
 documentation/README.html                                      | 2 +-
 documentation/SettingUpLinuxHSAMachineForAparapi.html          | 2 +-
 documentation/SettingUpLinuxHSAMachineForAparapiSidebar.html   | 2 +-
 documentation/UnitTestGuide.html                               | 2 +-
 documentation/UsersGuide.html                                  | 2 +-
 documentation/UsingAparapiLambdaBranchWithHSASimulator.html    | 2 +-
 documentation/UsingConstantMemory.html                         | 2 +-
 documentation/UsingLocalMemory.html                            | 2 +-
 documentation/UsingMultiDimExecutionRanges.html                | 2 +-
 index.html                                                     | 2 +-
 introduction/about.html                                        | 2 +-
 introduction/getting-started.html                              | 2 +-
 40 files changed, 40 insertions(+), 40 deletions(-)

diff --git a/documentation/AccessingMultiDimNDRangeProposal.html b/documentation/AccessingMultiDimNDRangeProposal.html
index bb384ad..7bccd55 100644
--- a/documentation/AccessingMultiDimNDRangeProposal.html
+++ b/documentation/AccessingMultiDimNDRangeProposal.html
@@ -5,7 +5,7 @@
     <meta content='width=device-width, initial-scale=1' name='viewport'>
     <meta content='IE=edge' http-equiv='X-UA-Compatible'>
     <meta content='no' name='msapplication-tap-highlight'>
-    <meta content='Materialize is a modern responsive CSS framework based on Material Design by Google. ' name='description'>
+    <meta content='Aparapi is an Open-source framework for executing native Java code on the GPU, developed by Syncleus.' name='description'>
     <title>
       Aparapi | AccessingMultiDimNDRangeProposal
     </title>
diff --git a/documentation/AddingLambdasToAparapi.html b/documentation/AddingLambdasToAparapi.html
index ec5231f..6db35cb 100644
--- a/documentation/AddingLambdasToAparapi.html
+++ b/documentation/AddingLambdasToAparapi.html
@@ -5,7 +5,7 @@
     <meta content='width=device-width, initial-scale=1' name='viewport'>
     <meta content='IE=edge' http-equiv='X-UA-Compatible'>
     <meta content='no' name='msapplication-tap-highlight'>
-    <meta content='Materialize is a modern responsive CSS framework based on Material Design by Google. ' name='description'>
+    <meta content='Aparapi is an Open-source framework for executing native Java code on the GPU, developed by Syncleus.' name='description'>
     <title>
       Aparapi | AddingLambdasToAparapi
     </title>
diff --git a/documentation/AddressSpacesUsingBuffers.html b/documentation/AddressSpacesUsingBuffers.html
index b9b3c20..c7aae7a 100644
--- a/documentation/AddressSpacesUsingBuffers.html
+++ b/documentation/AddressSpacesUsingBuffers.html
@@ -5,7 +5,7 @@
     <meta content='width=device-width, initial-scale=1' name='viewport'>
     <meta content='IE=edge' http-equiv='X-UA-Compatible'>
     <meta content='no' name='msapplication-tap-highlight'>
-    <meta content='Materialize is a modern responsive CSS framework based on Material Design by Google. ' name='description'>
+    <meta content='Aparapi is an Open-source framework for executing native Java code on the GPU, developed by Syncleus.' name='description'>
     <title>
       Aparapi | AddressSpacesUsingBuffers
     </title>
diff --git a/documentation/AparapiExtensionProposal.html b/documentation/AparapiExtensionProposal.html
index 5db76d9..67104b4 100644
--- a/documentation/AparapiExtensionProposal.html
+++ b/documentation/AparapiExtensionProposal.html
@@ -5,7 +5,7 @@
     <meta content='width=device-width, initial-scale=1' name='viewport'>
     <meta content='IE=edge' http-equiv='X-UA-Compatible'>
     <meta content='no' name='msapplication-tap-highlight'>
-    <meta content='Materialize is a modern responsive CSS framework based on Material Design by Google. ' name='description'>
+    <meta content='Aparapi is an Open-source framework for executing native Java code on the GPU, developed by Syncleus.' name='description'>
     <title>
       Aparapi | AparapiExtensionProposal
     </title>
diff --git a/documentation/AparapiPatterns.html b/documentation/AparapiPatterns.html
index 89c1dbc..7644be9 100644
--- a/documentation/AparapiPatterns.html
+++ b/documentation/AparapiPatterns.html
@@ -5,7 +5,7 @@
     <meta content='width=device-width, initial-scale=1' name='viewport'>
     <meta content='IE=edge' http-equiv='X-UA-Compatible'>
     <meta content='no' name='msapplication-tap-highlight'>
-    <meta content='Materialize is a modern responsive CSS framework based on Material Design by Google. ' name='description'>
+    <meta content='Aparapi is an Open-source framework for executing native Java code on the GPU, developed by Syncleus.' name='description'>
     <title>
       Aparapi | AparapiPatterns
     </title>
diff --git a/documentation/BuildingNBody.html b/documentation/BuildingNBody.html
index a6b1d70..1015b10 100644
--- a/documentation/BuildingNBody.html
+++ b/documentation/BuildingNBody.html
@@ -5,7 +5,7 @@
     <meta content='width=device-width, initial-scale=1' name='viewport'>
     <meta content='IE=edge' http-equiv='X-UA-Compatible'>
     <meta content='no' name='msapplication-tap-highlight'>
-    <meta content='Materialize is a modern responsive CSS framework based on Material Design by Google. ' name='description'>
+    <meta content='Aparapi is an Open-source framework for executing native Java code on the GPU, developed by Syncleus.' name='description'>
     <title>
       Aparapi | BuildingNBody
     </title>
diff --git a/documentation/ChoosingSpecificDevicesForExecution.html b/documentation/ChoosingSpecificDevicesForExecution.html
index b55b31d..4f61600 100644
--- a/documentation/ChoosingSpecificDevicesForExecution.html
+++ b/documentation/ChoosingSpecificDevicesForExecution.html
@@ -5,7 +5,7 @@
     <meta content='width=device-width, initial-scale=1' name='viewport'>
     <meta content='IE=edge' http-equiv='X-UA-Compatible'>
     <meta content='no' name='msapplication-tap-highlight'>
-    <meta content='Materialize is a modern responsive CSS framework based on Material Design by Google. ' name='description'>
+    <meta content='Aparapi is an Open-source framework for executing native Java code on the GPU, developed by Syncleus.' name='description'>
     <title>
       Aparapi | ChoosingSpecificDevicesForExecution
     </title>
diff --git a/documentation/ContributionGuide.html b/documentation/ContributionGuide.html
index c58e49b..4b540aa 100644
--- a/documentation/ContributionGuide.html
+++ b/documentation/ContributionGuide.html
@@ -5,7 +5,7 @@
     <meta content='width=device-width, initial-scale=1' name='viewport'>
     <meta content='IE=edge' http-equiv='X-UA-Compatible'>
     <meta content='no' name='msapplication-tap-highlight'>
-    <meta content='Materialize is a modern responsive CSS framework based on Material Design by Google. ' name='description'>
+    <meta content='Aparapi is an Open-source framework for executing native Java code on the GPU, developed by Syncleus.' name='description'>
     <title>
       Aparapi | ContributionGuide
     </title>
diff --git a/documentation/ConvertingBytecodeToOpenCL.html b/documentation/ConvertingBytecodeToOpenCL.html
index e0bd58b..2710a81 100644
--- a/documentation/ConvertingBytecodeToOpenCL.html
+++ b/documentation/ConvertingBytecodeToOpenCL.html
@@ -5,7 +5,7 @@
     <meta content='width=device-width, initial-scale=1' name='viewport'>
     <meta content='IE=edge' http-equiv='X-UA-Compatible'>
     <meta content='no' name='msapplication-tap-highlight'>
-    <meta content='Materialize is a modern responsive CSS framework based on Material Design by Google. ' name='description'>
+    <meta content='Aparapi is an Open-source framework for executing native Java code on the GPU, developed by Syncleus.' name='description'>
     <title>
       Aparapi | ConvertingBytecodeToOpenCL
     </title>
diff --git a/documentation/DevelopersGuide.html b/documentation/DevelopersGuide.html
index 45b46cb..e55648a 100644
--- a/documentation/DevelopersGuide.html
+++ b/documentation/DevelopersGuide.html
@@ -5,7 +5,7 @@
     <meta content='width=device-width, initial-scale=1' name='viewport'>
     <meta content='IE=edge' http-equiv='X-UA-Compatible'>
     <meta content='no' name='msapplication-tap-highlight'>
-    <meta content='Materialize is a modern responsive CSS framework based on Material Design by Google. ' name='description'>
+    <meta content='Aparapi is an Open-source framework for executing native Java code on the GPU, developed by Syncleus.' name='description'>
     <title>
       Aparapi | DevelopersGuide
     </title>
diff --git a/documentation/DevelopersGuideLinux.html b/documentation/DevelopersGuideLinux.html
index 7273555..238d32a 100644
--- a/documentation/DevelopersGuideLinux.html
+++ b/documentation/DevelopersGuideLinux.html
@@ -5,7 +5,7 @@
     <meta content='width=device-width, initial-scale=1' name='viewport'>
     <meta content='IE=edge' http-equiv='X-UA-Compatible'>
     <meta content='no' name='msapplication-tap-highlight'>
-    <meta content='Materialize is a modern responsive CSS framework based on Material Design by Google. ' name='description'>
+    <meta content='Aparapi is an Open-source framework for executing native Java code on the GPU, developed by Syncleus.' name='description'>
     <title>
       Aparapi | DevelopersGuideLinux
     </title>
diff --git a/documentation/DevelopersGuideWindows.html b/documentation/DevelopersGuideWindows.html
index 1eecf6c..679f0cd 100644
--- a/documentation/DevelopersGuideWindows.html
+++ b/documentation/DevelopersGuideWindows.html
@@ -5,7 +5,7 @@
     <meta content='width=device-width, initial-scale=1' name='viewport'>
     <meta content='IE=edge' http-equiv='X-UA-Compatible'>
     <meta content='no' name='msapplication-tap-highlight'>
-    <meta content='Materialize is a modern responsive CSS framework based on Material Design by Google. ' name='description'>
+    <meta content='Aparapi is an Open-source framework for executing native Java code on the GPU, developed by Syncleus.' name='description'>
     <title>
       Aparapi | DevelopersGuideWindows
     </title>
diff --git a/documentation/DeviceProposal.html b/documentation/DeviceProposal.html
index 46fad58..d8a01c6 100644
--- a/documentation/DeviceProposal.html
+++ b/documentation/DeviceProposal.html
@@ -5,7 +5,7 @@
     <meta content='width=device-width, initial-scale=1' name='viewport'>
     <meta content='IE=edge' http-equiv='X-UA-Compatible'>
     <meta content='no' name='msapplication-tap-highlight'>
-    <meta content='Materialize is a modern responsive CSS framework based on Material Design by Google. ' name='description'>
+    <meta content='Aparapi is an Open-source framework for executing native Java code on the GPU, developed by Syncleus.' name='description'>
     <title>
       Aparapi | DeviceProposal
     </title>
diff --git a/documentation/EmulatingMultipleEntrypointsUsingCurrentAPI.html b/documentation/EmulatingMultipleEntrypointsUsingCurrentAPI.html
index 08ab163..d4740b0 100644
--- a/documentation/EmulatingMultipleEntrypointsUsingCurrentAPI.html
+++ b/documentation/EmulatingMultipleEntrypointsUsingCurrentAPI.html
@@ -5,7 +5,7 @@
     <meta content='width=device-width, initial-scale=1' name='viewport'>
     <meta content='IE=edge' http-equiv='X-UA-Compatible'>
     <meta content='no' name='msapplication-tap-highlight'>
-    <meta content='Materialize is a modern responsive CSS framework based on Material Design by Google. ' name='description'>
+    <meta content='Aparapi is an Open-source framework for executing native Java code on the GPU, developed by Syncleus.' name='description'>
     <title>
       Aparapi | EmulatingMultipleEntrypointsUsingCurrentAPI
     </title>
diff --git a/documentation/ExplicitBufferHandling.html b/documentation/ExplicitBufferHandling.html
index 2083ab6..a9f44f7 100644
--- a/documentation/ExplicitBufferHandling.html
+++ b/documentation/ExplicitBufferHandling.html
@@ -5,7 +5,7 @@
     <meta content='width=device-width, initial-scale=1' name='viewport'>
     <meta content='IE=edge' http-equiv='X-UA-Compatible'>
     <meta content='no' name='msapplication-tap-highlight'>
-    <meta content='Materialize is a modern responsive CSS framework based on Material Design by Google. ' name='description'>
+    <meta content='Aparapi is an Open-source framework for executing native Java code on the GPU, developed by Syncleus.' name='description'>
     <title>
       Aparapi | ExplicitBufferHandling
     </title>
diff --git a/documentation/FrequentlyAskedQuestions.html b/documentation/FrequentlyAskedQuestions.html
index fa5fc4f..5e47a0a 100644
--- a/documentation/FrequentlyAskedQuestions.html
+++ b/documentation/FrequentlyAskedQuestions.html
@@ -5,7 +5,7 @@
     <meta content='width=device-width, initial-scale=1' name='viewport'>
     <meta content='IE=edge' http-equiv='X-UA-Compatible'>
     <meta content='no' name='msapplication-tap-highlight'>
-    <meta content='Materialize is a modern responsive CSS framework based on Material Design by Google. ' name='description'>
+    <meta content='Aparapi is an Open-source framework for executing native Java code on the GPU, developed by Syncleus.' name='description'>
     <title>
       Aparapi | FrequentlyAskedQuestions
     </title>
diff --git a/documentation/HSAEnablementOfLambdaBranch.html b/documentation/HSAEnablementOfLambdaBranch.html
index 625c184..904edfa 100644
--- a/documentation/HSAEnablementOfLambdaBranch.html
+++ b/documentation/HSAEnablementOfLambdaBranch.html
@@ -5,7 +5,7 @@
     <meta content='width=device-width, initial-scale=1' name='viewport'>
     <meta content='IE=edge' http-equiv='X-UA-Compatible'>
     <meta content='no' name='msapplication-tap-highlight'>
-    <meta content='Materialize is a modern responsive CSS framework based on Material Design by Google. ' name='description'>
+    <meta content='Aparapi is an Open-source framework for executing native Java code on the GPU, developed by Syncleus.' name='description'>
     <title>
       Aparapi | HSAEnablementOfLambdaBranch
     </title>
diff --git a/documentation/HSAEnablementOfLambdaBranchSidebar.html b/documentation/HSAEnablementOfLambdaBranchSidebar.html
index 7b2b8e7..123bec8 100644
--- a/documentation/HSAEnablementOfLambdaBranchSidebar.html
+++ b/documentation/HSAEnablementOfLambdaBranchSidebar.html
@@ -5,7 +5,7 @@
     <meta content='width=device-width, initial-scale=1' name='viewport'>
     <meta content='IE=edge' http-equiv='X-UA-Compatible'>
     <meta content='no' name='msapplication-tap-highlight'>
-    <meta content='Materialize is a modern responsive CSS framework based on Material Design by Google. ' name='description'>
+    <meta content='Aparapi is an Open-source framework for executing native Java code on the GPU, developed by Syncleus.' name='description'>
     <title>
       Aparapi | HSAEnablementOfLambdaBranchSidebar
     </title>
diff --git a/documentation/HowToAddUML.html b/documentation/HowToAddUML.html
index e217f67..5c6e00a 100644
--- a/documentation/HowToAddUML.html
+++ b/documentation/HowToAddUML.html
@@ -5,7 +5,7 @@
     <meta content='width=device-width, initial-scale=1' name='viewport'>
     <meta content='IE=edge' http-equiv='X-UA-Compatible'>
     <meta content='no' name='msapplication-tap-highlight'>
-    <meta content='Materialize is a modern responsive CSS framework based on Material Design by Google. ' name='description'>
+    <meta content='Aparapi is an Open-source framework for executing native Java code on the GPU, developed by Syncleus.' name='description'>
     <title>
       Aparapi | HowToAddUML
     </title>
diff --git a/documentation/JavaKernelGuidelines.html b/documentation/JavaKernelGuidelines.html
index cbd4afa..99e9782 100644
--- a/documentation/JavaKernelGuidelines.html
+++ b/documentation/JavaKernelGuidelines.html
@@ -5,7 +5,7 @@
     <meta content='width=device-width, initial-scale=1' name='viewport'>
     <meta content='IE=edge' http-equiv='X-UA-Compatible'>
     <meta content='no' name='msapplication-tap-highlight'>
-    <meta content='Materialize is a modern responsive CSS framework based on Material Design by Google. ' name='description'>
+    <meta content='Aparapi is an Open-source framework for executing native Java code on the GPU, developed by Syncleus.' name='description'>
     <title>
       Aparapi | JavaKernelGuidelines
     </title>
diff --git a/documentation/LIbraryAgentDuality.html b/documentation/LIbraryAgentDuality.html
index 5700725..36219b0 100644
--- a/documentation/LIbraryAgentDuality.html
+++ b/documentation/LIbraryAgentDuality.html
@@ -5,7 +5,7 @@
     <meta content='width=device-width, initial-scale=1' name='viewport'>
     <meta content='IE=edge' http-equiv='X-UA-Compatible'>
     <meta content='no' name='msapplication-tap-highlight'>
-    <meta content='Materialize is a modern responsive CSS framework based on Material Design by Google. ' name='description'>
+    <meta content='Aparapi is an Open-source framework for executing native Java code on the GPU, developed by Syncleus.' name='description'>
     <title>
       Aparapi | LIbraryAgentDuality
     </title>
diff --git a/documentation/MultipleEntryPointSupportProposal.html b/documentation/MultipleEntryPointSupportProposal.html
index ab24e19..6c279a4 100644
--- a/documentation/MultipleEntryPointSupportProposal.html
+++ b/documentation/MultipleEntryPointSupportProposal.html
@@ -5,7 +5,7 @@
     <meta content='width=device-width, initial-scale=1' name='viewport'>
     <meta content='IE=edge' http-equiv='X-UA-Compatible'>
     <meta content='no' name='msapplication-tap-highlight'>
-    <meta content='Materialize is a modern responsive CSS framework based on Material Design by Google. ' name='description'>
+    <meta content='Aparapi is an Open-source framework for executing native Java code on the GPU, developed by Syncleus.' name='description'>
     <title>
       Aparapi | MultipleEntryPointSupportProposal
     </title>
diff --git a/documentation/NewFeatures.html b/documentation/NewFeatures.html
index 01fb2b8..a75a054 100644
--- a/documentation/NewFeatures.html
+++ b/documentation/NewFeatures.html
@@ -5,7 +5,7 @@
     <meta content='width=device-width, initial-scale=1' name='viewport'>
     <meta content='IE=edge' http-equiv='X-UA-Compatible'>
     <meta content='no' name='msapplication-tap-highlight'>
-    <meta content='Materialize is a modern responsive CSS framework based on Material Design by Google. ' name='description'>
+    <meta content='Aparapi is an Open-source framework for executing native Java code on the GPU, developed by Syncleus.' name='description'>
     <title>
       Aparapi | NewFeatures
     </title>
diff --git a/documentation/NewOpenCLBinding.html b/documentation/NewOpenCLBinding.html
index b6d3ff3..30d0d1a 100644
--- a/documentation/NewOpenCLBinding.html
+++ b/documentation/NewOpenCLBinding.html
@@ -5,7 +5,7 @@
     <meta content='width=device-width, initial-scale=1' name='viewport'>
     <meta content='IE=edge' http-equiv='X-UA-Compatible'>
     <meta content='no' name='msapplication-tap-highlight'>
-    <meta content='Materialize is a modern responsive CSS framework based on Material Design by Google. ' name='description'>
+    <meta content='Aparapi is an Open-source framework for executing native Java code on the GPU, developed by Syncleus.' name='description'>
     <title>
       Aparapi | NewOpenCLBinding
     </title>
diff --git a/documentation/PossibleAparapiLambdaSyntaxOptions.html b/documentation/PossibleAparapiLambdaSyntaxOptions.html
index 880934b..2429498 100644
--- a/documentation/PossibleAparapiLambdaSyntaxOptions.html
+++ b/documentation/PossibleAparapiLambdaSyntaxOptions.html
@@ -5,7 +5,7 @@
     <meta content='width=device-width, initial-scale=1' name='viewport'>
     <meta content='IE=edge' http-equiv='X-UA-Compatible'>
     <meta content='no' name='msapplication-tap-highlight'>
-    <meta content='Materialize is a modern responsive CSS framework based on Material Design by Google. ' name='description'>
+    <meta content='Aparapi is an Open-source framework for executing native Java code on the GPU, developed by Syncleus.' name='description'>
     <title>
       Aparapi | PossibleAparapiLambdaSyntaxOptions
     </title>
diff --git a/documentation/PrivateMemorySpace.html b/documentation/PrivateMemorySpace.html
index 6c9aa9c..bcd8710 100644
--- a/documentation/PrivateMemorySpace.html
+++ b/documentation/PrivateMemorySpace.html
@@ -5,7 +5,7 @@
     <meta content='width=device-width, initial-scale=1' name='viewport'>
     <meta content='IE=edge' http-equiv='X-UA-Compatible'>
     <meta content='no' name='msapplication-tap-highlight'>
-    <meta content='Materialize is a modern responsive CSS framework based on Material Design by Google. ' name='description'>
+    <meta content='Aparapi is an Open-source framework for executing native Java code on the GPU, developed by Syncleus.' name='description'>
     <title>
       Aparapi | PrivateMemorySpace
     </title>
diff --git a/documentation/ProfilingKernelExecution.html b/documentation/ProfilingKernelExecution.html
index c059194..9afc178 100644
--- a/documentation/ProfilingKernelExecution.html
+++ b/documentation/ProfilingKernelExecution.html
@@ -5,7 +5,7 @@
     <meta content='width=device-width, initial-scale=1' name='viewport'>
     <meta content='IE=edge' http-equiv='X-UA-Compatible'>
     <meta content='no' name='msapplication-tap-highlight'>
-    <meta content='Materialize is a modern responsive CSS framework based on Material Design by Google. ' name='description'>
+    <meta content='Aparapi is an Open-source framework for executing native Java code on the GPU, developed by Syncleus.' name='description'>
     <title>
       Aparapi | ProfilingKernelExecution
     </title>
diff --git a/documentation/ProfilingKernelsFromEclipse.html b/documentation/ProfilingKernelsFromEclipse.html
index 2ac9141..0c92d63 100644
--- a/documentation/ProfilingKernelsFromEclipse.html
+++ b/documentation/ProfilingKernelsFromEclipse.html
@@ -5,7 +5,7 @@
     <meta content='width=device-width, initial-scale=1' name='viewport'>
     <meta content='IE=edge' http-equiv='X-UA-Compatible'>
     <meta content='no' name='msapplication-tap-highlight'>
-    <meta content='Materialize is a modern responsive CSS framework based on Material Design by Google. ' name='description'>
+    <meta content='Aparapi is an Open-source framework for executing native Java code on the GPU, developed by Syncleus.' name='description'>
     <title>
       Aparapi | ProfilingKernelsFromEclipse
     </title>
diff --git a/documentation/README.html b/documentation/README.html
index 0354c73..247c53e 100644
--- a/documentation/README.html
+++ b/documentation/README.html
@@ -5,7 +5,7 @@
     <meta content='width=device-width, initial-scale=1' name='viewport'>
     <meta content='IE=edge' http-equiv='X-UA-Compatible'>
     <meta content='no' name='msapplication-tap-highlight'>
-    <meta content='Materialize is a modern responsive CSS framework based on Material Design by Google. ' name='description'>
+    <meta content='Aparapi is an Open-source framework for executing native Java code on the GPU, developed by Syncleus.' name='description'>
     <title>
       Aparapi |
     </title>
diff --git a/documentation/SettingUpLinuxHSAMachineForAparapi.html b/documentation/SettingUpLinuxHSAMachineForAparapi.html
index 43f9722..ebc1678 100644
--- a/documentation/SettingUpLinuxHSAMachineForAparapi.html
+++ b/documentation/SettingUpLinuxHSAMachineForAparapi.html
@@ -5,7 +5,7 @@
     <meta content='width=device-width, initial-scale=1' name='viewport'>
     <meta content='IE=edge' http-equiv='X-UA-Compatible'>
     <meta content='no' name='msapplication-tap-highlight'>
-    <meta content='Materialize is a modern responsive CSS framework based on Material Design by Google. ' name='description'>
+    <meta content='Aparapi is an Open-source framework for executing native Java code on the GPU, developed by Syncleus.' name='description'>
     <title>
       Aparapi | SettingUpLinuxHSAMachineForAparapi
     </title>
diff --git a/documentation/SettingUpLinuxHSAMachineForAparapiSidebar.html b/documentation/SettingUpLinuxHSAMachineForAparapiSidebar.html
index 28de669..f0fbcc8 100644
--- a/documentation/SettingUpLinuxHSAMachineForAparapiSidebar.html
+++ b/documentation/SettingUpLinuxHSAMachineForAparapiSidebar.html
@@ -5,7 +5,7 @@
     <meta content='width=device-width, initial-scale=1' name='viewport'>
     <meta content='IE=edge' http-equiv='X-UA-Compatible'>
     <meta content='no' name='msapplication-tap-highlight'>
-    <meta content='Materialize is a modern responsive CSS framework based on Material Design by Google. ' name='description'>
+    <meta content='Aparapi is an Open-source framework for executing native Java code on the GPU, developed by Syncleus.' name='description'>
     <title>
       Aparapi | SettingUpLinuxHSAMachineForAparapiSidebar
     </title>
diff --git a/documentation/UnitTestGuide.html b/documentation/UnitTestGuide.html
index f88bd5a..c4d6b15 100644
--- a/documentation/UnitTestGuide.html
+++ b/documentation/UnitTestGuide.html
@@ -5,7 +5,7 @@
     <meta content='width=device-width, initial-scale=1' name='viewport'>
     <meta content='IE=edge' http-equiv='X-UA-Compatible'>
     <meta content='no' name='msapplication-tap-highlight'>
-    <meta content='Materialize is a modern responsive CSS framework based on Material Design by Google. ' name='description'>
+    <meta content='Aparapi is an Open-source framework for executing native Java code on the GPU, developed by Syncleus.' name='description'>
     <title>
       Aparapi | UnitTestGuide
     </title>
diff --git a/documentation/UsersGuide.html b/documentation/UsersGuide.html
index 7e6c8e8..8be7a89 100644
--- a/documentation/UsersGuide.html
+++ b/documentation/UsersGuide.html
@@ -5,7 +5,7 @@
     <meta content='width=device-width, initial-scale=1' name='viewport'>
     <meta content='IE=edge' http-equiv='X-UA-Compatible'>
     <meta content='no' name='msapplication-tap-highlight'>
-    <meta content='Materialize is a modern responsive CSS framework based on Material Design by Google. ' name='description'>
+    <meta content='Aparapi is an Open-source framework for executing native Java code on the GPU, developed by Syncleus.' name='description'>
     <title>
       Aparapi | UsersGuide
     </title>
diff --git a/documentation/UsingAparapiLambdaBranchWithHSASimulator.html b/documentation/UsingAparapiLambdaBranchWithHSASimulator.html
index 464a9e3..0a1de51 100644
--- a/documentation/UsingAparapiLambdaBranchWithHSASimulator.html
+++ b/documentation/UsingAparapiLambdaBranchWithHSASimulator.html
@@ -5,7 +5,7 @@
     <meta content='width=device-width, initial-scale=1' name='viewport'>
     <meta content='IE=edge' http-equiv='X-UA-Compatible'>
     <meta content='no' name='msapplication-tap-highlight'>
-    <meta content='Materialize is a modern responsive CSS framework based on Material Design by Google. ' name='description'>
+    <meta content='Aparapi is an Open-source framework for executing native Java code on the GPU, developed by Syncleus.' name='description'>
     <title>
       Aparapi | UsingAparapiLambdaBranchWithHSASimulator
     </title>
diff --git a/documentation/UsingConstantMemory.html b/documentation/UsingConstantMemory.html
index 4279bea..0626b98 100644
--- a/documentation/UsingConstantMemory.html
+++ b/documentation/UsingConstantMemory.html
@@ -5,7 +5,7 @@
     <meta content='width=device-width, initial-scale=1' name='viewport'>
     <meta content='IE=edge' http-equiv='X-UA-Compatible'>
     <meta content='no' name='msapplication-tap-highlight'>
-    <meta content='Materialize is a modern responsive CSS framework based on Material Design by Google. ' name='description'>
+    <meta content='Aparapi is an Open-source framework for executing native Java code on the GPU, developed by Syncleus.' name='description'>
     <title>
       Aparapi | UsingConstantMemory
     </title>
diff --git a/documentation/UsingLocalMemory.html b/documentation/UsingLocalMemory.html
index 5b9ba87..00cff06 100644
--- a/documentation/UsingLocalMemory.html
+++ b/documentation/UsingLocalMemory.html
@@ -5,7 +5,7 @@
     <meta content='width=device-width, initial-scale=1' name='viewport'>
     <meta content='IE=edge' http-equiv='X-UA-Compatible'>
     <meta content='no' name='msapplication-tap-highlight'>
-    <meta content='Materialize is a modern responsive CSS framework based on Material Design by Google. ' name='description'>
+    <meta content='Aparapi is an Open-source framework for executing native Java code on the GPU, developed by Syncleus.' name='description'>
     <title>
       Aparapi | UsingLocalMemory
     </title>
diff --git a/documentation/UsingMultiDimExecutionRanges.html b/documentation/UsingMultiDimExecutionRanges.html
index 34eecb0..4fff4d1 100644
--- a/documentation/UsingMultiDimExecutionRanges.html
+++ b/documentation/UsingMultiDimExecutionRanges.html
@@ -5,7 +5,7 @@
     <meta content='width=device-width, initial-scale=1' name='viewport'>
     <meta content='IE=edge' http-equiv='X-UA-Compatible'>
     <meta content='no' name='msapplication-tap-highlight'>
-    <meta content='Materialize is a modern responsive CSS framework based on Material Design by Google. ' name='description'>
+    <meta content='Aparapi is an Open-source framework for executing native Java code on the GPU, developed by Syncleus.' name='description'>
     <title>
       Aparapi | UsingMultiDimExecutionRanges
     </title>
diff --git a/index.html b/index.html
index dbbdd5a..ecc9b1b 100644
--- a/index.html
+++ b/index.html
@@ -5,7 +5,7 @@
     <meta content='width=device-width, initial-scale=1' name='viewport'>
     <meta content='IE=edge' http-equiv='X-UA-Compatible'>
     <meta content='no' name='msapplication-tap-highlight'>
-    <meta content='Materialize is a modern responsive CSS framework based on Material Design by Google. ' name='description'>
+    <meta content='Aparapi is an Open-source framework for executing native Java code on the GPU, developed by Syncleus.' name='description'>
     <title>
       Aparapi | Aparapi
     </title>
diff --git a/introduction/about.html b/introduction/about.html
index 7923a4e..6f8fc8c 100644
--- a/introduction/about.html
+++ b/introduction/about.html
@@ -5,7 +5,7 @@
     <meta content='width=device-width, initial-scale=1' name='viewport'>
     <meta content='IE=edge' http-equiv='X-UA-Compatible'>
     <meta content='no' name='msapplication-tap-highlight'>
-    <meta content='Materialize is a modern responsive CSS framework based on Material Design by Google. ' name='description'>
+    <meta content='Aparapi is an Open-source framework for executing native Java code on the GPU, developed by Syncleus.' name='description'>
     <title>
       Aparapi | About
     </title>
diff --git a/introduction/getting-started.html b/introduction/getting-started.html
index b548a35..ca0fea0 100644
--- a/introduction/getting-started.html
+++ b/introduction/getting-started.html
@@ -5,7 +5,7 @@
     <meta content='width=device-width, initial-scale=1' name='viewport'>
     <meta content='IE=edge' http-equiv='X-UA-Compatible'>
     <meta content='no' name='msapplication-tap-highlight'>
-    <meta content='Materialize is a modern responsive CSS framework based on Material Design by Google. ' name='description'>
+    <meta content='Aparapi is an Open-source framework for executing native Java code on the GPU, developed by Syncleus.' name='description'>
     <title>
       Aparapi | Getting Started
     </title>
-- 
GitLab