diff --git a/indra/llmessage/llcurl.cpp b/indra/llmessage/llcurl.cpp index 886697ed4195ba05e6ed33c0826a11e7d97dfa0e..3c8ebaeba1fe661ab6459ed5a5c61f21c5449358 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 4f1b5e60314fb3fc85f2e218145de1bf664e3f54..4e45864caec222e003c154e0f808fe1f10d0989c 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