Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(552)

Side by Side Diff: patches/08_add_licenses.patch

Issue 2364793002: Revert "Uprev libmtp to 1.1.12" (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libmtp@master
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 diff --git a/examples/evolution-sync.sh b/examples/evolution-sync.sh 1 Index: examples/evolution-sync.sh
2 index 53ca0b9..0c54a32 100755 2 ===================================================================
3 --- a/examples/evolution-sync.sh 3 --- examples/evolution-sync.sh» (revision 148712)
4 +++ b/examples/evolution-sync.sh 4 +++ examples/evolution-sync.sh» (working copy)
5 @@ -1,4 +1,21 @@ 5 @@ -1,4 +1,21 @@
6 #!/bin/bash 6 #!/bin/bash
7 +# 7 +#
8 +# Copyright (C) 2006 Linus Walleij <triad@df.lth.se> 8 +# Copyright (C) 2006 Linus Walleij <triad@df.lth.se>
9 +# 9 +#
10 +# This library is free software; you can redistribute it and/or 10 +# This library is free software; you can redistribute it and/or
11 +# modify it under the terms of the GNU Lesser General Public 11 +# modify it under the terms of the GNU Lesser General Public
12 +# License as published by the Free Software Foundation; either 12 +# License as published by the Free Software Foundation; either
13 +# version 2 of the License, or (at your option) any later version. 13 +# version 2 of the License, or (at your option) any later version.
14 +# 14 +#
15 +# This library is distributed in the hope that it will be useful, 15 +# This library is distributed in the hope that it will be useful,
16 +# but WITHOUT ANY WARRANTY; without even the implied warranty of 16 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
17 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 +# Lesser General Public License for more details. 18 +# Lesser General Public License for more details.
19 +# 19 +#
20 +# You should have received a copy of the GNU Lesser General Public 20 +# You should have received a copy of the GNU Lesser General Public
21 +# License along with this library; if not, write to the 21 +# License along with this library; if not, write to the
22 +# Free Software Foundation, Inc., 59 Temple Place - Suite 330, 22 +# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23 +# Boston, MA 02111-1307, USA. 23 +# Boston, MA 02111-1307, USA.
24 24
25 # Example evolution synchronization script by Nicolas Tetreault, 25 # Example evolution synchronization script by Nicolas Tetreault,
26 # modified by Linus Walleij. 26 # modified by Linus Walleij.
27 diff --git a/ltmain.sh b/ltmain.sh 27 Index: src/ptp-pack.c
28 index 63ae69d..96b101f 100644 28 ===================================================================
29 --- a/ltmain.sh 29 --- src/ptp-pack.c» (revision 149246)
30 +++ b/ltmain.sh 30 +++ src/ptp-pack.c» (working copy)
31 @@ -1,3 +1,27 @@
32 +/* ptp-pack.c
33 + *
34 + * Copyright (C) 2001-2004 Mariusz Woloszyn <emsi@ipartners.pl>
35 + * Copyright (C) 2003-2012 Marcus Meissner <marcus@jet.franken.de>
36 + * Copyright (C) 2006-2008 Linus Walleij <triad@df.lth.se>
37 + * Copyright (C) 2007 Tero Saarni <tero.saarni@gmail.com>
38 + * Copyright (C) 2009 Axel Waggershauser <awagger@web.de>
39 + *
40 + * This library is free software; you can redistribute it and/or
41 + * modify it under the terms of the GNU Lesser General Public
42 + * License as published by the Free Software Foundation; either
43 + * version 2 of the License, or (at your option) any later version.
44 + *
45 + * This library is distributed in the hope that it will be useful,
46 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
47 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
48 + * Lesser General Public License for more details.
49 + *
50 + * You should have received a copy of the GNU Lesser General Public
51 + * License along with this library; if not, write to the
52 + * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
53 + * Boston, MA 02111-1307, USA.
54 + */
55 +
56 /* currently this file is included into ptp.c */
57
58 #ifdef HAVE_ICONV
59 Index: ltmain.sh
60 ===================================================================
61 --- ltmain.sh» (revision 148712)
62 +++ ltmain.sh» (working copy)
31 @@ -1,4 +1,3 @@ 63 @@ -1,4 +1,3 @@
32 - 64 -
33 # libtool (GNU libtool) 2.4.2 65 # libtool (GNU libtool) 2.4.2
34 # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996 66 # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
35 67
36 diff --git a/doc/examples.h b/doc/examples.h 68 Index: doc/examples.h
37 index 3e88ca4..d6dbbcd 100644 69 ===================================================================
38 --- a/doc/examples.h 70 --- doc/examples.h» (revision 148712)
39 +++ b/doc/examples.h 71 +++ doc/examples.h» (working copy)
40 @@ -1,3 +1,23 @@ 72 @@ -1,3 +1,23 @@
41 +/** 73 +/**
42 + * 74 + *
43 + * Copyright (C) 2006 Linus Walleij <triad@df.lth.se> 75 + * Copyright (C) 2006 Linus Walleij <triad@df.lth.se>
44 + * 76 + *
45 + * This library is free software; you can redistribute it and/or 77 + * This library is free software; you can redistribute it and/or
46 + * modify it under the terms of the GNU Lesser General Public 78 + * modify it under the terms of the GNU Lesser General Public
47 + * License as published by the Free Software Foundation; either 79 + * License as published by the Free Software Foundation; either
48 + * version 2 of the License, or (at your option) any later version. 80 + * version 2 of the License, or (at your option) any later version.
49 + * 81 + *
50 + * This library is distributed in the hope that it will be useful, 82 + * This library is distributed in the hope that it will be useful,
51 + * but WITHOUT ANY WARRANTY; without even the implied warranty of 83 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
52 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 84 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
53 + * Lesser General Public License for more details. 85 + * Lesser General Public License for more details.
54 + * 86 + *
55 + * You should have received a copy of the GNU Lesser General Public 87 + * You should have received a copy of the GNU Lesser General Public
56 + * License along with this library; if not, write to the 88 + * License along with this library; if not, write to the
57 + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 89 + * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
58 + * Boston, MA 02111-1307, USA. 90 + * Boston, MA 02111-1307, USA.
59 + */ 91 + */
60 + 92 +
61 /* 93 /*
62 * List examples here... 94 * List examples here...
63 */ 95 */
64 diff --git a/doc/mainpage.h b/doc/mainpage.h 96 Index: doc/mainpage.h
65 index 19ef339..5e83263 100644 97 ===================================================================
66 --- a/doc/mainpage.h 98 --- doc/mainpage.h» (revision 148712)
67 +++ b/doc/mainpage.h 99 +++ doc/mainpage.h» (working copy)
68 @@ -1,4 +1,24 @@ 100 @@ -1,4 +1,24 @@
69 /** 101 /**
70 + * 102 + *
71 + * Copyright (C) 2006 Linus Walleij <triad@df.lth.se> 103 + * Copyright (C) 2006 Linus Walleij <triad@df.lth.se>
72 + * 104 + *
73 + * This library is free software; you can redistribute it and/or 105 + * This library is free software; you can redistribute it and/or
74 + * modify it under the terms of the GNU Lesser General Public 106 + * modify it under the terms of the GNU Lesser General Public
75 + * License as published by the Free Software Foundation; either 107 + * License as published by the Free Software Foundation; either
76 + * version 2 of the License, or (at your option) any later version. 108 + * version 2 of the License, or (at your option) any later version.
77 + * 109 + *
78 + * This library is distributed in the hope that it will be useful, 110 + * This library is distributed in the hope that it will be useful,
79 + * but WITHOUT ANY WARRANTY; without even the implied warranty of 111 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
80 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 112 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
81 + * Lesser General Public License for more details. 113 + * Lesser General Public License for more details.
82 + * 114 + *
83 + * You should have received a copy of the GNU Lesser General Public 115 + * You should have received a copy of the GNU Lesser General Public
84 + * License along with this library; if not, write to the 116 + * License along with this library; if not, write to the
85 + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, 117 + * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
86 + * Boston, MA 02111-1307, USA. 118 + * Boston, MA 02111-1307, USA.
87 + */ 119 + */
88 + 120 +
89 +/** 121 +/**
90 * \mainpage The official libmtp documentation 122 * \mainpage The official libmtp documentation
91 * 123 *
92 * \section Introduction 124 * \section Introduction
OLDNEW
« no previous file with comments | « patches/07_fix_strcpy_in_ptp_unpack_ptptime.patch ('k') | patches/09_do_not_build_udev_and_examples.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698