Changeset: 8cca8cc4ca62 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8cca8cc4ca62 Modified Files: monetdb5/modules/atoms/str.h monetdb5/optimizer/mal_evaluate.h Branch: headless Log Message:
added copyright statement to .h source files diffs (52 lines): diff --git a/monetdb5/modules/atoms/str.h b/monetdb5/modules/atoms/str.h --- a/monetdb5/modules/atoms/str.h +++ b/monetdb5/modules/atoms/str.h @@ -1,3 +1,22 @@ +/* + * The contents of this file are subject to the MonetDB Public License + * Version 1.1 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://monetdb.cwi.nl/Legal/MonetDBLicense-1.1.html + * + * Software distributed under the License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the + * License for the specific language governing rights and limitations + * under the License. + * + * The Original Code is the MonetDB Database System. + * + * The Initial Developer of the Original Code is CWI. + * Portions created by CWI are Copyright (C) 1997-July 2008 CWI. + * Copyright August 2008-2011 MonetDB B.V. + * All Rights Reserved. + */ + #ifndef __string_H__ #define __string_H__ #include <string.h> diff --git a/monetdb5/optimizer/mal_evaluate.h b/monetdb5/optimizer/mal_evaluate.h --- a/monetdb5/optimizer/mal_evaluate.h +++ b/monetdb5/optimizer/mal_evaluate.h @@ -1,3 +1,22 @@ + /* + * The contents of this file are subject to the MonetDB Public License + * Version 1.1 (the "License"); you may not use this file except in + * compliance with the License. You may obtain a copy of the License at + * http://monetdb.cwi.nl/Legal/MonetDBLicense-1.1.html + * + * Software distributed under the License is distributed on an "AS IS" + * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the + * License for the specific language governing rights and limitations + * under the License. + * + * The Original Code is the MonetDB Database System. + * + * The Initial Developer of the Original Code is CWI. + * Portions created by CWI are Copyright (C) 1997-July 2008 CWI. + * Copyright August 2008-2011 MonetDB B.V. + * All Rights Reserved. + */ + #ifndef _OPT_CX_ #define _OPT_CX_ #include "mal_stack.h" _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
