Skip to content

Commit

Permalink
Add copyright statement
Browse files Browse the repository at this point in the history
  • Loading branch information
coopht committed Mar 4, 2017
1 parent d1a0265 commit d410347
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) <2017> <Alexander Basov>

cmake_minimum_required(VERSION 3.2)
project(pam_usb_auth)

Expand Down
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (c) <2017> <Alexander Basov>

set (PAM_LIB_SRC config.cpp
pam.cpp
Expand Down
7 changes: 4 additions & 3 deletions src/config.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// Copyright (c) <2017> <Alexander Basov>
//
// Configuration file contains serialized representation of Device class
//

/*
* Configuration file contains serialized representation of Device class
*/
#include "config.h"

#include <iostream>
Expand Down
2 changes: 2 additions & 0 deletions src/config.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright (c) <2017> <Alexander Basov>

#pragma once

#include <string.h>
Expand Down
2 changes: 2 additions & 0 deletions src/device.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright (c) <2017> <Alexander Basov>

#pragma once

#include <string>
Expand Down
2 changes: 2 additions & 0 deletions src/pam.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright (c) <2017> <Alexander Basov>

#define PAM_SM_AUTH

#include <security/pam_modules.h>
Expand Down
1 change: 1 addition & 0 deletions src/usb_device.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Copyright (c) <2017> <Alexander Basov>

#include <cstring>
#include <cerrno>
Expand Down
2 changes: 2 additions & 0 deletions src/usb_device.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright (c) <2017> <Alexander Basov>

#pragma once

bool isDeviceConnected (void);

0 comments on commit d410347

Please sign in to comment.