Skip to content

Commit

Permalink
Fix copying in tests and headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Sannis committed Nov 23, 2010
1 parent e94a176 commit da47606
Show file tree
Hide file tree
Showing 15 changed files with 42 additions and 30 deletions.
12 changes: 6 additions & 6 deletions src/mysql_bindings_connection.h
@@ -1,9 +1,9 @@
/*
Copyright by Oleg Efimov and node-mysql-libmysqlclient contributors
See contributors list in README
See license text in LICENSE file
*/
/*!
* Copyright by Oleg Efimov and node-mysql-libmysqlclient contributors
* See contributors list in README
*
* See license text in LICENSE file
*/

#ifndef NODE_MYSQL_CONNECTION_H // NOLINT
#define NODE_MYSQL_CONNECTION_H
Expand Down
12 changes: 6 additions & 6 deletions src/mysql_bindings_result.h
@@ -1,9 +1,9 @@
/*
Copyright by Oleg Efimov and node-mysql-libmysqlclient contributors
See contributors list in README
See license text in LICENSE file
*/
/*!
* Copyright by Oleg Efimov and node-mysql-libmysqlclient contributors
* See contributors list in README
*
* See license text in LICENSE file
*/

#ifndef SRC_MYSQL_BINDINGS_RESULT_H_
#define SRC_MYSQL_BINDINGS_RESULT_H_
Expand Down
12 changes: 6 additions & 6 deletions src/mysql_bindings_statement.h
@@ -1,9 +1,9 @@
/*
Copyright by Oleg Efimov and node-mysql-libmysqlclient contributors
See contributors list in README
See license text in LICENSE file
*/
/*!
* Copyright by Oleg Efimov and node-mysql-libmysqlclient contributors
* See contributors list in README
*
* See license text in LICENSE file
*/

#ifndef NODE_MYSQL_STATEMENT_H // NOLINT
#define NODE_MYSQL_STATEMENT_H
Expand Down
3 changes: 2 additions & 1 deletion tests/complex/setup-complex.js
@@ -1,5 +1,6 @@
/*
Copyright (C) 2010, Oleg Efimov <efimovov@gmail.com>
Copyright by Oleg Efimov and node-mysql-libmysqlclient contributors
See contributors list in README
See license text in LICENSE file
*/
Expand Down
3 changes: 2 additions & 1 deletion tests/complex/test-call-stored-procedure.js
@@ -1,5 +1,6 @@
/*
Copyright (C) 2010, Oleg Efimov <efimovov@gmail.com>
Copyright by Oleg Efimov and node-mysql-libmysqlclient contributors
See contributors list in README
See license text in LICENSE file
*/
Expand Down
3 changes: 2 additions & 1 deletion tests/complex/test-connect-different-args.js
@@ -1,5 +1,6 @@
/*
Copyright (C) 2010, Oleg Efimov <efimovov@gmail.com>
Copyright by Oleg Efimov and node-mysql-libmysqlclient contributors
See contributors list in README
See license text in LICENSE file
*/
Expand Down
3 changes: 2 additions & 1 deletion tests/complex/test-datatypes-cast.js
@@ -1,5 +1,6 @@
/*
Copyright (C) 2010, Oleg Efimov <efimovov@gmail.com>
Copyright by Oleg Efimov and node-mysql-libmysqlclient contributors
See contributors list in README
See license text in LICENSE file
*/
Expand Down
3 changes: 2 additions & 1 deletion tests/complex/test-fetchAll.js
@@ -1,5 +1,6 @@
/*
Copyright (C) 2010, Oleg Efimov <efimovov@gmail.com>
Copyright by Oleg Efimov and node-mysql-libmysqlclient contributors
See contributors list in README
See license text in LICENSE file
*/
Expand Down
3 changes: 2 additions & 1 deletion tests/complex/test-javascript-interface.js
@@ -1,5 +1,6 @@
/*
Copyright (C) 2010, Oleg Efimov <efimovov@gmail.com>
Copyright by Oleg Efimov and node-mysql-libmysqlclient contributors
See contributors list in README
See license text in LICENSE file
*/
Expand Down
3 changes: 2 additions & 1 deletion tests/simple/setup-simple.js
@@ -1,5 +1,6 @@
/*
Copyright (C) 2010, Oleg Efimov <efimovov@gmail.com>
Copyright by Oleg Efimov and node-mysql-libmysqlclient contributors
See contributors list in README
See license text in LICENSE file
*/
Expand Down
3 changes: 2 additions & 1 deletion tests/simple/test-class-mysqlconnection-async.js
@@ -1,5 +1,6 @@
/*
Copyright (C) 2010, Oleg Efimov <efimovov@gmail.com>
Copyright by Oleg Efimov and node-mysql-libmysqlclient contributors
See contributors list in README
See license text in LICENSE file
*/
Expand Down
3 changes: 2 additions & 1 deletion tests/simple/test-class-mysqlconnection.js
@@ -1,5 +1,6 @@
/*
Copyright (C) 2010, Oleg Efimov <efimovov@gmail.com>
Copyright by Oleg Efimov and node-mysql-libmysqlclient contributors
See contributors list in README
See license text in LICENSE file
*/
Expand Down
3 changes: 2 additions & 1 deletion tests/simple/test-class-mysqlresult-async.js
@@ -1,5 +1,6 @@
/*
Copyright (C) 2010, Oleg Efimov <efimovov@gmail.com>
Copyright by Oleg Efimov and node-mysql-libmysqlclient contributors
See contributors list in README
See license text in LICENSE file
*/
Expand Down
3 changes: 2 additions & 1 deletion tests/simple/test-class-mysqlresult.js
@@ -1,5 +1,6 @@
/*
Copyright (C) 2010, Oleg Efimov <efimovov@gmail.com>
Copyright by Oleg Efimov and node-mysql-libmysqlclient contributors
See contributors list in README
See license text in LICENSE file
*/
Expand Down
3 changes: 2 additions & 1 deletion tests/simple/test-class-mysqlstatement.js
@@ -1,5 +1,6 @@
/*
Copyright (C) 2010, Oleg Efimov <efimovov@gmail.com>
Copyright by Oleg Efimov and node-mysql-libmysqlclient contributors
See contributors list in README
See license text in LICENSE file
*/
Expand Down

0 comments on commit da47606

Please sign in to comment.