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:
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2004-2008, François Revol, <[email protected]>.
|
||||||
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
|
|
||||||
#include <SupportDefs.h>
|
#include <SupportDefs.h>
|
||||||
#include <TypeConstants.h>
|
#include <TypeConstants.h>
|
||||||
#include "googlefs.h"
|
#include "googlefs.h"
|
||||||
@@ -544,7 +549,7 @@ struct attr_entry text_attrs[] = {
|
|||||||
|
|
||||||
char *readmestr = \
|
char *readmestr = \
|
||||||
"Welcome to the Google™ FileSystem for BeOS™, Zeta™ and Haiku™.\n"
|
"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"
|
"Google is a trademark of Google, Inc.\n"
|
||||||
"BeOS is a trademark of ACCESS.\n"
|
"BeOS is a trademark of ACCESS.\n"
|
||||||
"Zeta is a trademark of yellowTAB GmbH.\n"
|
"Zeta is a trademark of yellowTAB GmbH.\n"
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2004-2008, François Revol, <[email protected]>.
|
||||||
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
|
|
||||||
#include <OS.h>
|
#include <OS.h>
|
||||||
#include <KernelExport.h>
|
#include <KernelExport.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|||||||
@@ -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
|
#ifndef _GOOGLE_REQUEST_H
|
||||||
#define _GOOGLE_REQUEST_H
|
#define _GOOGLE_REQUEST_H
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,10 @@
|
|||||||
/*
|
/*
|
||||||
* googlefs -
|
* Copyright 2004-2008, François Revol, <revol@free.fr>.
|
||||||
* (c) 2004, 2005, 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
|
#define _BUILDING_fs 1
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2004-2008, François Revol, <revol@free.fr>.
|
||||||
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
#ifndef _GOOGLEFS_H
|
#ifndef _GOOGLEFS_H
|
||||||
#define _GOOGLEFS_H
|
#define _GOOGLEFS_H
|
||||||
|
|
||||||
|
|||||||
@@ -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 <errno.h>
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|||||||
@@ -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
|
#ifndef _HTTP_CNX_H
|
||||||
#define _HTTP_CNX_H
|
#define _HTTP_CNX_H
|
||||||
|
|
||||||
|
|||||||
@@ -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 <OS.h>
|
||||||
#include "lists.h"
|
#include "lists.h"
|
||||||
|
|
||||||
|
|||||||
@@ -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 */
|
/* good old single linked list stuff */
|
||||||
/* [email protected] */
|
|
||||||
|
|
||||||
#ifndef _LISTS_H
|
#ifndef _LISTS_H
|
||||||
#define _LISTS_H
|
#define _LISTS_H
|
||||||
|
|
||||||
|
|||||||
@@ -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 <OS.h>
|
||||||
#include "lists2.h"
|
#include "lists2.h"
|
||||||
|
|
||||||
|
|||||||
@@ -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 */
|
/* good old single linked list stuff */
|
||||||
/* [email protected] */
|
|
||||||
|
|
||||||
#ifndef _LISTS2_H
|
#ifndef _LISTS2_H
|
||||||
#define _LISTS2_H
|
#define _LISTS2_H
|
||||||
|
|
||||||
|
|||||||
@@ -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 <errno.h>
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2004-2008, François Revol, <revol@free.fr>.
|
||||||
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
|
|
||||||
#include "query.h"
|
#include "query.h"
|
||||||
|
|
||||||
//#define TESTME
|
//#define TESTME
|
||||||
|
|||||||
@@ -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
|
#ifndef _K_QUERY_H
|
||||||
#define _K_QUERY_H
|
#define _K_QUERY_H
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* ring buffer funcs
|
* Copyright 2004-2008, François Revol, <revol@free.fr>.
|
||||||
* (c) 2003, François Revol, revol@free.fr
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define _BUILDING_fs 1
|
#define _BUILDING_fs 1
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2004-2008, François Revol, <revol@free.fr>.
|
||||||
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
#ifndef _RINGBUFF_H
|
#ifndef _RINGBUFF_H
|
||||||
#define _RINGBUFF_H
|
#define _RINGBUFF_H
|
||||||
|
|
||||||
|
|||||||
@@ -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 <stdlib.h>
|
||||||
#include <driver_settings.h>
|
#include <driver_settings.h>
|
||||||
#include "settings.h"
|
#include "settings.h"
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2004-2008, François Revol, <revol@free.fr>.
|
||||||
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
#ifndef _SETTINGS_H
|
#ifndef _SETTINGS_H
|
||||||
#define _SETTINGS_H
|
#define _SETTINGS_H
|
||||||
|
|
||||||
|
|||||||
@@ -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 <malloc.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "string_utils.h"
|
#include "string_utils.h"
|
||||||
|
|||||||
@@ -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
|
#ifndef _STRING_UTILS_H
|
||||||
#define _STRING_UTILS_H
|
#define _STRING_UTILS_H
|
||||||
|
|
||||||
|
|||||||
@@ -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 <malloc.h>
|
||||||
#include "vnidpool.h"
|
#include "vnidpool.h"
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2004-2008, François Revol, <revol@free.fr>.
|
||||||
|
* Distributed under the terms of the MIT License.
|
||||||
|
*/
|
||||||
#ifndef _VNIDPOOL_H
|
#ifndef _VNIDPOOL_H
|
||||||
#define _VNIDPOOL_H
|
#define _VNIDPOOL_H
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user