소스 검색

Fix typo in preamble

Jelmer Vernooij 2 달 전
부모
커밋
e1cf593387
10개의 변경된 파일9개의 추가작업 그리고 24개의 파일을 삭제
  1. 1 1
      bin/dul-receive-pack
  2. 1 1
      bin/dul-upload-pack
  3. 1 1
      bin/dulwich
  4. 1 1
      crates/diff-tree/src/lib.rs
  5. 1 1
      crates/objects/src/lib.rs
  6. 1 1
      crates/pack/src/lib.rs
  7. 0 15
      devscripts/PREAMBLE.c
  8. 1 1
      dulwich/stripspace.py
  9. 1 1
      dulwich/trailers.py
  10. 1 1
      tests/test_stripspace.py

+ 1 - 1
bin/dul-receive-pack

@@ -4,7 +4,7 @@
 #
 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
 # Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU
-# General Public License as public by the Free Software Foundation; version 2.0
+# General Public License as published by the Free Software Foundation; version 2.0
 # or (at your option) any later version. You can redistribute it and/or
 # modify it under the terms of either of these two licenses.
 #

+ 1 - 1
bin/dul-upload-pack

@@ -4,7 +4,7 @@
 #
 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
 # Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU
-# General Public License as public by the Free Software Foundation; version 2.0
+# General Public License as published by the Free Software Foundation; version 2.0
 # or (at your option) any later version. You can redistribute it and/or
 # modify it under the terms of either of these two licenses.
 #

+ 1 - 1
bin/dulwich

@@ -4,7 +4,7 @@
 #
 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
 # Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU
-# General Public License as public by the Free Software Foundation; version 2.0
+# General Public License as published by the Free Software Foundation; version 2.0
 # or (at your option) any later version. You can redistribute it and/or
 # modify it under the terms of either of these two licenses.
 #

+ 1 - 1
crates/diff-tree/src/lib.rs

@@ -3,7 +3,7 @@
  * Copyright (C) 2024 Jelmer Vernooij <jelmer@jelmer.uk>
  *
  * Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU
- * General Public License as public by the Free Software Foundation; version 2.0
+ * General Public License as published by the Free Software Foundation; version 2.0
  * or (at your option) any later version. You can redistribute it and/or
  * modify it under the terms of either of these two licenses.
  *

+ 1 - 1
crates/objects/src/lib.rs

@@ -2,7 +2,7 @@
  * Copyright (C) 2009 Jelmer Vernooij <jelmer@jelmer.uk>
  *
  * Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU
- * General Public License as public by the Free Software Foundation; version 2.0
+ * General Public License as published by the Free Software Foundation; version 2.0
  * or (at your option) any later version. You can redistribute it and/or
  * modify it under the terms of either of these two licenses.
  *

+ 1 - 1
crates/pack/src/lib.rs

@@ -2,7 +2,7 @@
  * Copyright (C) 2009 Jelmer Vernooij <jelmer@jelmer.uk>
  *
  * Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU
- * General Public License as public by the Free Software Foundation; version 2.0
+ * General Public License as published by the Free Software Foundation; version 2.0
  * or (at your option) any later version. You can redistribute it and/or
  * modify it under the terms of either of these two licenses.
  *

+ 0 - 15
devscripts/PREAMBLE.c

@@ -1,15 +0,0 @@
- * Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU
- * General Public License as public by the Free Software Foundation; version 2.0
- * or (at your option) any later version. You can redistribute it and/or
- * modify it under the terms of either of these two licenses.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- *
- * You should have received a copy of the licenses; if not, see
- * <http://www.gnu.org/licenses/> for a copy of the GNU General Public License
- * and <http://www.apache.org/licenses/LICENSE-2.0> for a copy of the Apache
- * License, Version 2.0.

+ 1 - 1
dulwich/stripspace.py

@@ -2,7 +2,7 @@
 # Copyright (C) 2025 Jelmer Vernooij <jelmer@jelmer.uk>
 #
 # Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU
-# General Public License as public by the Free Software Foundation; version 2.0
+# General Public License as published by the Free Software Foundation; version 2.0
 # or (at your option) any later version. You can redistribute it and/or
 # modify it under the terms of either of these two licenses.
 #

+ 1 - 1
dulwich/trailers.py

@@ -2,7 +2,7 @@
 # Copyright (C) 2025 Jelmer Vernooij <jelmer@jelmer.uk>
 #
 # Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU
-# General Public License as public by the Free Software Foundation; version 2.0
+# General Public License as published by the Free Software Foundation; version 2.0
 # or (at your option) any later version. You can redistribute it and/or
 # modify it under the terms of either of these two licenses.
 #

+ 1 - 1
tests/test_stripspace.py

@@ -2,7 +2,7 @@
 # Copyright (C) 2025 Jelmer Vernooij <jelmer@jelmer.uk>
 #
 # Dulwich is dual-licensed under the Apache License, Version 2.0 and the GNU
-# General Public License as public by the Free Software Foundation; version 2.0
+# General Public License as published by the Free Software Foundation; version 2.0
 # or (at your option) any later version. You can redistribute it and/or
 # modify it under the terms of either of these two licenses.
 #