Commit a22ee560 authored by Greg Williams's avatar Greg Williams Committed by Scott Vokes
Browse files

Updated/added 2015 copyright/license to all source/test files.

Updated apply_license.sh script to embed file search paths.
Moved apply_license.sh, beautify.sh and create_mocks.rb into scripts/.
parent 3ca5ba19
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -177,6 +177,8 @@ ci: stop_sims start_sims all stop_sims
	@echo $(PROJECT) v$(VERSION) is in working order!
	@echo

apply_license:
	scripts/apply_license.sh

#-------------------------------------------------------------------------------
# json-c
+2 −2
Original line number Diff line number Diff line
/*
* kinetic-c-client
* Copyright (C) 2014 Seagate Technology.
* kinetic-c
* Copyright (C) 2015 Seagate Technology.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
+2 −2
Original line number Diff line number Diff line
/*
* kinetic-c-client
* Copyright (C) 2014 Seagate Technology.
* kinetic-c
* Copyright (C) 2015 Seagate Technology.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
+1 −1
Original line number Diff line number Diff line
/*
* kinetic-c
* Copyright (C) 2014 Seagate Technology.
* Copyright (C) 2015 Seagate Technology.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
+1 −1
Original line number Diff line number Diff line
/*
* kinetic-c
* Copyright (C) 2014 Seagate Technology.
* Copyright (C) 2015 Seagate Technology.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
Loading