Changeset: 12a6176597e7 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=12a6176597e7 Modified Files: sql/server/sql_query.c sql/server/sql_query.h Branch: default Log Message:
Added missing license comments. diffs (34 lines): diff --git a/sql/server/sql_query.c b/sql/server/sql_query.c --- a/sql/server/sql_query.c +++ b/sql/server/sql_query.c @@ -1,3 +1,10 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * Copyright 1997 - July 2008 CWI, August 2008 - 2019 MonetDB B.V. + */ #include "monetdb_config.h" #include "sql_query.h" diff --git a/sql/server/sql_query.h b/sql/server/sql_query.h --- a/sql/server/sql_query.h +++ b/sql/server/sql_query.h @@ -1,3 +1,11 @@ +/* + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * Copyright 1997 - July 2008 CWI, August 2008 - 2019 MonetDB B.V. + */ + #ifndef _SQL_QUERY_H_ #define _SQL_QUERY_H_ @@ -17,4 +25,3 @@ extern sql_rel *query_fetch_outer(sql_qu extern int query_has_outer(sql_query *q); #endif - _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list