Add or fix copyright headers.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27756 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2008-09-27 01:04:05 +00:00
parent 9618c0dc63
commit 02e08b15ef
22 changed files with 99 additions and 9 deletions

View File

@ -1,3 +1,8 @@
/*
* Copyright 2004-2008, François Revol, <revol@free.fr>.
* Distributed under the terms of the MIT License.
*/
#include <SupportDefs.h>
#include <TypeConstants.h>
#include "googlefs.h"
@ -544,7 +549,7 @@ struct attr_entry text_attrs[] = {
char *readmestr = \
"Welcome to the Google™ FileSystem for BeOS™, Zeta™ and Haiku™.\n"
"Copyright© 2004, 2005, François Revol.\n"
"Copyright© 2004-2008, François Revol.\n"
"Google is a trademark of Google, Inc.\n"
"BeOS is a trademark of ACCESS.\n"
"Zeta is a trademark of yellowTAB GmbH.\n"

View File

@ -1,3 +1,8 @@
/*
* Copyright 2004-2008, François Revol, <revol@free.fr>.
* Distributed under the terms of the MIT License.
*/
#include <OS.h>
#include <KernelExport.h>
#include <stdlib.h>

View File

@ -1,3 +1,7 @@
/*
* Copyright 2004-2008, François Revol, <revol@free.fr>.
* Distributed under the terms of the MIT License.
*/
#ifndef _GOOGLE_REQUEST_H
#define _GOOGLE_REQUEST_H

View File

@ -1,6 +1,10 @@
/*
* googlefs -
* (c) 2004, 2005, François Revol, revol@free.fr
* Copyright 2004-2008, François Revol, <revol@free.fr>.
* Distributed under the terms of the MIT License.
*/
/*
* googlefs - a bookmark-populated virtual filesystem using Google results.
*/
#define _BUILDING_fs 1

View File

@ -1,3 +1,7 @@
/*
* Copyright 2004-2008, François Revol, <revol@free.fr>.
* Distributed under the terms of the MIT License.
*/
#ifndef _GOOGLEFS_H
#define _GOOGLEFS_H

View File

@ -1,3 +1,8 @@
/*
* Copyright 2004-2008, François Revol, <revol@free.fr>.
* Distributed under the terms of the MIT License.
*/
#include <errno.h>
#include <sys/param.h>
#include <stdio.h>

View File

@ -1,3 +1,7 @@
/*
* Copyright 2004-2008, François Revol, <revol@free.fr>.
* Distributed under the terms of the MIT License.
*/
#ifndef _HTTP_CNX_H
#define _HTTP_CNX_H

View File

@ -1,3 +1,8 @@
/*
* Copyright 2004-2008, François Revol, <revol@free.fr>.
* Distributed under the terms of the MIT License.
*/
#include <OS.h>
#include "lists.h"

View File

@ -1,6 +1,8 @@
/*
* Copyright 2004-2008, François Revol, <revol@free.fr>.
* Distributed under the terms of the MIT License.
*/
/* good old single linked list stuff */
/* revol@free.fr */
#ifndef _LISTS_H
#define _LISTS_H

View File

@ -1,3 +1,8 @@
/*
* Copyright 2004-2008, François Revol, <revol@free.fr>.
* Distributed under the terms of the MIT License.
*/
#include <OS.h>
#include "lists2.h"

View File

@ -1,6 +1,8 @@
/*
* Copyright 2004-2008, François Revol, <revol@free.fr>.
* Distributed under the terms of the MIT License.
*/
/* good old single linked list stuff */
/* revol@free.fr */
#ifndef _LISTS2_H
#define _LISTS2_H

View File

@ -1,3 +1,8 @@
/*
* Copyright 2004-2008, François Revol, <revol@free.fr>.
* Distributed under the terms of the MIT License.
*/
#include <errno.h>
#include <sys/param.h>
#include <stdio.h>

View File

@ -1,3 +1,8 @@
/*
* Copyright 2004-2008, François Revol, <revol@free.fr>.
* Distributed under the terms of the MIT License.
*/
#include "query.h"
//#define TESTME

View File

@ -1,3 +1,7 @@
/*
* Copyright 2004-2008, François Revol, <revol@free.fr>.
* Distributed under the terms of the MIT License.
*/
#ifndef _K_QUERY_H
#define _K_QUERY_H

View File

@ -1,6 +1,6 @@
/*
* ring buffer funcs
* (c) 2003, François Revol, revol@free.fr
* Copyright 2004-2008, François Revol, <revol@free.fr>.
* Distributed under the terms of the MIT License.
*/
#define _BUILDING_fs 1

View File

@ -1,3 +1,7 @@
/*
* Copyright 2004-2008, François Revol, <revol@free.fr>.
* Distributed under the terms of the MIT License.
*/
#ifndef _RINGBUFF_H
#define _RINGBUFF_H

View File

@ -1,3 +1,8 @@
/*
* Copyright 2004-2008, François Revol, <revol@free.fr>.
* Distributed under the terms of the MIT License.
*/
#include <stdlib.h>
#include <driver_settings.h>
#include "settings.h"

View File

@ -1,3 +1,7 @@
/*
* Copyright 2004-2008, François Revol, <revol@free.fr>.
* Distributed under the terms of the MIT License.
*/
#ifndef _SETTINGS_H
#define _SETTINGS_H

View File

@ -1,3 +1,8 @@
/*
* Copyright 2004-2008, François Revol, <revol@free.fr>.
* Distributed under the terms of the MIT License.
*/
#include <malloc.h>
#include <string.h>
#include "string_utils.h"

View File

@ -1,3 +1,7 @@
/*
* Copyright 2004-2008, François Revol, <revol@free.fr>.
* Distributed under the terms of the MIT License.
*/
#ifndef _STRING_UTILS_H
#define _STRING_UTILS_H

View File

@ -1,3 +1,8 @@
/*
* Copyright 2004-2008, François Revol, <revol@free.fr>.
* Distributed under the terms of the MIT License.
*/
#include <malloc.h>
#include "vnidpool.h"

View File

@ -1,3 +1,7 @@
/*
* Copyright 2004-2008, François Revol, <revol@free.fr>.
* Distributed under the terms of the MIT License.
*/
#ifndef _VNIDPOOL_H
#define _VNIDPOOL_H