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:
parent
9618c0dc63
commit
02e08b15ef
@ -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"
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user