Skip to content

Commit

Permalink
Added copyright information directly to all relevant files
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreLaranjeira committed Oct 12, 2021
1 parent caf0a49 commit 1020db7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright (c) 2019 André Filipe Caldas Laranjeira
# MIT License

# Message logger - Project makefile.

# Executable name:
Expand Down
3 changes: 3 additions & 0 deletions include/message_logger.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) 2019 André Filipe Caldas Laranjeira
// MIT License

// Message logger module - Header file.

// Define guard:
Expand Down
3 changes: 3 additions & 0 deletions src/message_logger.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) 2019 André Filipe Caldas Laranjeira
// MIT License

// Message logger module - Source code.

// Includes:
Expand Down
5 changes: 4 additions & 1 deletion src/sample.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// Test program for MessageLogger module.
// Copyright (c) 2019 André Filipe Caldas Laranjeira
// MIT License

// Test program for the Message Logger module.

// Includes:
#include <pthread.h>
Expand Down

0 comments on commit 1020db7

Please sign in to comment.