2004-10-05 Mikael Hallendal <micke@imendio.com>
authorhallski <hallski>
Mon, 04 Oct 2004 22:54:29 +0000
changeset 99 81e9d035de02
parent 98 5d279e4b210a
child 100 2b2a0caf1b3a
2004-10-05 Mikael Hallendal <micke@imendio.com> * examples/*.c * loudmouth/*.[ch] - s/Imendio HB/Imendio AB/
ChangeLog
examples/lm-change-password.c
examples/lm-register.c
examples/lm-send-async.c
examples/lm-send-sync.c
examples/test-http-proxy.c
examples/test-lm.c
examples/test-tunnel.c
loudmouth/lm-connection.c
loudmouth/lm-connection.h
loudmouth/lm-debug.c
loudmouth/lm-debug.h
loudmouth/lm-error.c
loudmouth/lm-error.h
loudmouth/lm-internals.h
loudmouth/lm-message-handler.c
loudmouth/lm-message-handler.h
loudmouth/lm-message-node.c
loudmouth/lm-message-node.h
loudmouth/lm-message.c
loudmouth/lm-message.h
loudmouth/lm-parser.c
loudmouth/lm-parser.h
loudmouth/lm-proxy.c
loudmouth/lm-proxy.h
loudmouth/lm-sha.h
loudmouth/lm-ssl.c
loudmouth/lm-ssl.h
loudmouth/lm-utils.c
loudmouth/lm-utils.h
loudmouth/loudmouth.h
--- a/ChangeLog	Mon Oct 04 22:53:06 2004 +0000
+++ b/ChangeLog	Mon Oct 04 22:54:29 2004 +0000
@@ -1,3 +1,9 @@
+2004-10-05  Mikael Hallendal  <micke@imendio.com>
+
+	* examples/*.c
+	* loudmouth/*.[ch]
+	- s/Imendio HB/Imendio AB/
+
 2004-10-05  Mikael Hallendal  <micke@imendio.com>
 
 	* docs/reference/loudmouth-sections.txt:
--- a/examples/lm-change-password.c	Mon Oct 04 22:53:06 2004 +0000
+++ b/examples/lm-change-password.c	Mon Oct 04 22:54:29 2004 +0000
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * Copyright (C) 2004 Imendio HB
+ * Copyright (C) 2004 Imendio AB
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public
--- a/examples/lm-register.c	Mon Oct 04 22:53:06 2004 +0000
+++ b/examples/lm-register.c	Mon Oct 04 22:54:29 2004 +0000
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * Copyright (C) 2004 Imendio HB
+ * Copyright (C) 2004 Imendio AB
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public
--- a/examples/lm-send-async.c	Mon Oct 04 22:53:06 2004 +0000
+++ b/examples/lm-send-async.c	Mon Oct 04 22:54:29 2004 +0000
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * Copyright (C) 2003 Imendio HB
+ * Copyright (C) 2003 Imendio AB
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public
--- a/examples/lm-send-sync.c	Mon Oct 04 22:53:06 2004 +0000
+++ b/examples/lm-send-sync.c	Mon Oct 04 22:54:29 2004 +0000
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * Copyright (C) 2004 Imendio HB
+ * Copyright (C) 2004 Imendio AB
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public
--- a/examples/test-http-proxy.c	Mon Oct 04 22:53:06 2004 +0000
+++ b/examples/test-http-proxy.c	Mon Oct 04 22:54:29 2004 +0000
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * Copyright (C) 2004 Imendio HB
+ * Copyright (C) 2004 Imendio AB
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License as
--- a/examples/test-lm.c	Mon Oct 04 22:53:06 2004 +0000
+++ b/examples/test-lm.c	Mon Oct 04 22:54:29 2004 +0000
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * Copyright (C) 2003 Imendio HB
+ * Copyright (C) 2003 Imendio AB
  * Copyright (C) 2003 Mikael Hallendal <micke@imendio.com>
  *
  * This program is free software; you can redistribute it and/or
--- a/examples/test-tunnel.c	Mon Oct 04 22:53:06 2004 +0000
+++ b/examples/test-tunnel.c	Mon Oct 04 22:54:29 2004 +0000
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * Copyright (C) 2003-2004 Imendio HB
+ * Copyright (C) 2003-2004 Imendio AB
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License as
--- a/loudmouth/lm-connection.c	Mon Oct 04 22:53:06 2004 +0000
+++ b/loudmouth/lm-connection.c	Mon Oct 04 22:54:29 2004 +0000
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * Copyright (C) 2003-2004 Imendio HB
+ * Copyright (C) 2003-2004 Imendio AB
  * Copyright (C) 2003-2004 Sjoerd Simons <sjoerd@luon.net>
  *
  * This program is free software; you can redistribute it and/or
--- a/loudmouth/lm-connection.h	Mon Oct 04 22:53:06 2004 +0000
+++ b/loudmouth/lm-connection.h	Mon Oct 04 22:54:29 2004 +0000
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * Copyright (C) 2003 Imendio HB
+ * Copyright (C) 2003 Imendio AB
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License as
--- a/loudmouth/lm-debug.c	Mon Oct 04 22:53:06 2004 +0000
+++ b/loudmouth/lm-debug.c	Mon Oct 04 22:54:29 2004 +0000
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * Copyright (C) 2003 Imendio HB
+ * Copyright (C) 2003 Imendio AB
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License as
--- a/loudmouth/lm-debug.h	Mon Oct 04 22:53:06 2004 +0000
+++ b/loudmouth/lm-debug.h	Mon Oct 04 22:54:29 2004 +0000
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * Copyright (C) 2003 Imendio HB
+ * Copyright (C) 2003 Imendio AB
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License as
--- a/loudmouth/lm-error.c	Mon Oct 04 22:53:06 2004 +0000
+++ b/loudmouth/lm-error.c	Mon Oct 04 22:54:29 2004 +0000
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * Copyright (C) 2003 Imendio HB
+ * Copyright (C) 2003 Imendio AB
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License as
--- a/loudmouth/lm-error.h	Mon Oct 04 22:53:06 2004 +0000
+++ b/loudmouth/lm-error.h	Mon Oct 04 22:54:29 2004 +0000
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * Copyright (C) 2003 Imendio HB
+ * Copyright (C) 2003 Imendio AB
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License as
--- a/loudmouth/lm-internals.h	Mon Oct 04 22:53:06 2004 +0000
+++ b/loudmouth/lm-internals.h	Mon Oct 04 22:54:29 2004 +0000
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * Copyright (C) 2003 Imendio HB
+ * Copyright (C) 2003 Imendio AB
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License as
--- a/loudmouth/lm-message-handler.c	Mon Oct 04 22:53:06 2004 +0000
+++ b/loudmouth/lm-message-handler.c	Mon Oct 04 22:54:29 2004 +0000
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * Copyright (C) 2003 Imendio HB
+ * Copyright (C) 2003 Imendio AB
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License as
--- a/loudmouth/lm-message-handler.h	Mon Oct 04 22:53:06 2004 +0000
+++ b/loudmouth/lm-message-handler.h	Mon Oct 04 22:54:29 2004 +0000
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * Copyright (C) 2003 Imendio HB
+ * Copyright (C) 2003 Imendio AB
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License as
--- a/loudmouth/lm-message-node.c	Mon Oct 04 22:53:06 2004 +0000
+++ b/loudmouth/lm-message-node.c	Mon Oct 04 22:54:29 2004 +0000
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * Copyright (C) 2003 Imendio HB
+ * Copyright (C) 2003 Imendio AB
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License as
--- a/loudmouth/lm-message-node.h	Mon Oct 04 22:53:06 2004 +0000
+++ b/loudmouth/lm-message-node.h	Mon Oct 04 22:54:29 2004 +0000
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * Copyright (C) 2003 Imendio HB
+ * Copyright (C) 2003 Imendio AB
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License as
--- a/loudmouth/lm-message.c	Mon Oct 04 22:53:06 2004 +0000
+++ b/loudmouth/lm-message.c	Mon Oct 04 22:54:29 2004 +0000
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * Copyright (C) 2003 Imendio HB
+ * Copyright (C) 2003 Imendio AB
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License as
--- a/loudmouth/lm-message.h	Mon Oct 04 22:53:06 2004 +0000
+++ b/loudmouth/lm-message.h	Mon Oct 04 22:54:29 2004 +0000
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * Copyright (C) 2003 Imendio HB
+ * Copyright (C) 2003 Imendio AB
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License as
--- a/loudmouth/lm-parser.c	Mon Oct 04 22:53:06 2004 +0000
+++ b/loudmouth/lm-parser.c	Mon Oct 04 22:54:29 2004 +0000
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * Copyright (C) 2003 Imendio HB
+ * Copyright (C) 2003 Imendio AB
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License as
--- a/loudmouth/lm-parser.h	Mon Oct 04 22:53:06 2004 +0000
+++ b/loudmouth/lm-parser.h	Mon Oct 04 22:54:29 2004 +0000
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * Copyright (C) 2003 Imendio HB
+ * Copyright (C) 2003 Imendio AB
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License as
--- a/loudmouth/lm-proxy.c	Mon Oct 04 22:53:06 2004 +0000
+++ b/loudmouth/lm-proxy.c	Mon Oct 04 22:54:29 2004 +0000
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * Copyright (C) 2004 Imendio HB
+ * Copyright (C) 2004 Imendio AB
  * Copyright (C) 2004 Josh Beam <josh@3ddrome.com>
  *
  * This program is free software; you can redistribute it and/or
--- a/loudmouth/lm-proxy.h	Mon Oct 04 22:53:06 2004 +0000
+++ b/loudmouth/lm-proxy.h	Mon Oct 04 22:54:29 2004 +0000
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * Copyright (C) 2004 Imendio HB
+ * Copyright (C) 2004 Imendio AB
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License as
--- a/loudmouth/lm-sha.h	Mon Oct 04 22:53:06 2004 +0000
+++ b/loudmouth/lm-sha.h	Mon Oct 04 22:54:29 2004 +0000
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * Copyright (C) 2003 Imendio HB
+ * Copyright (C) 2003 Imendio AB
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License as
--- a/loudmouth/lm-ssl.c	Mon Oct 04 22:53:06 2004 +0000
+++ b/loudmouth/lm-ssl.c	Mon Oct 04 22:54:29 2004 +0000
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * Copyright (C) 2003-2004 Imendio HB
+ * Copyright (C) 2003-2004 Imendio AB
  * Copyright (C) 2003      Colin Walters <walters@gnome.org>
  *
  * This program is free software; you can redistribute it and/or
--- a/loudmouth/lm-ssl.h	Mon Oct 04 22:53:06 2004 +0000
+++ b/loudmouth/lm-ssl.h	Mon Oct 04 22:54:29 2004 +0000
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * Copyright (C) 2003-2004 Imendio HB
+ * Copyright (C) 2003-2004 Imendio AB
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License as
--- a/loudmouth/lm-utils.c	Mon Oct 04 22:53:06 2004 +0000
+++ b/loudmouth/lm-utils.c	Mon Oct 04 22:54:29 2004 +0000
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * Copyright (C) 2003 Imendio HB 
+ * Copyright (C) 2003 Imendio AB 
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License as
--- a/loudmouth/lm-utils.h	Mon Oct 04 22:53:06 2004 +0000
+++ b/loudmouth/lm-utils.h	Mon Oct 04 22:54:29 2004 +0000
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * Copyright (C) 2003 Imendio HB
+ * Copyright (C) 2003 Imendio AB
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License as
--- a/loudmouth/loudmouth.h	Mon Oct 04 22:53:06 2004 +0000
+++ b/loudmouth/loudmouth.h	Mon Oct 04 22:54:29 2004 +0000
@@ -1,6 +1,6 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
- * Copyright (C) 2003 Imendio HB
+ * Copyright (C) 2003 Imendio AB
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License as