mirror of
https://git.savannah.gnu.org/git/gnuboot.git
synced 2025-01-07 00:37:42 +01:00
Denis 'GNUtoo' Carikli
ea44fdce87
The page name aren't directly meaningful. In contrib.md for instance I would expect to find how to contribute. In git.md instead I would expect to find how to download GNU Boot but not how to contribute. Since the authors page isn't meaningful anymore for GNU Boot as it has different priorities than Libreboot at the time where it was fully free, and also because GNU Boot also wants to put forward smaller contributions, especially contributions that aren't recorded in git. As the GNU Boot project doesn't have the same community or dynamics than the Libreboot project had, the gaps it has are different. So we also try to put forward contributions that fills these gaps. However since this page is very important historically, so we need to keep it not to forget about it. So to fix that we added GNU Boot's point of view and moved it in the history section. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> neox: updated link in pages/template.include Acked-by: Adrien Bourmault <neox@gnu.org>
166 lines
No EOL
7.1 KiB
Markdown
166 lines
No EOL
7.1 KiB
Markdown
---
|
|
title: GNU Boot source code history
|
|
...
|
|
|
|
Introduction
|
|
============
|
|
|
|
The GNU Boot project decided that it was a good thing to list all the
|
|
contributors that modified a file in the copyright headers. There are
|
|
many good reasons for that:
|
|
|
|
- It simplify things (we don't need to decide what contribution is big
|
|
enough to include its author in the copyright headers).
|
|
|
|
- It also acknowledge people that did smaller but yet very valuable
|
|
contributions.
|
|
|
|
- If for some reasons who we decide to include or not in the header
|
|
has some legal effects, by including more people there we
|
|
practically speaking make the copyleft stronger as the copyright
|
|
ownership is more distributed, and so a single individual cannot
|
|
easily re-license the whole project under non-copyleft licenses.
|
|
|
|
However in the [main GNU Boot
|
|
repository](https://git.savannah.gnu.org/git/gnuboot.git) there are
|
|
many files whose copyright headers are incomplete as they miss some of
|
|
the contributors.
|
|
|
|
Since some of the files have a very long history that spans through
|
|
multiple projects and repositories, we found the need to document the
|
|
complex history of the GNU Boot source code.
|
|
|
|
In addition it would also be a good thing to go beyond just
|
|
documenting the git and tarball releases history. For instance we lack
|
|
the history of various projects somewhat related to Libreboot like
|
|
retroboot, and we don't have any documentation on their precise
|
|
relationship with the Libreboot project either.
|
|
|
|
Researching all that ourselves is time consuming. So until now we
|
|
tried to save what was useful for understanding the GNU Boot history
|
|
without doing too much research (on the material) ourselves. Here are
|
|
the pages we kept (and that we modified a bit to add more context):
|
|
|
|
* [authors.md](authors.md)
|
|
|
|
Git history
|
|
===========
|
|
|
|
Here's a summary of the git history that is scattered across
|
|
different repositories and projects:
|
|
|
|
![](../../history/git-history.jpg)
|
|
|
|
And are the corresponding files to the image above:
|
|
|
|
* [Image file](../../history/git-history.jpg)
|
|
* [Source file](../../history/git-history.dot)
|
|
|
|
Before Libreboot used git
|
|
=========================
|
|
|
|
Before using git, Libreboot was released as tarballs.
|
|
|
|
The commit cee90ae0fce6d6aee8d78969b60c952c8890abd6 in the
|
|
|
|
[obsolete-repository-preserved-for-historical-purposes](https://notabug.org/libreboot/obsolete-repository-preserved-for-historical-purposes)
|
|
repository has more details on the first releases.
|
|
|
|
So far we know about these tarball releases before git:
|
|
|
|
+------------------------------+----------+---------------------------------------------------------------------+
|
|
| Release | date | URL |
|
|
+------------------------------+----------+---------------------------------------------------------------------+
|
|
| 1st release | 20131212 | https://rsync.libreboot.org/oldstable/20131212/X60_source.tar.gz |
|
|
+------------------------------+----------+---------------------------------------------------------------------+
|
|
| 2nd release | 20131213 | https://rsync.libreboot.org/oldstable/20131213/X60_source.tar.gz |
|
|
+------------------------------+----------+---------------------------------------------------------------------+
|
|
| 3rd release | 20131214 | https://rsync.libreboot.org/oldstable/20131214/X60_source.tar.gz |
|
|
+------------------------------+----------+---------------------------------------------------------------------+
|
|
| 4th release | 20140221 | https://rsync.libreboot.org/oldstable/20140221/X60_source.tar.gz |
|
|
+------------------------------+----------+---------------------------------------------------------------------+
|
|
| 5th release, first revision | lost | lost |
|
|
+------------------------------+----------+---------------------------------------------------------------------+
|
|
| 5th release, second revision | 20140622 | https://rsync.libreboot.org/oldstable/20140622/libreboot_src.tar.gz |
|
|
+------------------------------+----------+---------------------------------------------------------------------+
|
|
| 6th release, first beta | 20140711 | https://rsync.libreboot.org/oldstable/20140711/libreboot_src.tar.gz |
|
|
+------------------------------+----------+---------------------------------------------------------------------+
|
|
|
|
The "6th release, first beta" is also available in git, but we don't
|
|
know yet if the git commit and the tarball are equivalent, so we
|
|
included it as well.
|
|
|
|
Before the first Libreboot release
|
|
==================================
|
|
|
|
The first Libreboot release (20131212) also contains several git
|
|
repositories that contains build scripts:
|
|
|
|
* https://gitorious.org/gnutoo-for-coreboot/coreboot.git (forked
|
|
Coreboot with deblobbing and extra patches).
|
|
|
|
* https://gitorious.org/gnutoo-for-coreboot/build-makefiles.git (build
|
|
scripts and Makefile(s)).
|
|
|
|
So some of the files present in GNU boot may or may not come from there.
|
|
|
|
And the gnutoo-for-coreboot repositories were made from scratch by GNUtoo.
|
|
|
|
Incomplete history
|
|
==================
|
|
|
|
The history of the projects presented in this page is incomplete. So
|
|
far we only have a partial code history. Contributions are
|
|
welcome. See the [contribute.md](../../contribute.md) page about various ways to
|
|
contribute to GNU Boot or to contact the project to update the
|
|
information in this page.
|
|
|
|
Verified copyright headers
|
|
==========================
|
|
|
|
So far the copyright headers were verified on the following files:
|
|
|
|
* build (details in commit 1ccd450fec42ce426a00d075ad9b78a0b8c233ba
|
|
"build: Update copyright header.").
|
|
|
|
* website/.gitignore (details in the commit
|
|
722a8256ab031a533418cbcf27bedd0cd88b7660 ("website: .gitignore: add
|
|
copyright header.")
|
|
|
|
* website/serve.sh (details in the commit
|
|
aca12bde3f7af5b17969d57f7da1a8d700e0a36f ("website: serve.sh: update
|
|
copyright headers.")
|
|
|
|
* resources/dependencies/trisquel (details in the commit
|
|
805127f0301294e41a4409a2c9a7d121214a594e ("dependencies: Trisquel
|
|
10: Add copyright header.")).
|
|
|
|
* resources/grub/config/grub.cfg (details in commit
|
|
2695c97561405741200dc25f520a5ff649b7421f "grub.cfg: Add copyright
|
|
header.")
|
|
|
|
* resources/packages/src/release (details in commit
|
|
65c0e57a550e8e6a8d80543585eeed66ad06cb64 "resources: packages: src:
|
|
release: Update copyright header.")
|
|
|
|
Also note that some files are there to stay (like the grub.cfg file
|
|
above) but since we took the decision to migrate packages to Guix,
|
|
another way to help improve the copyright headers situation is to
|
|
migrate packages to Guix and to make sure that the Guix packages have
|
|
proper copyright headers.
|
|
|
|
Since we can add the path of verified files above, it is also possible
|
|
to add files that never had any issues.
|
|
|
|
Some omissions can still manage to skip through code review after the
|
|
verification but at least we have the proper git history that enables
|
|
us to more easily reconstruct it.
|
|
|
|
Files with an incomplete copyright header
|
|
=========================================
|
|
|
|
The following files have incomplete copyright headers:
|
|
|
|
* website/pages/global.css (details in the commit
|
|
612a3b51426eeddfbd8ada0de275eebf7e0ffe7f ("website: pages:
|
|
global.css: Add copyright header.") |