Added copyright notice
This commit is contained in:
@@ -1,3 +1,19 @@
|
|||||||
|
/*
|
||||||
|
* Copyright 2011 Maas-Maarten Zeeman
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* sqlite3_nif -- an erlang sqlite nif.
|
* sqlite3_nif -- an erlang sqlite nif.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -1,6 +1,21 @@
|
|||||||
|
%% @author Maas-Maarten Zeeman <mmzeeman@xs4all.nl>
|
||||||
|
%% @copyright 2011 Maas-Maarten Zeeman
|
||||||
|
|
||||||
|
%% @doc Erlang API for sqlite3 databases
|
||||||
|
|
||||||
|
%% Copyright 2011 Maas-Maarten Zeeman
|
||||||
%%
|
%%
|
||||||
%%
|
%% Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
%%
|
%% you may not use this file except in compliance with the License.
|
||||||
|
%% You may obtain a copy of the License at
|
||||||
|
%%
|
||||||
|
%% http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
%%
|
||||||
|
%% Unless required by applicable law or agreed to in writing, software
|
||||||
|
%% distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
%% WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
%% See the License for the specific language governing permissions and
|
||||||
|
%% limitations under the License.
|
||||||
|
|
||||||
-module(esqlite3).
|
-module(esqlite3).
|
||||||
-author("Maas-Maarten Zeeman <mmzeeman@xs4all.nl>").
|
-author("Maas-Maarten Zeeman <mmzeeman@xs4all.nl>").
|
||||||
|
|||||||
@@ -1,6 +1,21 @@
|
|||||||
|
%% @author Maas-Maarten Zeeman <mmzeeman@xs4all.nl>
|
||||||
|
%% @copyright 2011 Maas-Maarten Zeeman
|
||||||
|
|
||||||
|
%% @doc Low level erlang API for sqlite3 databases
|
||||||
|
|
||||||
|
%% Copyright 2011 Maas-Maarten Zeeman
|
||||||
%%
|
%%
|
||||||
%%
|
%% Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
%%
|
%% you may not use this file except in compliance with the License.
|
||||||
|
%% You may obtain a copy of the License at
|
||||||
|
%%
|
||||||
|
%% http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
%%
|
||||||
|
%% Unless required by applicable law or agreed to in writing, software
|
||||||
|
%% distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
%% WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
%% See the License for the specific language governing permissions and
|
||||||
|
%% limitations under the License.
|
||||||
|
|
||||||
-module(esqlite3_nif).
|
-module(esqlite3_nif).
|
||||||
-author("Maas-Maarten Zeeman <mmzeeman@xs4all.nl>").
|
-author("Maas-Maarten Zeeman <mmzeeman@xs4all.nl>").
|
||||||
|
|||||||
Reference in New Issue
Block a user