Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/contrib/libdiff/test/expect006.diff
35066 views
1
--- test006.left.txt
2
+++ test006.right.txt
3
@@ -3,7 +3,7 @@
4
5
It is important to specify the year of the copyright. Additional years
6
should be separated by a comma, e.g.
7
- Copyright (c) 2003, 2004
8
+ Copyright (c) 2003, 2004, 2005
9
10
If you add extra text to the body of the license, be careful not to
11
add further restrictions.
12
@@ -11,7 +11,6 @@
13
/*
14
* Copyright (c) CCYY YOUR NAME HERE <[email protected]>
15
*
16
- * Permission to use, copy, modify, and distribute this software for any
17
* purpose with or without fee is hereby granted, provided that the above
18
* copyright notice and this permission notice appear in all copies.
19
*
20
@@ -23,3 +22,4 @@
21
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
22
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
23
*/
24
+An extra line
25
26