Advertisement
Guest User

Untitled

a guest
Dec 9th, 2014
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. [ben@localhost src]$
  2. [ben@localhost src]$ head -n 17 /tmp/crapola
  3. /* Copyright (C) 2014 Foo Bar
  4.  
  5. This program is free software; you can redistribute it and/or modify
  6. it under the terms of the GNU General Public License as published by
  7. the Free Software Foundation; either version 3 of the License, or
  8. (at your option) any later version.
  9.  
  10. This program is distributed in the hope that it will be useful,
  11. but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. GNU Library General Public License for more details.
  14.  
  15. You should have received a copy of the GNU General Public License
  16. along with this program; if not, write to the Free Software
  17. Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
  18. 02110-1301, USA.
  19. */
  20. [ben@localhost src]$ ./licensing detect /tmp/crapola
  21. gplv3+franklin: 97.425%
  22. gplv2+franklin: 97.290%
  23. agplv3+franklin: 95.925%
  24. lgplv3+franklin: 95.436%
  25. gplv3franklin: 94.109%
  26. gplv2franklin: 93.969%
  27. agplv3franklin: 93.296%
  28. lgplv3franklin: 92.778%
  29. gplv2+temple: 91.304%
  30. agplv3+temple: 90.288%
  31. lgplv1+temple: 89.498%
  32. lgplv2+temple: 88.829%
  33. gplv2temple: 88.467%
  34. gplv1+mass: 88.333%
  35. agplv3temple: 87.595%
  36. gplv1mass: 87.260%
  37. lgplv1temple: 86.542%
  38. lgplv2temple: 85.852%
  39. gplv3+: 80.257%
  40. gplv2+: 80.114%
  41. gplv1+: 79.251%
  42. agplv3+: 79.213%
  43. lgplv3+: 78.758%
  44. lgplv1+: 78.401%
  45. lgplv2+: 77.700%
  46. gplv3: 77.605%
  47. gplv2: 77.457%
  48. gplv1: 77.457%
  49. agplv3: 76.419%
  50. lgplv3: 75.933%
  51. lgplv1: 75.507%
  52. lgplv2: 74.928%
  53. fdlv11: 40.592%
  54. fdlv11+: 40.328%
  55. fdlv13+: 37.620%
  56. fdlv12+: 37.620%
  57. fdlv13: 37.544%
  58. fdlv12: 37.544%
  59. apachev2: 35.791%
  60. isc: 27.057%
  61. openbsd: 27.057%
  62. mit: 26.849%
  63. bsd2clause: 23.261%
  64. bsd3clause: 22.787%
  65. all-permissive: 21.926%
  66. [ben@localhost src]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement