1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-08-02 20:57:36 +00:00

Meta: Add license header to source files

As suggested by Joshua, this commit adds the 2-clause BSD license as a
comment block to the top of every source file.

For the first pass, I've just added myself for simplicity. I encourage
everyone to add themselves as copyright holders of any file they've
added or modified in some significant way. If I've added myself in
error somewhere, feel free to replace it with the appropriate copyright
holder instead.

Going forward, all new source files should include a license header.
This commit is contained in:
Andreas Kling 2020-01-18 09:38:21 +01:00
parent 19c31d1617
commit 94ca55cefd
1228 changed files with 31903 additions and 1 deletions

View file

@ -1,6 +1,6 @@
BSD 2-Clause License
Copyright (c) 2018-2019, Andreas Kling <awesomekling@gmail.com>
Copyright (c) 2018-2020, Andreas Kling <awesomekling@gmail.com>
All rights reserved.
Redistribution and use in source and binary forms, with or without