diff options
author | Alexander Aksenov <a.aksenov@samsung.com> | 2013-07-15 18:23:00 +0400 |
---|---|---|
committer | Alexander Aksenov <a.aksenov@samsung.com> | 2013-07-15 18:23:00 +0400 |
commit | ca085614953251f516e29138f645737594d6383b (patch) | |
tree | 0457cccd98d02ec9dd3bd66fdc7da0014c3c55c9 /us_manager/us_slot_manager.h | |
parent | 7cdf501ba7d31e9d0a53df487bc9475f559126d3 (diff) | |
download | swap-modules-ca085614953251f516e29138f645737594d6383b.tar.gz swap-modules-ca085614953251f516e29138f645737594d6383b.tar.bz2 swap-modules-ca085614953251f516e29138f645737594d6383b.zip |
[STYLE] Code style
Diffstat (limited to 'us_manager/us_slot_manager.h')
-rw-r--r-- | us_manager/us_slot_manager.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/us_manager/us_slot_manager.h b/us_manager/us_slot_manager.h index 8b49902c..6dd42bc8 100644 --- a/us_manager/us_slot_manager.h +++ b/us_manager/us_slot_manager.h @@ -1,3 +1,28 @@ +/* + * SWAP uprobe manager + * modules/us_manager/us_slot_manager.h + * + * 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, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * Copyright (C) Samsung Electronics, 2013 + * + * 2013 Vyacheslav Cherkashin: SWAP us_manager implement + * + */ + + #ifndef _US_SLOT_MANAGER_H #define _US_SLOT_MANAGER_H |