From 0aac2f674e4bd2fc73025ec8b649739cf7be3e4c Mon Sep 17 00:00:00 2001
From: Steven Bennetts <steve@lindenlab.com>
Date: Mon, 21 May 2007 21:42:21 +0000
Subject: [PATCH] Copyright info added to llcurl

---
 indra/llmessage/llcurl.cpp | 13 +++++++------
 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 886697ed419..3c8ebaeba1f 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 4f1b5e60314..4e45864caec 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
-- 
GitLab