diff --git a/LICENSES/BSD-2-Clause.txt b/LICENSES/BSD-2-Clause.txt index 5f662b3..5a38bbc 100644 --- a/LICENSES/BSD-2-Clause.txt +++ b/LICENSES/BSD-2-Clause.txt @@ -1,4 +1,6 @@ -Copyright (c) +Copyright (c) 2025 The FreeBSD Foundation +Copyright (c) 2025 Eilertsens Kodeknekkeri + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/README.md b/README.md new file mode 100644 index 0000000..d12b9c9 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# Example: Getting run time of a thread in FreeBSD + +I wrote this example app when researching how to find the run time of a +specific thread. The OpenJDK garbage collector implementations as well as other +parts of the OpenJDK needs this information. Since I had written it, I figured +I might as well share it with the community. Perhaps some will find it useful. + +## License + +Copyright (c) 2025 The FreeBSD Foundation +Copyright (c) 2025 Eilertsens Kodeknekkeri + +SPDX-License-Identifier: BSD-2-Clause + +This code is shared under a BSD 2-Clause license. +See [the included license](LICENSES/BSD-2-Clause.txt) for details.