From d44c3f14317c3f593614a1a49f02e44334a1822a Mon Sep 17 00:00:00 2001 From: Rylan Justice Date: Tue, 20 Jun 2023 01:16:41 -0400 Subject: [PATCH 1/2] Update year range --- LICENSE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.md b/LICENSE.md index 579d3e7..42d9755 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2013-2022 GitHub, Inc. and contributors +Copyright (c) 2013-2023 GitHub, Inc. and contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 660b932c260c734706c0f6ae3ad9df8185dbca45 Mon Sep 17 00:00:00 2001 From: Mike Linksvayer Date: Fri, 25 Aug 2023 18:22:14 -0700 Subject: [PATCH 2/2] add --recursive to getting started clone instructions Oversight in https://github.com/github/choosealicense.com/pull/770/commits/d4f8e2afe1f7759f5cb0dd8eb4bf969a6f584aa1 or at least https://github.com/github/choosealicense.com/pull/817 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e78c1fd..cd8d191 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ sudo apt-get install make cmake ### Installing and Running the tool ```bash -git clone https://github.com/github/choosealicense.com.git +git clone https://github.com/github/choosealicense.com.git --recursive cd choosealicense.com ./script/bootstrap ./script/server