Changed LICENSE. Now referenced to web site and file on project root directory
[anna.git] / include / anna / test / clang_specific.hpp
index 24d32cf..bc58999 100644 (file)
@@ -1,10 +1,19 @@
+// ANNA - Anna is Not Nothingness Anymore                                                         //
+//                                                                                                //
+// (c) Copyright 2005-2015 Eduardo Ramos Testillano & Francisco Ruiz Rayo                         //
+//                                                                                                //
+// See project site at http://redmine.teslayout.com/projects/anna-suite                           //
+// See accompanying file LICENSE or copy at http://www.teslayout.com/projects/public/anna.LICENSE //
+
+
+#ifndef anna_test_clang_specific_hpp
+#define anna_test_clang_specific_hpp
+
+
 // This is a Workaround for clang
 // See more at: http://reviews.llvm.org/rL201729 and http://gcc.gnu.org/gcc-4.9/porting_to.html (cstddef changes)
 // This file and its references should be removed when upgraded clang resources
  
-#ifndef anna_test_Request_hpp
-#define anna_test_Request_hpp
-
 #if IS_CLANG && ( __STDC_VERSION__ >= 201112L || __cplusplus >= 201103L )
 typedef struct {
   long long __clang_max_align_nonce1
@@ -16,3 +25,4 @@ typedef struct {
 #endif
 
 #endif
+