Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Linux_kernel_diagram.dot
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ digraph "Linux_kernel_diagram" {
functions [
color = gray,
tooltip = "Columns represent main functionalities of the kernel",
URL = "http://www.makelinux.net/ldd3/chp-1-sect-2.shtml",
URL = "https://makelinux.github.io/ldd3/chp-1-sect-2.shtml",
fillcolor = gray,
fixedsize = true,
height = 0.6,
Expand Down Expand Up @@ -553,7 +553,7 @@ digraph "Linux_kernel_diagram" {
RAM;
}
bottom [
label = "© 2007-2021 Constantine Shulyupin http://www.MakeLinux.net/kernel/diagram",
label = "© 2007 Constantine Shulyupin https://makelinux.github.io/kernel/diagram",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just wanted to point out why I removed the second year in the copyright notice:

It is deemed unnecessary to update the date(s) in those notices as explained in the FAQs of the REUSE project. (Nice read for software authors, btw!)

shape = plaintext,
style = ""]
CPU -> bottom [style = invis]
Expand Down