diff options
-rw-r--r-- | indra/llmessage/llcurl.cpp | 13 | ||||
-rw-r--r-- | indra/llmessage/llcurl.h | 13 |
2 files changed, 14 insertions, 12 deletions
diff --git a/indra/llmessage/llcurl.cpp b/indra/llmessage/llcurl.cpp index 886697ed41..3c8ebaeba1 100644 --- a/indra/llmessage/llcurl.cpp +++ b/indra/llmessage/llcurl.cpp @@ -1,10 +1,11 @@ -/* - * llcurl.cpp - * MacTester - * - * Created by Zero Linden on 10/15/06. - * Copyright 2006 __MyCompanyName__. All rights reserved. +/** + * @file llcurl.h + * @author Zero / Donovan + * @date 2006-10-15 + * @brief Curl wrapper * + * Copyright (c) 2006-$CurrentYear$, Linden Research, Inc. + * $License$ */ #include "llcurl.h" diff --git a/indra/llmessage/llcurl.h b/indra/llmessage/llcurl.h index 4f1b5e6031..4e45864cae 100644 --- a/indra/llmessage/llcurl.h +++ b/indra/llmessage/llcurl.h @@ -1,10 +1,11 @@ -/* - * llcurl.h - * MacTester - * - * Created by Zero Linden on 10/15/06. - * Copyright 2006 __MyCompanyName__. All rights reserved. +/** + * @file llcurl.h + * @author Zero / Donovan + * @date 2006-10-15 + * @brief Curl wrapper * + * Copyright (c) 2006-$CurrentYear$, Linden Research, Inc. + * $License$ */ #ifndef LL_LLCURL_H |