From 3d637f6cf47b4f937a31109b3f3c7a01a13ba552 Mon Sep 17 00:00:00 2001 From: Hanspeter Portner Date: Sun, 8 Jan 2017 14:49:54 +0100 Subject: [PATCH] update copyright years. --- CMakeLists.txt | 6 ------ README.md | 3 +-- dfuse_pack.c | 2 +- dfuse_pack.h | 2 +- dfuse_spec.h | 2 +- 5 files changed, 4 insertions(+), 11 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a689a68..ec852be 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,14 +2,8 @@ cmake_minimum_required(VERSION 2.8) project(dfuse_pack) -set(LIBS "") - -# pkg-config -find_package(PkgConfig REQUIRED) - include_directories("${PROJECT_SOURCE_DIR}") # dfuse_pack add_executable(dfuse_pack dfuse_pack.c) -target_link_libraries(dfuse_pack ${LIBS}) install(TARGETS dfuse_pack DESTINATION bin) diff --git a/README.md b/README.md index 9719ce7..608d012 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,6 @@ This command line utility lets you pack raw binary firmware images into a DfuSe ### Dependencies -- [eina](http://docs.enlightenment.org/auto/eina/eina_main.html) - [cmake](http://www.cmake.org/) ### Build / install @@ -64,7 +63,7 @@ A more complex one based on two images for alternate setting 0 and a single imag ### License -Copyright (c) 2015 Hanspeter Portner (dev@open-music-kontrollers.ch) +Copyright (c) 2015-2016 Hanspeter Portner (dev@open-music-kontrollers.ch) This is free software: you can redistribute it and/or modify it under the terms of the Artistic License 2.0 as published by diff --git a/dfuse_pack.c b/dfuse_pack.c index 4cd7f50..1d33356 100644 --- a/dfuse_pack.c +++ b/dfuse_pack.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Hanspeter Portner (dev@open-music-kontrollers.ch) + * Copyright (c) 2015-2016 Hanspeter Portner (dev@open-music-kontrollers.ch) * * This is free software: you can redistribute it and/or modify * it under the terms of the Artistic License 2.0 as published by diff --git a/dfuse_pack.h b/dfuse_pack.h index 6d16d81..87c83a6 100644 --- a/dfuse_pack.h +++ b/dfuse_pack.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Hanspeter Portner (dev@open-music-kontrollers.ch) + * Copyright (c) 2015-2016 Hanspeter Portner (dev@open-music-kontrollers.ch) * * This is free software: you can redistribute it and/or modify * it under the terms of the Artistic License 2.0 as published by diff --git a/dfuse_spec.h b/dfuse_spec.h index 898c399..49b0c1c 100644 --- a/dfuse_spec.h +++ b/dfuse_spec.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Hanspeter Portner (dev@open-music-kontrollers.ch) + * Copyright (c) 2015-2016 Hanspeter Portner (dev@open-music-kontrollers.ch) * * This is free software: you can redistribute it and/or modify * it under the terms of the Artistic License 2.0 as published by -- 2.38.5