diff options
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2012-01-26 17:01:41 -0200 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2012-01-26 17:02:05 -0200 |
commit | e701e381faac8977f472b881d426335b869998dc (patch) | |
tree | 6efea66a99a43f7f6dc2495e24e02d2e9f86ec6f /testsuite | |
parent | f6ef5d6b5fa47ab5fa9c9275eaa38916b92ca5a4 (diff) | |
download | kmod-e701e381faac8977f472b881d426335b869998dc.tar.gz kmod-e701e381faac8977f472b881d426335b869998dc.tar.bz2 kmod-e701e381faac8977f472b881d426335b869998dc.zip |
testsuite: add GPL license
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/delete_module.c | 17 | ||||
-rw-r--r-- | testsuite/init_module.c | 17 | ||||
-rw-r--r-- | testsuite/path.c | 17 | ||||
-rw-r--r-- | testsuite/test-init.c | 17 | ||||
-rw-r--r-- | testsuite/test-loaded.c | 17 | ||||
-rw-r--r-- | testsuite/test-modinfo.c | 17 | ||||
-rw-r--r-- | testsuite/test-testsuite.c | 17 | ||||
-rw-r--r-- | testsuite/testsuite.c | 17 | ||||
-rw-r--r-- | testsuite/testsuite.h | 17 | ||||
-rw-r--r-- | testsuite/uname.c | 17 |
10 files changed, 170 insertions, 0 deletions
diff --git a/testsuite/delete_module.c b/testsuite/delete_module.c index eee47a9..9e4fba4 100644 --- a/testsuite/delete_module.c +++ b/testsuite/delete_module.c @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2012 ProFUSION embedded systems + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + #include <assert.h> #include <errno.h> #include <dirent.h> diff --git a/testsuite/init_module.c b/testsuite/init_module.c index fd20c02..7141566 100644 --- a/testsuite/init_module.c +++ b/testsuite/init_module.c @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2012 ProFUSION embedded systems + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + #include <assert.h> #include <errno.h> #include <dirent.h> diff --git a/testsuite/path.c b/testsuite/path.c index 2891ea3..d70f31e 100644 --- a/testsuite/path.c +++ b/testsuite/path.c @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2012 ProFUSION embedded systems + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + #include <assert.h> #include <errno.h> #include <dirent.h> diff --git a/testsuite/test-init.c b/testsuite/test-init.c index 24e7034..0b636eb 100644 --- a/testsuite/test-init.c +++ b/testsuite/test-init.c @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2012 ProFUSION embedded systems + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + #include <stdio.h> #include <stdlib.h> #include <stddef.h> diff --git a/testsuite/test-loaded.c b/testsuite/test-loaded.c index d162368..070351c 100644 --- a/testsuite/test-loaded.c +++ b/testsuite/test-loaded.c @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2012 ProFUSION embedded systems + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + #include <stdio.h> #include <stdlib.h> #include <stddef.h> diff --git a/testsuite/test-modinfo.c b/testsuite/test-modinfo.c index 3e3b1a3..1b09bf2 100644 --- a/testsuite/test-modinfo.c +++ b/testsuite/test-modinfo.c @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2012 ProFUSION embedded systems + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + #include <stdio.h> #include <stdlib.h> #include <stddef.h> diff --git a/testsuite/test-testsuite.c b/testsuite/test-testsuite.c index 73ff5b3..83ba003 100644 --- a/testsuite/test-testsuite.c +++ b/testsuite/test-testsuite.c @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2012 ProFUSION embedded systems + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + #include <stdio.h> #include <stdlib.h> #include <stddef.h> diff --git a/testsuite/testsuite.c b/testsuite/testsuite.c index 1f824f1..60dfff2 100644 --- a/testsuite/testsuite.c +++ b/testsuite/testsuite.c @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2012 ProFUSION embedded systems + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + #include <errno.h> #include <fcntl.h> #include <getopt.h> diff --git a/testsuite/testsuite.h b/testsuite/testsuite.h index 834ca46..b02d73d 100644 --- a/testsuite/testsuite.h +++ b/testsuite/testsuite.h @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2012 ProFUSION embedded systems + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + #ifndef _LIBKMOD_TESTSUITE_ #define _LIBKMOD_TESTSUITE_ diff --git a/testsuite/uname.c b/testsuite/uname.c index 9a9cf63..fb6469c 100644 --- a/testsuite/uname.c +++ b/testsuite/uname.c @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2012 ProFUSION embedded systems + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + */ + #include <errno.h> #include <dlfcn.h> #include <sys/utsname.h> |