Skip to content

Commit e1f430a

Browse files
committed
(build) Standardizing 3 line GPL-2 license text (CMakeLists)
1 parent b989fc1 commit e1f430a

149 files changed

Lines changed: 447 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# This file is part of the pgRouting project.
2+
# Copyright (c) 2007-2026 pgRouting developers
3+
# License: GPL-2 See https://github.com/pgRouting/pgrouting/blob/main/LICENSE
14
cmake_minimum_required(VERSION 3.12 FATAL_ERROR)
25

36
if (${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR})

doc/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# This file is part of the pgRouting project.
2+
# Copyright (c) 2013-2026 pgRouting developers
3+
# License: GPL-2 See https://github.com/pgRouting/pgrouting/blob/main/LICENSE
14
# Relevant changes from 3.8 to 4.0
25

36
# WITH-DOC is not used anymore

doc/_static/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# This file is part of the pgRouting project.
2+
# Copyright (c) 2025-2026 pgRouting developers
3+
# License: GPL-2 See https://github.com/pgRouting/pgrouting/blob/main/LICENSE
14

25
set(LOCAL_FILES
36
custom.css

doc/_static/images/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# This file is part of the pgRouting project.
2+
# Copyright (c) 2025-2026 pgRouting developers
3+
# License: GPL-2 See https://github.com/pgRouting/pgrouting/blob/main/LICENSE
14
set(LOCAL_FILES
25
ccbysa.png
36
pgrouting.png

doc/_static/images/developers/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# This file is part of the pgRouting project.
2+
# Copyright (c) 2025-2026 pgRouting developers
3+
# License: GPL-2 See https://github.com/pgRouting/pgrouting/blob/main/LICENSE
14
set(LOCAL_FILES
25
"disconnectEdgeDirected.png"
36
"disconnectEdgeUndirected.png"

doc/_templates/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# This file is part of the pgRouting project.
2+
# Copyright (c) 2025-2026 pgRouting developers
3+
# License: GPL-2 See https://github.com/pgRouting/pgrouting/blob/main/LICENSE
14

25
set(LOCAL_FILES
36
layout.html

doc/allpairs/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# This file is part of the pgRouting project.
2+
# Copyright (c) 2017-2026 pgRouting developers
3+
# License: GPL-2 See https://github.com/pgRouting/pgrouting/blob/main/LICENSE
14

25
set(LOCAL_FILES
36
allpairs-family.rst

doc/astar/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# This file is part of the pgRouting project.
2+
# Copyright (c) 2017-2026 pgRouting developers
3+
# License: GPL-2 See https://github.com/pgRouting/pgrouting/blob/main/LICENSE
14

25
set(LOCAL_FILES
36
aStar-family.rst

doc/bdAstar/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# This file is part of the pgRouting project.
2+
# Copyright (c) 2017-2026 pgRouting developers
3+
# License: GPL-2 See https://github.com/pgRouting/pgrouting/blob/main/LICENSE
14

25
set(LOCAL_FILES
36
bdAstar-family.rst

doc/bdDijkstra/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# This file is part of the pgRouting project.
2+
# Copyright (c) 2017-2026 pgRouting developers
3+
# License: GPL-2 See https://github.com/pgRouting/pgrouting/blob/main/LICENSE
14

25
set(LOCAL_FILES
36
bdDijkstra-family.rst

0 commit comments

Comments
 (0)