README

changeset 46
e0928e4b9a59
parent 38
7ded3ec4c417
child 48
0d2c13c24fd0
equal deleted inserted replaced
45:6114a2c28d28 46:e0928e4b9a59
1 cline 1 cline
2 _________________________________________ 2 _________________________________________
3 Copyright (C) 2013 Mike Becker 3 Copyright (C) 2013 Mike Becker
4 4
5 Contents: 5 Contents:
6 1) About ................................................................... 13 6 1) About ................................................................... 12
7 2) Build instructions ...................................................... 25 7 2) Build instructions ...................................................... 24
8 3) Usage example ........................................................... 41 8 3) Usage example ........................................................... 40
9 4) Contact Information ..................................................... 50 9 4) License ................................................................. 49
10 5) License ................................................................. 56
11 10
12 11
13 1) About ______________________________________________________________________ 12 1) About ______________________________________________________________________
14 13
15 cline is a command line tool that counts code lines in your project folder. It 14 cline is a command line tool that counts code lines in your project folder. It
45 44
46 This will find any .c or .h file recursively in the cline project folder and 45 This will find any .c or .h file recursively in the cline project folder and
47 won't display other files (-m option). It will also skip comments when counting 46 won't display other files (-m option). It will also skip comments when counting
48 lines. 47 lines.
49 48
50 4) Contact Information ________________________________________________________ 49 4) License ____________________________________________________________________
51
52 You can contact us by either one of the following mail addresses:
53 universe@uap-core.de - Direct developer contact
54 info@uap-core.de - Generic mail address
55
56 5) License ____________________________________________________________________
57 50
58 Copyright 2013 Mike Becker. All rights reserved. 51 Copyright 2013 Mike Becker. All rights reserved.
59 52
60 Redistribution and use in source and binary forms, with or without 53 Redistribution and use in source and binary forms, with or without
61 modification, are permitted provided that the following conditions are met: 54 modification, are permitted provided that the following conditions are met:

mercurial